HostNetworkSpec
                                HostNetworkSpec                            
                            
                            This specification contains network details required when adding a vSphere host to a cluster
JSON Example
                                    {
    "vmNics": [
        {
            "id": "string",
            "vdsName": "string",
            "moveToNvds": false,
            "uplink": "string"
        }
    ],
    "networkProfileName": "string"
}
            
            
                                    string
                
                                    As ^(?!\s*$).+
                
            
        
        
                networkProfileName            
                            Optional
            
            
        Network profile name
