Interface DeleteVolumeOpenZFSConfiguration.Builder

    • Method Detail

      • optionsWithStrings

        DeleteVolumeOpenZFSConfiguration.Builder optionsWithStrings​(Collection<String> options)

        To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.

        Parameters:
        options - To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionsWithStrings

        DeleteVolumeOpenZFSConfiguration.Builder optionsWithStrings​(String... options)

        To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.

        Parameters:
        options - To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • options

        DeleteVolumeOpenZFSConfiguration.Builder options​(Collection<DeleteOpenZFSVolumeOption> options)

        To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.

        Parameters:
        options - To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • options

        DeleteVolumeOpenZFSConfiguration.Builder options​(DeleteOpenZFSVolumeOption... options)

        To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.

        Parameters:
        options - To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.