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