Class DiskRestorePointInstanceView


  • public final class DiskRestorePointInstanceView
    extends Object
    The instance view of a disk restore point.
    • Constructor Detail

      • DiskRestorePointInstanceView

        public DiskRestorePointInstanceView()
    • 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.