Class OSDisk
java.lang.Object
org.jclouds.azurecompute.arm.domain.OSDisk
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OSDisk.Builder
builder()
abstract String
caching()
The caching mode of the os diskstatic OSDisk
create
(String osType, String name, VHD vhd, String caching, String createOption, VHD image, ManagedDiskParameters managedDiskParamenters, String storageAccountType) abstract String
The create options of the os diskabstract VHD
image()
The url of the custom imageabstract ManagedDiskParameters
The managed disk parameters.abstract String
name()
The name of the os diskabstract String
osType()
The OS type of the os diskabstract StorageAccountType
The storage account type.abstract OSDisk.Builder
abstract VHD
vhd()
The vhd of the os disk
-
Constructor Details
-
OSDisk
public OSDisk()
-
-
Method Details
-
osType
The OS type of the os disk -
name
The name of the os disk -
vhd
The vhd of the os disk -
caching
The caching mode of the os disk -
createOption
The create options of the os disk -
image
The url of the custom image -
managedDiskParameters
The managed disk parameters. -
storageAccountType
The storage account type. This field is returned in custom images. -
create
-
toBuilder
-
builder
-