ServerEndpointCloudTieringStatus Class

Definition

Server endpoint cloud tiering status object.

public class ServerEndpointCloudTieringStatus
type ServerEndpointCloudTieringStatus = class
Public Class ServerEndpointCloudTieringStatus
Inheritance
ServerEndpointCloudTieringStatus

Constructors

ServerEndpointCloudTieringStatus()

Initializes a new instance of the ServerEndpointCloudTieringStatus class.

ServerEndpointCloudTieringStatus(Nullable<DateTime>, String, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, CloudTieringSpaceSavings, CloudTieringCachePerformance, CloudTieringFilesNotTiering, CloudTieringVolumeFreeSpacePolicyStatus, CloudTieringDatePolicyStatus)

Initializes a new instance of the ServerEndpointCloudTieringStatus class.

Properties

CachePerformance

Gets information regarding how well the local cache on the server is performing.

DatePolicyStatus

Gets status of the date policy

FilesNotTiering

Gets information regarding files that failed to be tiered

Health

Gets cloud tiering health state. Possible values include: 'Unavailable', 'Healthy', 'Error'

HealthLastUpdatedTimestamp

Gets the last updated timestamp of health state

LastCloudTieringResult

Gets last cloud tiering result (HResult)

LastSuccessTimestamp

Gets last cloud tiering success timestamp

LastUpdatedTimestamp

Gets last updated timestamp

SpaceSavings

Gets information regarding how much local space cloud tiering is saving.

VolumeFreeSpacePolicyStatus

Gets status of the volume free space policy

Methods

Validate()

Validate the object.

Applies to