public class OvfValidateHostResult extends DynamicData
Java class for OvfValidateHostResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfValidateHostResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="downloadSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="flatDeploymentSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="sparseDeploymentSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="warning" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="supportedDiskProvisioning" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
downloadSize |
protected List<LocalizedMethodFault> |
error |
protected Long |
flatDeploymentSize |
protected Long |
sparseDeploymentSize |
protected List<String> |
supportedDiskProvisioning |
protected List<LocalizedMethodFault> |
warning |
| Constructor and Description |
|---|
OvfValidateHostResult() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDownloadSize()
Gets the value of the downloadSize property.
|
List<LocalizedMethodFault> |
getError()
Gets the value of the error property.
|
Long |
getFlatDeploymentSize()
Gets the value of the flatDeploymentSize property.
|
Long |
getSparseDeploymentSize()
Gets the value of the sparseDeploymentSize property.
|
List<String> |
getSupportedDiskProvisioning()
Gets the value of the supportedDiskProvisioning property.
|
List<LocalizedMethodFault> |
getWarning()
Gets the value of the warning property.
|
void |
setDownloadSize(Long value)
Sets the value of the downloadSize property.
|
void |
setFlatDeploymentSize(Long value)
Sets the value of the flatDeploymentSize property.
|
void |
setSparseDeploymentSize(Long value)
Sets the value of the sparseDeploymentSize property.
|
protected Long downloadSize
protected Long flatDeploymentSize
protected Long sparseDeploymentSize
protected List<LocalizedMethodFault> error
protected List<LocalizedMethodFault> warning
public Long getDownloadSize()
Longpublic void setDownloadSize(Long value)
value - allowed object is
Longpublic Long getFlatDeploymentSize()
Longpublic void setFlatDeploymentSize(Long value)
value - allowed object is
Longpublic Long getSparseDeploymentSize()
Longpublic void setSparseDeploymentSize(Long value)
value - allowed object is
Longpublic List<LocalizedMethodFault> getError()
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 error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public List<LocalizedMethodFault> getWarning()
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 warning property.
For example, to add a new item, do as follows:
getWarning().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public List<String> getSupportedDiskProvisioning()
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 supportedDiskProvisioning property.
For example, to add a new item, do as follows:
getSupportedDiskProvisioning().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.