public class DistributedVirtualSwitchProductSpec extends DynamicData
Java class for DistributedVirtualSwitchProductSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchProductSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="build" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="forwardingClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bundleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bundleUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
build |
protected String |
bundleId |
protected String |
bundleUrl |
protected String |
forwardingClass |
protected String |
name |
protected String |
vendor |
protected String |
version |
| Constructor and Description |
|---|
DistributedVirtualSwitchProductSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild()
Gets the value of the build property.
|
String |
getBundleId()
Gets the value of the bundleId property.
|
String |
getBundleUrl()
Gets the value of the bundleUrl property.
|
String |
getForwardingClass()
Gets the value of the forwardingClass property.
|
String |
getName()
Gets the value of the name property.
|
String |
getVendor()
Gets the value of the vendor property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBuild(String value)
Sets the value of the build property.
|
void |
setBundleId(String value)
Sets the value of the bundleId property.
|
void |
setBundleUrl(String value)
Sets the value of the bundleUrl property.
|
void |
setForwardingClass(String value)
Sets the value of the forwardingClass property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String vendor
protected String version
protected String build
protected String forwardingClass
protected String bundleId
protected String bundleUrl
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getBuild()
Stringpublic void setBuild(String value)
value - allowed object is
Stringpublic String getForwardingClass()
Stringpublic void setForwardingClass(String value)
value - allowed object is
Stringpublic String getBundleId()
Stringpublic void setBundleId(String value)
value - allowed object is
Stringpublic String getBundleUrl()
StringCopyright © 2018. All rights reserved.