Hci Deployment Setting Scale Unit Infrastructure Network
data class HciDeploymentSettingScaleUnitInfrastructureNetwork(val dhcpEnabled: Boolean? = null, val dnsServers: List<String>, val gateway: String, val ipPools: List<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPool>, val subnetMask: String)
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.