public class VsanHostConfigInfoStorageInfo extends DynamicData
Java class for VsanHostConfigInfoStorageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostConfigInfoStorageInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="autoClaimStorage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="diskMapping" type="{urn:vim25}VsanHostDiskMapping" maxOccurs="unbounded" minOccurs="0"/>
<element name="diskMapInfo" type="{urn:vim25}VsanHostDiskMapInfo" maxOccurs="unbounded" 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 List<VsanHostDiskMapInfo> |
diskMapInfo |
protected List<VsanHostDiskMapping> |
diskMapping |
| Constructor and Description |
|---|
VsanHostConfigInfoStorageInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<VsanHostDiskMapInfo> |
getDiskMapInfo()
Gets the value of the diskMapInfo property.
|
List<VsanHostDiskMapping> |
getDiskMapping()
Gets the value of the diskMapping 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.
|
protected Boolean autoClaimStorage
protected List<VsanHostDiskMapping> diskMapping
protected List<VsanHostDiskMapInfo> diskMapInfo
protected Boolean checksumEnabled
public Boolean isAutoClaimStorage()
Booleanpublic void setAutoClaimStorage(Boolean value)
value - allowed object is
Booleanpublic List<VsanHostDiskMapping> getDiskMapping()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the diskMapping property.
For example, to add a new item, do as follows:
getDiskMapping().add(newItem);
Objects of the following type(s) are allowed in the list
VsanHostDiskMapping
public List<VsanHostDiskMapInfo> getDiskMapInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the diskMapInfo property.
For example, to add a new item, do as follows:
getDiskMapInfo().add(newItem);
Objects of the following type(s) are allowed in the list
VsanHostDiskMapInfo
public Boolean isChecksumEnabled()
BooleanCopyright © 2018. All rights reserved.