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

View Source

A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.

Attributes

  • count (type: integer(), default: nil) - The number of propagated Private Service Connect connections with this status. If the group_by field was not set in the request message, the value of this field is 1.
  • groupBy (type: String.t, default: nil) - The fields that this entry is grouped by. This has the same value as the group_by field in the request message.
  • pscPropagationStatus (type: GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus.t, default: nil) - The Private Service Connect propagation status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry{
  count: integer() | nil,
  groupBy: String.t() | nil,
  pscPropagationStatus:
    GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.