VsanVipNetworkConfig
VsanVipNetworkConfig
Define virtual IP (VIP) network configurations for both IPv4 and IPv6 families.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ipAddress": "string",
"subnet": "string",
"gateway": "string"
}
string
ipAddress
Required
IP address for virtual IP.
string
subnet
Required
Subnet information for the virtual IP.
It is network mask if this is representing IP configurations for IPv4 family. It is prefix length if this is representing IP configurations for IPv6 family.
string
gateway
Optional
Gateway IP address for virtual IP.
If not provided, it will use the default gateway.