public class HealthUpdate extends DynamicData
Java class for HealthUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthUpdate">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="healthUpdateInfoId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:vim25}ManagedEntityStatus"/>
<element name="remediation" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected String |
healthUpdateInfoId |
protected String |
id |
protected String |
remediation |
protected ManagedEntityStatus |
status |
| Constructor and Description |
|---|
HealthUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
String |
getHealthUpdateInfoId()
Gets the value of the healthUpdateInfoId property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRemediation()
Gets the value of the remediation property.
|
ManagedEntityStatus |
getStatus()
Gets the value of the status property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setHealthUpdateInfoId(String value)
Sets the value of the healthUpdateInfoId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRemediation(String value)
Sets the value of the remediation property.
|
void |
setStatus(ManagedEntityStatus value)
Sets the value of the status property.
|
protected ManagedObjectReference entity
protected String healthUpdateInfoId
protected String id
protected ManagedEntityStatus status
protected String remediation
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getHealthUpdateInfoId()
Stringpublic void setHealthUpdateInfoId(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic ManagedEntityStatus getStatus()
ManagedEntityStatuspublic void setStatus(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatuspublic String getRemediation()
StringCopyright © 2018. All rights reserved.