Google Cloud Edge Network V1 Client - Class BondingType (1.1.0)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class BondingType.

Bonding type in the subnet.

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

Namespace

Google \ Cloud \ EdgeNetwork \ V1 \ Subnet

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BONDING_TYPE_UNSPECIFIED

Value: 0

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.

Generated from protobuf enum BONDING_TYPE_UNSPECIFIED = 0;

BONDED

Value: 1

Single homed.

Generated from protobuf enum BONDED = 1;

NON_BONDED

Value: 2

Multi homed.

Generated from protobuf enum NON_BONDED = 2;