Uses of Class
com.xensource.xenapi.Secret.Record
-
Uses of Secret.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Secret.RecordModifier and TypeMethodDescriptionSecret.getRecord
(Connection c) Get a record containing the current state of the given secret.static Secret.Record
Types.toSecretRecord
(Object object) Deprecated.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 Secret.RecordModifier and TypeMethodDescriptionstatic 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.Methods in com.xensource.xenapi with parameters of type Secret.RecordModifier and TypeMethodDescriptionstatic Secret
Secret.create
(Connection c, Secret.Record record) Create a new secret instance, and return its handle.static Task
Secret.createAsync
(Connection c, Secret.Record record) Create a new secret instance, and return its handle.