Volume interface (1.1 extension).
Bases: novaclient.base.Resource
A volume is an extra block level storage to the OpenStack instances.
Populate and bind to a manager.
Parameters: |
|
---|
Bases: novaclient.base.Manager
Manage Volume resources. This is really about volume attachments.
Attach a volume identified by the volume ID to the given server ID
Parameters: |
|
---|---|
Return type: | Volume |
Detach a volume identified by the attachment ID from the given server
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
Get the volume identified by the attachment ID, that is attached to the given server ID
Parameters: |
|
---|---|
Return type: | Volume |
Get a list of all the attached volumes for the given server ID
Parameters: | server_id – The ID of the server |
---|---|
Return type: | list of Volume |
alias of Volume
Update the volume identified by the attachment ID, that is attached to the given server ID
Parameters: |
|
---|---|
Return type: | Volume |