google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.VpnGatewayStatusHighAvailabilityRequirementState View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Compute.V1.Model.VpnGatewayStatusHighAvailabilityRequirementState{
    state: String.t(),
    unsatisfiedReason: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.