InlineVsphereClusterNodeVMDeploymentConfig1
{
"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": [
"IPSubnet Object"
],
"ntp_servers": [
"string"
],
"search_domains": [
"string"
],
"storage_id": "string",
"vc_id": "string"
}
If true, the root user will be allowed to log into the VM. Allowing root SSH logins is not recommended for security reasons.
The cluster node VM will be deployed on the specified cluster or resourcepool for specified VC server.
The default IPv4 gateway for the VM to be deployed must be specified if all the other VMs it communicates with are not in the same subnet. Do not specify this field and management_port_subnets to use only IPv6. Note: only single IPv4 default gateway address is supported and it must belong to management network. IMPORTANT: VMs deployed using DHCP are currently not supported, so this parameter should be specified in case of IPv4.
The default IPv6 gateway for the VM to be deployed must be specified if all the other VMs it communicates with are not in the same subnet. Do not specify this field and management_port_ipv6_subnets to use only IPv4. Note: only single IPv6 default gateway address is supported and it must belong to management network. IMPORTANT: VMs deployed using DHCP are currently not supported, so this parameter should be specified in case of IPv6.
Specifies the disk provisioning type of the VM.
List of DNS servers. If DHCP is used, the default DNS servers associated with the DHCP server will be used instead. Required if using static IP.
If true, the SSH service will automatically be started on the VM. Enabling SSH service is not recommended for security reasons.
Specifies the folder in which the VM should be placed.
The cluster node VM will be deployed on the specified host in the specified VC server within the cluster if host_id is specified. Note: User must ensure that storage and specified networks are accessible by this host.
Desired host name/FQDN for the VM to be deployed
Distributed portgroup identifier to which the management vnic of cluster node VM will be connected.
IPv6 Address and subnet configuration for the management port. Do not specify this field and default_ipv6_gateway_addresses to use only IPv4. Note: only one IPv6 address is supported for the management port. IMPORTANT: VMs deployed using DHCP are currently not supported, so this parameter should be specified in case of IPv6.
IPv4 Address and subnet configuration for the management port. Do not specify this field and default_gateway_addresses to use only IPv6. Note: only one IPv4 address is supported for the management port. IMPORTANT: VMs deployed using DHCP are currently not supported, so this parameter should be specified in case of IPv4.
List of NTP servers. To use hostnames, a DNS server must be defined. If not using DHCP, a DNS server should be specified under dns_servers.
List of domain names that are used to complete unqualified host names.
The cluster node VM will be deployed on the specified datastore in the specified VC server. User must ensure that storage is accessible by the specified cluster/host.
The VC-specific identifiers will be resolved on this VC, so all other identifiers specified in the config must belong to this vCenter server.