public interface AllocationAggregateReservationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AllocationAggregateReservationReservedResourceInfo |
getInUseResources(int index)
[Output only] List of resources currently in use.
|
int |
getInUseResourcesCount()
[Output only] List of resources currently in use.
|
List<AllocationAggregateReservationReservedResourceInfo> |
getInUseResourcesList()
[Output only] List of resources currently in use.
|
AllocationAggregateReservationReservedResourceInfoOrBuilder |
getInUseResourcesOrBuilder(int index)
[Output only] List of resources currently in use.
|
List<? extends AllocationAggregateReservationReservedResourceInfoOrBuilder> |
getInUseResourcesOrBuilderList()
[Output only] List of resources currently in use.
|
AllocationAggregateReservationReservedResourceInfo |
getReservedResources(int index)
List of reserved resources (CPUs, memory, accelerators).
|
int |
getReservedResourcesCount()
List of reserved resources (CPUs, memory, accelerators).
|
List<AllocationAggregateReservationReservedResourceInfo> |
getReservedResourcesList()
List of reserved resources (CPUs, memory, accelerators).
|
AllocationAggregateReservationReservedResourceInfoOrBuilder |
getReservedResourcesOrBuilder(int index)
List of reserved resources (CPUs, memory, accelerators).
|
List<? extends AllocationAggregateReservationReservedResourceInfoOrBuilder> |
getReservedResourcesOrBuilderList()
List of reserved resources (CPUs, memory, accelerators).
|
String |
getVmFamily()
The VM family that all instances scheduled against this reservation must belong to.
|
com.google.protobuf.ByteString |
getVmFamilyBytes()
The VM family that all instances scheduled against this reservation must belong to.
|
String |
getWorkloadType()
The workload type of the instances that will target this reservation.
|
com.google.protobuf.ByteString |
getWorkloadTypeBytes()
The workload type of the instances that will target this reservation.
|
boolean |
hasVmFamily()
The VM family that all instances scheduled against this reservation must belong to.
|
boolean |
hasWorkloadType()
The workload type of the instances that will target this reservation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AllocationAggregateReservationReservedResourceInfo> getInUseResourcesList()
[Output only] List of resources currently in use.
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107;
AllocationAggregateReservationReservedResourceInfo getInUseResources(int index)
[Output only] List of resources currently in use.
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107;
int getInUseResourcesCount()
[Output only] List of resources currently in use.
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107;
List<? extends AllocationAggregateReservationReservedResourceInfoOrBuilder> getInUseResourcesOrBuilderList()
[Output only] List of resources currently in use.
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107;
AllocationAggregateReservationReservedResourceInfoOrBuilder getInUseResourcesOrBuilder(int index)
[Output only] List of resources currently in use.
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107;
List<AllocationAggregateReservationReservedResourceInfo> getReservedResourcesList()
List of reserved resources (CPUs, memory, accelerators).
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742;
AllocationAggregateReservationReservedResourceInfo getReservedResources(int index)
List of reserved resources (CPUs, memory, accelerators).
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742;
int getReservedResourcesCount()
List of reserved resources (CPUs, memory, accelerators).
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742;
List<? extends AllocationAggregateReservationReservedResourceInfoOrBuilder> getReservedResourcesOrBuilderList()
List of reserved resources (CPUs, memory, accelerators).
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742;
AllocationAggregateReservationReservedResourceInfoOrBuilder getReservedResourcesOrBuilder(int index)
List of reserved resources (CPUs, memory, accelerators).
repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742;
boolean hasVmFamily()
The VM family that all instances scheduled against this reservation must belong to. Check the VmFamily enum for the list of possible values.
optional string vm_family = 125017580;String getVmFamily()
The VM family that all instances scheduled against this reservation must belong to. Check the VmFamily enum for the list of possible values.
optional string vm_family = 125017580;com.google.protobuf.ByteString getVmFamilyBytes()
The VM family that all instances scheduled against this reservation must belong to. Check the VmFamily enum for the list of possible values.
optional string vm_family = 125017580;boolean hasWorkloadType()
The workload type of the instances that will target this reservation. Check the WorkloadType enum for the list of possible values.
optional string workload_type = 273432322;String getWorkloadType()
The workload type of the instances that will target this reservation. Check the WorkloadType enum for the list of possible values.
optional string workload_type = 273432322;com.google.protobuf.ByteString getWorkloadTypeBytes()
The workload type of the instances that will target this reservation. Check the WorkloadType enum for the list of possible values.
optional string workload_type = 273432322;Copyright © 2025 Google LLC. All rights reserved.