Enum Subnet.BondingType (0.16.0)

public enum Subnet.BondingType extends Enum<Subnet.BondingType> implements ProtocolMessageEnum

Bonding type in the subnet.

Protobuf enum google.cloud.edgenetwork.v1.Subnet.BondingType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BONDED

Single homed.

BONDED = 1;

BONDED_VALUE

Single homed.

BONDED = 1;

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;

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;

NON_BONDED

Multi homed.

NON_BONDED = 2;

NON_BONDED_VALUE

Multi homed.

NON_BONDED = 2;

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()