public class HypervRemoveVirtualPortFromLogicalSwitch
extends java.lang.Object
Removes a virtual port from logical switch
This task allows to removes a virtual port from logical switch.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRemoveVirtualPortFromLogicalSwitch() |
|
HypervRemoveVirtualPortFromLogicalSwitch(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRemoveVirtualPortFromLogicalSwitchResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getVnaPortProfileSet() |
void |
setCuicServer(CuicServer api) |
void |
setVnaPortProfileSet(java.lang.String vnaPortProfileSet)
Select virtual port profile set to delete
Accepts value from list type hypervVnaPortProfileSetIdentity
|
protected HypervRemoveVirtualPortFromLogicalSwitch()
public HypervRemoveVirtualPortFromLogicalSwitch(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVnaPortProfileSet()
public void setVnaPortProfileSet(java.lang.String vnaPortProfileSet)
public HypervRemoveVirtualPortFromLogicalSwitchResponse execute() throws java.lang.Exception
java.lang.Exception