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