public class VsanHostDiskMapInfo extends DynamicData
Java class for VsanHostDiskMapInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostDiskMapInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="mapping" type="{urn:vim25}VsanHostDiskMapping"/>
<element name="mounted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VsanHostDiskMapping |
mapping |
protected boolean |
mounted |
| Constructor and Description |
|---|
VsanHostDiskMapInfo() |
| Modifier and Type | Method and Description |
|---|---|
VsanHostDiskMapping |
getMapping()
Gets the value of the mapping property.
|
boolean |
isMounted()
Gets the value of the mounted property.
|
void |
setMapping(VsanHostDiskMapping value)
Sets the value of the mapping property.
|
void |
setMounted(boolean value)
Sets the value of the mounted property.
|
protected VsanHostDiskMapping mapping
protected boolean mounted
public VsanHostDiskMapping getMapping()
VsanHostDiskMappingpublic void setMapping(VsanHostDiskMapping value)
value - allowed object is
VsanHostDiskMappingpublic boolean isMounted()
public void setMounted(boolean value)
Copyright © 2018. All rights reserved.