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