NsxIntelligenceCommonAgentPrivateIpRangeInfo

NsxIntelligenceCommonAgentPrivateIpRangeInfo
NSX Application Platform Common Agent private IP prefix

An IP prefix to mark the private network that NSX Application Platform Common Agent network flow is collected from.

JSON Example
{
    "address_type": "string",
    "address": "string",
    "prefix_length": 0
}
string
address_type
Required  

The type of IP address.

Enumeration: IPV4, IPV6
string
address
Required  

The prefix of IP address that marks the range of private network.

integer
prefix_length
Required  
Constraints: minimum: 1 maximum: 128

The length of IP address prefix that marks the range of private network.