Show / Hide Table of Contents

Class PolicyControllerPolicyContentState

The state of the policy controller policy content

Inheritance
object
PolicyControllerPolicyContentState
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.v2.Data
Assembly: Google.Apis.GKEHub.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX