Uses of Enum Class
org.jclouds.openstack.nova.v2_0.domain.BackupType
Packages that use BackupType
Package
Description
-
Uses of BackupType in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return BackupTypeModifier and TypeMethodDescriptionstatic BackupTypestatic BackupTypeReturns the enum constant of this class with the specified name.static BackupType[]BackupType.values()Returns an array containing the constants of this enum class, 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 BackupTypeModifier and TypeMethodDescriptionServerAdminApi.createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options) Create backup of a server.