public class VirtualMachineScsiPassthroughInfo extends VirtualMachineTargetInfo
Java class for VirtualMachineScsiPassthroughInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineScsiPassthroughInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="scsiClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="physicalUnitNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
physicalUnitNumber |
protected String |
scsiClass |
protected String |
vendor |
configurationTag, name| Constructor and Description |
|---|
VirtualMachineScsiPassthroughInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPhysicalUnitNumber()
Gets the value of the physicalUnitNumber property.
|
String |
getScsiClass()
Gets the value of the scsiClass property.
|
String |
getVendor()
Gets the value of the vendor property.
|
void |
setPhysicalUnitNumber(int value)
Sets the value of the physicalUnitNumber property.
|
void |
setScsiClass(String value)
Sets the value of the scsiClass property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
getConfigurationTag, getName, setNameprotected String scsiClass
protected String vendor
protected int physicalUnitNumber
public String getScsiClass()
Stringpublic void setScsiClass(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic int getPhysicalUnitNumber()
public void setPhysicalUnitNumber(int value)
Copyright © 2018. All rights reserved.