Vcenter NamespaceManagement Clusters NetworkSpec

Vcenter NamespaceManagement Clusters NetworkSpec
Vcenter NamespaceManagement Clusters NetworkSpec

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

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "floating_ip": "string",
    "network": "string",
    "network_segment": {
        "networks": [
            "string"
        ]
    },
    "mode": "string",
    "address_range": {
        "starting_address": "string",
        "address_count": 0,
        "subnet_mask": "string",
        "gateway": "string"
    }
}
string
floating_ip
Optional

Optionally specify the Floating IP used by the cluster control plane in case of DHCP.

This property was added in vSphere API 7.0.0.0.

If missing or null, the existing effective management network floating IP will be used.

string
network
Required

This property is deprecated as of vSphere API 8.0.3.0. Use Vcenter NamespaceManagement Clusters NetworkSpec.network_segment instead.

Identifier for the network.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network.

network_segment
Optional

Backing Network segment.

This property was added in vSphere API 8.0.3.0.

If missing or null, Vcenter NamespaceManagement Clusters NetworkSpec.network is used as the backing network. Otherwise, this value takes precedence over Vcenter NamespaceManagement Clusters NetworkSpec.network.

string
mode
Required

The address assignment mode.

For more information see: Vcenter NamespaceManagement Clusters NetworkSpec Ipv4Mode.

This property was added in vSphere API 7.0.0.0.

address_range
Optional

Settings for the interfaces on the network.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of mode is Vcenter NamespaceManagement Clusters NetworkSpec Ipv4Mode.STATICRANGE.