public class VsanHostVsanDiskInfo extends DynamicData
Java class for VsanHostVsanDiskInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostVsanDiskInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vsanUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formatVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
formatVersion |
protected String |
vsanUuid |
| Constructor and Description |
|---|
VsanHostVsanDiskInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFormatVersion()
Gets the value of the formatVersion property.
|
String |
getVsanUuid()
Gets the value of the vsanUuid property.
|
void |
setFormatVersion(int value)
Sets the value of the formatVersion property.
|
void |
setVsanUuid(String value)
Sets the value of the vsanUuid property.
|
protected String vsanUuid
protected int formatVersion
public String getVsanUuid()
Stringpublic void setVsanUuid(String value)
value - allowed object is
Stringpublic int getFormatVersion()
public void setFormatVersion(int value)
Copyright © 2018. All rights reserved.