Infrastructure Network Args
data class InfrastructureNetworkArgs(val dnsServers: Output<List<String>>? = null, val gateway: Output<String>? = null, val ipPools: Output<List<IpPoolsArgs>>? = null, val subnetMask: Output<String>? = null, val useDhcp: Output<Boolean>? = null) : ConvertibleToJava<InfrastructureNetworkArgs>
The InfrastructureNetwork of a AzureStackHCI Cluster.