public class CinderVolumeBackupCreate extends Object implements VolumeBackupCreate
| Modifier and Type | Class and Description |
|---|---|
static class |
CinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
CinderVolumeBackupCreate() |
| Modifier and Type | Method and Description |
|---|---|
static CinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder |
builder() |
String |
getContainer() |
String |
getDescription() |
String |
getName() |
String |
getSnapshotId() |
String |
getVolumeId() |
boolean |
isForce() |
boolean |
isIncremental() |
VolumeBackupCreateBuilder |
toBuilder() |
public String getName()
getName in interface VolumeBackupCreatepublic String getVolumeId()
getVolumeId in interface VolumeBackupCreatepublic String getDescription()
getDescription in interface VolumeBackupCreatepublic boolean isIncremental()
isIncremental in interface VolumeBackupCreatepublic boolean isForce()
isForce in interface VolumeBackupCreatepublic String getSnapshotId()
getSnapshotId in interface VolumeBackupCreatepublic String getContainer()
getContainer in interface VolumeBackupCreatepublic static CinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder builder()
public VolumeBackupCreateBuilder toBuilder()
toBuilder in interface Buildable<VolumeBackupCreateBuilder>Copyright © 2017. All rights reserved.