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",
            "ip_assignment_mode": "string",
            "address_ranges": [
                {
                    "address": "string",
                    "count": 0
                }
            ],
            "gateway": "string",
            "subnet_mask": "string"
        },
        "nsx_network": {
            "namespace_network_cidrs": [
                {
                    "address": "string",
                    "prefix": 0
                }
            ],
            "ingress_cidrs": [
                {
                    "address": "string",
                    "prefix": 0
                }
            ],
            "egress_cidrs": [
                {
                    "address": "string",
                    "prefix": 0
                }
            ],
            "nsx_tier0_gateway": "string",
            "subnet_prefix_length": 0,
            "routed_mode": false,
            "load_balancer_size": "string"
        },
        "namespaces": [
            "string"
        ]
    },
    "network_list": [
        {
            "network": "string",
            "network_provider": "string",
            "vsphere_network": {
                "portgroup": "string",
                "ip_assignment_mode": "string",
                "address_ranges": [
                    {
                        "address": "string",
                        "count": 0
                    }
                ],
                "gateway": "string",
                "subnet_mask": "string"
            },
            "nsx_network": {
                "namespace_network_cidrs": [
                    {
                        "address": "string",
                        "prefix": 0
                    }
                ],
                "ingress_cidrs": [
                    {
                        "address": "string",
                        "prefix": 0
                    }
                ],
                "egress_cidrs": [
                    {
                        "address": "string",
                        "prefix": 0
                    }
                ],
                "nsx_tier0_gateway": "string",
                "subnet_prefix_length": 0,
                "routed_mode": false,
                "load_balancer_size": "string"
            },
            "namespaces": [
                "string"
            ]
        }
    ]
}
supervisor_primary_workload_network
Required

The Networks.Info structure contains detailed information about a specific vSphere Namespaces network.

network_list
Optional

List of vSphere Namespaces networks associated with this cluster. If unset no additional networks are associated with the cluster.