PureStorageHealthDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Health metrics for a storage pool.
public class PureStorageHealthDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageHealthDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageHealthDetails>
type PureStorageHealthDetails = class
interface IJsonModel<PureStorageHealthDetails>
interface IPersistableModel<PureStorageHealthDetails>
Public Class PureStorageHealthDetails
Implements IJsonModel(Of PureStorageHealthDetails), IPersistableModel(Of PureStorageHealthDetails)
- Inheritance
-
PureStorageHealthDetails
- Implements
Properties
BandwidthUsage |
Bandwidth usage metrics. |
DataReductionRatio |
Data reduction ratio achieved on this pool. |
EstimatedMaxCapacity |
Estimated maximum capacity of the pool, in bytes, based on current usage and data reduction ratio. |
IopsUsage |
IOPS usage metrics. |
Space |
Storage space usage. |
UsedCapacityPercentage |
How full the pool is right now, in %, compared to the maximum size it can grow to; estimated based on current usage and data reduction ratio. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PureStorageHealthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PureStorageHealthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PureStorageHealthDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PureStorageHealthDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PureStorageHealthDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |