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.repositoryProxyPasswordPassword for the authentication of the proxy used in syncing with the enabled repositories First published in 21.3.0.Pool.Record.telemetryUuidThe UUID of the pool for identification of telemetry data Experimental.Methods in com.xensource.xenapi that return SecretModifier and TypeMethodDescriptionstatic SecretSecret.create(Connection c, Secret.Record record) Create a new secret instance, and return its handle.static SecretSecret.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 SecretTypes.toSecret(Task task, Connection connection) static SecretDeprecated.this method will not be publicly exposed in future releases of this package.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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfSecret(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.