Class: Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerVersion
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerVersion
- 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
-
#extension ⇒ String
Version for Hierarchy Controller extension Corresponds to the JSON property
extension
. -
#hnc ⇒ String
Version for open source HNC Corresponds to the JSON property
hnc
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConfigManagementHierarchyControllerVersion
constructor
A new instance of ConfigManagementHierarchyControllerVersion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConfigManagementHierarchyControllerVersion
Returns a new instance of ConfigManagementHierarchyControllerVersion.
1620 1621 1622 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#extension ⇒ String
Version for Hierarchy Controller extension
Corresponds to the JSON property extension
1613 1614 1615 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1613 def extension @extension end |
#hnc ⇒ String
Version for open source HNC
Corresponds to the JSON property hnc
1618 1619 1620 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1618 def hnc @hnc end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1625 1626 1627 1628 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1625 def update!(**args) @extension = args[:extension] if args.key?(:extension) @hnc = args[:hnc] if args.key?(:hnc) end |