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