public class NetStackInstanceProfile extends ApplyProfile
Java class for NetStackInstanceProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetStackInstanceProfile">
<complexContent>
<extension base="{urn:vim25}ApplyProfile">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dnsConfig" type="{urn:vim25}NetworkProfileDnsConfigProfile"/>
<element name="ipRouteConfig" type="{urn:vim25}IpRouteProfile"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetworkProfileDnsConfigProfile |
dnsConfig |
protected IpRouteProfile |
ipRouteConfig |
protected String |
key |
copyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWith| Constructor and Description |
|---|
NetStackInstanceProfile() |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileDnsConfigProfile |
getDnsConfig()
Gets the value of the dnsConfig property.
|
IpRouteProfile |
getIpRouteConfig()
Gets the value of the ipRouteConfig property.
|
String |
getKey()
Gets the value of the key property.
|
void |
setDnsConfig(NetworkProfileDnsConfigProfile value)
Sets the value of the dnsConfig property.
|
void |
setIpRouteConfig(IpRouteProfile value)
Sets the value of the ipRouteConfig 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 NetworkProfileDnsConfigProfile dnsConfig
protected IpRouteProfile ipRouteConfig
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic NetworkProfileDnsConfigProfile getDnsConfig()
NetworkProfileDnsConfigProfilepublic void setDnsConfig(NetworkProfileDnsConfigProfile value)
value - allowed object is
NetworkProfileDnsConfigProfilepublic IpRouteProfile getIpRouteConfig()
IpRouteProfilepublic void setIpRouteConfig(IpRouteProfile value)
value - allowed object is
IpRouteProfileCopyright © 2018. All rights reserved.