InfrastructureNetworkArgs

constructor(dnsServers: Output<List<String>>? = null, gateway: Output<String>? = null, ipPools: Output<List<IpPoolsArgs>>? = null, subnetMask: Output<String>? = null, useDhcp: Output<Boolean>? = null)