Class VpnGatewayStatusVpnConnection (1.3.2)

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

NameDescription
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. This field is a member of oneof_ _peer_external_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. This field is a member of oneof_ _peer_gcp_gateway.
state google.cloud.compute_v1.types.VpnGatewayStatusHighAvailabilityRequirementState
HighAvailabilityRequirementState for the VPN connection. This field is a member of oneof_ _state.
tunnels Sequence[google.cloud.compute_v1.types.VpnGatewayStatusTunnel]
List of VPN tunnels that are in this VPN connection.