VcenterSettingsV1ConfigComponentsApplmgmtIpv4
The IPv4 structure defines IPv4 configuration. to perform IPv4 network configuration for interfaces.
Properties
The IPv4 address, for example, “10.20.80.191”.
The IPv4 is configured or not.
The IPv4 address of the default gateway. This configures the global default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces. If set, the defaultGateway was never set.
The Ipv4.Mode enumerated type defines different IPv4 address assignment modes.
DHCP : The IPv4 address is automatically assigned by a DHCP server.
STATIC : The IPv4 address is static.
UNCONFIGURED : The IPv4 protocol is not configured.
Possible values are: DHCP , STATIC , UNCONFIGURED
The IPv4 CIDR prefix, for example, 24. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.
JSON Example
{
"address": "string",
"mode": "DHCP",
"prefix": 0
}