EIP Inventory

Properties

Name Description Optional Valid Value Starting Version
uuid The UUID. For more information, see Resource Property. 0.6
name The name. For more information, see Resource Property. 0.6
description The description. For more information, see Resource Property. Yes 0.6
vmNicUuid The VM NIC UUID. Yes 0.6
vipUuid The VIP UUID. 0.6
state The state of the EIP.
  • Enabled
  • Disabled
0.6
vipIp The IP address of the VIP. 0.6
guestIp The IP address of the VM NIC. Yes 0.6
createDate The creation date. For more information, see Resource Property. 0.6
lastOpDate The last operation date. For more information, see Resource Property. 0.6

Sample

 {
            "createDate": "Dec 1, 2017 4:19:28 PM",
            "description": "",
            "guestIp": "192.168.235.165",
            "lastOpDate": "Dec 1, 2017 5:10:57 PM",
            "name": "eip",
            "state": "Enabled",
            "uuid": "2d0373f98dc84dfea9bfe590ab40d3ba",
            "vipIp": "10.128.19.125",
            "vipUuid": "78cb2bf960624b678cc135c303735cf3",
            "vmNicUuid": "b1982434c6a4438a9fc1d1a3c465c210"
}