NamespaceManagementClustersNetworkSpec
The Clusters.NetworkSpec contains information related to network configuration for one or more interfaces.
Properties
Settings for the interfaces on the network. This field is optional and it is only relevant when the value of Clusters.NetworkSpec.mode is STATICRANGE.
Optionally specify the Floating IP used by the cluster control plane in case of DHCP. If unset, the existing effective management network floating IP will be used.
The Clusters.NetworkSpec.Ipv4Mode enumerated type defines various IPv4 address assignment modes.
DHCP : The address is automatically assigned by a DHCP server.
STATICRANGE : The address is static.
Possible values are: DHCP , STATICRANGE
Identifier for the network. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network.
JSON Example
{
"mode": "DHCP",
"network": "string"
}