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