org.jclouds.ec2.options

Class CreateVolumeOptions

    • Constructor Detail

      • CreateVolumeOptions

        public CreateVolumeOptions()
    • Method Detail

      • withSize

        public CreateVolumeOptions withSize(int size)
        Snapshot ID to create this volume from.
      • getSize

        public int getSize()
      • getSnapshotId

        public String getSnapshotId()
      • volumeType

        public CreateVolumeOptions volumeType(String volumeType)
        EBS volume type to use - if not specified, will be "standard".
      • getVolumeType

        public String getVolumeType()
      • getIops

        public Integer getIops()
      • isEncrypted

        public CreateVolumeOptions isEncrypted(boolean encrypted)
        Should this EBS volume be encrypted?
      • getEncrypted

        public boolean getEncrypted()

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