HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs

data class HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs(val endingAddress: Output<String>, val startingAddress: Output<String>) : ConvertibleToJava<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs>

Constructors

constructor(endingAddress: Output<String>, startingAddress: Output<String>)

Properties

Link copied to clipboard
val endingAddress: Output<String>

Specifies starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val startingAddress: Output<String>

Specifies ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. Changing this forces a new Stack HCI Deployment Setting to be created.

Functions

Link copied to clipboard
open override fun toJava(): HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs