HciDeploymentSettingScaleUnitInfrastructureNetwork

data class HciDeploymentSettingScaleUnitInfrastructureNetwork(val dhcpEnabled: Boolean? = null, val dnsServers: List<String>, val gateway: String, val ipPools: List<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPool>, val subnetMask: String)

Constructors

constructor(dhcpEnabled: Boolean? = null, dnsServers: List<String>, gateway: String, ipPools: List<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPool>, subnetMask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dhcpEnabled: Boolean? = null

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

Specifies the default gateway that should be used for the provided IP address space. It should be in the format of an IPv4 IP address. 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.