Share via


ServerEndpointCloudTieringStatus Class

Definition

Server endpoint cloud tiering status object.

public class ServerEndpointCloudTieringStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointCloudTieringStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointCloudTieringStatus>
public class ServerEndpointCloudTieringStatus
type ServerEndpointCloudTieringStatus = class
    interface IJsonModel<ServerEndpointCloudTieringStatus>
    interface IPersistableModel<ServerEndpointCloudTieringStatus>
type ServerEndpointCloudTieringStatus = class
Public Class ServerEndpointCloudTieringStatus
Implements IJsonModel(Of ServerEndpointCloudTieringStatus), IPersistableModel(Of ServerEndpointCloudTieringStatus)
Public Class ServerEndpointCloudTieringStatus
Inheritance
ServerEndpointCloudTieringStatus
Implements

Properties

CachePerformance

Information regarding how well the local cache on the server is performing.

DatePolicyStatus

Status of the date policy.

FilesNotTiering

Information regarding files that failed to be tiered.

Health

Cloud tiering health state.

HealthLastUpdatedOn

The last updated timestamp of health state.

LastCloudTieringResult

Last cloud tiering result (HResult).

LastSuccessTimestamp

Last cloud tiering success timestamp.

LastUpdatedOn

Last updated timestamp.

LowDiskMode

Information regarding the low disk mode state.

SpaceSavings

Information regarding how much local space cloud tiering is saving.

VolumeFreeSpacePolicyStatus

Status of the volume free space policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServerEndpointCloudTieringStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServerEndpointCloudTieringStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerEndpointCloudTieringStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerEndpointCloudTieringStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServerEndpointCloudTieringStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to