Class: Google::Cloud::GkeHub::V1::CommonFeatureState

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

Overview

CommonFeatureState contains Hub-wide Feature status information.

Instance Attribute Summary collapse

Instance Attribute Details

#state::Google::Cloud::GkeHub::V1::FeatureState (readonly)

Returns Output only. The "running state" of the Feature in this Hub.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/gkehub/v1/feature.rb', line 200

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