public class OvfUnsupportedDiskProvisioning extends OvfImport
Java class for OvfUnsupportedDiskProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfUnsupportedDiskProvisioning">
<complexContent>
<extension base="{urn:vim25}OvfImport">
<sequence>
<element name="diskProvisioning" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="supportedDiskProvisioning" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diskProvisioning |
protected String |
supportedDiskProvisioning |
faultCause, faultMessage| Constructor and Description |
|---|
OvfUnsupportedDiskProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiskProvisioning()
Gets the value of the diskProvisioning property.
|
String |
getSupportedDiskProvisioning()
Gets the value of the supportedDiskProvisioning property.
|
void |
setDiskProvisioning(String value)
Sets the value of the diskProvisioning property.
|
void |
setSupportedDiskProvisioning(String value)
Sets the value of the supportedDiskProvisioning property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String diskProvisioning
protected String supportedDiskProvisioning
public String getDiskProvisioning()
Stringpublic void setDiskProvisioning(String value)
value - allowed object is
Stringpublic String getSupportedDiskProvisioning()
StringCopyright © 2018. All rights reserved.