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 enumBONDING_TYPE_UNSPECIFIED = 0;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Edge Network V1 Client - Class BondingType (1.2.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.3 (latest)](/php/docs/reference/cloud-edgenetwork/latest/V1.Subnet.BondingType)\n- [1.2.2](/php/docs/reference/cloud-edgenetwork/1.2.2/V1.Subnet.BondingType)\n- [1.1.4](/php/docs/reference/cloud-edgenetwork/1.1.4/V1.Subnet.BondingType)\n- [1.0.0](/php/docs/reference/cloud-edgenetwork/1.0.0/V1.Subnet.BondingType)\n- [0.3.6](/php/docs/reference/cloud-edgenetwork/0.3.6/V1.Subnet.BondingType)\n- [0.2.0](/php/docs/reference/cloud-edgenetwork/0.2.0/V1.Subnet.BondingType)\n- [0.1.1](/php/docs/reference/cloud-edgenetwork/0.1.1/V1.Subnet.BondingType) \nReference documentation and code samples for the Google Cloud Edge Network V1 Client class BondingType.\n\nBonding type in the subnet.\n\nProtobuf type `google.cloud.edgenetwork.v1.Subnet.BondingType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ EdgeNetwork \\\\ V1 \\\\ Subnet\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### BONDING_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnspecified\nBonding type will be unspecified by default and if the user chooses to\nnot specify a bonding type at time of creating the VLAN. This will be\ntreated as mixed bonding where the VLAN will have both bonded and\nnon-bonded connectivity to machines.\n\nGenerated from protobuf enum `BONDING_TYPE_UNSPECIFIED = 0;`\n\n### BONDED\n\n Value: 1\n\nMulti homed.\n\nGenerated from protobuf enum `BONDED = 1;`\n\n### NON_BONDED\n\n Value: 2\n\nSingle homed.\n\nGenerated from protobuf enum `NON_BONDED = 2;`"]]