public class VirtualHardDisk extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
diskLabel
Specifies the friendly name of the disk containing the guest OS image in the image repository.
|
protected String |
diskName
Specifies the name of an operating system image in the image repository.
|
protected HostCaching |
hostCaching
Specifies whether the OS disk can be cached for greater efficiency during writes.
|
protected String |
mediaLink
Specifies the URI for a blob in a Windows Azure storage account that contains the OS image to
use to create the OS disk.
|
Constructor and Description |
---|
VirtualHardDisk() |
Modifier and Type | Method and Description |
---|---|
String |
getDiskLabel() |
String |
getDiskName() |
HostCaching |
getHostCaching() |
String |
getMediaLink() |
void |
setDiskLabel(String diskLabel) |
void |
setDiskName(String diskName) |
void |
setHostCaching(HostCaching hostCaching) |
void |
setMediaLink(String mediaLink) |
String |
toString() |
protected HostCaching hostCaching
protected String diskLabel
protected String diskName
protected String mediaLink
public HostCaching getHostCaching()
public void setHostCaching(HostCaching hostCaching)
public String getDiskLabel()
public void setDiskLabel(String diskLabel)
public String getDiskName()
public void setDiskName(String diskName)
public String getMediaLink()
public void setMediaLink(String mediaLink)
Copyright © 2009-2013 jclouds. All Rights Reserved.