public static enum AllocationAggregateReservation.VmFamily extends Enum<AllocationAggregateReservation.VmFamily> implements com.google.protobuf.ProtocolMessageEnum
The VM family that all instances scheduled against this reservation must belong to.Protobuf enum
google.cloud.compute.v1.AllocationAggregateReservation.VmFamily| Enum Constant and Description |
|---|
UNDEFINED_VM_FAMILY
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
VM_FAMILY_CLOUD_TPU_DEVICE_CT3
VM_FAMILY_CLOUD_TPU_DEVICE_CT3 = 42845948; |
VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L = 108020067; |
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP = 18705267; |
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E = 398926997; |
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P = 517384376; |
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P = 517384407; |
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P = 517384438; |
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINED_VM_FAMILY_VALUE
A value indicating that the enum field is not set.
|
static int |
VM_FAMILY_CLOUD_TPU_DEVICE_CT3_VALUE
VM_FAMILY_CLOUD_TPU_DEVICE_CT3 = 42845948; |
static int |
VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L_VALUE
VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L = 108020067; |
static int |
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP_VALUE
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP = 18705267; |
static int |
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E_VALUE
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E = 398926997; |
static int |
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P_VALUE
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P = 517384376; |
static int |
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P_VALUE
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P = 517384407; |
static int |
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P_VALUE
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P = 517384438; |
| Modifier and Type | Method and Description |
|---|---|
static AllocationAggregateReservation.VmFamily |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AllocationAggregateReservation.VmFamily> |
internalGetValueMap() |
static AllocationAggregateReservation.VmFamily |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AllocationAggregateReservation.VmFamily |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AllocationAggregateReservation.VmFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationAggregateReservation.VmFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocationAggregateReservation.VmFamily UNDEFINED_VM_FAMILY
A value indicating that the enum field is not set.
UNDEFINED_VM_FAMILY = 0;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_DEVICE_CT3
VM_FAMILY_CLOUD_TPU_DEVICE_CT3 = 42845948;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L = 108020067;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP = 18705267;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E = 398926997;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P = 517384376;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P = 517384407;public static final AllocationAggregateReservation.VmFamily VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P = 517384438;public static final AllocationAggregateReservation.VmFamily UNRECOGNIZED
public static final int UNDEFINED_VM_FAMILY_VALUE
A value indicating that the enum field is not set.
UNDEFINED_VM_FAMILY = 0;public static final int VM_FAMILY_CLOUD_TPU_DEVICE_CT3_VALUE
VM_FAMILY_CLOUD_TPU_DEVICE_CT3 = 42845948;public static final int VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L_VALUE
VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L = 108020067;public static final int VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP_VALUE
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP = 18705267;public static final int VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E_VALUE
VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E = 398926997;public static final int VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P_VALUE
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P = 517384376;public static final int VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P_VALUE
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P = 517384407;public static final int VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P_VALUE
VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P = 517384438;public static AllocationAggregateReservation.VmFamily[] values()
for (AllocationAggregateReservation.VmFamily c : AllocationAggregateReservation.VmFamily.values()) System.out.println(c);
public static AllocationAggregateReservation.VmFamily valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AllocationAggregateReservation.VmFamily valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AllocationAggregateReservation.VmFamily forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AllocationAggregateReservation.VmFamily> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AllocationAggregateReservation.VmFamily valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.