public class UnSupportedDatastoreForVFlash extends UnsupportedDatastore
Java class for UnSupportedDatastoreForVFlash complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnSupportedDatastoreForVFlash">
<complexContent>
<extension base="{urn:vim25}UnsupportedDatastore">
<sequence>
<element name="datastoreName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastoreName |
protected String |
type |
datastorefaultCause, faultMessage| Constructor and Description |
|---|
UnSupportedDatastoreForVFlash() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreName()
Gets the value of the datastoreName property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDatastoreName(String value)
Sets the value of the datastoreName property.
|
void |
setType(String value)
Sets the value of the type property.
|
getDatastore, setDatastoregetFaultCause, getFaultMessage, setFaultCausepublic String getDatastoreName()
Stringpublic void setDatastoreName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2018. All rights reserved.