Name: IpConfig

Generic IP configuration information. It is ok to use this class to model a IPv6 address but it is up to the user to do the format validation. IpConfig is used for typical 4-element IP configuration (IpAddress/Netmask/Gateway/VlanID). If you need to model a IPConfig for an interface on a Tintri appliance, which has very specific features like NetworkBond, service type, jumboframe, etc, please use ApplianceIp.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.common.IpConfig",
   "gateway": <String>,
   "ipAddress": <String>,
   "netmask": <String>,
   "vlanId": <String>,
}

Attributes
NameTypeDescription
gatewayxsd:stringIP configuration gateway.
ipAddressxsd:stringIP address
netmaskxsd:stringIP network mask
vlanIdxsd:stringVLAN ID