public class HypervDeleteNativeUplinkPortProfile
extends java.lang.Object
Deletes native uplink port profile
This task allows to delete a native uplink port profile.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteNativeUplinkPortProfile() |
|
HypervDeleteNativeUplinkPortProfile(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeleteNativeUplinkPortProfileResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getUplinkPortProfileID() |
void |
setCuicServer(CuicServer api) |
void |
setUplinkPortProfileID(java.lang.String uplinkPortProfileID)
Select native uplink port profile to delete
Accepts value from list type hypervUpLinkPortProfileIdentity
|
protected HypervDeleteNativeUplinkPortProfile()
public HypervDeleteNativeUplinkPortProfile(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getUplinkPortProfileID()
public void setUplinkPortProfileID(java.lang.String uplinkPortProfileID)
public HypervDeleteNativeUplinkPortProfileResponse execute() throws java.lang.Exception
java.lang.Exception