IPConfiguration Args
data class IPConfigurationArgs(val name: Output<String>, val primary: Output<Boolean>? = null, val privateIPAddress: Output<String>? = null, val privateIPAllocationMethod: Output<Either<String, PrivateIPAllocationMethod>>? = null, val subnet: Output<ResourceIdArgs>? = null) : ConvertibleToJava<IPConfigurationArgs>
The ip configurations for the private link service.
Constructors
Link copied to clipboard
constructor(name: Output<String>, primary: Output<Boolean>? = null, privateIPAddress: Output<String>? = null, privateIPAllocationMethod: Output<Either<String, PrivateIPAllocationMethod>>? = null, subnet: Output<ResourceIdArgs>? = null)