class Google::Apis::GkehubV1beta::FeatureResourceState
FeatureResourceState
describes the state of a Feature
resource in the GkeHub API. See `FeatureState` for the “running state” of the Feature
in the Hub and across Memberships.
Attributes
state[RW]
The current state of the Feature
resource in the Hub API. Corresponds to the JSON property `state` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1beta/classes.rb, line 1223 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_v1beta/classes.rb, line 1228 def update!(**args) @state = args[:state] if args.key?(:state) end