public class VsanHostConfigInfo extends DynamicData
Java class for VsanHostConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hostSystem" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="clusterInfo" type="{urn:vim25}VsanHostConfigInfoClusterInfo" minOccurs="0"/>
<element name="storageInfo" type="{urn:vim25}VsanHostConfigInfoStorageInfo" minOccurs="0"/>
<element name="networkInfo" type="{urn:vim25}VsanHostConfigInfoNetworkInfo" minOccurs="0"/>
<element name="faultDomainInfo" type="{urn:vim25}VsanHostFaultDomainInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VsanHostConfigInfoClusterInfo |
clusterInfo |
protected Boolean |
enabled |
protected VsanHostFaultDomainInfo |
faultDomainInfo |
protected ManagedObjectReference |
hostSystem |
protected VsanHostConfigInfoNetworkInfo |
networkInfo |
protected VsanHostConfigInfoStorageInfo |
storageInfo |
| Constructor and Description |
|---|
VsanHostConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
VsanHostConfigInfoClusterInfo |
getClusterInfo()
Gets the value of the clusterInfo property.
|
VsanHostFaultDomainInfo |
getFaultDomainInfo()
Gets the value of the faultDomainInfo property.
|
ManagedObjectReference |
getHostSystem()
Gets the value of the hostSystem property.
|
VsanHostConfigInfoNetworkInfo |
getNetworkInfo()
Gets the value of the networkInfo property.
|
VsanHostConfigInfoStorageInfo |
getStorageInfo()
Gets the value of the storageInfo property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setClusterInfo(VsanHostConfigInfoClusterInfo value)
Sets the value of the clusterInfo property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setFaultDomainInfo(VsanHostFaultDomainInfo value)
Sets the value of the faultDomainInfo property.
|
void |
setHostSystem(ManagedObjectReference value)
Sets the value of the hostSystem property.
|
void |
setNetworkInfo(VsanHostConfigInfoNetworkInfo value)
Sets the value of the networkInfo property.
|
void |
setStorageInfo(VsanHostConfigInfoStorageInfo value)
Sets the value of the storageInfo property.
|
protected Boolean enabled
protected ManagedObjectReference hostSystem
protected VsanHostConfigInfoClusterInfo clusterInfo
protected VsanHostConfigInfoStorageInfo storageInfo
protected VsanHostConfigInfoNetworkInfo networkInfo
protected VsanHostFaultDomainInfo faultDomainInfo
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic ManagedObjectReference getHostSystem()
ManagedObjectReferencepublic void setHostSystem(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic VsanHostConfigInfoClusterInfo getClusterInfo()
VsanHostConfigInfoClusterInfopublic void setClusterInfo(VsanHostConfigInfoClusterInfo value)
value - allowed object is
VsanHostConfigInfoClusterInfopublic VsanHostConfigInfoStorageInfo getStorageInfo()
VsanHostConfigInfoStorageInfopublic void setStorageInfo(VsanHostConfigInfoStorageInfo value)
value - allowed object is
VsanHostConfigInfoStorageInfopublic VsanHostConfigInfoNetworkInfo getNetworkInfo()
VsanHostConfigInfoNetworkInfopublic void setNetworkInfo(VsanHostConfigInfoNetworkInfo value)
value - allowed object is
VsanHostConfigInfoNetworkInfopublic VsanHostFaultDomainInfo getFaultDomainInfo()
VsanHostFaultDomainInfopublic void setFaultDomainInfo(VsanHostFaultDomainInfo value)
value - allowed object is
VsanHostFaultDomainInfoCopyright © 2018. All rights reserved.