Class VirtualMachineDeleteCheckpoint


  • public final class VirtualMachineDeleteCheckpoint
    extends Object
    Defines the delete checkpoint action properties.
    • Constructor Detail

      • VirtualMachineDeleteCheckpoint

        public VirtualMachineDeleteCheckpoint()
    • Method Detail

      • id

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

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

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