ServerEndpointCloudTieringStatus Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. ServerEndpointCloudTieringStatus
- com.
Implements
public final class ServerEndpointCloudTieringStatus
implements JsonSerializable<ServerEndpointCloudTieringStatus>
Server endpoint cloud tiering status object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Cloud |
cachePerformance()
Get the cache |
|
Cloud |
datePolicyStatus()
Get the date |
|
Cloud |
filesNotTiering()
Get the files |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Server |
health()
Get the health property: Cloud tiering health state. |
|
Offset |
healthLastUpdatedTimestamp()
Get the health |
| Integer |
lastCloudTieringResult()
Get the last |
|
Offset |
lastSuccessTimestamp()
Get the last |
|
Offset |
lastUpdatedTimestamp()
Get the last |
|
Cloud |
lowDiskMode()
Get the low |
|
Cloud |
spaceSavings()
Get the space |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cloud |
volumeFreeSpacePolicyStatus()
Get the volume |
Methods inherited from java.lang.Object
Method Details
cachePerformance
public CloudTieringCachePerformance cachePerformance()
Get the cachePerformance property: Information regarding how well the local cache on the server is performing.
Returns:
datePolicyStatus
public CloudTieringDatePolicyStatus datePolicyStatus()
Get the datePolicyStatus property: Status of the date policy.
Returns:
filesNotTiering
public CloudTieringFilesNotTiering filesNotTiering()
Get the filesNotTiering property: Information regarding files that failed to be tiered.
Returns:
fromJson
public static ServerEndpointCloudTieringStatus fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointCloudTieringStatus from the JsonReader.
Parameters:
Returns:
Throws:
health
public ServerEndpointHealthState health()
Get the health property: Cloud tiering health state.
Returns:
healthLastUpdatedTimestamp
public OffsetDateTime healthLastUpdatedTimestamp()
Get the healthLastUpdatedTimestamp property: The last updated timestamp of health state.
Returns:
lastCloudTieringResult
public Integer lastCloudTieringResult()
Get the lastCloudTieringResult property: Last cloud tiering result (HResult).
Returns:
lastSuccessTimestamp
public OffsetDateTime lastSuccessTimestamp()
Get the lastSuccessTimestamp property: Last cloud tiering success timestamp.
Returns:
lastUpdatedTimestamp
public OffsetDateTime lastUpdatedTimestamp()
Get the lastUpdatedTimestamp property: Last updated timestamp.
Returns:
lowDiskMode
public CloudTieringLowDiskMode lowDiskMode()
Get the lowDiskMode property: Information regarding the low disk mode state.
Returns:
spaceSavings
public CloudTieringSpaceSavings spaceSavings()
Get the spaceSavings property: Information regarding how much local space cloud tiering is saving.
Returns:
toJson
volumeFreeSpacePolicyStatus
public CloudTieringVolumeFreeSpacePolicyStatus volumeFreeSpacePolicyStatus()
Get the volumeFreeSpacePolicyStatus property: Status of the volume free space policy.
Returns: