GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus (google_api_network_connectivity v0.12.0)

View Source

The status of one or more propagated Private Service Connect connections in a hub.

Attributes

  • code (type: String.t, default: nil) - The propagation status.
  • message (type: String.t, default: nil) - The human-readable summary of the Private Service Connect connection propagation status.
  • sourceForwardingRule (type: String.t, default: nil) - The name of the forwarding rule exported to the hub.
  • sourceGroup (type: String.t, default: nil) - The name of the group that the source spoke belongs to.
  • sourceSpoke (type: String.t, default: nil) - The name of the spoke that the source forwarding rule belongs to.
  • targetGroup (type: String.t, default: nil) - The name of the group that the target spoke belongs to.
  • targetSpoke (type: String.t, default: nil) - The name of the spoke that the source forwarding rule propagates to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus{
  code: String.t() | nil,
  message: String.t() | nil,
  sourceForwardingRule: String.t() | nil,
  sourceGroup: String.t() | nil,
  sourceSpoke: String.t() | nil,
  targetGroup: String.t() | nil,
  targetSpoke: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.