Target VPN Gateway

A Target VPN Gateway in Google Cloud is a regional resource that represents the VPN endpoint on the Google Cloud side of a Classic VPN connection. It is used to establish secure IPsec tunnels between your Virtual Private Cloud (VPC) network and an external network, such as an on-premises data center.

gcp.compute_target_vpn_gateway

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
creation_timestampcoretimestamp[Output Only] Creation timestamp in RFC3339 text format.
datadog_display_namecorestring
descriptioncorestringAn optional description of this resource. Provide this property when you create the resource.
forwarding_rulescorearray<string>[Output Only] A list of URLs to the ForwardingRule resources. ForwardingRules are created using compute.forwardingRules.insert and associated with a VPN gateway.
gcp_statuscorestring[Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING. Possible values: ['CREATING', 'DELETING', 'FAILED', 'READY']. Values descriptions: ['', '', '', '']
idcorestring[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kindcorestring[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.
labelscorearray<string>Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
namecorestringName of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
networkcorestringURL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
regioncorestring[Output Only] URL of the region where the target VPN gateway resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
resource_namecorestring
self_linkcorestring[Output Only] Server-defined URL for the resource.
tagscorehstore
tunnelscorearray<string>[Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are created using the compute.vpntunnels.insert method and associated with a VPN gateway.