Port Forwarding Rule 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
vipIp The IP address of the VIP. 0.6
guestIp The IP address of the VM NIC. Yes
vipUuid The VIP UUID. 0.6
vipPortStart The start port of the VIP. 1 ~ 65535 0.6
vipPortEnd The end port of the VIP. 1 ~ 65535 0.6
privatePortStart The start port of guest IP address. 1 ~ 65535 0.6
privatePortEnd The end port of guest IP address. 1 ~ 65535 0.6
vmNicUuid The VM NIC UUID. Yes 0.6
protocolType The protocol type of the network traffic.
  • TCP
  • UDP
0.6
state The state of the rule.
  • Enabled
  • Disabled
0.6
allowedCidr The source CIDR. The port forwarding rule is only applied to the traffics of the source CIDR. 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

 {
            "allowedCidr": "0.0.0.0/0",
            "createDate": "Dec 1, 2017 7:55:35 PM",
            "description": "",
            "guestIp": "192.168.235.245",
            "lastOpDate": "Dec 1, 2017 7:55:38 PM",
            "name": "pf1",
            "privatePortEnd": 23,
            "privatePortStart": 23,
            "protocolType": "TCP",
            "state": "Enabled",
            "uuid": "474c3e0df7f64cdfbf9f921bcd4a92ab",
            "vipIp": "10.128.19.230",
            "vipPortEnd": 22,
            "vipPortStart": 22,
            "vipUuid": "0579cf3a57f84b99abbaa6c892acf873",
            "vmNicUuid": "e20efc6858ea4988950882934262b6d7"
}