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.



1563
1564
1565
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1563

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

Instance Attribute Details

#extensionString

Version for Hierarchy Controller extension Corresponds to the JSON property extension

Returns:

  • (String)


1556
1557
1558
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1556

def extension
  @extension
end

#hncString

Version for open source HNC Corresponds to the JSON property hnc

Returns:

  • (String)


1561
1562
1563
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1561

def hnc
  @hnc
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1568
1569
1570
1571
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1568

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