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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ guest_cpus
int
The number of virtual CPUs that are available to the instance.
↳ local_ssd_gb
int
The amount of local SSD storage available to the instance, defined in GiB.
↳ memory_mb
int
The amount of physical memory available to the instance, defined in MiB.
↳ min_node_cpus
int
The minimal guaranteed number of virtual CPUs that are reserved.
getGuestCpus
The number of virtual CPUs that are available to the instance.
int
hasGuestCpus
clearGuestCpus
setGuestCpus
The number of virtual CPUs that are available to the instance.
var
int
$this
getLocalSsdGb
The amount of local SSD storage available to the instance, defined in GiB.
int
hasLocalSsdGb
clearLocalSsdGb
setLocalSsdGb
The amount of local SSD storage available to the instance, defined in GiB.
var
int
$this
getMemoryMb
The amount of physical memory available to the instance, defined in MiB.
int
hasMemoryMb
clearMemoryMb
setMemoryMb
The amount of physical memory available to the instance, defined in MiB.
var
int
$this
getMinNodeCpus
The minimal guaranteed number of virtual CPUs that are reserved.
int
hasMinNodeCpus
clearMinNodeCpus
setMinNodeCpus
The minimal guaranteed number of virtual CPUs that are reserved.
var
int
$this