ServerEndpointCloudTieringStatus Class

Server endpoint cloud tiering status object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ServerEndpointCloudTieringStatus

Constructor

ServerEndpointCloudTieringStatus(**kwargs)

Variables

last_updated_timestamp
datetime

Last updated timestamp.

health
str or ServerEndpointHealthState

Cloud tiering health state. Possible values include: "Unavailable", "Healthy", "Error".

health_last_updated_timestamp
datetime

The last updated timestamp of health state.

last_cloud_tiering_result
int

Last cloud tiering result (HResult).

last_success_timestamp
datetime

Last cloud tiering success timestamp.

space_savings
CloudTieringSpaceSavings

Information regarding how much local space cloud tiering is saving.

cache_performance
CloudTieringCachePerformance

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

files_not_tiering
CloudTieringFilesNotTiering

Information regarding files that failed to be tiered.

volume_free_space_policy_status
CloudTieringVolumeFreeSpacePolicyStatus

Status of the volume free space policy.

date_policy_status
CloudTieringDatePolicyStatus

Status of the date policy.