GuestIpv4
The Ipv4 structure specifies the IPv4 settings that need to be applied to a virtual network adapter.
Properties
array of
string
gateways
Optional
Gateways for the IPv4 address. If unset, no gateways are set.
string
ip_address
Optional
The static IPv4 address This field is optional and it is only relevant when the value of Ipv4.type is STATIC.
integer
prefix
Optional
The IPv4 CIDR prefix, for example, 24. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion. This field is optional and it is only relevant when the value of Ipv4.type is STATIC.
JSON Example
{
"type": "enum"
}