Class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerVersion
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GkehubV1::ConfigManagementHierarchyControllerVersion
 
 
- 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
- 
  
    
      #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.
      1357 1358 1359  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1357 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#extension ⇒ String
Version for Hierarchy Controller extension
Corresponds to the JSON property extension
      1350 1351 1352  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1350 def extension @extension end  | 
  
#hnc ⇒ String
Version for open source HNC
Corresponds to the JSON property hnc
      1355 1356 1357  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1355 def hnc @hnc end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1362 1363 1364 1365  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1362 def update!(**args) @extension = args[:extension] if args.key?(:extension) @hnc = args[:hnc] if args.key?(:hnc) end  |