VIP 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
l3NetworkUuid The UUID of the L3 network to which the VIP is allocated. 0.6
ip The IP address of the IPv4 type. 0.6
state The state of the VIP.
  • Enabled
  • Disabled
0.6
gateway The gateway. 0.6
netmask The netmask. 0.6
serviceProvider The service provider that provides the VIP service. Yes 0.6
peerL3NetworkUuids The L3 private network UUID or the VPC L3 network UUID. 0.6
useFor The usage, such as port forwarding. Yes
  • EIP
  • PortForwarding
  • LoadBalancer
  • IPsec
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 8:24:43 PM",
            "description": "",
            "gateway": "10.0.0.1",
            "ip": "10.128.19.232",
            "l3NetworkUuid": "429f0e8a088b4ed688e64f42dab3c405",
            "lastOpDate": "Dec 1, 2017 8:25:00 PM",
            "name": "vip-for-lb-lb2",
            "netmask": "255.0.0.0",
            "peerL3NetworkUuids": [
                "62eeb35445144649acbbd72392cf2b40"
            ],
            "serviceProvider": "vrouter",
            "state": "Enabled",
            "useFor": "LoadBalancer",
            "uuid": "81806eb3a0034f529e80034e749b2a8a"
}