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