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