Compute V1 Client - Class InstanceConsumptionInfo (1.22.1)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ guest_cpusint

The number of virtual CPUs that are available to the instance.

↳ local_ssd_gbint

The amount of local SSD storage available to the instance, defined in GiB.

↳ memory_mbint

The amount of physical memory available to the instance, defined in MiB.

↳ min_node_cpusint

The minimal guaranteed number of virtual CPUs that are reserved.

getGuestCpus

The number of virtual CPUs that are available to the instance.

Returns
TypeDescription
int

hasGuestCpus

clearGuestCpus

setGuestCpus

The number of virtual CPUs that are available to the instance.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getLocalSsdGb

The amount of local SSD storage available to the instance, defined in GiB.

Returns
TypeDescription
int

hasLocalSsdGb

clearLocalSsdGb

setLocalSsdGb

The amount of local SSD storage available to the instance, defined in GiB.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getMemoryMb

The amount of physical memory available to the instance, defined in MiB.

Returns
TypeDescription
int

hasMemoryMb

clearMemoryMb

setMemoryMb

The amount of physical memory available to the instance, defined in MiB.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getMinNodeCpus

The minimal guaranteed number of virtual CPUs that are reserved.

Returns
TypeDescription
int

hasMinNodeCpus

clearMinNodeCpus

setMinNodeCpus

The minimal guaranteed number of virtual CPUs that are reserved.

Parameter
NameDescription
varint
Returns
TypeDescription
$this