Reference documentation and code samples for the Compute V1 Client class NodeType.
Represent a sole-tenant Node Type resource. Each node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read Node types.
Generated from protobuf message google.cloud.compute.v1.NodeType
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cpu_platform
string
[Output Only] The CPU platform used by this node type.
↳ 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 node type.
↳ description
string
[Output Only] An optional textual description of the resource.
↳ guest_cpus
int
[Output Only] The number of virtual CPUs that are available to the node type.
↳ 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#nodeType for node types.
↳ local_ssd_gb
int
[Output Only] Local SSD available to the node type, defined in GB.
↳ memory_mb
int
[Output Only] The amount of physical memory available to the node type, defined in MB.
↳ name
string
[Output Only] Name of the resource.
↳ self_link
string
[Output Only] Server-defined URL for the resource.
↳ zone
string
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
getCpuPlatform
[Output Only] The CPU platform used by this node type.
string
hasCpuPlatform
clearCpuPlatform
setCpuPlatform
[Output Only] The CPU platform used by this node type.
var
string
$this
getCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
string
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
var
string
$this
getDeprecated
[Output Only] The deprecation status associated with this node type.
hasDeprecated
clearDeprecated
setDeprecated
[Output Only] The deprecation status associated with this node type.
$this
getDescription
[Output Only] An optional textual description of the resource.
string
hasDescription
clearDescription
setDescription
[Output Only] An optional textual description of the resource.
var
string
$this
getGuestCpus
[Output Only] The number of virtual CPUs that are available to the node type.
int
hasGuestCpus
clearGuestCpus
setGuestCpus
[Output Only] The number of virtual CPUs that are available to the node type.
var
int
$this
getId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
int|string
hasId
clearId
setId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
var
int|string
$this
getKind
[Output Only] The type of the resource. Always compute#nodeType for node types.
string
hasKind
clearKind
setKind
[Output Only] The type of the resource. Always compute#nodeType for node types.
var
string
$this
getLocalSsdGb
[Output Only] Local SSD available to the node type, defined in GB.
int
hasLocalSsdGb
clearLocalSsdGb
setLocalSsdGb
[Output Only] Local SSD available to the node type, defined in GB.
var
int
$this
getMemoryMb
[Output Only] The amount of physical memory available to the node type, defined in MB.
int
hasMemoryMb
clearMemoryMb
setMemoryMb
[Output Only] The amount of physical memory available to the node type, defined in MB.
var
int
$this
getName
[Output Only] Name of the resource.
string
hasName
clearName
setName
[Output Only] Name of the resource.
var
string
$this
getSelfLink
[Output Only] Server-defined URL for the resource.
string
hasSelfLink
clearSelfLink
setSelfLink
[Output Only] Server-defined URL for the resource.
var
string
$this
getZone
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
string
hasZone
clearZone
setZone
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
var
string
$this