Class: Google::Cloud::GkeHub::V1::MembershipFeatureState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::MembershipFeatureState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/feature.rb
Overview
MembershipFeatureState contains Feature status information for a single Membership.
Instance Attribute Summary collapse
-
#configmanagement ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::MembershipState
Config Management-specific state.
-
#state ⇒ ::Google::Cloud::GkeHub::V1::FeatureState
The high-level state of this Feature for a single membership.
Instance Attribute Details
#configmanagement ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::MembershipState
Returns Config Management-specific state.
223 224 225 226 |
# File 'proto_docs/google/cloud/gkehub/v1/feature.rb', line 223 class MembershipFeatureState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::GkeHub::V1::FeatureState
Returns The high-level state of this Feature for a single membership.
223 224 225 226 |
# File 'proto_docs/google/cloud/gkehub/v1/feature.rb', line 223 class MembershipFeatureState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |