SddcHostSpec
                                SddcHostSpec                            
                            
                            Spec contains parameters for Host
JSON Example
                                    {
    "hostname": "esx-1",
    "credentials": {
        "username": "root",
        "password": "string"
    },
    "sshThumbprint": "SHA256:rVPNWOKE2tZjvmYvKPhtc3ghJ41Vc0G3MwASf4+8+yc",
    "sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8"
}
            
            
                                    string
                
                                    As ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$
                
            
        
        
                hostname            
                            Required
            
            
        
                 Constraints: 
                
                
                                
                                                            minLength: 0
                                                                maxLength: 63
                                    
                
                
            
        
        ESX hostname. This value will be prefixed to the DNS subdomain name and should not include the domain name itself. Must also adhere to RFC 1123 naming conventions
            
            
                                    string
                
                
            
        
        
                sshThumbprint            
                            Optional
            
            
        ESX host SSH thumbprint (RSA SHA256) in new deployment scenario or ESX host SSH key (RSA, ECDSA) in reuse existing deployment scenario
            
            
                                    string
                
                
            
        
        
                sslThumbprint            
                            Optional
            
            
        ESX host SSL thumbprint (SHA256)
