Show / Hide Table of Contents

Class ConfigManagementPolicyControllerState

State for PolicyControllerState.

Inheritance
object
ConfigManagementPolicyControllerState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX