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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class VpnGatewayStatusHighAvailabilityRequirementState (0.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.5 (latest)](/python/docs/reference/google-cloud-compute-v1beta/latest/google.cloud.compute_v1beta.types.VpnGatewayStatusHighAvailabilityRequirementState)\n- [0.1.4](/python/docs/reference/google-cloud-compute-v1beta/0.1.4/google.cloud.compute_v1beta.types.VpnGatewayStatusHighAvailabilityRequirementState) \n\n VpnGatewayStatusHighAvailabilityRequirementState(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nDescribes the high availability requirement state for the VPN\nconnection between this Cloud VPN gateway and a peer gateway.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### State\n\n State(value)\n\nIndicates the high availability requirement state for the VPN\nconnection. Valid values are CONNECTION_REDUNDANCY_MET,\nCONNECTION_REDUNDANCY_NOT_MET.\n\n### UnsatisfiedReason\n\n UnsatisfiedReason(value)\n\nIndicates the reason why the VPN connection does not meet the high\navailability redundancy criteria/requirement. Valid values is\nINCOMPLETE_TUNNELS_COVERAGE."]]