GetVpnConnectionPlainArgs

data class GetVpnConnectionPlainArgs(val connectionName: String, val gatewayName: String, val resourceGroupName: String) : ConvertibleToJava<GetVpnConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionName: String, gatewayName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the vpn connection.

Link copied to clipboard

The name of the gateway.

Link copied to clipboard

The resource group name of the VpnGateway.

Functions

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