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