ClusterProductSpec
                                ClusterProductSpec                            
                            Spec contains information for a vRealize product
JSON Example
                                    {
    "adminCredentials": {
        "password": "string",
        "username": "string"
    },
    "certificateChain": "string",
    "id": "string",
    "loadBalancerFqdn": "string",
    "nodes": [
        {
            "fqdn": "vrops.vrack.vsphere.local",
            "password": "string",
            "type": "MASTER, REPLICA, DATA, REMOTECOLLECTOR, WORKER",
            "username": "string"
        }
    ],
    "version": "string"
}
                adminCredentials            
                            Required
            
            
        This specification contains information about credentials.
            
            
                                    string
                
                
            
        
        
                certificateChain            
                            Optional
            
            
        The certificate chain of the vRealize product.
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
            
            
        The ID of the product
            
            
                                    string
                
                
            
        
        
                loadBalancerFqdn            
                            Required
            
            
        Fully Qualified Domain Name for the vRealize product load balancer
            
            
                                    string
                
                
            
        
        
                version            
                            Required
            
            
        The version of the vRealize product instance
