Uses of Class
org.jclouds.azurecompute.arm.domain.DataDisk
Packages that use DataDisk
Package
Description
-
Uses of DataDisk in org.jclouds.azurecompute.arm.compute.options
Methods in org.jclouds.azurecompute.arm.compute.options that return types with arguments of type DataDiskMethods in org.jclouds.azurecompute.arm.compute.options with parameters of type DataDiskMethod parameters in org.jclouds.azurecompute.arm.compute.options with type arguments of type DataDisk -
Uses of DataDisk in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DataDiskModifier and TypeMethodDescriptionabstract DataDisk
DataDisk.Builder.build()
static DataDisk
DataDisk.create
(String name, String diskSizeGB, Integer lun, VHD vhd, VHD image, String createOption, String caching, ManagedDiskParameters managedDiskParamenters, String provisioningState) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type DataDiskModifier and TypeMethodDescriptionStorageProfile.dataDisks()
The list of the data disks of the storage profileMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type DataDiskModifier and TypeMethodDescriptionstatic StorageProfile
StorageProfile.create
(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks) abstract StorageProfile.Builder