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.
Attributes | |
---|---|
Name | Description |
state |
google.cloud.compute_v1.types.VpnGatewayStatusHighAvailabilityRequirementState.State
Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET. |
unsatisfied_reason |
google.cloud.compute_v1.types.VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason
Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE. |
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.