GetVPNGatewayResult

data class GetVPNGatewayResult(val description: String, val id: String, val name: String, val network: String, val project: String, val region: String, val selfLink: String)

A collection of values returned by getVPNGateway.

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, network: String, project: String, region: String, selfLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of this VPN gateway.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The network of this VPN gateway.

Link copied to clipboard
Link copied to clipboard

Region of this VPN gateway.

Link copied to clipboard

The URI of the resource.