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 OSDiskOSDisk.Builder. build()static OSDiskOSDisk. create(String osType, String name, VHD vhd, String caching, String createOption, VHD image, ManagedDiskParameters managedDiskParamenters, String storageAccountType)abstract OSDiskStorageProfile. 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 StorageProfileStorageProfile. create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)abstract StorageProfile.BuilderStorageProfile.Builder. osDisk(OSDisk osDisk)
-