public abstract class OSDisk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OSDisk.Builder |
Constructor and Description |
---|
OSDisk() |
Modifier and Type | Method and Description |
---|---|
static OSDisk.Builder |
builder() |
abstract String |
caching()
The caching mode of the os disk
|
static OSDisk |
create(String osType,
String name,
VHD vhd,
String caching,
String createOption,
VHD image,
ManagedDiskParameters managedDiskParamenters,
String storageAccountType) |
abstract String |
createOption()
The create options of the os disk
|
abstract VHD |
image()
The url of the custom image
|
abstract ManagedDiskParameters |
managedDiskParameters()
The managed disk parameters.
|
abstract String |
name()
The name of the os disk
|
abstract String |
osType()
The OS type of the os disk
|
abstract StorageAccountType |
storageAccountType()
The storage account type.
|
abstract OSDisk.Builder |
toBuilder() |
abstract VHD |
vhd()
The vhd of the os disk
|
@Nullable public abstract ManagedDiskParameters managedDiskParameters()
@Nullable public abstract StorageAccountType storageAccountType()
public static OSDisk create(String osType, String name, VHD vhd, String caching, String createOption, VHD image, ManagedDiskParameters managedDiskParamenters, String storageAccountType)
public abstract OSDisk.Builder toBuilder()
public static OSDisk.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.