Package | Description |
---|---|
org.jclouds.azure.management.domain.role |
Licensed to jclouds, Inc.
|
Modifier and Type | Field and Description |
---|---|
protected HostCaching |
VirtualHardDisk.hostCaching
Specifies whether the OS disk can be cached for greater efficiency during writes.
|
Modifier and Type | Method and Description |
---|---|
HostCaching |
VirtualHardDisk.getHostCaching() |
static HostCaching |
HostCaching.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostCaching[] |
HostCaching.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualHardDisk.setHostCaching(HostCaching hostCaching) |
Copyright © 2009-2013 jclouds. All Rights Reserved.