Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class HierarchyControllerDeploymentState.
Deployment state for Hierarchy Controller
Generated from protobuf message google.cloud.gkehub.configmanagement.v1.HierarchyControllerDeploymentState
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ hnc |
int
The deployment state for open source HNC (e.g. v0.7.0-hc.0) |
↳ extension |
int
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1) |
getHnc
The deployment state for open source HNC (e.g. v0.7.0-hc.0)
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentState. |
setHnc
The deployment state for open source HNC (e.g. v0.7.0-hc.0)
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExtension
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentState. |
setExtension
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|