View Source GoogleApi.Compute.V1.Model.VpnGatewayStatusHighAvailabilityRequirementState (google_api_compute v0.56.2)

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

Attributes

  • state (type: String.t, default: nil) - Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.
  • unsatisfiedReason (type: String.t, default: nil) - Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.VpnGatewayStatusHighAvailabilityRequirementState{
    state: String.t() | nil,
    unsatisfiedReason: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.