inboundNatPools

@JvmName(name = "vrdfylgbmtgaqwtg")
suspend fun inboundNatPools(value: Output<List<InboundNatPoolArgs>>)
@JvmName(name = "kyfhirjgjsofhrjn")
suspend fun inboundNatPools(value: List<InboundNatPoolArgs>)

Parameters

value

The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.


@JvmName(name = "dyjursaoqeswpnve")
suspend fun inboundNatPools(vararg values: Output<InboundNatPoolArgs>)


@JvmName(name = "tndeumullkchxmpp")
suspend fun inboundNatPools(values: List<Output<InboundNatPoolArgs>>)
@JvmName(name = "rdcoylssjpykbnfg")
suspend fun inboundNatPools(vararg values: InboundNatPoolArgs)

Parameters

values

The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.


@JvmName(name = "vsxpfjovwgvheibl")
suspend fun inboundNatPools(argument: List<suspend InboundNatPoolArgsBuilder.() -> Unit>)
@JvmName(name = "ruqklyrositcffuu")
suspend fun inboundNatPools(vararg argument: suspend InboundNatPoolArgsBuilder.() -> Unit)
@JvmName(name = "fpqexywvidtbbpot")
suspend fun inboundNatPools(argument: suspend InboundNatPoolArgsBuilder.() -> Unit)

Parameters

argument

The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.