Name: ApplianceControllerNetworkBond

A specific network bond and IP address.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceControllerNetworkBond",
   "locator": <String>,
   "macAddress": <String>,
   "name": <String>,
   "status": <String>,
   "type": 'NET_BOND_UNKNOWN' | 'NET_BOND_ADMIN' | 'NET_BOND_DATA' | 'NET_BOND_REPL',
   "ports": [ApplianceControllerNetworkBondPort],
}

Elements
NameTypeDescription
port (wrapped by ports)xsd:list[ApplianceControllerNetworkBondPort]List of network interfaces and ports for a specific network bond.

Attributes
NameTypeDescription
locatorxsd:stringInternal ID used to locate this network binding.
macAddressxsd:stringMAC address of this network binding. We expect every network bond to have a name.
namexsd:stringName of this network binding. We expect every network bond to have a name.
statusxsd:stringStatus of this network binding.
typeNET_BOND_UNKNOWN | NET_BOND_ADMIN | NET_BOND_DATA | NET_BOND_REPLType of network bond. The default is 'data binding'.
NET_BOND_UNKNOWN
NET_BOND_ADMIN
NET_BOND_DATA
NET_BOND_REPL