Class: Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateReasonCount
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateReasonCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The number of spokes in the hub that are inactive for this reason.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
readonly
Output only.
-
#state_reason_code ⇒ ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code
readonly
Output only.
Instance Attribute Details
#count ⇒ ::Integer (readonly)
Returns Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.
1118 1119 1120 1121 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1118 class SpokeStateReasonCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_reason_code ⇒ ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code (readonly)
Returns Output only. The reason that a spoke is inactive.
1118 1119 1120 1121 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1118 class SpokeStateReasonCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |