class Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerDeploymentState

Deployment state for Hierarchy Controller

Attributes

extension[RW]

The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1) Corresponds to the JSON property `extension` @return [String]

hnc[RW]

The deployment state for open source HNC (e.g. v0.7.0-hc.0) Corresponds to the JSON property `hnc` @return [String]

Public Class Methods

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