public class VirtualMachineUsbInfo extends VirtualMachineTargetInfo
Java class for VirtualMachineUsbInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineUsbInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="product" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="physicalPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="family" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="speed" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="summary" type="{urn:vim25}VirtualMachineSummary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<String> |
family |
protected String |
physicalPath |
protected int |
product |
protected List<String> |
speed |
protected VirtualMachineSummary |
summary |
protected int |
vendor |
configurationTag, name| Constructor and Description |
|---|
VirtualMachineUsbInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getFamily()
Gets the value of the family property.
|
String |
getPhysicalPath()
Gets the value of the physicalPath property.
|
int |
getProduct()
Gets the value of the product property.
|
List<String> |
getSpeed()
Gets the value of the speed property.
|
VirtualMachineSummary |
getSummary()
Gets the value of the summary property.
|
int |
getVendor()
Gets the value of the vendor property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPhysicalPath(String value)
Sets the value of the physicalPath property.
|
void |
setProduct(int value)
Sets the value of the product property.
|
void |
setSummary(VirtualMachineSummary value)
Sets the value of the summary property.
|
void |
setVendor(int value)
Sets the value of the vendor property.
|
getConfigurationTag, getName, setNameprotected String description
protected int vendor
protected int product
protected String physicalPath
protected VirtualMachineSummary summary
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getVendor()
public void setVendor(int value)
public int getProduct()
public void setProduct(int value)
public String getPhysicalPath()
Stringpublic void setPhysicalPath(String value)
value - allowed object is
Stringpublic List<String> getFamily()
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 family property.
For example, to add a new item, do as follows:
getFamily().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getSpeed()
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 speed property.
For example, to add a new item, do as follows:
getSpeed().add(newItem);
Objects of the following type(s) are allowed in the list
String
public VirtualMachineSummary getSummary()
VirtualMachineSummarypublic void setSummary(VirtualMachineSummary value)
value - allowed object is
VirtualMachineSummaryCopyright © 2018. All rights reserved.