|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateVolumeOptions | |
|---|---|
| org.jclouds.ec2.features | |
| org.jclouds.ec2.options | |
| Uses of CreateVolumeOptions in org.jclouds.ec2.features |
|---|
| Methods in org.jclouds.ec2.features with parameters of type CreateVolumeOptions | |
|---|---|
Volume |
ElasticBlockStoreApi.createVolumeInAvailabilityZone(String availabilityZone,
CreateVolumeOptions... options)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone. |
| Uses of CreateVolumeOptions in org.jclouds.ec2.options |
|---|
| Methods in org.jclouds.ec2.options that return CreateVolumeOptions | |
|---|---|
CreateVolumeOptions |
CreateVolumeOptions.fromSnapshotId(String snapshotId)
Snapshot ID to create this volume from. |
static CreateVolumeOptions |
CreateVolumeOptions.Builder.fromSnapshotId(String snapshotId)
|
CreateVolumeOptions |
CreateVolumeOptions.isEncrypted(boolean encrypted)
Should this EBS volume be encrypted? |
static CreateVolumeOptions |
CreateVolumeOptions.Builder.isEncrypted(boolean encrypted)
|
CreateVolumeOptions |
CreateVolumeOptions.volumeType(String volumeType)
EBS volume type to use - if not specified, will be "standard". |
static CreateVolumeOptions |
CreateVolumeOptions.Builder.volumeType(String volumeType)
|
CreateVolumeOptions |
CreateVolumeOptions.withIops(Integer iops)
EBS provisioned IOPS |
static CreateVolumeOptions |
CreateVolumeOptions.Builder.withIops(Integer iops)
|
CreateVolumeOptions |
CreateVolumeOptions.withSize(int size)
Snapshot ID to create this volume from. |
static CreateVolumeOptions |
CreateVolumeOptions.Builder.withSize(int size)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||