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.



1538
1539
1540
1541
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1538

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:



1538
1539
1540
1541
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1538

class SpokeStateCount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end