Compute V1 Client - Class MachineType (1.14.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ accelerators array<Google\Cloud\Compute\V1\Accelerators>

[Output Only] A list of accelerator configurations assigned to this machine 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 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.

↳ scratch_disks array<Google\Cloud\Compute\V1\ScratchDisks>

[Output Only] A list of extended scratch disks assigned to the instance.

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAccelerators

[Output Only] A list of accelerator configurations assigned to this machine type.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\Accelerators>
Returns
TypeDescription
$this

getCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Returns
TypeDescription
string

hasCreationTimestamp

clearCreationTimestamp

setCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeprecated

[Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.

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

hasDeprecated

clearDeprecated

setDeprecated

[Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.

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

getDescription

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

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGuestCpus

[Output Only] The number of virtual CPUs that are available to the instance.

Returns
TypeDescription
int

hasGuestCpus

clearGuestCpus

setGuestCpus

[Output Only] The number of virtual CPUs that are available to the instance.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getId

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

Returns
TypeDescription
int|string

hasId

clearId

setId

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getImageSpaceGb

[Deprecated] This property is deprecated and will never be populated with any relevant values.

Returns
TypeDescription
int

hasImageSpaceGb

clearImageSpaceGb

setImageSpaceGb

[Deprecated] This property is deprecated and will never be populated with any relevant values.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getIsSharedCpu

[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.

Returns
TypeDescription
bool

hasIsSharedCpu

clearIsSharedCpu

setIsSharedCpu

[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getKind

[Output Only] The type of the resource. Always compute#machineType for machine types.

Returns
TypeDescription
string

hasKind

clearKind

setKind

[Output Only] The type of the resource. Always compute#machineType for machine types.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMaximumPersistentDisks

[Output Only] Maximum persistent disks allowed.

Returns
TypeDescription
int

hasMaximumPersistentDisks

clearMaximumPersistentDisks

setMaximumPersistentDisks

[Output Only] Maximum persistent disks allowed.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMaximumPersistentDisksSizeGb

[Output Only] Maximum total persistent disks size (GB) allowed.

Returns
TypeDescription
int|string

hasMaximumPersistentDisksSizeGb

clearMaximumPersistentDisksSizeGb

setMaximumPersistentDisksSizeGb

[Output Only] Maximum total persistent disks size (GB) allowed.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getMemoryMb

[Output Only] The amount of physical memory available to the instance, defined in MB.

Returns
TypeDescription
int

hasMemoryMb

clearMemoryMb

setMemoryMb

[Output Only] The amount of physical memory available to the instance, defined in MB.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getName

[Output Only] Name of the resource.

Returns
TypeDescription
string

hasName

clearName

setName

[Output Only] Name of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getScratchDisks

[Output Only] A list of extended scratch disks assigned to the instance.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setScratchDisks

[Output Only] A list of extended scratch disks assigned to the instance.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\ScratchDisks>
Returns
TypeDescription
$this

[Output Only] Server-defined URL for the resource.

Returns
TypeDescription
string

[Output Only] Server-defined URL for the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZone

[Output Only] The name of the zone where the machine type resides, such as us-central1-a.

Returns
TypeDescription
string

hasZone

clearZone

setZone

[Output Only] The name of the zone where the machine type resides, such as us-central1-a.

Parameter
NameDescription
var string
Returns
TypeDescription
$this