Compute V1 Client - Class AcceleratorType (1.5.0)

Reference documentation and code samples for the Compute V1 Client class AcceleratorType.

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.

Generated from protobuf message google.cloud.compute.v1.AcceleratorType

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ creation_timestamp string

[Output Only] Creation timestamp in RFC3339 text format.

↳ deprecated Google\Cloud\Compute\V1\DeprecationStatus

[Output Only] The deprecation status associated with this accelerator type.

↳ description string

[Output Only] An optional textual description of the resource.

↳ id int|string

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

↳ kind string

[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 string

[Output Only] Name of the resource.

↳ self_link string

[Output Only] Server-defined, fully qualified URL for this resource.

↳ zone 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.

getCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Generated from protobuf field optional string creation_timestamp = 30525366;

Returns
TypeDescription
string

hasCreationTimestamp

clearCreationTimestamp

setCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Generated from protobuf field optional string creation_timestamp = 30525366;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeprecated

[Output Only] The deprecation status associated with this accelerator type.

Generated from protobuf field optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Returns
TypeDescription
Google\Cloud\Compute\V1\DeprecationStatus|null

hasDeprecated

clearDeprecated

setDeprecated

[Output Only] The deprecation status associated with this accelerator type.

Generated from protobuf field optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Parameter
NameDescription
var Google\Cloud\Compute\V1\DeprecationStatus
Returns
TypeDescription
$this

getDescription

[Output Only] An optional textual description of the resource.

Generated from protobuf field optional string description = 422937596;

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

[Output Only] An optional textual description of the resource.

Generated from protobuf field optional string description = 422937596;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Generated from protobuf field optional uint64 id = 3355;

Returns
TypeDescription
int|string

hasId

clearId

setId

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Generated from protobuf field optional uint64 id = 3355;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getKind

[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.

Generated from protobuf field optional string kind = 3292052;

Returns
TypeDescription
string

hasKind

clearKind

setKind

[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.

Generated from protobuf field optional string kind = 3292052;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMaximumCardsPerInstance

[Output Only] Maximum number of accelerator cards allowed per instance.

Generated from protobuf field optional int32 maximum_cards_per_instance = 263814482;

Returns
TypeDescription
int

hasMaximumCardsPerInstance

clearMaximumCardsPerInstance

setMaximumCardsPerInstance

[Output Only] Maximum number of accelerator cards allowed per instance.

Generated from protobuf field optional int32 maximum_cards_per_instance = 263814482;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getName

[Output Only] Name of the resource.

Generated from protobuf field optional string name = 3373707;

Returns
TypeDescription
string

hasName

clearName

setName

[Output Only] Name of the resource.

Generated from protobuf field optional string name = 3373707;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

[Output Only] Server-defined, fully qualified URL for this resource.

Generated from protobuf field optional string self_link = 456214797;

Returns
TypeDescription
string

[Output Only] Server-defined, fully qualified URL for this resource.

Generated from protobuf field optional string self_link = 456214797;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZone

[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.

Generated from protobuf field optional string zone = 3744684;

Returns
TypeDescription
string

hasZone

clearZone

setZone

[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.

Generated from protobuf field optional string zone = 3744684;

Parameter
NameDescription
var string
Returns
TypeDescription
$this