public class DVPortConfigSpec extends DynamicData
Java class for DVPortConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVPortConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scope" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="setting" type="{urn:vim25}DVPortSetting" minOccurs="0"/>
<element name="configVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
configVersion |
protected String |
description |
protected String |
key |
protected String |
name |
protected String |
operation |
protected List<ManagedObjectReference> |
scope |
protected DVPortSetting |
setting |
| Constructor and Description |
|---|
DVPortConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigVersion()
Gets the value of the configVersion property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOperation()
Gets the value of the operation property.
|
List<ManagedObjectReference> |
getScope()
Gets the value of the scope property.
|
DVPortSetting |
getSetting()
Gets the value of the setting property.
|
void |
setConfigVersion(String value)
Sets the value of the configVersion property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setSetting(DVPortSetting value)
Sets the value of the setting property.
|
protected String operation
protected String key
protected String name
protected List<ManagedObjectReference> scope
protected String description
protected DVPortSetting setting
protected String configVersion
public String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<ManagedObjectReference> getScope()
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 scope property.
For example, to add a new item, do as follows:
getScope().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DVPortSetting getSetting()
DVPortSettingpublic void setSetting(DVPortSetting value)
value - allowed object is
DVPortSettingpublic String getConfigVersion()
StringCopyright © 2018. All rights reserved.