Package | Description |
---|---|
org.jclouds.ec2.features | |
org.jclouds.ec2.options |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.