public class InheritablePolicy extends DynamicData
Java class for InheritablePolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InheritablePolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="inherited" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
inherited |
| Constructor and Description |
|---|
InheritablePolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInherited()
Gets the value of the inherited property.
|
void |
setInherited(boolean value)
Sets the value of the inherited property.
|
Copyright © 2018. All rights reserved.