IPConfigurationArgs

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)

Properties

Link copied to clipboard
val name: Output<String>

The name of private link IP configuration.

Link copied to clipboard
val primary: Output<Boolean>? = null

Indicates whether this IP configuration is primary for the corresponding NIC.

Link copied to clipboard
val privateIPAddress: Output<String>? = null

The IP address.

Link copied to clipboard

The method that private IP address is allocated.

Link copied to clipboard
val subnet: Output<ResourceIdArgs>? = null

The subnet resource id.

Functions

Link copied to clipboard
open override fun toJava(): IPConfigurationArgs