public class BaseConfigInfoRawDiskMappingBackingInfo extends BaseConfigInfoFileBackingInfo
Java class for BaseConfigInfoRawDiskMappingBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseConfigInfoRawDiskMappingBackingInfo">
<complexContent>
<extension base="{urn:vim25}BaseConfigInfoFileBackingInfo">
<sequence>
<element name="lunUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compatibilityMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
compatibilityMode |
protected String |
lunUuid |
backingObjectId, deltaSizeInMB, filePath, parentdatastore| Constructor and Description |
|---|
BaseConfigInfoRawDiskMappingBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompatibilityMode()
Gets the value of the compatibilityMode property.
|
String |
getLunUuid()
Gets the value of the lunUuid property.
|
void |
setCompatibilityMode(String value)
Sets the value of the compatibilityMode property.
|
void |
setLunUuid(String value)
Sets the value of the lunUuid property.
|
getBackingObjectId, getDeltaSizeInMB, getFilePath, getParent, setBackingObjectId, setDeltaSizeInMB, setFilePath, setParentgetDatastore, setDatastorepublic BaseConfigInfoRawDiskMappingBackingInfo()
public String getLunUuid()
Stringpublic void setLunUuid(String value)
value - allowed object is
Stringpublic String getCompatibilityMode()
StringCopyright © 2018. All rights reserved.