public sealed class HierarchyControllerState : IMessage<HierarchyControllerState>, IEquatable<HierarchyControllerState>, IDeepCloneable<HierarchyControllerState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class HierarchyControllerState.
State for Hierarchy Controller
Implements
IMessageHierarchyControllerState, IEquatableHierarchyControllerState, IDeepCloneableHierarchyControllerState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
HierarchyControllerState()
public HierarchyControllerState()
HierarchyControllerState(HierarchyControllerState)
public HierarchyControllerState(HierarchyControllerState other)
Parameter | |
---|---|
Name | Description |
other | HierarchyControllerState |
Properties
State
public HierarchyControllerDeploymentState State { get; set; }
The deployment state for Hierarchy Controller
Property Value | |
---|---|
Type | Description |
HierarchyControllerDeploymentState |
Version
public HierarchyControllerVersion Version { get; set; }
The version for Hierarchy Controller
Property Value | |
---|---|
Type | Description |
HierarchyControllerVersion |