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