Click or drag to resize

ModifyClusterFullThresholdRequest Class

ModifyClusterFullThresholdRequest You can use ModifyClusterFullThreshold to change the level at which the system generates an event when the storage cluster approaches a certain capacity utilization. You can use the threshold settings to indicate the acceptable amount of utilized block storage or metadata storage before the system generates a warning. For example, if you want to be alerted when the system reaches 3% below the "Error" level block storage utilization, enter a value of "3" for the stage3BlockThresholdPercent parameter. If this level is reached, the system sends an alert to the Event Log in the Cluster Management Console.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiModifyClusterFullThresholdRequest

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

The ModifyClusterFullThresholdRequest type exposes the following members.

Constructors
  NameDescription
Public methodModifyClusterFullThresholdRequest
Initializes a new instance of the ModifyClusterFullThresholdRequest class
Top
Properties
  NameDescription
Public propertyMaxMetadataOverProvisionFactor
A value representative of the number of times metadata space can be overprovisioned 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 can be created.
Public propertyStage2AwareThreshold
The number of nodes of capacity remaining in the cluster before the system triggers a capacity notification.
Public propertyStage3BlockThresholdPercent
The percentage of block storage utilization below the "Error" threshold that causes the system to trigger a cluster "Warning" alert.
Public propertyStage3MetadataThresholdPercent
The percentage of metadata storage utilization below the "Error" threshold that causes the system to trigger a cluster "Warning" alert.
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