CloudTieringCachePerformance Class

Server endpoint cloud tiering status object.

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

Inheritance
CloudTieringCachePerformance

Constructor

CloudTieringCachePerformance(**kwargs)

Variables

last_updated_timestamp
datetime

Last updated timestamp.

cache_hit_bytes
<xref:long>

Count of bytes that were served from the local server.

cache_miss_bytes
<xref:long>

Count of bytes that were served from the cloud.

cache_hit_bytes_percent
int

Percentage of total bytes (hit + miss) that were served from the local server.