Class StorageProfile
java.lang.Object
org.jclouds.azurecompute.arm.domain.StorageProfile
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageProfile.Builder
builder()
static StorageProfile
create
(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks) The list of the data disks of the storage profileabstract ImageReference
The image reference of the storage profileabstract OSDisk
osDisk()
The image reference of the storage profileabstract StorageProfile.Builder
-
Constructor Details
-
StorageProfile
public StorageProfile()
-
-
Method Details
-
imageReference
The image reference of the storage profile -
osDisk
The image reference of the storage profile -
dataDisks
The list of the data disks of the storage profile -
create
public static StorageProfile create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks) -
toBuilder
-
builder
-