Class ClusterLock
Describes the current lock status of a cluster.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class ClusterLock
Constructors
ClusterLock()
Default constructor.
Declaration
public ClusterLock()
Properties
IsLocked
Indicates whether the cluster is currently locked.
Declaration
[JsonProperty(PropertyName = "IsLocked", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
bool |