public class OvfValidateHostResult extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
downloadSize |
LocalizedMethodFault[] |
error |
Long |
flatDeploymentSize |
Long |
sparseDeploymentSize |
String[] |
supportedDiskProvisioning |
LocalizedMethodFault[] |
warning |
dynamicProperty, dynamicType| Constructor and Description |
|---|
OvfValidateHostResult() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDownloadSize() |
LocalizedMethodFault[] |
getError() |
Long |
getFlatDeploymentSize() |
Long |
getSparseDeploymentSize() |
String[] |
getSupportedDiskProvisioning() |
LocalizedMethodFault[] |
getWarning() |
void |
setDownloadSize(Long downloadSize) |
void |
setError(LocalizedMethodFault[] error) |
void |
setFlatDeploymentSize(Long flatDeploymentSize) |
void |
setSparseDeploymentSize(Long sparseDeploymentSize) |
void |
setSupportedDiskProvisioning(String[] supportedDiskProvisioning) |
void |
setWarning(LocalizedMethodFault[] warning) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Long downloadSize
public Long flatDeploymentSize
public Long sparseDeploymentSize
public LocalizedMethodFault[] error
public LocalizedMethodFault[] warning
public String[] supportedDiskProvisioning
public Long getDownloadSize()
public Long getFlatDeploymentSize()
public Long getSparseDeploymentSize()
public LocalizedMethodFault[] getError()
public LocalizedMethodFault[] getWarning()
public String[] getSupportedDiskProvisioning()
public void setDownloadSize(Long downloadSize)
public void setFlatDeploymentSize(Long flatDeploymentSize)
public void setSparseDeploymentSize(Long sparseDeploymentSize)
public void setError(LocalizedMethodFault[] error)
public void setWarning(LocalizedMethodFault[] warning)
public void setSupportedDiskProvisioning(String[] supportedDiskProvisioning)
Copyright © 2011-2012. All Rights Reserved.