Uses of Class
org.jclouds.azurecompute.arm.domain.OSDisk
-
Packages that use OSDisk Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of OSDisk in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return OSDisk Modifier and Type Method Description abstract OSDisk
OSDisk.Builder. build()
static OSDisk
OSDisk. create(String osType, String name, VHD vhd, String caching, String createOption, VHD image, ManagedDiskParameters managedDiskParamenters, String storageAccountType)
abstract OSDisk
StorageProfile. osDisk()
The image reference of the storage profileMethods in org.jclouds.azurecompute.arm.domain with parameters of type OSDisk Modifier and Type Method Description static StorageProfile
StorageProfile. create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)
abstract StorageProfile.Builder
StorageProfile.Builder. osDisk(OSDisk osDisk)
-