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