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