vcenter vcha cluster: ipv4 info
The
ipv4_info
structure contains fields to describe IPV4 information of the configured network interface. This structure was added in vSphere API 6.7.1.Representation:
{
"address" : "string",
"prefix" : 1,
"subnet_mask" : "string"
}
"address" : "string",
"prefix" : 1,
"subnet_mask" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | string | IP address of the configured network interface. This attribute was added in vSphere API 6.7.1. |
subnet_mask | string | The subnet mask of the interface. This attribute was added in vSphere API 6.7.1. |
Optional | ||
prefix | long | The CIDR prefix of the interface. This attribute was added in vSphere API 6.7.1. Optional. If unset , then the subnet mask is invalid. |