Vcenter NamespaceManagement Supervisors Networks Info
The Vcenter NamespaceManagement Supervisors Networks Info schema contains detailed information about a specific Supervisor network.
This schema was added in vSphere API 9.1.0.0.
{
"network_provider": "string",
"vsphere_network": {
"portgroup": "string",
"ip_assignment_mode": "string",
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string",
"subnet_mask": "string",
"mode": "string"
},
"namespaces": [
"string"
]
}
The network provider that will manage the Supervisor network object.
For more information see: Vcenter NamespaceManagement Supervisors Networks NetworkProvider.
This property was added in vSphere API 9.1.0.0.
Updated configuration specification for a DVPG-backed Supervisor network object, supported by Vcenter NamespaceManagement Supervisors Networks NetworkProvider.VSPHERE_NETWORK network provider.
This property was added in vSphere API 9.1.0.0.
This property is optional and it is only relevant when the value of network_provider is Vcenter NamespaceManagement Supervisors Networks NetworkProvider.VSPHERE_NETWORK.
A list of Supervisor Namespaces associated with this network.
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 contain identifiers for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.namespaces.Instance.