Class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerDeploymentState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerDeploymentState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb
Overview
Deployment state for Hierarchy Controller
Instance Attribute Summary collapse
-
#extension ⇒ String
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1) Corresponds to the JSON property
extension. -
#hnc ⇒ String
The deployment state for open source HNC (e.g. v0.7.0-hc.0) Corresponds to the JSON property
hnc.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConfigManagementHierarchyControllerDeploymentState
constructor
A new instance of ConfigManagementHierarchyControllerDeploymentState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConfigManagementHierarchyControllerDeploymentState
Returns a new instance of ConfigManagementHierarchyControllerDeploymentState.
1639 1640 1641 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1639 def initialize(**args) update!(**args) end |
Instance Attribute Details
#extension ⇒ String
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
Corresponds to the JSON property extension
1632 1633 1634 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1632 def extension @extension end |
#hnc ⇒ String
The deployment state for open source HNC (e.g. v0.7.0-hc.0)
Corresponds to the JSON property hnc
1637 1638 1639 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1637 def hnc @hnc end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1644 1645 1646 1647 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 1644 def update!(**args) @extension = args[:extension] if args.key?(:extension) @hnc = args[:hnc] if args.key?(:hnc) end |