public class VirtualMachineDatastoreInfo extends VirtualMachineTargetInfo
| Modifier and Type | Field and Description |
|---|---|
DatastoreCapability |
capability |
DatastoreSummary |
datastore |
long |
maxFileSize |
String |
mode |
String |
vStorageSupport |
configurationTag, namedynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineDatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
DatastoreCapability |
getCapability() |
DatastoreSummary |
getDatastore() |
long |
getMaxFileSize() |
String |
getMode() |
String |
getVStorageSupport() |
void |
setCapability(DatastoreCapability capability) |
void |
setDatastore(DatastoreSummary datastore) |
void |
setMaxFileSize(long maxFileSize) |
void |
setMode(String mode) |
void |
setVStorageSupport(String vStorageSupport) |
getConfigurationTag, getName, setConfigurationTag, setNamegetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic DatastoreSummary datastore
public DatastoreCapability capability
public long maxFileSize
public String mode
public String vStorageSupport
public DatastoreSummary getDatastore()
public DatastoreCapability getCapability()
public long getMaxFileSize()
public String getMode()
public String getVStorageSupport()
public void setDatastore(DatastoreSummary datastore)
public void setCapability(DatastoreCapability capability)
public void setMaxFileSize(long maxFileSize)
public void setMode(String mode)
public void setVStorageSupport(String vStorageSupport)
Copyright © 2011-2012. All Rights Reserved.