Click or drag to resize

ModifyClusterFullThresholdResult Class

ModifyClusterFullThresholdResult
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiModifyClusterFullThresholdResult

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class ModifyClusterFullThresholdResult : RpcBase

The ModifyClusterFullThresholdResult type exposes the following members.

Constructors
  NameDescription
Public methodModifyClusterFullThresholdResult
Initializes a new instance of the ModifyClusterFullThresholdResult class
Top
Properties
  NameDescription
Public propertyBlockFullness
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.
Public propertyFullness
Reflects the highest level of fullness between "blockFullness" and "metadataFullness".
Public propertyMaxMetadataOverProvisionFactor
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.
Public propertyMetadataFullness
Current computed level of metadata fullness of the cluster.
Public propertySliceReserveUsedThresholdPct
Error condition; message sent to "Alerts" if the reserved slice utilization is greater than the sliceReserveUsedThresholdPct value returned.
Public propertyStage2AwareThreshold
Awareness condition: Value that is set for "Stage 2" cluster threshold level.
Public propertyStage2BlockThresholdBytes
Number of bytes being used by the cluster at which a stage2 condition will exist.
Public propertyStage2MetadataThresholdBytes
Number of metadata bytes being used by the cluster at which a stage2 condition will exist.
Public propertyStage3BlockThresholdBytes
Number of bytes being used by the cluster at which a stage3 condition will exist.
Public propertyStage3BlockThresholdPercent
The percent value set for stage3 of block fullness. At this percent full, a warning will be posted in the Alerts log.
Public propertyStage3LowThreshold
Error condition; message sent to "Alerts" that capacity on a cluster is getting low.
Public propertyStage3MetadataThresholdBytes
Number of metadata bytes being used by the cluster at which a stage3 condition will exist.
Public propertyStage3MetadataThresholdPercent
The percent value set for stage3 of metadata fullness. At this percent full, a warning will be posted in the Alerts log.
Public propertyStage4BlockThresholdBytes
Number of bytes being used by the cluster at which a stage4 condition will exist.
Public propertyStage4CriticalThreshold
Error condition; message sent to "Alerts" that capacity on a cluster is critically low.
Public propertyStage4MetadataThresholdBytes
Number of metadata bytes being used by the cluster at which a stage4 condition will exist.
Public propertyStage5BlockThresholdBytes
Number of bytes being used by the cluster at which a stage5 condition will exist.
Public propertyStage5MetadataThresholdBytes
Number of metadata bytes being used by the cluster at which a stage5 condition will exist.
Public propertySumTotalClusterBytes
Physical capacity of the cluster measured in bytes.
Public propertySumTotalMetadataClusterBytes
Total amount of space that can be used to store metadata.
Public propertySumUsedClusterBytes
Number of bytes used on the cluster.
Public propertySumUsedMetadataClusterBytes
Amount of space used on volume drives to store metadata.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also