• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha.acceleratorTypes.html">acceleratorTypes</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#aggregatedList">aggregatedList(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
79<p class="firstline">Retrieves an aggregated list of accelerator types.</p>
80<p class="toc_element">
81  <code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
82<p class="firstline">Retrieves the next page of results.</p>
83<p class="toc_element">
84  <code><a href="#get">get(project, zone, acceleratorType)</a></code></p>
85<p class="firstline">Returns the specified accelerator type.</p>
86<p class="toc_element">
87  <code><a href="#list">list(project, zone, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
88<p class="firstline">Retrieves a list of accelerator types available to the specified project.</p>
89<p class="toc_element">
90  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<h3>Method Details</h3>
93<div class="method">
94    <code class="details" id="aggregatedList">aggregatedList(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</code>
95  <pre>Retrieves an aggregated list of accelerator types.
96
97Args:
98  project: string, Project ID for this request. (required)
99  orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
100
101You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
102
103Currently, only sorting by name or creationTimestamp desc is supported.
104  maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
105  pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
106  filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.
107
108For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
109
110You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
111
112To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
113
114Returns:
115  An object of the form:
116
117    {
118    "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
119    "kind": "compute#acceleratorTypeAggregatedList", # [Output Only] Type of resource. Always compute#acceleratorTypeAggregatedList for aggregated lists of accelerator types.
120    "items": { # A list of AcceleratorTypesScopedList resources.
121      "a_key": { # [Output Only] Name of the scope containing this set of accelerator types.
122        "warning": { # [Output Only] An informational warning that appears when the accelerator types list is empty.
123          "message": "A String", # [Output Only] A human-readable description of the warning code.
124          "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
125          "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
126              # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
127            {
128              "value": "A String", # [Output Only] A warning data value corresponding to the key.
129              "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
130            },
131          ],
132        },
133        "acceleratorTypes": [ # [Output Only] A list of accelerator types contained in this scope.
134          { # Represents an Accelerator Type resource.
135              #
136              # Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine. (== resource_for beta.acceleratorTypes ==) (== resource_for v1.acceleratorTypes ==)
137            "kind": "compute#acceleratorType", # [Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
138            "description": "A String", # [Output Only] An optional textual description of the resource.
139            "zone": "A String", # [Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
140            "deprecated": { # Deprecation status for a public resource. # [Output Only] The deprecation status associated with this accelerator type.
141              "deleted": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it.
142              "deprecated": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.
143              "state": "A String", # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
144              "obsolete": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
145              "replacement": "A String", # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
146            },
147            "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource's resource id.
148            "maximumCardsPerInstance": 42, # [Output Only] Maximum accelerator cards allowed per instance.
149            "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
150            "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
151            "selfLink": "A String", # [Output Only] Server-defined fully-qualified URL for this resource.
152            "name": "A String", # [Output Only] Name of the resource.
153          },
154        ],
155      },
156    },
157    "warning": { # [Output Only] Informational warning message.
158      "message": "A String", # [Output Only] A human-readable description of the warning code.
159      "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
160      "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
161          # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
162        {
163          "value": "A String", # [Output Only] A warning data value corresponding to the key.
164          "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
165        },
166      ],
167    },
168    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
169    "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
170  }</pre>
171</div>
172
173<div class="method">
174    <code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
175  <pre>Retrieves the next page of results.
176
177Args:
178  previous_request: The request for the previous page. (required)
179  previous_response: The response from the request for the previous page. (required)
180
181Returns:
182  A request object that you can call 'execute()' on to request the next
183  page. Returns None if there are no more items in the collection.
184    </pre>
185</div>
186
187<div class="method">
188    <code class="details" id="get">get(project, zone, acceleratorType)</code>
189  <pre>Returns the specified accelerator type.
190
191Args:
192  project: string, Project ID for this request. (required)
193  zone: string, The name of the zone for this request. (required)
194  acceleratorType: string, Name of the accelerator type to return. (required)
195
196Returns:
197  An object of the form:
198
199    { # Represents an Accelerator Type resource.
200      #
201      # Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine. (== resource_for beta.acceleratorTypes ==) (== resource_for v1.acceleratorTypes ==)
202    "kind": "compute#acceleratorType", # [Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
203    "description": "A String", # [Output Only] An optional textual description of the resource.
204    "zone": "A String", # [Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
205    "deprecated": { # Deprecation status for a public resource. # [Output Only] The deprecation status associated with this accelerator type.
206      "deleted": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it.
207      "deprecated": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.
208      "state": "A String", # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
209      "obsolete": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
210      "replacement": "A String", # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
211    },
212    "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource's resource id.
213    "maximumCardsPerInstance": 42, # [Output Only] Maximum accelerator cards allowed per instance.
214    "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
215    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
216    "selfLink": "A String", # [Output Only] Server-defined fully-qualified URL for this resource.
217    "name": "A String", # [Output Only] Name of the resource.
218  }</pre>
219</div>
220
221<div class="method">
222    <code class="details" id="list">list(project, zone, orderBy=None, maxResults=None, pageToken=None, filter=None)</code>
223  <pre>Retrieves a list of accelerator types available to the specified project.
224
225Args:
226  project: string, Project ID for this request. (required)
227  zone: string, The name of the zone for this request. (required)
228  orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
229
230You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
231
232Currently, only sorting by name or creationTimestamp desc is supported.
233  maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
234  pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
235  filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.
236
237For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
238
239You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
240
241To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
242
243Returns:
244  An object of the form:
245
246    { # Contains a list of accelerator types.
247    "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
248    "kind": "compute#acceleratorTypeList", # [Output Only] Type of resource. Always compute#acceleratorTypeList for lists of accelerator types.
249    "items": [ # A list of AcceleratorType resources.
250      { # Represents an Accelerator Type resource.
251          #
252          # Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine. (== resource_for beta.acceleratorTypes ==) (== resource_for v1.acceleratorTypes ==)
253        "kind": "compute#acceleratorType", # [Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
254        "description": "A String", # [Output Only] An optional textual description of the resource.
255        "zone": "A String", # [Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
256        "deprecated": { # Deprecation status for a public resource. # [Output Only] The deprecation status associated with this accelerator type.
257          "deleted": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it.
258          "deprecated": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.
259          "state": "A String", # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
260          "obsolete": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
261          "replacement": "A String", # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
262        },
263        "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource's resource id.
264        "maximumCardsPerInstance": 42, # [Output Only] Maximum accelerator cards allowed per instance.
265        "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
266        "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
267        "selfLink": "A String", # [Output Only] Server-defined fully-qualified URL for this resource.
268        "name": "A String", # [Output Only] Name of the resource.
269      },
270    ],
271    "warning": { # [Output Only] Informational warning message.
272      "message": "A String", # [Output Only] A human-readable description of the warning code.
273      "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
274      "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
275          # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
276        {
277          "value": "A String", # [Output Only] A warning data value corresponding to the key.
278          "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
279        },
280      ],
281    },
282    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
283    "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
284  }</pre>
285</div>
286
287<div class="method">
288    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
289  <pre>Retrieves the next page of results.
290
291Args:
292  previous_request: The request for the previous page. (required)
293  previous_response: The response from the request for the previous page. (required)
294
295Returns:
296  A request object that you can call 'execute()' on to request the next
297  page. Returns None if there are no more items in the collection.
298    </pre>
299</div>
300
301</body></html>