Class: Google::Apis::GkehubV2alpha::ConfigManagementHierarchyControllerVersion
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2alpha::ConfigManagementHierarchyControllerVersion
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v2alpha/classes.rb,
lib/google/apis/gkehub_v2alpha/representations.rb,
lib/google/apis/gkehub_v2alpha/representations.rb
Overview
Version for Hierarchy Controller.
Instance Attribute Summary collapse
-
#extension ⇒ String
Version for Hierarchy Controller extension.
-
#hnc ⇒ String
Version for open source 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.
873 874 875 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 873 def initialize(**args) update!(**args) end |
Instance Attribute Details
#extension ⇒ String
Version for Hierarchy Controller extension.
Corresponds to the JSON property extension
866 867 868 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 866 def extension @extension end |
#hnc ⇒ String
Version for open source HNC.
Corresponds to the JSON property hnc
871 872 873 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 871 def hnc @hnc end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
878 879 880 881 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 878 def update!(**args) @extension = args[:extension] if args.key?(:extension) @hnc = args[:hnc] if args.key?(:hnc) end |