public class HostMountInfo extends DynamicData
Java class for HostMountInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostMountInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mounted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="accessible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="inaccessibleReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
accessible |
protected String |
accessMode |
protected String |
inaccessibleReason |
protected Boolean |
mounted |
protected String |
path |
| Constructor and Description |
|---|
HostMountInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessMode()
Gets the value of the accessMode property.
|
String |
getInaccessibleReason()
Gets the value of the inaccessibleReason property.
|
String |
getPath()
Gets the value of the path property.
|
Boolean |
isAccessible()
Gets the value of the accessible property.
|
Boolean |
isMounted()
Gets the value of the mounted property.
|
void |
setAccessible(Boolean value)
Sets the value of the accessible property.
|
void |
setAccessMode(String value)
Sets the value of the accessMode property.
|
void |
setInaccessibleReason(String value)
Sets the value of the inaccessibleReason property.
|
void |
setMounted(Boolean value)
Sets the value of the mounted property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected String path
protected String accessMode
protected Boolean mounted
protected Boolean accessible
protected String inaccessibleReason
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getAccessMode()
Stringpublic void setAccessMode(String value)
value - allowed object is
Stringpublic Boolean isMounted()
Booleanpublic void setMounted(Boolean value)
value - allowed object is
Booleanpublic Boolean isAccessible()
Booleanpublic void setAccessible(Boolean value)
value - allowed object is
Booleanpublic String getInaccessibleReason()
StringCopyright © 2018. All rights reserved.