Class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerVersion

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



1333
1334
1335
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1333

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

Instance Attribute Details

#extensionString

Version for Hierarchy Controller extension Corresponds to the JSON property extension

Returns:

  • (String)


1326
1327
1328
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1326

def extension
  @extension
end

#hncString

Version for open source HNC Corresponds to the JSON property hnc

Returns:

  • (String)


1331
1332
1333
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1331

def hnc
  @hnc
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1338
1339
1340
1341
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1338

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