Vcenter Namespaces Instances VsphereNetworkConfigInfo

Vcenter Namespaces Instances VsphereNetworkConfigInfo
Vcenter Namespaces Instances VsphereNetworkConfigInfo

The Vcenter Namespaces Instances VsphereNetworkConfigInfo schema contains read-only information about vSphere-specific network configurations applied to a vSphere Namespace.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "default_workload_network": "string",
    "networks": [
        {
            "network": "string",
            "config_status": "string"
        }
    ]
}
string
default_workload_network
Required

The default workload network used for workloads when they do not explicitly specify a network placement. References one of the networks in Vcenter Namespaces Instances VsphereNetworkConfigInfo.networks.

This property was added in vSphere API 9.1.0.0.

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.

networks
Required

List of networks available in this namespace and their status.

This property was added in vSphere API 9.1.0.0.