VsphereClusterNodeVMDeploymentConfig
VsphereClusterNodeVMDeploymentConfig
The Vsphere deployment configuration determines where to deploy the cluster node VM through a vCenter server. It contains settings that are applied during install time. If using DHCP, the following fields must be left unset - dns_servers, management_port_subnets, and default_gateway_addresses
AllOf
This class requires all of the following:
JSON Example
{
"placement_type": "string",
"allow_ssh_root_login": false,
"compute_id": "string",
"default_gateway_addresses": [
"string"
],
"default_ipv6_gateway_addresses": [
"string"
],
"disk_provisioning": "string",
"dns_servers": [
"string"
],
"enable_ssh": false,
"folder_id": "string",
"host_id": "string",
"hostname": "string",
"management_network_id": "string",
"management_port_ipv6_subnets": [
{
"ip_addresses": [
"string"
],
"prefix_length": 0
}
],
"management_port_subnets": [
{
"ip_addresses": [
"string"
],
"prefix_length": 0
}
],
"ntp_servers": [
"string"
],
"search_domains": [
"string"
],
"storage_id": "string",
"vc_id": "string"
}