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.
{
"default_workload_network": "string",
"networks": [
{
"network": "string",
"config_status": "string"
}
]
}
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.
List of networks available in this namespace and their status.
This property was added in vSphere API 9.1.0.0.