public class StorageDrsOptionSpec extends ArrayUpdateSpec
Java class for StorageDrsOptionSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsOptionSpec">
<complexContent>
<extension base="{urn:vim25}ArrayUpdateSpec">
<sequence>
<element name="option" type="{urn:vim25}OptionValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OptionValue |
option |
operation, removeKey| Constructor and Description |
|---|
StorageDrsOptionSpec() |
| Modifier and Type | Method and Description |
|---|---|
OptionValue |
getOption()
Gets the value of the option property.
|
void |
setOption(OptionValue value)
Sets the value of the option property.
|
getOperation, getRemoveKey, setOperation, setRemoveKeyprotected OptionValue option
public OptionValue getOption()
OptionValuepublic void setOption(OptionValue value)
value - allowed object is
OptionValueCopyright © 2018. All rights reserved.