Class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerVersion

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v2/classes.rb,
lib/google/apis/gkehub_v2/representations.rb,
lib/google/apis/gkehub_v2/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.



869
870
871
# File 'lib/google/apis/gkehub_v2/classes.rb', line 869

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

Instance Attribute Details

#extensionString

Version for Hierarchy Controller extension. Corresponds to the JSON property extension

Returns:

  • (String)


862
863
864
# File 'lib/google/apis/gkehub_v2/classes.rb', line 862

def extension
  @extension
end

#hncString

Version for open source HNC. Corresponds to the JSON property hnc

Returns:

  • (String)


867
868
869
# File 'lib/google/apis/gkehub_v2/classes.rb', line 867

def hnc
  @hnc
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



874
875
876
877
# File 'lib/google/apis/gkehub_v2/classes.rb', line 874

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