public class VsanClusterConfigInfo extends DynamicData
Java class for VsanClusterConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanClusterConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultConfig" type="{urn:vim25}VsanClusterConfigInfoHostDefaultInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VsanClusterConfigInfoHostDefaultInfo |
defaultConfig |
protected Boolean |
enabled |
| Constructor and Description |
|---|
VsanClusterConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
VsanClusterConfigInfoHostDefaultInfo |
getDefaultConfig()
Gets the value of the defaultConfig property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setDefaultConfig(VsanClusterConfigInfoHostDefaultInfo value)
Sets the value of the defaultConfig property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
protected Boolean enabled
protected VsanClusterConfigInfoHostDefaultInfo defaultConfig
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic VsanClusterConfigInfoHostDefaultInfo getDefaultConfig()
VsanClusterConfigInfoHostDefaultInfopublic void setDefaultConfig(VsanClusterConfigInfoHostDefaultInfo value)
value - allowed object is
VsanClusterConfigInfoHostDefaultInfoCopyright © 2018. All rights reserved.