public class VmConfigFileQueryFilter extends DynamicData
Java class for VmConfigFileQueryFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigFileQueryFilter">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="matchConfigVersion" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
encrypted |
protected List<Integer> |
matchConfigVersion |
| Constructor and Description |
|---|
VmConfigFileQueryFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getMatchConfigVersion()
Gets the value of the matchConfigVersion property.
|
Boolean |
isEncrypted()
Gets the value of the encrypted property.
|
void |
setEncrypted(Boolean value)
Sets the value of the encrypted property.
|
protected Boolean encrypted
public List<Integer> getMatchConfigVersion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the matchConfigVersion property.
For example, to add a new item, do as follows:
getMatchConfigVersion().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public Boolean isEncrypted()
BooleanCopyright © 2018. All rights reserved.