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