Reference documentation and code samples for the Compute V1 Client class MachineType.
Represents a Machine Type resource. You can use specific machine types for your VM instances based on performance and pricing requirements. For more information, read Machine Types.
Generated from protobuf message google.cloud.compute.v1.MachineType
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ accelerators
array< Accelerators
>
[Output Only] A list of accelerator configurations assigned to this machine type.
↳ architecture
string
[Output Only] The architecture of the machine type. Check the Architecture enum for the list of possible values.
↳ creation_timestamp
string
[Output Only] Creation timestamp in RFC3339 text format.
↳ deprecated
DeprecationStatus
[Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
↳ 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 instance.
↳ id
int|string
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
↳ image_space_gb
int
[Deprecated] This property is deprecated and will never be populated with any relevant values.
↳ is_shared_cpu
bool
[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
↳ kind
string
[Output Only] The type of the resource. Always compute#machineType for machine types.
↳ maximum_persistent_disks
int
[Output Only] Maximum persistent disks allowed.
↳ maximum_persistent_disks_size_gb
int|string
[Output Only] Maximum total persistent disks size (GB) allowed.
↳ memory_mb
int
[Output Only] The amount of physical memory available to the instance, 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 machine type resides, such as us-central1-a.
getAccelerators
[Output Only] A list of accelerator configurations assigned to this machine type.
setAccelerators
[Output Only] A list of accelerator configurations assigned to this machine type.
$this
getArchitecture
[Output Only] The architecture of the machine type.
Check the Architecture enum for the list of possible values.
string
hasArchitecture
clearArchitecture
setArchitecture
[Output Only] The architecture of the machine type.
Check the Architecture enum for the list of possible values.
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 machine type. Only applicable if the machine type is unavailable.
hasDeprecated
clearDeprecated
setDeprecated
[Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
$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 instance.
int
hasGuestCpus
clearGuestCpus
setGuestCpus
[Output Only] The number of virtual CPUs that are available to the instance.
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
getImageSpaceGb
[Deprecated] This property is deprecated and will never be populated with any relevant values.
int
hasImageSpaceGb
clearImageSpaceGb
setImageSpaceGb
[Deprecated] This property is deprecated and will never be populated with any relevant values.
var
int
$this
getIsSharedCpu
[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
bool
hasIsSharedCpu
clearIsSharedCpu
setIsSharedCpu
[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
var
bool
$this
getKind
[Output Only] The type of the resource. Always compute#machineType for machine types.
string
hasKind
clearKind
setKind
[Output Only] The type of the resource. Always compute#machineType for machine types.
var
string
$this
getMaximumPersistentDisks
[Output Only] Maximum persistent disks allowed.
int
hasMaximumPersistentDisks
clearMaximumPersistentDisks
setMaximumPersistentDisks
[Output Only] Maximum persistent disks allowed.
var
int
$this
getMaximumPersistentDisksSizeGb
[Output Only] Maximum total persistent disks size (GB) allowed.
int|string
hasMaximumPersistentDisksSizeGb
clearMaximumPersistentDisksSizeGb
setMaximumPersistentDisksSizeGb
[Output Only] Maximum total persistent disks size (GB) allowed.
var
int|string
$this
getMemoryMb
[Output Only] The amount of physical memory available to the instance, defined in MB.
int
hasMemoryMb
clearMemoryMb
setMemoryMb
[Output Only] The amount of physical memory available to the instance, 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 machine type resides, such as us-central1-a.
string
hasZone
clearZone
setZone
[Output Only] The name of the zone where the machine type resides, such as us-central1-a.
var
string
$this