public class VslmCreateSpecRawDiskMappingBackingSpec extends VslmCreateSpecBackingSpec
Java class for VslmCreateSpecRawDiskMappingBackingSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VslmCreateSpecRawDiskMappingBackingSpec">
<complexContent>
<extension base="{urn:vim25}VslmCreateSpecBackingSpec">
<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 |
datastore| Constructor and Description |
|---|
VslmCreateSpecRawDiskMappingBackingSpec() |
| 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.
|
getDatastore, setDatastorepublic VslmCreateSpecRawDiskMappingBackingSpec()
public String getLunUuid()
Stringpublic void setLunUuid(String value)
value - allowed object is
Stringpublic String getCompatibilityMode()
StringCopyright © 2018. All rights reserved.