public class VmDiskFileQueryFlags extends DynamicData
Java class for VmDiskFileQueryFlags complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmDiskFileQueryFlags">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="diskType" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capacityKb" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hardwareVersion" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="controllerType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="diskExtents" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="thin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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 |
capacityKb |
protected Boolean |
controllerType |
protected Boolean |
diskExtents |
protected boolean |
diskType |
protected Boolean |
encryption |
protected boolean |
hardwareVersion |
protected Boolean |
thin |
| Constructor and Description |
|---|
VmDiskFileQueryFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCapacityKb()
Gets the value of the capacityKb property.
|
Boolean |
isControllerType()
Gets the value of the controllerType property.
|
Boolean |
isDiskExtents()
Gets the value of the diskExtents property.
|
boolean |
isDiskType()
Gets the value of the diskType property.
|
Boolean |
isEncryption()
Gets the value of the encryption property.
|
boolean |
isHardwareVersion()
Gets the value of the hardwareVersion property.
|
Boolean |
isThin()
Gets the value of the thin property.
|
void |
setCapacityKb(boolean value)
Sets the value of the capacityKb property.
|
void |
setControllerType(Boolean value)
Sets the value of the controllerType property.
|
void |
setDiskExtents(Boolean value)
Sets the value of the diskExtents property.
|
void |
setDiskType(boolean value)
Sets the value of the diskType property.
|
void |
setEncryption(Boolean value)
Sets the value of the encryption property.
|
void |
setHardwareVersion(boolean value)
Sets the value of the hardwareVersion property.
|
void |
setThin(Boolean value)
Sets the value of the thin property.
|
protected boolean diskType
protected boolean capacityKb
protected boolean hardwareVersion
protected Boolean controllerType
protected Boolean diskExtents
protected Boolean thin
protected Boolean encryption
public boolean isDiskType()
public void setDiskType(boolean value)
public boolean isCapacityKb()
public void setCapacityKb(boolean value)
public boolean isHardwareVersion()
public void setHardwareVersion(boolean value)
public Boolean isControllerType()
Booleanpublic void setControllerType(Boolean value)
value - allowed object is
Booleanpublic Boolean isDiskExtents()
Booleanpublic void setDiskExtents(Boolean value)
value - allowed object is
Booleanpublic Boolean isThin()
Booleanpublic void setThin(Boolean value)
value - allowed object is
Booleanpublic Boolean isEncryption()
BooleanCopyright © 2018. All rights reserved.