Cloud VPN Gateway

Cloud VPN Gateway in Google Cloud is a virtual gateway that securely connects your on-premises network to your Virtual Private Cloud (VPC) using encrypted IPsec tunnels. It enables private communication between environments over the public internet, ensuring data confidentiality and integrity. This resource is typically used for hybrid cloud or multi-cloud setups where secure connectivity is required.

gcp.compute_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.
gateway_ip_versioncorestringThe IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
idcorestring[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kindcorestring[Output Only] Type of resource. Always compute#vpnGateway for 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 VPN gateway resides.
resource_namecorestring
self_linkcorestring[Output Only] Server-defined URL for the resource.
stack_typecorestringThe stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. If not specified, IPV4_ONLY is used if the gateway IP version is IPV4, or IPV4_IPV6 if the gateway IP version is IPV6.
tagscorehstore
vpn_interfacescorejsonThe list of VPN interfaces associated with this VPN gateway.