Ip Address Pool Args
data class IpAddressPoolArgs(val addresses: Output<List<String>>, val autoAssign: Output<Either<String, BfdEnabled>>? = null, val name: Output<String>, val onlyUseHostIps: Output<Either<String, BfdEnabled>>? = null) : ConvertibleToJava<IpAddressPoolArgs>
Constructors
Link copied to clipboard
constructor(addresses: Output<List<String>>, autoAssign: Output<Either<String, BfdEnabled>>? = null, name: Output<String>, onlyUseHostIps: Output<Either<String, BfdEnabled>>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The indicator to determine if automatic allocation from the pool should occur.
Link copied to clipboard
The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.