Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
InstanceConsumptionInfo |
InstanceConsumptionInfo.clone() |
InstanceConsumptionInfo |
NodeGroupNode.getConsumedResources()
Node resources that are reserved by all instances.
|
InstanceConsumptionInfo |
InstanceConsumptionData.getConsumptionInfo()
Resources consumed by the instance.
|
InstanceConsumptionInfo |
NodeGroupNode.getTotalResources()
Total amount of available resources on the node.
|
InstanceConsumptionInfo |
InstanceConsumptionInfo.set(String fieldName,
Object value) |
InstanceConsumptionInfo |
InstanceConsumptionInfo.setGuestCpus(Integer guestCpus)
The number of virtual CPUs that are available to the instance.
|
InstanceConsumptionInfo |
InstanceConsumptionInfo.setLocalSsdGb(Integer localSsdGb)
The amount of local SSD storage available to the instance, defined in GiB.
|
InstanceConsumptionInfo |
InstanceConsumptionInfo.setMemoryMb(Integer memoryMb)
The amount of physical memory available to the instance, defined in MiB.
|
InstanceConsumptionInfo |
InstanceConsumptionInfo.setMinNodeCpus(Integer minNodeCpus)
The minimal guaranteed number of virtual CPUs that are reserved.
|
Modifier and Type | Method and Description |
---|---|
NodeGroupNode |
NodeGroupNode.setConsumedResources(InstanceConsumptionInfo consumedResources)
Node resources that are reserved by all instances.
|
InstanceConsumptionData |
InstanceConsumptionData.setConsumptionInfo(InstanceConsumptionInfo consumptionInfo)
Resources consumed by the instance.
|
NodeGroupNode |
NodeGroupNode.setTotalResources(InstanceConsumptionInfo totalResources)
Total amount of available resources on the node.
|
Copyright © 2011–2024 Google. All rights reserved.