class Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState
State for Hierarchy Controller
Attributes
state[RW]
Deployment state for Hierarchy Controller Corresponds to the JSON property `state` @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerDeploymentState]
version[RW]
Version for Hierarchy Controller Corresponds to the JSON property `version` @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerVersion]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 659 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 664 def update!(**args) @state = args[:state] if args.key?(:state) @version = args[:version] if args.key?(:version) end