Class AcceleratorType (0.2.1)

AcceleratorType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an Accelerator Type resource.

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 {$api_version}.acceleratorTypes ==)

Attributes

NameDescription
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format.
deprecated google.cloud.compute_v1.types.DeprecationStatus
[Output Only] The deprecation status associated with this accelerator type.
description str
[Output Only] An optional textual description of the resource.
id str
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kind str
[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
maximum_cards_per_instance int
[Output Only] Maximum number of accelerator cards allowed per instance.
name str
[Output Only] Name of the resource.
self_link str
[Output Only] Server-defined, fully qualified URL for this resource.
zone str
[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.