Uses of Class
com.xensource.xenapi.Secret
-
Uses of Secret in com.xensource.xenapi
Fields in com.xensource.xenapi declared as SecretModifier and TypeFieldDescriptionPool.Record.repositoryProxyPassword
Password for the authentication of the proxy used in syncing with the enabled repositories First published in 21.3.0.Pool.Record.telemetryUuid
The UUID of the pool for identification of telemetry data Experimental.Methods in com.xensource.xenapi that return SecretModifier and TypeMethodDescriptionstatic Secret
Secret.create
(Connection c, Secret.Record record) Create a new secret instance, and return its handle.static Secret
Secret.getByUuid
(Connection c, String uuid) Get a reference to the secret instance with the specified UUID.Pool.getRepositoryProxyPassword
(Connection c) Get the repository_proxy_password field of the given pool.Pool.getTelemetryUuid
(Connection c) Get the telemetry_uuid field of the given pool.static Secret
Types.toSecret
(Task task, Connection connection) static Secret
Methods in com.xensource.xenapi that return types with arguments of type SecretModifier and TypeMethodDescriptionSecret.getAll
(Connection c) Return a list of all the secrets known to the system.static Map<Secret,
Secret.Record> Secret.getAllRecords
(Connection c) Return a map of secret references to secret records for all secrets known to the system.static Map<Secret,
Secret.Record> Types.toMapOfSecretSecretRecord
(Object object) Types.toSetOfSecret
(Object object)