Class: Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateCount
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The number of spokes that are in a particular state and associated with a given hub.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
readonly
Output only.
-
#state ⇒ ::Google::Cloud::NetworkConnectivity::V1::State
readonly
Output only.
Instance Attribute Details
#count ⇒ ::Integer (readonly)
Returns Output only. The total number of spokes that are in this state and associated with a given hub.
1105 1106 1107 1108 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1105 class SpokeStateCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::NetworkConnectivity::V1::State (readonly)
Returns Output only. The state of the spokes.
1105 1106 1107 1108 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1105 class SpokeStateCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |