Class CreateSnapshotAction
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.actions.CreateSnapshotAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,ServerAction
public class CreateSnapshotAction extends Object implements ServerAction
Create Snapshot action which creates a new Image snapshot from the present state of the server instance- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateSnapshotAction()CreateSnapshotAction(String name)CreateSnapshotAction(String name, Map<String,String> metadata)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateSnapshotActioncreate(String name)static CreateSnapshotActioncreate(String name, Map<String,String> metadata)Map<String,String>getMetadata()StringgetName()
-