VpnGatewayStatusVpnConnection(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be a external VPN gateway or GCP VPN gateway.
Attributes | |
---|---|
Name | Description |
peer_external_gateway |
str
URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway. |
peer_gcp_gateway |
str
URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway. |
state |
google.cloud.compute_v1.types.VpnGatewayStatusHighAvailabilityRequirementState
HighAvailabilityRequirementState for the VPN connection. |
tunnels |
Sequence[google.cloud.compute_v1.types.VpnGatewayStatusTunnel]
List of VPN tunnels that are in this VPN connection. |