org.jclouds.ec2.domain
Class Image.EbsBlockDevice

java.lang.Object
  extended by org.jclouds.ec2.domain.Image.EbsBlockDevice
Enclosing class:
Image

public static class Image.EbsBlockDevice
extends Object


Constructor Summary
Image.EbsBlockDevice(String snapshotId, long volumeSize, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getIops()
           
 String getSnapshotId()
           
 long getVolumeSize()
           
 String getVolumeType()
           
 int hashCode()
           
 boolean isDeleteOnTermination()
           
 boolean isEncrypted()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image.EbsBlockDevice

public Image.EbsBlockDevice(@Nullable
                            String snapshotId,
                            long volumeSize,
                            boolean deleteOnTermination,
                            @Nullable
                            String volumeType,
                            @Nullable
                            Integer iops,
                            boolean encrypted)
Method Detail

getSnapshotId

public String getSnapshotId()

getVolumeSize

public long getVolumeSize()

isDeleteOnTermination

public boolean isDeleteOnTermination()

getVolumeType

public String getVolumeType()

getIops

public Integer getIops()

isEncrypted

public boolean isEncrypted()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.