public class PortGroupProfile extends ApplyProfile
Java class for PortGroupProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortGroupProfile">
<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="vlan" type="{urn:vim25}VlanProfile"/>
<element name="vswitch" type="{urn:vim25}VirtualSwitchSelectionProfile"/>
<element name="networkPolicy" type="{urn:vim25}NetworkPolicyProfile"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
name |
protected NetworkPolicyProfile |
networkPolicy |
protected VlanProfile |
vlan |
protected VirtualSwitchSelectionProfile |
vswitch |
copyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWith| Constructor and Description |
|---|
PortGroupProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
NetworkPolicyProfile |
getNetworkPolicy()
Gets the value of the networkPolicy property.
|
VlanProfile |
getVlan()
Gets the value of the vlan property.
|
VirtualSwitchSelectionProfile |
getVswitch()
Gets the value of the vswitch property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNetworkPolicy(NetworkPolicyProfile value)
Sets the value of the networkPolicy property.
|
void |
setVlan(VlanProfile value)
Sets the value of the vlan property.
|
void |
setVswitch(VirtualSwitchSelectionProfile value)
Sets the value of the vswitch 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 VlanProfile vlan
protected VirtualSwitchSelectionProfile vswitch
protected NetworkPolicyProfile networkPolicy
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 VlanProfile getVlan()
VlanProfilepublic void setVlan(VlanProfile value)
value - allowed object is
VlanProfilepublic VirtualSwitchSelectionProfile getVswitch()
VirtualSwitchSelectionProfilepublic void setVswitch(VirtualSwitchSelectionProfile value)
value - allowed object is
VirtualSwitchSelectionProfilepublic NetworkPolicyProfile getNetworkPolicy()
NetworkPolicyProfilepublic void setNetworkPolicy(NetworkPolicyProfile value)
value - allowed object is
NetworkPolicyProfileCopyright © 2018. All rights reserved.