public class VStorageObject extends DynamicData
Java class for VStorageObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VStorageObject">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="config" type="{urn:vim25}VStorageObjectConfigInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VStorageObjectConfigInfo |
config |
| Constructor and Description |
|---|
VStorageObject() |
| Modifier and Type | Method and Description |
|---|---|
VStorageObjectConfigInfo |
getConfig()
Gets the value of the config property.
|
void |
setConfig(VStorageObjectConfigInfo value)
Sets the value of the config property.
|
protected VStorageObjectConfigInfo config
public VStorageObjectConfigInfo getConfig()
VStorageObjectConfigInfopublic void setConfig(VStorageObjectConfigInfo value)
value - allowed object is
VStorageObjectConfigInfoCopyright © 2018. All rights reserved.