Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
abstract VHD |
VHD.Builder.build() |
static VHD |
VHD.create(String uri) |
abstract VHD |
OSDisk.image()
The url of the custom image
|
abstract VHD |
DataDisk.image()
The source user image virtual hard disk.
|
abstract VHD |
OSDisk.vhd()
The vhd of the os disk
|
abstract VHD |
DiskProperties.vhd() |
abstract VHD |
DataDisk.vhd()
The vhd of the data disk
|
Modifier and Type | Method and 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 OSDisk.Builder |
OSDisk.Builder.image(VHD image) |
abstract DataDisk.Builder |
DataDisk.Builder.image(VHD image) |
abstract OSDisk.Builder |
OSDisk.Builder.vhd(VHD vhd) |
abstract DiskProperties.Builder |
DiskProperties.Builder.vhd(VHD vhd) |
abstract DataDisk.Builder |
DataDisk.Builder.vhd(VHD vhd) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.