Class ClusterLockStatus
Holds the lock status for a cluster.
Namespace: Neon.Kube.ClusterMetadata
Assembly: Neon.Kube.dll
Syntax
public class ClusterLockStatus
Properties
Cluster
Specifies thge cluster name.
Declaration
[JsonProperty(PropertyName = "Cluster", Required = Required.Always)]
[YamlMember(Alias = "Cluster", ApplyNamingConventions = false)]
public string Cluster { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Specifies the cluster lock state.
Declaration
[JsonProperty(PropertyName = "State", Required = Required.Always)]
[YamlMember(Alias = "State", ApplyNamingConventions = false)]
public ClusterLockState State { get; set; }
Property Value
Type | Description |
---|---|
ClusterLockState |