public class DatastoreHostMount extends DynamicData
Java class for DatastoreHostMount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatastoreHostMount">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="mountInfo" type="{urn:vim25}HostMountInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
key |
protected HostMountInfo |
mountInfo |
| Constructor and Description |
|---|
DatastoreHostMount() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
HostMountInfo |
getMountInfo()
Gets the value of the mountInfo property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
void |
setMountInfo(HostMountInfo value)
Sets the value of the mountInfo property.
|
protected ManagedObjectReference key
protected HostMountInfo mountInfo
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostMountInfo getMountInfo()
HostMountInfopublic void setMountInfo(HostMountInfo value)
value - allowed object is
HostMountInfoCopyright © 2018. All rights reserved.