Uses of Class
org.jclouds.azurecompute.arm.domain.VHD
-
Packages that use VHD Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of VHD in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VHD Modifier and Type Method Description abstract VHD
VHD.Builder. build()
static VHD
VHD. create(String uri)
abstract VHD
DataDisk. image()
The source user image virtual hard disk.abstract VHD
OSDisk. image()
The url of the custom imageabstract VHD
DataDisk. vhd()
The vhd of the data diskabstract VHD
DiskProperties. vhd()
abstract VHD
OSDisk. vhd()
The vhd of the os diskMethods in org.jclouds.azurecompute.arm.domain with parameters of type VHD Modifier and Type Method Description static DataDisk
DataDisk. create(String name, String diskSizeGB, Integer lun, VHD vhd, VHD image, String createOption, String caching, ManagedDiskParameters managedDiskParamenters, String provisioningState)
static DiskProperties
DiskProperties. create(String provisioningState, String timeCreated, String diskState, Integer diskSizeGB, Integer lun, VHD vhd, CreationData creationData)
static OSDisk
OSDisk. create(String osType, String name, VHD vhd, String caching, String createOption, VHD image, ManagedDiskParameters managedDiskParamenters, String storageAccountType)
abstract DataDisk.Builder
DataDisk.Builder. image(VHD image)
abstract OSDisk.Builder
OSDisk.Builder. image(VHD image)
abstract DataDisk.Builder
DataDisk.Builder. vhd(VHD vhd)
abstract DiskProperties.Builder
DiskProperties.Builder. vhd(VHD vhd)
abstract OSDisk.Builder
OSDisk.Builder. vhd(VHD vhd)
-