VirtualNetworkGatewayIPConfigurationArgs

data class VirtualNetworkGatewayIPConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val publicIPAddress: Output<SubResourceArgs>? = null, val subnet: Output<SubResourceArgs>? = null) : ConvertibleToJava<VirtualNetworkGatewayIPConfigurationArgs>

IP configuration for virtual network gateway.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, publicIPAddress: Output<SubResourceArgs>? = 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 the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The private IP address allocation method.

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

The reference to the public IP resource.

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

The reference to the subnet resource.

Functions

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