Uses of Class
org.jclouds.openstack.nova.v2_0.options.CreateBackupOfServerOptions

Packages that use CreateBackupOfServerOptions
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.options   
 

Uses of CreateBackupOfServerOptions in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions with parameters of type CreateBackupOfServerOptions
 com.google.common.util.concurrent.ListenableFuture<String> AdminActionsAsyncApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
           
 String AdminActionsApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
          Create backup of a server.
 

Uses of CreateBackupOfServerOptions in org.jclouds.openstack.nova.v2_0.options
 

Fields in org.jclouds.openstack.nova.v2_0.options declared as CreateBackupOfServerOptions
static CreateBackupOfServerOptions CreateBackupOfServerOptions.NONE
           
 

Methods in org.jclouds.openstack.nova.v2_0.options that return CreateBackupOfServerOptions
 CreateBackupOfServerOptions CreateBackupOfServerOptions.metadata(Map<String,String> metadata)
           
static CreateBackupOfServerOptions CreateBackupOfServerOptions.Builder.metadata(Map<String,String> metadata)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.