Class: Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerVersion

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



1579
1580
1581
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1579

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

Instance Attribute Details

#extensionString

Version for Hierarchy Controller extension Corresponds to the JSON property extension

Returns:

  • (String)


1572
1573
1574
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1572

def extension
  @extension
end

#hncString

Version for open source HNC Corresponds to the JSON property hnc

Returns:

  • (String)


1577
1578
1579
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1577

def hnc
  @hnc
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1584
1585
1586
1587
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1584

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