Examples of MapEBSSnapshotToDevice


Examples of org.jclouds.ec2.domain.BlockDeviceMapping.MapEBSSnapshotToDevice

   public EC2TemplateOptions mapEBSSnapshotToDeviceName(String deviceName, String snapshotId,
                                                        @Nullable Integer sizeInGib, boolean deleteOnTermination,
                                                        @Nullable String volumeType, @Nullable Integer iops,
                                                        boolean encrypted) {
      blockDeviceMappings.add(new MapEBSSnapshotToDevice(deviceName, snapshotId, sizeInGib, deleteOnTermination,
              volumeType, iops, encrypted));
      return this;
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.