Name: ApplianceControllerNetworkBond

A specific network bond and IP address.

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

Elements
NameTypeDescription
portsxsd:list[ApplianceControllerNetworkBondPort]List of network interfaces and ports for a specific network bond.

Attributes
NameTypeDescription
gatewayxsd:string
ipaddrxsd:string
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.
netmaskxsd:string
statusxsd:stringStatus of this network binding.
typeNET_BOND_UNKNOWN | NET_BOND_ADMIN | NET_BOND_DATA | NET_BOND_REPL | NET_BOND_IPMIType of network bond. The default is 'data binding'.
NET_BOND_UNKNOWN
NET_BOND_ADMIN
NET_BOND_DATA
NET_BOND_REPL
NET_BOND_IPMI