public class HypervDeletePortClassification
extends java.lang.Object
Deletes port classification
This task allows the user to delete a port classification.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeletePortClassification() |
|
HypervDeletePortClassification(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeletePortClassificationResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getPortClassification() |
void |
setCuicServer(CuicServer api) |
void |
setPortClassification(java.lang.String portClassification)
Select port classification to delete
Accepts value from list type hypervPortClassificationIdentity
|
protected HypervDeletePortClassification()
public HypervDeletePortClassification(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getPortClassification()
public void setPortClassification(java.lang.String portClassification)
public HypervDeletePortClassificationResponse execute() throws java.lang.Exception
java.lang.Exception