Vcenter_Settings_V1_Config_Components_Applmgmt_Ipv4

Vcenter_Settings_V1_Config_Components_Applmgmt_Ipv4
Vcenter_Settings_V1_Config_Components_Applmgmt_Ipv4

The IPv4 structure defines IPv4 configuration. to perform IPv4 network configuration for interfaces.

JSON Example
{
    "mode": "string",
    "address": "string",
    "prefix": 0,
    "default_gateway": "string",
    "configurable": false
}
mode
Required

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.

string
address
Required

The IPv4 address, for example, "10.20.80.191".

integer As int64
prefix
Required

The IPv4 CIDR prefix, for example, 24. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.

string
default_gateway
Optional

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.

boolean
configurable
Optional

The IPv4 is configured or not.