Vcenter Namespaces Instances VsphereNetworkConfigCreateSpec

Vcenter Namespaces Instances VsphereNetworkConfigCreateSpec
Vcenter Namespaces Instances VsphereNetworkConfigCreateSpec

The Vcenter Namespaces Instances VsphereNetworkConfigCreateSpec schema contains Vcenter Namespaces Instances NetworkProvider.VSPHERE_NETWORK network configurations that can be applied to a vSphere Namespace.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "default_workload_network": "string"
}
string
default_workload_network
Optional

The default workload network to be used for workloads when they do not explicitly specify a network placement. This value must reference one of the networks provided in Vcenter Namespaces Instances CreateSpecCore.networks.

This field does not allow update once applied. Additionally, this network cannot be removed from this vSphere Namespace.

A network with Vcenter NamespaceManagement Networks IPAssignmentMode.NONE IP assignment mode may not be set as the default workload network.

This property was added in vSphere API 9.1.0.0.

If missing or null:

  • When Vcenter Namespaces Instances CreateSpecCore.networks is specified: the first network will be selected as the default network
  • When Vcenter Namespaces Instances CreateSpecCore.networks is unset: the Supervisor Primary Workload Network will be used

This field must be unset if Vcenter Namespaces Instances CreateSpecCore.networks is unset.

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