SupervisorActivationSpec
                                SupervisorActivationSpec                            
                            
                            This specification contains cluster's supervisor configuration.
JSON Example
                                    {
    "zoneName": "string",
    "supervisorName": "string",
    "serviceCidr": {
        "address": "string",
        "prefix": 0
    },
    "managementNetwork": {
        "controlPlaneIpRange": {
            "startIpAddress": "192.168.0.123",
            "endIpAddress": "192.168.0.128"
        },
        "details": {
            "vlanId": 1,
            "netMask": "255.255.255.0",
            "gateway": "192.168.1.1",
            "vdsName": "vds1"
        }
    },
    "vpcNetwork": {
        "nsxProject": "/org/default/projects/ptenant0",
        "nsxVpcConnectivityProfile": "/orgs/default/projects/ptenant0/vpc-connectivity-profiles/default",
        "privateTransitNetworkCidr": {
            "address": "string",
            "prefix": 0
        },
        "privateCidr": {
            "address": "string",
            "prefix": 0
        },
        "dnsServers": [
            "192.168.0.1"
        ],
        "ntpServers": [
            "ntp.example.com"
        ]
    }
}
            
            
                                    string
                
                
            
        
        
                zoneName            
                            Required
            
            
        The zone name
            
            
                                    string
                
                
            
        
        
                supervisorName            
                            Optional
            
            
        The supervisor name. Optional.
                managementNetwork            
                            Required
            
            
        The supervisor management network configuration
                vpcNetwork            
                            Required
            
            
        This specification contains Supervisor's VPC network details.
