NSX-T Data Center REST API
IpInfo (schema) (Deprecated)
Only support IP address or subnet. Its type can be of
IPv4 or IPv6. It will be converted to subnet when netmask
is specified(e.g., 192.168.1.3/24 => 192.168.1.0/24,
2008:12:12:12::2/64 => 2008:12:12:12::/64).
This type is deprecated. Please use the type NetworkInfo instead.
Name | Description | Type | Notes |
---|---|---|---|
dst_ip | The destination IP address or subnet The destination IP can be an IP address or a subnet. |
IPElement | |
src_ip | The source IP address or subnet The source IP can be an IP address or a subnet. |
IPElement |