Class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerVersion

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb

Overview

Version for Hierarchy Controller

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConfigManagementHierarchyControllerVersion

Returns a new instance of ConfigManagementHierarchyControllerVersion.



933
934
935
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 933

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#extensionString

Version for Hierarchy Controller extension Corresponds to the JSON property extension

Returns:

  • (String)


926
927
928
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 926

def extension
  @extension
end

#hncString

Version for open source HNC Corresponds to the JSON property hnc

Returns:

  • (String)


931
932
933
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 931

def hnc
  @hnc
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



938
939
940
941
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 938

def update!(**args)
  @extension = args[:extension] if args.key?(:extension)
  @hnc = args[:hnc] if args.key?(:hnc)
end