public class DistributedVirtualSwitchHostProductSpec extends DynamicData
Java class for DistributedVirtualSwitchHostProductSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchHostProductSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="productLineId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
productLineId |
protected String |
version |
| Constructor and Description |
|---|
DistributedVirtualSwitchHostProductSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProductLineId()
Gets the value of the productLineId property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setProductLineId(String value)
Sets the value of the productLineId property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public DistributedVirtualSwitchHostProductSpec()
public String getProductLineId()
Stringpublic void setProductLineId(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2018. All rights reserved.