public class ScheduledHardwareUpgradeInfo extends DynamicData
Java class for ScheduledHardwareUpgradeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduledHardwareUpgradeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="upgradePolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="versionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scheduledHardwareUpgradeStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected String |
scheduledHardwareUpgradeStatus |
protected String |
upgradePolicy |
protected String |
versionKey |
| Constructor and Description |
|---|
ScheduledHardwareUpgradeInfo() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getScheduledHardwareUpgradeStatus()
Gets the value of the scheduledHardwareUpgradeStatus property.
|
String |
getUpgradePolicy()
Gets the value of the upgradePolicy property.
|
String |
getVersionKey()
Gets the value of the versionKey property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setScheduledHardwareUpgradeStatus(String value)
Sets the value of the scheduledHardwareUpgradeStatus property.
|
void |
setUpgradePolicy(String value)
Sets the value of the upgradePolicy property.
|
void |
setVersionKey(String value)
Sets the value of the versionKey property.
|
protected String upgradePolicy
protected String versionKey
protected String scheduledHardwareUpgradeStatus
protected LocalizedMethodFault fault
public String getUpgradePolicy()
Stringpublic void setUpgradePolicy(String value)
value - allowed object is
Stringpublic String getVersionKey()
Stringpublic void setVersionKey(String value)
value - allowed object is
Stringpublic String getScheduledHardwareUpgradeStatus()
Stringpublic void setScheduledHardwareUpgradeStatus(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.