public class BlockDeviceMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BlockDeviceMapping.Builder |
Modifier | Constructor and Description |
---|---|
protected |
BlockDeviceMapping(String uuid,
String deviceName,
String deviceType,
Integer volumeSize,
String sourceType,
String destinationType,
String diskBus,
Boolean noDevice,
String guestFormat,
Integer bootIndex,
Boolean deleteOnTermination) |
Modifier and Type | Method and Description |
---|---|
static BlockDeviceMapping.Builder |
builder() |
boolean |
equals(Object obj) |
Integer |
getBootIndex() |
Boolean |
getDeleteOnTermination() |
String |
getDestinationType() |
String |
getDeviceName() |
String |
getDeviceType() |
String |
getDiskBus() |
String |
getGuestFormat() |
Boolean |
getNoDevice() |
String |
getSourceType() |
String |
getUuid() |
Integer |
getVolumeSize() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
BlockDeviceMapping.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"uuid","device_name","device_type","volume_size","source_type","destination_type","disk_bus","no_device","guest_format","boot_index","delete_on_termination"}) protected BlockDeviceMapping(String uuid, String deviceName, String deviceType, Integer volumeSize, String sourceType, String destinationType, String diskBus, Boolean noDevice, String guestFormat, Integer bootIndex, Boolean deleteOnTermination)
@Nullable public String getDestinationType()
@Nullable public String getGuestFormat()
@Nullable public Boolean getDeleteOnTermination()
protected com.google.common.base.Objects.ToStringHelper string()
public static BlockDeviceMapping.Builder builder()
public BlockDeviceMapping.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.