Hci Deployment Setting Scale Unit Infrastructure Network Args
data class HciDeploymentSettingScaleUnitInfrastructureNetworkArgs(val dhcpEnabled: Output<Boolean>? = null, val dnsServers: Output<List<String>>, val gateway: Output<String>, val ipPools: Output<List<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs>>, val subnetMask: Output<String>) : ConvertibleToJava<HciDeploymentSettingScaleUnitInfrastructureNetworkArgs>
Properties
Link copied to clipboard
Whether DHCP is enabled for hosts and cluster IPs. Possible values are true
and false
. defaults to false
. Changing this forces a new Stack HCI Deployment Setting to be created.
Link copied to clipboard
Specifies a list of IPv4 addresses of the DNS servers in your environment. Changing this forces a new Stack HCI Deployment Setting to be created.
Link copied to clipboard
One or more ip_pool
blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
Link copied to clipboard
Specifies the subnet mask that matches the provided IP address space. Changing this forces a new Stack HCI Deployment Setting to be created.