public class HostPatchManagerStatus extends DynamicData
Java class for HostPatchManagerStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPatchManagerStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="integrity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="installed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="installState" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="prerequisitePatch" type="{urn:vim25}HostPatchManagerStatusPrerequisitePatch" maxOccurs="unbounded" minOccurs="0"/>
<element name="restartRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reconnectRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vmOffRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="supersededPatchIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
applicable |
protected String |
id |
protected boolean |
installed |
protected List<String> |
installState |
protected String |
integrity |
protected List<HostPatchManagerStatusPrerequisitePatch> |
prerequisitePatch |
protected List<String> |
reason |
protected boolean |
reconnectRequired |
protected boolean |
restartRequired |
protected List<String> |
supersededPatchIds |
protected boolean |
vmOffRequired |
| Constructor and Description |
|---|
HostPatchManagerStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<String> |
getInstallState()
Gets the value of the installState property.
|
String |
getIntegrity()
Gets the value of the integrity property.
|
List<HostPatchManagerStatusPrerequisitePatch> |
getPrerequisitePatch()
Gets the value of the prerequisitePatch property.
|
List<String> |
getReason()
Gets the value of the reason property.
|
List<String> |
getSupersededPatchIds()
Gets the value of the supersededPatchIds property.
|
boolean |
isApplicable()
Gets the value of the applicable property.
|
boolean |
isInstalled()
Gets the value of the installed property.
|
boolean |
isReconnectRequired()
Gets the value of the reconnectRequired property.
|
boolean |
isRestartRequired()
Gets the value of the restartRequired property.
|
boolean |
isVmOffRequired()
Gets the value of the vmOffRequired property.
|
void |
setApplicable(boolean value)
Sets the value of the applicable property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInstalled(boolean value)
Sets the value of the installed property.
|
void |
setIntegrity(String value)
Sets the value of the integrity property.
|
void |
setReconnectRequired(boolean value)
Sets the value of the reconnectRequired property.
|
void |
setRestartRequired(boolean value)
Sets the value of the restartRequired property.
|
void |
setVmOffRequired(boolean value)
Sets the value of the vmOffRequired property.
|
protected String id
protected boolean applicable
protected String integrity
protected boolean installed
protected List<HostPatchManagerStatusPrerequisitePatch> prerequisitePatch
protected boolean restartRequired
protected boolean reconnectRequired
protected boolean vmOffRequired
public void setId(String value)
value - allowed object is
Stringpublic boolean isApplicable()
public void setApplicable(boolean value)
public List<String> getReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the reason property.
For example, to add a new item, do as follows:
getReason().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getIntegrity()
Stringpublic void setIntegrity(String value)
value - allowed object is
Stringpublic boolean isInstalled()
public void setInstalled(boolean value)
public List<String> getInstallState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the installState property.
For example, to add a new item, do as follows:
getInstallState().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<HostPatchManagerStatusPrerequisitePatch> getPrerequisitePatch()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the prerequisitePatch property.
For example, to add a new item, do as follows:
getPrerequisitePatch().add(newItem);
Objects of the following type(s) are allowed in the list
HostPatchManagerStatusPrerequisitePatch
public boolean isRestartRequired()
public void setRestartRequired(boolean value)
public boolean isReconnectRequired()
public void setReconnectRequired(boolean value)
public boolean isVmOffRequired()
public void setVmOffRequired(boolean value)
public List<String> getSupersededPatchIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supersededPatchIds property.
For example, to add a new item, do as follows:
getSupersededPatchIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.