public interface InstanceConsumptionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getGuestCpus()
The number of virtual CPUs that are available to the instance.
|
int |
getLocalSsdGb()
The amount of local SSD storage available to the instance, defined in GiB.
|
int |
getMemoryMb()
The amount of physical memory available to the instance, defined in MiB.
|
int |
getMinNodeCpus()
The minimal guaranteed number of virtual CPUs that are reserved.
|
boolean |
hasGuestCpus()
The number of virtual CPUs that are available to the instance.
|
boolean |
hasLocalSsdGb()
The amount of local SSD storage available to the instance, defined in GiB.
|
boolean |
hasMemoryMb()
The amount of physical memory available to the instance, defined in MiB.
|
boolean |
hasMinNodeCpus()
The minimal guaranteed number of virtual CPUs that are reserved.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGuestCpus()
The number of virtual CPUs that are available to the instance.
optional int32 guest_cpus = 393356754;int getGuestCpus()
The number of virtual CPUs that are available to the instance.
optional int32 guest_cpus = 393356754;boolean hasLocalSsdGb()
The amount of local SSD storage available to the instance, defined in GiB.
optional int32 local_ssd_gb = 329237578;int getLocalSsdGb()
The amount of local SSD storage available to the instance, defined in GiB.
optional int32 local_ssd_gb = 329237578;boolean hasMemoryMb()
The amount of physical memory available to the instance, defined in MiB.
optional int32 memory_mb = 116001171;int getMemoryMb()
The amount of physical memory available to the instance, defined in MiB.
optional int32 memory_mb = 116001171;boolean hasMinNodeCpus()
The minimal guaranteed number of virtual CPUs that are reserved.
optional int32 min_node_cpus = 317231675;int getMinNodeCpus()
The minimal guaranteed number of virtual CPUs that are reserved.
optional int32 min_node_cpus = 317231675;Copyright © 2023 Google LLC. All rights reserved.