public class DvsVNicProfile extends ApplyProfile
Java class for DvsVNicProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsVNicProfile">
<complexContent>
<extension base="{urn:vim25}ApplyProfile">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ipConfig" type="{urn:vim25}IpAddressProfile"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IpAddressProfile |
ipConfig |
protected String |
key |
copyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWith| Constructor and Description |
|---|
DvsVNicProfile() |
| Modifier and Type | Method and Description |
|---|---|
IpAddressProfile |
getIpConfig()
Gets the value of the ipConfig property.
|
String |
getKey()
Gets the value of the key property.
|
void |
setIpConfig(IpAddressProfile value)
Sets the value of the ipConfig property.
|
void |
setKey(String value)
Sets the value of the key property.
|
getPolicy, getProfileTypeName, getProfileVersion, getProperty, isCopyEnableStatus, isEnabled, isFavorite, isToBeDeleted, isToBeMerged, isToReplaceWith, setCopyEnableStatus, setEnabled, setFavorite, setProfileTypeName, setProfileVersion, setToBeDeleted, setToBeMerged, setToReplaceWithprotected String key
protected IpAddressProfile ipConfig
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic IpAddressProfile getIpConfig()
IpAddressProfilepublic void setIpConfig(IpAddressProfile value)
value - allowed object is
IpAddressProfileCopyright © 2018. All rights reserved.