DiskRestorePointInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. DiskRestorePointInstanceView
- com.
Implements
public final class DiskRestorePointInstanceView
implements JsonSerializable<DiskRestorePointInstanceView>
The instance view of a disk restore point.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Disk |
fromJson(JsonReader jsonReader)
Reads an instance of Disk |
| String |
id()
Get the id property: Disk restore point Id. |
|
Disk |
replicationStatus()
Get the replication |
|
Snapshot |
snapshotAccessState()
Get the snapshot |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DiskRestorePointInstanceView fromJson(JsonReader jsonReader)
Reads an instance of DiskRestorePointInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Disk restore point Id.
Returns:
replicationStatus
public DiskRestorePointReplicationStatus replicationStatus()
Get the replicationStatus property: The disk restore point replication status information.
Returns:
snapshotAccessState
public SnapshotAccessState snapshotAccessState()
Get the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.
Returns:
toJson
validate
public void validate()
Validates the instance.