Class DiskRestorePointInstanceView
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.DiskRestorePointInstanceView
-
public final class DiskRestorePointInstanceView extends Object
The instance view of a disk restore point.
-
-
Constructor Summary
Constructors Constructor Description DiskRestorePointInstanceView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Disk restore point Id.ObjectreplicationStatus()Get the replicationStatus property: The disk restore point replication status information.voidvalidate()Validates the instance.DiskRestorePointInstanceViewwithId(String id)Set the id property: Disk restore point Id.DiskRestorePointInstanceViewwithReplicationStatus(Object replicationStatus)Set the replicationStatus property: The disk restore point replication status information.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Disk restore point Id.- Returns:
- the id value.
-
withId
public DiskRestorePointInstanceView withId(String id)
Set the id property: Disk restore point Id.- Parameters:
id- the id value to set.- Returns:
- the DiskRestorePointInstanceView object itself.
-
replicationStatus
public Object replicationStatus()
Get the replicationStatus property: The disk restore point replication status information.- Returns:
- the replicationStatus value.
-
withReplicationStatus
public DiskRestorePointInstanceView withReplicationStatus(Object replicationStatus)
Set the replicationStatus property: The disk restore point replication status information.- Parameters:
replicationStatus- the replicationStatus value to set.- Returns:
- the DiskRestorePointInstanceView object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-