public class VMwareDVSHealthCheckCapability extends DVSHealthCheckCapability
Java class for VMwareDVSHealthCheckCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSHealthCheckCapability">
<complexContent>
<extension base="{urn:vim25}DVSHealthCheckCapability">
<sequence>
<element name="vlanMtuSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="teamingSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
teamingSupported |
protected boolean |
vlanMtuSupported |
| Constructor and Description |
|---|
VMwareDVSHealthCheckCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTeamingSupported()
Gets the value of the teamingSupported property.
|
boolean |
isVlanMtuSupported()
Gets the value of the vlanMtuSupported property.
|
void |
setTeamingSupported(boolean value)
Sets the value of the teamingSupported property.
|
void |
setVlanMtuSupported(boolean value)
Sets the value of the vlanMtuSupported property.
|
protected boolean vlanMtuSupported
protected boolean teamingSupported
public boolean isVlanMtuSupported()
public void setVlanMtuSupported(boolean value)
public boolean isTeamingSupported()
public void setTeamingSupported(boolean value)
Copyright © 2018. All rights reserved.