Class: Google::Cloud::NetworkConnectivity::V1::HubStatusEntry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns The number of propagated Private Service Connect connections with this status. If the group_by field was not set in the request message, the value of this field is 1.

Returns:

  • (::Integer)

    The number of propagated Private Service Connect connections with this status. If the group_by field was not set in the request message, the value of this field is 1.



742
743
744
745
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 742

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

#group_by::String

Returns The fields that this entry is grouped by. This has the same value as the group_by field in the request message.

Returns:

  • (::String)

    The fields that this entry is grouped by. This has the same value as the group_by field in the request message.



742
743
744
745
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 742

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

#psc_propagation_status::Google::Cloud::NetworkConnectivity::V1::PscPropagationStatus

Returns The Private Service Connect propagation status.

Returns:



742
743
744
745
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 742

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