Class: Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateCount

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.

Returns:



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