Uses of Class
org.jclouds.ec2.options.CreateVolumeOptions
Packages that use CreateVolumeOptions
-
Uses of CreateVolumeOptions in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type CreateVolumeOptionsModifier and TypeMethodDescriptionElasticBlockStoreApi.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 CreateVolumeOptionsModifier and TypeMethodDescriptionstatic CreateVolumeOptions
CreateVolumeOptions.Builder.fromSnapshotId
(String snapshotId) CreateVolumeOptions.fromSnapshotId
(String snapshotId) Snapshot ID to create this volume from.static CreateVolumeOptions
CreateVolumeOptions.Builder.isEncrypted
(boolean encrypted) CreateVolumeOptions.isEncrypted
(boolean encrypted) Should this EBS volume be encrypted?static CreateVolumeOptions
CreateVolumeOptions.Builder.volumeType
(String volumeType) CreateVolumeOptions.volumeType
(String volumeType) EBS volume type to use - if not specified, will be "standard".static CreateVolumeOptions
EBS provisioned IOPSstatic CreateVolumeOptions
CreateVolumeOptions.Builder.withSize
(int size) CreateVolumeOptions.withSize
(int size) Snapshot ID to create this volume from.