NamespaceManagementClustersNetworkSpec

The Clusters.NetworkSpec contains information related to network configuration for one or more interfaces.


Properties

address_range Optional

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.


string
floating_IP Optional

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.


mode Required

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: DHCPSTATICRANGE


string
network Required

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"
}

Feedback

Was this page helpful?