public class VASAStorageArray extends DynamicData
Java class for VASAStorageArray complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VASAStorageArray">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendorId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
modelId |
protected String |
name |
protected String |
uuid |
protected String |
vendorId |
| Constructor and Description |
|---|
VASAStorageArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModelId()
Gets the value of the modelId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getVendorId()
Gets the value of the vendorId property.
|
void |
setModelId(String value)
Sets the value of the modelId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVendorId(String value)
Sets the value of the vendorId property.
|
protected String name
protected String uuid
protected String vendorId
protected String modelId
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getVendorId()
Stringpublic void setVendorId(String value)
value - allowed object is
Stringpublic String getModelId()
StringCopyright © 2018. All rights reserved.