Show / Hide Table of Contents

Class ConfigManagementMembershipState

Anthos Config Management: State for a single cluster.

Inheritance
object
ConfigManagementMembershipState
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.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class ConfigManagementMembershipState : IDirectResponseSchema

Properties

BinauthzState

Output only. Binauthz status

Declaration
[JsonProperty("binauthzState")]
public virtual ConfigManagementBinauthzState BinauthzState { get; set; }
Property Value
Type Description
ConfigManagementBinauthzState

ClusterName

Output only. This field is set to the cluster_name field of the Membership Spec if it is not empty. Otherwise, it is set to the cluster's fleet membership name.

Declaration
[JsonProperty("clusterName")]
public virtual string ClusterName { get; set; }
Property Value
Type Description
string

ConfigSyncState

Output only. Current sync status

Declaration
[JsonProperty("configSyncState")]
public virtual ConfigManagementConfigSyncState ConfigSyncState { get; set; }
Property Value
Type Description
ConfigManagementConfigSyncState

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HierarchyControllerState

Output only. Hierarchy Controller status

Declaration
[JsonProperty("hierarchyControllerState")]
public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; }
Property Value
Type Description
ConfigManagementHierarchyControllerState

MembershipSpec

Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state

Declaration
[JsonProperty("membershipSpec")]
public virtual ConfigManagementMembershipSpec MembershipSpec { get; set; }
Property Value
Type Description
ConfigManagementMembershipSpec

OperatorState

Output only. Current install status of ACM's Operator

Declaration
[JsonProperty("operatorState")]
public virtual ConfigManagementOperatorState OperatorState { get; set; }
Property Value
Type Description
ConfigManagementOperatorState

PolicyControllerState

Output only. PolicyController status

Declaration
[JsonProperty("policyControllerState")]
public virtual ConfigManagementPolicyControllerState PolicyControllerState { get; set; }
Property Value
Type Description
ConfigManagementPolicyControllerState

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX