Uses of Class
org.jclouds.openstack.nova.v2_0.domain.BackupType

Packages that use BackupType
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

Uses of BackupType in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return BackupType
static BackupType BackupType.fromValue(String backupType)
           
static BackupType BackupType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BackupType[] BackupType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.jclouds.openstack.nova.v2_0.extensions with parameters of type BackupType
 String ServerAdminApi.createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
          Create backup of a server.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.