Class ListISOsOptions

    • Constructor Detail

      • ListISOsOptions

        public ListISOsOptions()
    • Method Detail

      • hypervisor

        public ListISOsOptions hypervisor​(String hypervisor)
        Parameters:
        hypervisor - the hypervisor for which to restrict the search
      • projectId

        public ListISOsOptions projectId​(String projectId)
        Parameters:
        projectId - list ISOs in the given project
      • isoFilter

        public ListISOsOptions isoFilter​(ISO.ISOFilter isoFilter)
        Parameters:
        isoFilter - possible values are "featured", "self", "self-executable","executable", and "community".
      • isPublic

        public ListISOsOptions isPublic()
        the ISO is publicly available to all users
      • isPrivate

        public ListISOsOptions isPrivate()
        the ISO is not publicly available to all users
      • isReady

        public ListISOsOptions isReady()
        this ISO is ready to be deployed
      • isNotReady

        public ListISOsOptions isNotReady()
        this ISO is not ready to be deployed