public class VmConfigFileQuery extends FileQuery
Java class for VmConfigFileQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigFileQuery">
<complexContent>
<extension base="{urn:vim25}FileQuery">
<sequence>
<element name="filter" type="{urn:vim25}VmConfigFileQueryFilter" minOccurs="0"/>
<element name="details" type="{urn:vim25}VmConfigFileQueryFlags" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VmConfigFileQueryFlags |
details |
protected VmConfigFileQueryFilter |
filter |
| Constructor and Description |
|---|
VmConfigFileQuery() |
| Modifier and Type | Method and Description |
|---|---|
VmConfigFileQueryFlags |
getDetails()
Gets the value of the details property.
|
VmConfigFileQueryFilter |
getFilter()
Gets the value of the filter property.
|
void |
setDetails(VmConfigFileQueryFlags value)
Sets the value of the details property.
|
void |
setFilter(VmConfigFileQueryFilter value)
Sets the value of the filter property.
|
protected VmConfigFileQueryFilter filter
protected VmConfigFileQueryFlags details
public VmConfigFileQueryFilter getFilter()
VmConfigFileQueryFilterpublic void setFilter(VmConfigFileQueryFilter value)
value - allowed object is
VmConfigFileQueryFilterpublic VmConfigFileQueryFlags getDetails()
VmConfigFileQueryFlagspublic void setDetails(VmConfigFileQueryFlags value)
value - allowed object is
VmConfigFileQueryFlagsCopyright © 2018. All rights reserved.