Class ConfigManagementPolicyControllerState
State for PolicyControllerState.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ConfigManagementPolicyControllerState : IDirectResponseSchema
Properties
DeploymentState
The state about the policy controller installation.
Declaration
[JsonProperty("deploymentState")]
public virtual ConfigManagementGatekeeperDeploymentState DeploymentState { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementGatekeeperDeploymentState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Migration
Record state of ACM -> PoCo Hub migration for this feature.
Declaration
[JsonProperty("migration")]
public virtual ConfigManagementPolicyControllerMigration Migration { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementPolicyControllerMigration |
Version
The version of Gatekeeper Policy Controller deployed.
Declaration
[JsonProperty("version")]
public virtual ConfigManagementPolicyControllerVersion Version { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementPolicyControllerVersion |