Class VpnGatewayStatusHighAvailabilityRequirementState (0.9.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.

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.

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.