Class: Google::Cloud::NetworkConnectivity::V1::SpokeSummary::SpokeStateReasonCount

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 in the hub that are inactive for this reason.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    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.

Returns:



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