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