GetClusterFullThresholdResult Class |
Namespace: SolidFire.Element.Api
public class GetClusterFullThresholdResult : RpcBase
The GetClusterFullThresholdResult type exposes the following members.
Name | Description | |
---|---|---|
GetClusterFullThresholdResult | Initializes a new instance of the GetClusterFullThresholdResult class |
Name | Description | |
---|---|---|
BlockFullness |
Current computed level of block fullness of the cluster.
Possible values: stage1Happy: No alerts or error conditions. stage2Aware: 3 nodes of capacity available. stage3Low: 2 nodes of capacity available. stage4Critical: 1 node of capacity available. No new volumes or clones can be created. stage5CompletelyConsumed: Completely consumed. Cluster is read-only, iSCSI connection is maintained but all writes are suspended.
| |
Fullness |
Reflects the highest level of fullness between "blockFullness" and "metadataFullness".
| |
MaxMetadataOverProvisionFactor |
A value representative of the number of times metadata space can be over provisioned relative to the amount of space available. For example, if there was enough metadata space to store 100 TiB of volumes and this number was set to 5, then 500 TiB worth of volumes could be created.
| |
MetadataFullness |
Current computed level of metadata fullness of the cluster.
| |
SliceReserveUsedThresholdPct |
Error condition; message sent to "Alerts" if the reserved slice utilization is greater than the sliceReserveUsedThresholdPct value returned.
| |
Stage2AwareThreshold |
Awareness condition: Value that is set for "Stage 2" cluster threshold level.
| |
Stage2BlockThresholdBytes |
Number of bytes being used by the cluster at which a stage2 condition will exist.
| |
Stage2MetadataThresholdBytes |
Number of metadata bytes being used by the cluster at which a stage2 condition will exist.
| |
Stage3BlockThresholdBytes |
Number of bytes being used by the cluster at which a stage3 condition will exist.
| |
Stage3BlockThresholdPercent |
The percent value set for stage3 of block fullness. At this percent full, a warning will be posted in the Alerts log.
| |
Stage3LowThreshold |
Error condition; message sent to "Alerts" that capacity on a cluster is getting low.
| |
Stage3MetadataThresholdBytes |
Number of metadata bytes being used by the cluster at which a stage3 condition will exist.
| |
Stage3MetadataThresholdPercent |
The percent value set for stage3 of metadata fullness. At this percent full, a warning will be posted in the Alerts log.
| |
Stage4BlockThresholdBytes |
Number of bytes being used by the cluster at which a stage4 condition will exist.
| |
Stage4CriticalThreshold |
Error condition; message sent to "Alerts" that capacity on a cluster is critically low.
| |
Stage4MetadataThresholdBytes |
Number of metadata bytes being used by the cluster at which a stage4 condition will exist.
| |
Stage5BlockThresholdBytes |
Number of bytes being used by the cluster at which a stage5 condition will exist.
| |
Stage5MetadataThresholdBytes |
Number of metadata bytes being used by the cluster at which a stage5 condition will exist.
| |
SumTotalClusterBytes |
Physical capacity of the cluster measured in bytes.
| |
SumTotalMetadataClusterBytes |
Total amount of space that can be used to store metadata.
| |
SumUsedClusterBytes |
Number of bytes used on the cluster.
| |
SumUsedMetadataClusterBytes |
Amount of space used on volume drives to store metadata.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |