public class VsanClusterConfigInfoHostDefaultInfo extends DynamicData
Java class for VsanClusterConfigInfoHostDefaultInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanClusterConfigInfoHostDefaultInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="autoClaimStorage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="checksumEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoClaimStorage |
protected Boolean |
checksumEnabled |
protected String |
uuid |
| Constructor and Description |
|---|
VsanClusterConfigInfoHostDefaultInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUuid()
Gets the value of the uuid property.
|
Boolean |
isAutoClaimStorage()
Gets the value of the autoClaimStorage property.
|
Boolean |
isChecksumEnabled()
Gets the value of the checksumEnabled property.
|
void |
setAutoClaimStorage(Boolean value)
Sets the value of the autoClaimStorage property.
|
void |
setChecksumEnabled(Boolean value)
Sets the value of the checksumEnabled property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String uuid
protected Boolean autoClaimStorage
protected Boolean checksumEnabled
public VsanClusterConfigInfoHostDefaultInfo()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic Boolean isAutoClaimStorage()
Booleanpublic void setAutoClaimStorage(Boolean value)
value - allowed object is
Booleanpublic Boolean isChecksumEnabled()
BooleanCopyright © 2018. All rights reserved.