Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.model.compute.actions | |
org.openstack4j.openstack.compute.domain.actions | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerService.backupServer(String serverId,
BackupOptions options)
Sets up a new backup schedule service for the given
serverId |
Modifier and Type | Method and Description |
---|---|
static BackupOptions |
BackupOptions.create(String backupName)
Create a new Backup schedule with the given
backupName |
BackupOptions |
BackupOptions.daily(int rotation)
Indicates the backup will run daily keeping
rotation copies |
BackupOptions |
BackupOptions.weekly(int rotation)
Indicates the backup will run weekly keeping
rotation copies |
Modifier and Type | Method and Description |
---|---|
static BackupAction |
BackupAction.create(BackupOptions options) |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerServiceImpl.backupServer(String serverId,
BackupOptions options)
{
#invokeAction(String, String) |
Copyright © 2017. All rights reserved.