Ip Configuration Args
data class IpConfigurationArgs(val privateIpAddress: Output<String>? = null, val privateIpAllocationMethod: Output<Either<String, IpAllocationMethod>>? = null, val subnet: Output<SubResourceArgs>) : ConvertibleToJava<IpConfigurationArgs>
IP configuration.
Constructors
Link copied to clipboard
constructor(privateIpAddress: Output<String>? = null, privateIpAllocationMethod: Output<Either<String, IpAllocationMethod>>? = null, subnet: Output<SubResourceArgs>)