Uses of Class
com.xensource.xenapi.Repository
-
Uses of Repository in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type RepositoryModifier and TypeFieldDescriptionPool.Record.repositories
The set of currently enabled repositories First published in 1.301.0.Methods in com.xensource.xenapi that return RepositoryModifier and TypeMethodDescriptionstatic Repository
Repository.getByUuid
(Connection c, String uuid) Get a reference to the Repository instance with the specified UUID.static Repository
Repository.introduce
(Connection c, String nameLabel, String nameDescription, String binaryUrl, String sourceUrl, Boolean update, String gpgkeyPath) Add the configuration for a new repository Minimum allowed role: pool-operator First published in 1.301.0.static Repository
Types.toRepository
(Task task, Connection connection) static Repository
Types.toRepository
(Object object) Methods in com.xensource.xenapi that return types with arguments of type RepositoryModifier and TypeMethodDescriptionstatic Set<Repository>
Repository.getAll
(Connection c) Return a list of all the Repositorys known to the system.static Map<Repository,
Repository.Record> Repository.getAllRecords
(Connection c) Return a map of Repository references to Repository records for all Repositorys known to the system.static Set<Repository>
Repository.getByNameLabel
(Connection c, String label) Get all the Repository instances with the given label.Pool.getRepositories
(Connection c) Get the repositories field of the given pool.static Map<Repository,
Repository.Record> Types.toMapOfRepositoryRepositoryRecord
(Object object) static Set<Repository>
Types.toSetOfRepository
(Object object) Methods in com.xensource.xenapi with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
Pool.addRepository
(Connection c, Repository value) Add a repository to the enabled set Minimum allowed role: pool-operator First published in 1.301.0.Pool.addRepositoryAsync
(Connection c, Repository value) Add a repository to the enabled set Minimum allowed role: pool-operator First published in 1.301.0.void
Pool.removeRepository
(Connection c, Repository value) Remove a repository from the enabled set Minimum allowed role: pool-operator First published in 1.301.0.Pool.removeRepositoryAsync
(Connection c, Repository value) Remove a repository from the enabled set Minimum allowed role: pool-operator First published in 1.301.0.Method parameters in com.xensource.xenapi with type arguments of type RepositoryModifier and TypeMethodDescriptionvoid
Pool.setRepositories
(Connection c, Set<Repository> value) Set enabled set of repositories Minimum allowed role: pool-operator First published in 1.301.0.Pool.setRepositoriesAsync
(Connection c, Set<Repository> value) Set enabled set of repositories Minimum allowed role: pool-operator First published in 1.301.0.