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