Class VpnGatewayStatusHighAvailabilityRequirementState (1.18.0)

VpnGatewayStatusHighAvailabilityRequirementState(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
state str
Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET. Check the State enum for the list of possible values. This field is a member of oneof_ _state.
unsatisfied_reason str
Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE. Check the UnsatisfiedReason enum for the list of possible values. This field is a member of oneof_ _unsatisfied_reason.

Classes

State

State(value)

Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.

Values: UNDEFINED_STATE (0): A value indicating that the enum field is not set. CONNECTION_REDUNDANCY_MET (505242907): VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to the peer VPN gateway. For both GCP-to-non-GCP and GCP-to-GCP connections, the adequate redundancy is a pre-requirement for users to get 99.99% availability on GCP side; please note that for any connection, end-to-end 99.99% availability is subject to proper configuration on the peer VPN gateway. CONNECTION_REDUNDANCY_NOT_MET (511863311): VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway

UnsatisfiedReason

UnsatisfiedReason(value)

Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.

Values: UNDEFINED_UNSATISFIED_REASON (0): A value indicating that the enum field is not set. INCOMPLETE_TUNNELS_COVERAGE (55917437): No description available.