public class VmDiskFileQueryFilter extends DynamicData
Java class for VmDiskFileQueryFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmDiskFileQueryFilter">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="diskType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="matchHardwareVersion" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="controllerType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="thin" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 List<String> |
controllerType |
protected List<String> |
diskType |
protected Boolean |
encrypted |
protected List<Integer> |
matchHardwareVersion |
protected Boolean |
thin |
| Constructor and Description |
|---|
VmDiskFileQueryFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getControllerType()
Gets the value of the controllerType property.
|
List<String> |
getDiskType()
Gets the value of the diskType property.
|
List<Integer> |
getMatchHardwareVersion()
Gets the value of the matchHardwareVersion property.
|
Boolean |
isEncrypted()
Gets the value of the encrypted property.
|
Boolean |
isThin()
Gets the value of the thin property.
|
void |
setEncrypted(Boolean value)
Sets the value of the encrypted property.
|
void |
setThin(Boolean value)
Sets the value of the thin property.
|
public List<String> getDiskType()
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 diskType property.
For example, to add a new item, do as follows:
getDiskType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Integer> getMatchHardwareVersion()
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 matchHardwareVersion property.
For example, to add a new item, do as follows:
getMatchHardwareVersion().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<String> getControllerType()
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 controllerType property.
For example, to add a new item, do as follows:
getControllerType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isThin()
Booleanpublic void setThin(Boolean value)
value - allowed object is
Booleanpublic Boolean isEncrypted()
BooleanCopyright © 2018. All rights reserved.