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 VolumeBackupCreate
public String getVolumeId()
getVolumeId
in interface VolumeBackupCreate
public String getDescription()
getDescription
in interface VolumeBackupCreate
public boolean isIncremental()
isIncremental
in interface VolumeBackupCreate
public boolean isForce()
isForce
in interface VolumeBackupCreate
public String getSnapshotId()
getSnapshotId
in interface VolumeBackupCreate
public String getContainer()
getContainer
in interface VolumeBackupCreate
public static CinderVolumeBackupCreate.VolumeBackupCreateConcreteBuilder builder()
public VolumeBackupCreateBuilder toBuilder()
toBuilder
in interface Buildable<VolumeBackupCreateBuilder>
Copyright © 2017. All rights reserved.