class Google::Apis::GkehubV1::MembershipFeatureState
MembershipFeatureState
contains Feature
status information for a single Membership
.
Attributes
configmanagement[RW]
**Anthos Config Management**: State for a single cluster. Corresponds to the JSON property `configmanagement` @return [Google::Apis::GkehubV1::ConfigManagementMembershipState]
state[RW]
FeatureState
describes the high-level state of a Feature
. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context. Corresponds to the JSON property `state` @return [Google::Apis::GkehubV1::FeatureState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 1752 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gkehub_v1/classes.rb, line 1757 def update!(**args) @configmanagement = args[:configmanagement] if args.key?(:configmanagement) @state = args[:state] if args.key?(:state) end