NamespaceManagement_Clusters_WorkloadNetworksInfo

NamespaceManagement_Clusters_WorkloadNetworksInfo
NamespaceManagement_Clusters_WorkloadNetworksInfo

The Clusters.WorkloadNetworksInfo contains information related to configuration of vSphere Namespaces Network objects.

JSON Example
{
    "supervisor_primary_workload_network": {
        "network": "string",
        "network_provider": "string",
        "vsphere_network": {
            "portgroup": "string",
            "address_ranges": [
                {
                    "address": "string",
                    "count": 0
                }
            ],
            "gateway": "string",
            "subnet_mask": "string"
        }
    },
    "network_list": [
        {
            "network": "string",
            "network_provider": "string",
            "vsphere_network": {
                "portgroup": "string",
                "address_ranges": [
                    {
                        "address": "string",
                        "count": 0
                    }
                ],
                "gateway": "string",
                "subnet_mask": "string"
            }
        }
    ]
}
supervisor_primary_workload_network
Required

supervisor_primary_workload_network

network_list
Optional

List of vSphere Namespaces networks associated with this cluster.