public class HostLowLevelProvisioningManagerDiskLayoutSpec extends DynamicData
Java class for HostLowLevelProvisioningManagerDiskLayoutSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLowLevelProvisioningManagerDiskLayoutSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="controllerType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="busNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="unitNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="srcFilename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dstFilename" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
busNumber |
protected String |
controllerType |
protected String |
dstFilename |
protected String |
srcFilename |
protected int |
unitNumber |
| Constructor and Description |
|---|
HostLowLevelProvisioningManagerDiskLayoutSpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBusNumber()
Gets the value of the busNumber property.
|
String |
getControllerType()
Gets the value of the controllerType property.
|
String |
getDstFilename()
Gets the value of the dstFilename property.
|
String |
getSrcFilename()
Gets the value of the srcFilename property.
|
int |
getUnitNumber()
Gets the value of the unitNumber property.
|
void |
setBusNumber(int value)
Sets the value of the busNumber property.
|
void |
setControllerType(String value)
Sets the value of the controllerType property.
|
void |
setDstFilename(String value)
Sets the value of the dstFilename property.
|
void |
setSrcFilename(String value)
Sets the value of the srcFilename property.
|
void |
setUnitNumber(int value)
Sets the value of the unitNumber property.
|
protected String controllerType
protected int busNumber
protected int unitNumber
protected String srcFilename
protected String dstFilename
public HostLowLevelProvisioningManagerDiskLayoutSpec()
public String getControllerType()
Stringpublic void setControllerType(String value)
value - allowed object is
Stringpublic int getBusNumber()
public void setBusNumber(int value)
public int getUnitNumber()
public void setUnitNumber(int value)
public String getSrcFilename()
Stringpublic void setSrcFilename(String value)
value - allowed object is
Stringpublic String getDstFilename()
StringCopyright © 2018. All rights reserved.