Name: ApplianceIp

Tintri Appliance IP configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceIp",
   "gateway": <String>,
   "hostname": <String>,
   "ip": <String>,
   "isJumboFrameEnabled": <Boolean>,
   "netmask": <String>,
   "networkBond": <String>,
   "serviceType": <String>,
   "syncReplClusterIp": <Boolean>,
   "vlanId": <String>,
}

Elements
NameTypeDescription

Attributes
NameTypeDescription
gatewayxsd:stringGateway address for this network interface.
hostnamexsd:stringHost name for this network interface.
ipxsd:stringIP address for this network interface.
isJumboFrameEnabledxsd:boolean'True' indicates that the network interface is valid, 'False' indicates that the network interface is not valid.
netmaskxsd:stringNet mask for this network interface.
networkBondxsd:stringName of the associated network bond underlying this IP configuration.
serviceTypexsd:stringThe service type the IP interface was created for, it maybe admin, data, replication. This can be different from the NIC type for replication service types since these can be created on any of the NIC cards. Admin service type can only be created on admin NIC, data service type can only be created on data NIC.
syncReplClusterIpxsd:booleanTrue if this IP address is used for Cluster IP purpose in a synchronous replication configuration.
vlanIdxsd:stringVLAN ID for this network interface.