Uses of Class
org.jclouds.openstack.nova.v2_0.options.CreateBackupOfServerOptions
-
Packages that use CreateBackupOfServerOptions Package Description 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 Modifier and Type Method Description StringServerAdminApi. createBackup(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 Modifier and Type Field Description static CreateBackupOfServerOptionsCreateBackupOfServerOptions. NONEMethods in org.jclouds.openstack.nova.v2_0.options that return CreateBackupOfServerOptions Modifier and Type Method Description static CreateBackupOfServerOptionsCreateBackupOfServerOptions.Builder. metadata(Map<String,String> metadata)CreateBackupOfServerOptionsCreateBackupOfServerOptions. metadata(Map<String,String> metadata)
-