ApplicationGatewayPrivateLinkIpConfigurationArgs

data class ApplicationGatewayPrivateLinkIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val primary: Output<Boolean>? = null, val privateIPAddress: Output<String>? = null, val privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val subnet: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayPrivateLinkIpConfigurationArgs>

The application gateway private link ip configuration.

Constructors

constructor(id: Output<String>? = null, name: Output<String>? = null, primary: Output<Boolean>? = null, privateIPAddress: Output<String>? = null, privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, subnet: Output<SubResourceArgs>? = null)

Properties

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

Resource ID.

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

The name of application gateway private link ip configuration.

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

Whether the ip configuration is primary or not.

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

The private IP address of the IP configuration.

Link copied to clipboard

The private IP address allocation method.

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

Reference to the subnet resource.

Functions

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