Class BackupAction
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.actions.BackupAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,ServerAction
public class BackupAction extends Object implements ServerAction
Server Action which encapsulates a Backup- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackupAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackupActioncreate(BackupOptions options)StringgetBackupType()StringgetName()intgetRotation()
-
-
-
Method Detail
-
create
public static BackupAction create(BackupOptions options)
-
getName
public String getName()
-
getBackupType
public String getBackupType()
-
getRotation
public int getRotation()
-
-