public class HypervDeleteIPPool
extends java.lang.Object
Deletes IP Pool
This task allows to delete an IP pool.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteIPPool() |
|
HypervDeleteIPPool(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeleteIPPoolResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getIpPoolID() |
void |
setCuicServer(CuicServer api) |
void |
setIpPoolID(java.lang.String ipPoolID)
Select IP Pool to delete
Accepts value from list type hypervIpPoolIdentity
|
protected HypervDeleteIPPool()
public HypervDeleteIPPool(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getIpPoolID()
public void setIpPoolID(java.lang.String ipPoolID)
public HypervDeleteIPPoolResponse execute() throws java.lang.Exception
java.lang.Exception