public class VsanPolicySatisfiability extends DynamicData
Java class for VsanPolicySatisfiability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanPolicySatisfiability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isSatisfiable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reason" type="{urn:vim25}LocalizableMessage" minOccurs="0"/>
<element name="cost" type="{urn:vim25}VsanPolicyCost" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VsanPolicyCost |
cost |
protected boolean |
isSatisfiable |
protected LocalizableMessage |
reason |
protected String |
uuid |
| Constructor and Description |
|---|
VsanPolicySatisfiability() |
| Modifier and Type | Method and Description |
|---|---|
VsanPolicyCost |
getCost()
Gets the value of the cost property.
|
LocalizableMessage |
getReason()
Gets the value of the reason property.
|
String |
getUuid()
Gets the value of the uuid property.
|
boolean |
isIsSatisfiable()
Gets the value of the isSatisfiable property.
|
void |
setCost(VsanPolicyCost value)
Sets the value of the cost property.
|
void |
setIsSatisfiable(boolean value)
Sets the value of the isSatisfiable property.
|
void |
setReason(LocalizableMessage value)
Sets the value of the reason property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String uuid
protected boolean isSatisfiable
protected LocalizableMessage reason
protected VsanPolicyCost cost
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isIsSatisfiable()
public void setIsSatisfiable(boolean value)
public LocalizableMessage getReason()
LocalizableMessagepublic void setReason(LocalizableMessage value)
value - allowed object is
LocalizableMessagepublic VsanPolicyCost getCost()
VsanPolicyCostpublic void setCost(VsanPolicyCost value)
value - allowed object is
VsanPolicyCostCopyright © 2018. All rights reserved.