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.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.Methods in com.xensource.xenapi with parameters of type Secret.RecordModifier and TypeMethodDescriptionstatic SecretSecret.create(Connection c, Secret.Record record) Create a new secret instance, and return its handle.static TaskSecret.createAsync(Connection c, Secret.Record record) Create a new secret instance, and return its handle.