public class HostMemberHealthCheckResult extends DynamicData
Java class for HostMemberHealthCheckResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostMemberHealthCheckResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HostMemberHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSummary()
Gets the value of the summary property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
protected String summary
Copyright © 2018. All rights reserved.