public class HostPortGroupProfile extends PortGroupProfile
Java class for HostPortGroupProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPortGroupProfile">
<complexContent>
<extension base="{urn:vim25}PortGroupProfile">
<sequence>
<element name="ipConfig" type="{urn:vim25}IpAddressProfile"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IpAddressProfile |
ipConfig |
key, name, networkPolicy, vlan, vswitchcopyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWith| Constructor and Description |
|---|
HostPortGroupProfile() |
| Modifier and Type | Method and Description |
|---|---|
IpAddressProfile |
getIpConfig()
Gets the value of the ipConfig property.
|
void |
setIpConfig(IpAddressProfile value)
Sets the value of the ipConfig property.
|
getKey, getName, getNetworkPolicy, getVlan, getVswitch, setKey, setName, setNetworkPolicy, setVlan, setVswitchgetPolicy, getProfileTypeName, getProfileVersion, getProperty, isCopyEnableStatus, isEnabled, isFavorite, isToBeDeleted, isToBeMerged, isToReplaceWith, setCopyEnableStatus, setEnabled, setFavorite, setProfileTypeName, setProfileVersion, setToBeDeleted, setToBeMerged, setToReplaceWithprotected IpAddressProfile ipConfig
public IpAddressProfile getIpConfig()
IpAddressProfilepublic void setIpConfig(IpAddressProfile value)
value - allowed object is
IpAddressProfileCopyright © 2018. All rights reserved.