public class VmfsDatastoreOption extends DynamicData
Java class for VmfsDatastoreOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmfsDatastoreOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="info" type="{urn:vim25}VmfsDatastoreBaseOption"/>
<element name="spec" type="{urn:vim25}VmfsDatastoreSpec"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VmfsDatastoreBaseOption |
info |
protected VmfsDatastoreSpec |
spec |
| Constructor and Description |
|---|
VmfsDatastoreOption() |
| Modifier and Type | Method and Description |
|---|---|
VmfsDatastoreBaseOption |
getInfo()
Gets the value of the info property.
|
VmfsDatastoreSpec |
getSpec()
Gets the value of the spec property.
|
void |
setInfo(VmfsDatastoreBaseOption value)
Sets the value of the info property.
|
void |
setSpec(VmfsDatastoreSpec value)
Sets the value of the spec property.
|
protected VmfsDatastoreBaseOption info
protected VmfsDatastoreSpec spec
public VmfsDatastoreBaseOption getInfo()
VmfsDatastoreBaseOptionpublic void setInfo(VmfsDatastoreBaseOption value)
value - allowed object is
VmfsDatastoreBaseOptionpublic VmfsDatastoreSpec getSpec()
VmfsDatastoreSpecpublic void setSpec(VmfsDatastoreSpec value)
value - allowed object is
VmfsDatastoreSpecCopyright © 2018. All rights reserved.