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 |
|
---|---|
Name | Description |
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.
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.