VchaClusterIpv4Info
The Cluster.Ipv4Info structure contains fields to describe IPV4 information of the configured network interface.
Properties
string
address
Required
IP address of the configured network interface.
integer as int64
prefix
Optional
The CIDR prefix of the interface. If unset , then the subnet mask is invalid.
string
subnet_mask
Required
The subnet mask of the interface.
JSON Example
{
"address": "string",
"subnet_mask": "string"
}