public enum Subnet.BondingType extends Enum<Subnet.BondingType> implements ProtocolMessageEnum
Bonding type in the subnet.
Protobuf enum google.cloud.edgenetwork.v1.Subnet.BondingType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BONDED |
Multi homed. |
BONDED_VALUE |
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. This will be treated as mixed bonding where the VLAN will have both bonded and non-bonded connectivity to machines. |
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. |
NON_BONDED |
Single homed. |
NON_BONDED_VALUE |
Single homed. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |