public class OvfHostResourceConstraint extends OvfConstraint
Java class for OvfHostResourceConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfHostResourceConstraint">
<complexContent>
<extension base="{urn:vim25}OvfConstraint">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
namelineNumberfaultCause, faultMessage| Constructor and Description |
|---|
OvfHostResourceConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getName, setNamegetLineNumber, setLineNumbergetFaultCause, getFaultMessage, setFaultCauseprotected String value
Copyright © 2018. All rights reserved.