PolicyIPAddressInfo

PolicyIPAddressInfo
PolicyIPAddressInfo

Used to specify the display name and value of the IPv4Address.

JSON Example
{
    "address_value": "string",
    "display_name": "string",
    "next_hop": "string"
}
string As ipv4 As ipv4
address_value
Required

Value of the IPv4Address.

string
display_name
Optional

Display name used to help identify the IPv4Address.

string As ipv4 As ipv4
next_hop
Optional

Next hop used in auto-plumbing of static route. If a value is not provided, static route will not be auto-plumbed.