public class NovaBlockDeviceMappingCreate extends Object implements BlockDeviceMappingCreate
Modifier and Type | Class and Description |
---|---|
static class |
NovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Field and Description |
---|---|
Integer |
boot_index |
boolean |
delete_on_termination |
BDMDestType |
destination_type |
String |
device_name |
String |
deviceType |
String |
diskBus |
String |
snapshotId |
BDMSourceType |
source_type |
String |
uuid |
Integer |
volume_size |
String |
volumeId |
Constructor and Description |
---|
NovaBlockDeviceMappingCreate() |
Modifier and Type | Method and Description |
---|---|
static NovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder |
builder() |
NovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder |
toBuilder() |
public String device_name
public BDMSourceType source_type
public BDMDestType destination_type
public String uuid
public Integer boot_index
public Integer volume_size
public boolean delete_on_termination
public String snapshotId
public String volumeId
public String diskBus
public String deviceType
public static NovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder builder()
public NovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder toBuilder()
toBuilder
in interface Buildable<BlockDeviceMappingBuilder>
Copyright © 2017. All rights reserved.