GetVirtualNetworkGatewayIpConfiguration

data class GetVirtualNetworkGatewayIpConfiguration(val id: String, val name: String, val privateIpAddress: String, val privateIpAddressAllocation: String, val publicIpAddressId: String, val subnetId: String)

Constructors

Link copied to clipboard
constructor(id: String, name: String, privateIpAddress: String, privateIpAddressAllocation: String, publicIpAddressId: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID of the IP configuration.

Link copied to clipboard

Specifies the name of the Virtual Network Gateway.

Link copied to clipboard

The Private IP Address associated with the Virtual Network Gateway.

Link copied to clipboard

Defines how the private IP address of the gateways virtual interface is assigned.

Link copied to clipboard

The ID of the Public IP Address associated with the Virtual Network Gateway.

Link copied to clipboard

The ID of the gateway subnet of a virtual network in which the virtual network gateway will be created. It is mandatory that the associated subnet is named GatewaySubnet. Therefore, each virtual network can contain at most a single Virtual Network Gateway.