public abstract class StorageProfile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StorageProfile.Builder |
Constructor and Description |
---|
StorageProfile() |
Modifier and Type | Method and Description |
---|---|
static StorageProfile.Builder |
builder() |
static StorageProfile |
create(ImageReference imageReference,
OSDisk osDisk,
List<DataDisk> dataDisks) |
abstract List<DataDisk> |
dataDisks()
The list of the data disks of the storage profile
|
abstract ImageReference |
imageReference()
The image reference of the storage profile
|
abstract OSDisk |
osDisk()
The image reference of the storage profile
|
abstract StorageProfile.Builder |
toBuilder() |
@Nullable public abstract ImageReference imageReference()
public abstract OSDisk osDisk()
@Nullable public abstract List<DataDisk> dataDisks()
public static StorageProfile create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)
public abstract StorageProfile.Builder toBuilder()
public static StorageProfile.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.