GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry (google_api_network_connectivity v0.12.0)
View SourceA 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 thegroup_byfield 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 thegroup_byfield 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
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.HubStatusEntry{ count: integer() | nil, groupBy: String.t() | nil, pscPropagationStatus: GoogleApi.NetworkConnectivity.V1.Model.PscPropagationStatus.t() | nil }