public static enum Subnet.BondingType extends Enum<Subnet.BondingType> implements com.google.protobuf.ProtocolMessageEnum
Bonding type in the subnet.Protobuf enum
google.cloud.edgenetwork.v1.Subnet.BondingType| Enum Constant and Description |
|---|
BONDED
Multi homed.
|
BONDING_TYPE_UNSPECIFIED
Unspecified
Bonding type will be unspecified by default and if the user chooses to
not specify a bonding type at time of creating the VLAN.
|
NON_BONDED
Single homed.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BONDED_VALUE
Multi homed.
|
static int |
BONDING_TYPE_UNSPECIFIED_VALUE
Unspecified
Bonding type will be unspecified by default and if the user chooses to
not specify a bonding type at time of creating the VLAN.
|
static int |
NON_BONDED_VALUE
Single homed.
|
| Modifier and Type | Method and Description |
|---|---|
static Subnet.BondingType |
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<Subnet.BondingType> |
internalGetValueMap() |
static Subnet.BondingType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Subnet.BondingType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Subnet.BondingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subnet.BondingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Subnet.BondingType BONDING_TYPE_UNSPECIFIED
Unspecified Bonding type will be unspecified by default and if the user chooses to not specify a bonding type at time of creating the VLAN. This will be treated as mixed bonding where the VLAN will have both bonded and non-bonded connectivity to machines.
BONDING_TYPE_UNSPECIFIED = 0;public static final Subnet.BondingType BONDED
Multi homed.
BONDED = 1;public static final Subnet.BondingType NON_BONDED
Single homed.
NON_BONDED = 2;public static final Subnet.BondingType UNRECOGNIZED
public static final int BONDING_TYPE_UNSPECIFIED_VALUE
Unspecified Bonding type will be unspecified by default and if the user chooses to not specify a bonding type at time of creating the VLAN. This will be treated as mixed bonding where the VLAN will have both bonded and non-bonded connectivity to machines.
BONDING_TYPE_UNSPECIFIED = 0;public static final int BONDED_VALUE
Multi homed.
BONDED = 1;public static final int NON_BONDED_VALUE
Single homed.
NON_BONDED = 2;public static Subnet.BondingType[] values()
for (Subnet.BondingType c : Subnet.BondingType.values()) System.out.println(c);
public static Subnet.BondingType 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 Subnet.BondingType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Subnet.BondingType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Subnet.BondingType> 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 Subnet.BondingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.