Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::SpokeSummary.
Summarizes information about the spokes associated with a hub. The summary includes a count of spokes according to type and according to state. If any spokes are inactive, the summary also lists the reasons they are inactive, including a count for each reason.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#spoke_state_counts
def spoke_state_counts() -> ::Array<::Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateCount>
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateCount>) — Output only. Counts the number of spokes that are in each state and associated with a given hub.
#spoke_state_reason_counts
def spoke_state_reason_counts() -> ::Array<::Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateReasonCount>
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateReasonCount>) — Output only. Counts the number of spokes that are inactive for each possible reason and associated with a given hub.
#spoke_type_counts
def spoke_type_counts() -> ::Array<::Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeTypeCount>
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeTypeCount>) — Output only. Counts the number of spokes of each type that are associated with a specific hub.