public class SoftlayerVolumeCustomizer extends Object
| Constructor and Description |
|---|
SoftlayerVolumeCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
static brooklyn.location.jclouds.JcloudsLocationCustomizer |
withExistingSnapshot(String ec2DeviceName,
String osDeviceName,
String mountPoint,
String availabilityZone,
String snapshotId,
int sizeInGib,
boolean deleteOnTermination)
Returns a location customizer that:
configures the AWS availability zone
obtains a new EBS volume from the specified snapshot in the given availability zone
attaches the new volume to the newly-provisioned EC2 instance
mounts the filesystem under the requested path
|
static brooklyn.location.jclouds.JcloudsLocationCustomizer |
withNewVolume(String ec2DeviceName,
String osDeviceName,
String mountPoint,
String filesystemType,
String availabilityZone,
int sizeInGib,
boolean deleteOnTermination)
Returns a location customizer that:
configures the AWS availability zone
creates a new EBS volume of the requested size in the given availability zone
attaches the new volume to the newly-provisioned EC2 instance
formats the new volume with the requested filesystem
mounts the filesystem under the requested path
|
public static brooklyn.location.jclouds.JcloudsLocationCustomizer withNewVolume(String ec2DeviceName, String osDeviceName, String mountPoint, String filesystemType, String availabilityZone, int sizeInGib, boolean deleteOnTermination)
public static brooklyn.location.jclouds.JcloudsLocationCustomizer withExistingSnapshot(String ec2DeviceName, String osDeviceName, String mountPoint, String availabilityZone, String snapshotId, int sizeInGib, boolean deleteOnTermination)
Copyright © 2015. All rights reserved.