Class CinderVolumeBackupCreate
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderVolumeBackupCreate
-
- All Implemented Interfaces:
Serializable,Buildable<VolumeBackupCreateBuilder>,ModelEntity,VolumeBackupCreate
public class CinderVolumeBackupCreate extends Object implements VolumeBackupCreate
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description CinderVolumeBackupCreate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilderbuilder()StringgetContainer()StringgetDescription()StringgetName()StringgetSnapshotId()StringgetVolumeId()booleanisForce()booleanisIncremental()VolumeBackupCreateBuildertoBuilder()
-
-
-
Method Detail
-
builder
public static CinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder builder()
-
getName
public String getName()
- Specified by:
getNamein interfaceVolumeBackupCreate- Returns:
- the name of the Volume Transfer.
-
getVolumeId
public String getVolumeId()
- Specified by:
getVolumeIdin interfaceVolumeBackupCreate- Returns:
- The UUID of the volume.
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceVolumeBackupCreate- Returns:
- the description of the volume backup
-
isIncremental
public boolean isIncremental()
- Specified by:
isIncrementalin interfaceVolumeBackupCreate- Returns:
- The backup mode. A valid value is true for incremental backup mode or false for full backup mode
-
isForce
public boolean isForce()
- Specified by:
isForcein interfaceVolumeBackupCreate- Returns:
- Force mode. True to do backup while a volume is attached. Default is false.
-
getSnapshotId
public String getSnapshotId()
- Specified by:
getSnapshotIdin interfaceVolumeBackupCreate- Returns:
- Force mode. True to do backup while a volume is attached. Default is false.
-
getContainer
public String getContainer()
- Specified by:
getContainerin interfaceVolumeBackupCreate- Returns:
- The container name or null.
-
toBuilder
public VolumeBackupCreateBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<VolumeBackupCreateBuilder>
-
-