Vcenter NamespaceManagement Software Supervisors Versions ControlPlane Sizes ListResult

Vcenter NamespaceManagement Software Supervisors Versions ControlPlane Sizes ListResult
Vcenter NamespaceManagement Software Supervisors Versions ControlPlane Sizes ListResult

The Vcenter NamespaceManagement Software Supervisors Versions ControlPlane Sizes ListResult schema contains information about all possible sizes for the control plane VM for a specific Supervisor version.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "sizes": [
        {
            "label": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "identifier": "string",
            "memory_in_mib": 0,
            "v_cpu_count": 0,
            "disk_capacity_in_mib": 0,
            "default_service_cidr": {
                "address": "string",
                "prefix": 0
            },
            "nsx_t1_defaults": {
                "default_pod_cidr": {
                    "address": "string",
                    "prefix": 0
                },
                "default_service_cidr": {
                    "address": "string",
                    "prefix": 0
                }
            },
            "nsx_vpc_defaults": {
                "default_private_cidr": {
                    "address": "string",
                    "prefix": 0
                },
                "default_service_cidr": {
                    "address": "string",
                    "prefix": 0
                }
            },
            "vsphere_networking_defaults": {
                "default_service_cidr": {
                    "address": "string",
                    "prefix": 0
                }
            }
        }
    ],
    "default_size_identifier": "string"
}
sizes
Required

Information for each size.

This property was added in vSphere API 9.1.0.0.

string
default_size_identifier
Required

The default size that will be used for enablement if none is provided.

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.software.supervisors.versions.control_plane.Size. 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.software.supervisors.versions.control_plane.Size.