class Google::Apis::GkehubV1alpha::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_v1alpha/classes.rb, line 1272
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_v1alpha/classes.rb, line 1277
def update!(**args)
  @state = args[:state] if args.key?(:state)
end