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
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeprecated
[Output Only] The deprecation status associated with this accelerator type.
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\DeprecationStatus|null |
hasDeprecated
clearDeprecated
setDeprecated
[Output Only] The deprecation status associated with this accelerator type.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\DeprecationStatus
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
[Output Only] An optional textual description of the resource.
Returns | |
---|---|
Type | Description |
string |
hasDescription
clearDescription
setDescription
[Output Only] An optional textual description of the resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Returns | |
---|---|
Type | Description |
int|string |
hasId
clearId
setId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getKind
[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
Returns | |
---|---|
Type | Description |
string |
hasKind
clearKind
setKind
[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMaximumCardsPerInstance
[Output Only] Maximum number of accelerator cards allowed per instance.
Returns | |
---|---|
Type | Description |
int |
hasMaximumCardsPerInstance
clearMaximumCardsPerInstance
setMaximumCardsPerInstance
[Output Only] Maximum number of accelerator cards allowed per instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getName
[Output Only] Name of the resource.
Returns | |
---|---|
Type | Description |
string |
hasName
clearName
setName
[Output Only] Name of the resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSelfLink
[Output Only] Server-defined, fully qualified URL for this resource.
Returns | |
---|---|
Type | Description |
string |
hasSelfLink
clearSelfLink
setSelfLink
[Output Only] Server-defined, fully qualified URL for this resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |