Name: ApplianceControllerNetworkBondPort

Information about an individual network binding port.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceControllerNetworkBondPort",
   "carrier": <String>,
   "duplex": <String>,
   "locator": <String>,
   "maxSpeed": <Number>,
   "maxUnit": <String>,
   "role": <String>,
   "speed": <Number>,
   "status": <String>,
   "unit": <String>,
}

Attributes
NameTypeDescription
carrierxsd:stringThe network carrier.
duplexxsd:stringNetwork binding duplex mode which can be 'Half' or 'Full'.
locatorxsd:stringInternal identification to locate the port.
maxSpeedxsd:intMaximum speed the port can support, the unit is obtained from getMaxUnit().
maxUnitxsd:stringUnit used to express maximum speed.
rolexsd:stringThe role of the network binding which can be 'Active' or 'Slave'.
speedxsd:intThe current network speed, the unit is obtained from getUnit().
statusxsd:stringPort status description.
unitxsd:stringUnit used to express current speed.