Class VirtualMachineRestoreCheckpoint


  • public final class VirtualMachineRestoreCheckpoint
    extends Object
    Defines the restore checkpoint action properties.
    • Constructor Detail

      • VirtualMachineRestoreCheckpoint

        public VirtualMachineRestoreCheckpoint()
    • Method Detail

      • id

        public String id()
        Get the id property: ID of the checkpoint to be restored to.
        Returns:
        the id value.
      • withId

        public VirtualMachineRestoreCheckpoint withId​(String id)
        Set the id property: ID of the checkpoint to be restored to.
        Parameters:
        id - the id value to set.
        Returns:
        the VirtualMachineRestoreCheckpoint object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.