View Source XenAPI.Secret (XenAPI v0.2.0)
Link to this section Summary
Functions
Add the given key-value pair to the other_config field of the given secret.
Add the given key-value pair to the other_config field of the given secret. (Raise error on XMLRPC failure)
Create a new secret instance, and return its handle. The constructor args are: value, other_config ( = non-optional).
Create a new secret instance, and return its handle. The constructor args are: value, other_config ( = non-optional). (Raise error on XMLRPC failure)
Destroy the specified secret instance.
Destroy the specified secret instance. (Raise error on XMLRPC failure)
Return a list of all the secrets known to the system.
Return a list of all the secrets known to the system. (Raise error on XMLRPC failure)
Return a map of secret references to secret records for all secrets known to the system.
Return a map of secret references to secret records for all secrets known to the system. (Raise error on XMLRPC failure)
Get a reference to the secret instance with the specified UUID.
Get a reference to the secret instance with the specified UUID. (Raise error on XMLRPC failure)
Get the other_config field of the given secret.
Get the other_config field of the given secret. (Raise error on XMLRPC failure)
Get a record containing the current state of the given secret.
Get a record containing the current state of the given secret. (Raise error on XMLRPC failure)
Get the uuid field of the given secret.
Get the uuid field of the given secret. (Raise error on XMLRPC failure)
Get the value field of the given secret.
Get the value field of the given secret. (Raise error on XMLRPC failure)
Remove the given key and its corresponding value from the other_config field of the given secret. If the key is not in that Map, then do nothing.
Remove the given key and its corresponding value from the other_config field of the given secret. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)
Set the other_config field of the given secret.
Set the other_config field of the given secret. (Raise error on XMLRPC failure)
Set the value field of the given secret.
Set the value field of the given secret. (Raise error on XMLRPC failure)
Link to this section Functions
Add the given key-value pair to the other_config field of the given secret.
Add the given key-value pair to the other_config field of the given secret. (Raise error on XMLRPC failure)
Create a new secret instance, and return its handle. The constructor args are: value, other_config ( = non-optional).
Create a new secret instance, and return its handle. The constructor args are: value, other_config ( = non-optional). (Raise error on XMLRPC failure)
Destroy the specified secret instance.
Destroy the specified secret instance. (Raise error on XMLRPC failure)
Return a list of all the secrets known to the system.
Return a list of all the secrets known to the system. (Raise error on XMLRPC failure)
Return a map of secret references to secret records for all secrets known to the system.
Return a map of secret references to secret records for all secrets known to the system. (Raise error on XMLRPC failure)
Get a reference to the secret instance with the specified UUID.
Get a reference to the secret instance with the specified UUID. (Raise error on XMLRPC failure)
Get the other_config field of the given secret.
Get the other_config field of the given secret. (Raise error on XMLRPC failure)
Get a record containing the current state of the given secret.
Get a record containing the current state of the given secret. (Raise error on XMLRPC failure)
Get the uuid field of the given secret.
Get the uuid field of the given secret. (Raise error on XMLRPC failure)
Get the value field of the given secret.
Get the value field of the given secret. (Raise error on XMLRPC failure)
Remove the given key and its corresponding value from the other_config field of the given secret. If the key is not in that Map, then do nothing.
Remove the given key and its corresponding value from the other_config field of the given secret. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)
Set the other_config field of the given secret.
Set the other_config field of the given secret. (Raise error on XMLRPC failure)
Set the value field of the given secret.
Set the value field of the given secret. (Raise error on XMLRPC failure)