public class BlockDeviceMapping extends Object implements Comparable<BlockDeviceMapping>
Modifier and Type | Class and Description |
---|---|
static class |
BlockDeviceMapping.Builder |
static class |
BlockDeviceMapping.MapEBSSnapshotToDevice |
static class |
BlockDeviceMapping.MapEphemeralDeviceToDevice |
static class |
BlockDeviceMapping.MapNewVolumeToDevice |
static class |
BlockDeviceMapping.UnmapDeviceNamed |
Modifier and Type | Method and Description |
---|---|
static BlockDeviceMapping.Builder |
builder() |
int |
compareTo(BlockDeviceMapping arg0) |
boolean |
equals(Object obj) |
String |
getDeviceName() |
Boolean |
getEbsDeleteOnTermination() |
Boolean |
getEbsEncrypted() |
Integer |
getEbsIops() |
Boolean |
getEbsNoDevice() |
String |
getEbsSnapshotId() |
Integer |
getEbsVolumeSize() |
String |
getEbsVolumeType() |
String |
getVirtualName() |
int |
hashCode() |
String |
toString() |
public static BlockDeviceMapping.Builder builder()
public String getDeviceName()
public String getVirtualName()
public String getEbsSnapshotId()
public Integer getEbsVolumeSize()
public Boolean getEbsNoDevice()
public Boolean getEbsDeleteOnTermination()
public String getEbsVolumeType()
public Integer getEbsIops()
public Boolean getEbsEncrypted()
public int compareTo(BlockDeviceMapping arg0)
compareTo
in interface Comparable<BlockDeviceMapping>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.