Class PolicyControllerPolicyContentState
The state of the policy controller policy content
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class PolicyControllerPolicyContentState : IDirectResponseSchema
Properties
BundleStates
The state of the any bundles included in the chosen version of the manifest
Declaration
[JsonProperty("bundleStates")]
public virtual IDictionary<string, PolicyControllerOnClusterState> BundleStates { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PolicyControllerOnClusterState> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferentialSyncConfigState
The state of the referential data sync configuration. This could represent the state of either the syncSet object(s) or the config object, depending on the version of PoCo configured by the user.
Declaration
[JsonProperty("referentialSyncConfigState")]
public virtual PolicyControllerOnClusterState ReferentialSyncConfigState { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerOnClusterState |
TemplateLibraryState
The state of the template library
Declaration
[JsonProperty("templateLibraryState")]
public virtual PolicyControllerOnClusterState TemplateLibraryState { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerOnClusterState |