public class DvsProfile extends ApplyProfile
Java class for DvsProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsProfile">
<complexContent>
<extension base="{urn:vim25}ApplyProfile">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uplink" type="{urn:vim25}PnicUplinkProfile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
name |
protected List<PnicUplinkProfile> |
uplink |
copyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWith| Constructor and Description |
|---|
DvsProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
List<PnicUplinkProfile> |
getUplink()
Gets the value of the uplink property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
getPolicy, getProfileTypeName, getProfileVersion, getProperty, isCopyEnableStatus, isEnabled, isFavorite, isToBeDeleted, isToBeMerged, isToReplaceWith, setCopyEnableStatus, setEnabled, setFavorite, setProfileTypeName, setProfileVersion, setToBeDeleted, setToBeMerged, setToReplaceWithprotected String key
protected String name
protected List<PnicUplinkProfile> uplink
public 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<PnicUplinkProfile> getUplink()
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 uplink property.
For example, to add a new item, do as follows:
getUplink().add(newItem);
Objects of the following type(s) are allowed in the list
PnicUplinkProfile
Copyright © 2018. All rights reserved.