class Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState

State for Hierarchy Controller

Attributes

state[RW]

Deployment state for Hierarchy Controller Corresponds to the JSON property `state` @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerDeploymentState]

version[RW]

Version for Hierarchy Controller Corresponds to the JSON property `version` @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerVersion]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 711
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 716
def update!(**args)
  @state = args[:state] if args.key?(:state)
  @version = args[:version] if args.key?(:version)
end