VpnGatewayIpConfigurationResponse

data class VpnGatewayIpConfigurationResponse(val id: String? = null, val privateIpAddress: String? = null, val publicIpAddress: String? = null)

IP Configuration of a VPN Gateway Resource.

Constructors

Link copied to clipboard
constructor(id: String? = null, privateIpAddress: String? = null, publicIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The identifier of the IP configuration for a VPN Gateway.

Link copied to clipboard

The private IP address of this IP configuration.

Link copied to clipboard
val publicIpAddress: String? = null

The public IP address of this IP configuration.