CloudTieringLowDiskMode Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.CloudTieringLowDiskMode

Implements

public final class CloudTieringLowDiskMode
implements JsonSerializable<CloudTieringLowDiskMode>

Information regarding the low disk mode state.

Method Summary

Modifier and Type Method and Description
static CloudTieringLowDiskMode fromJson(JsonReader jsonReader)

Reads an instance of CloudTieringLowDiskMode from the JsonReader.

OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

CloudTieringLowDiskModeState state()

Get the state property: Low disk mode state.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static CloudTieringLowDiskMode fromJson(JsonReader jsonReader)

Reads an instance of CloudTieringLowDiskMode from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudTieringLowDiskMode if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CloudTieringLowDiskMode.

lastUpdatedTimestamp

public OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

Returns:

the lastUpdatedTimestamp value.

state

public CloudTieringLowDiskModeState state()

Get the state property: Low disk mode state.

Returns:

the state value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to