public class ProfilePolicy extends DynamicData
Java class for ProfilePolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfilePolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="policyOption" type="{urn:vim25}PolicyOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected PolicyOption |
policyOption |
| Constructor and Description |
|---|
ProfilePolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
PolicyOption |
getPolicyOption()
Gets the value of the policyOption property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPolicyOption(PolicyOption value)
Sets the value of the policyOption property.
|
protected String id
protected PolicyOption policyOption
public void setId(String value)
value - allowed object is
Stringpublic PolicyOption getPolicyOption()
PolicyOptionpublic void setPolicyOption(PolicyOption value)
value - allowed object is
PolicyOptionCopyright © 2018. All rights reserved.