public class HypervDeleteIPSetnetFromSite
extends java.lang.Object
Deletes IP subnet from site
This task allows to delete the IP subnet from logical network definition (site).
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteIPSetnetFromSite() |
|
HypervDeleteIPSetnetFromSite(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeleteIPSetnetFromSiteResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getSubnetID() |
void |
setCuicServer(CuicServer api) |
void |
setSubnetID(java.lang.String subnetID)
Select a IP subnet to delete
Accepts value from list type hypervIpSubnetFromSiteIDentity
|
protected HypervDeleteIPSetnetFromSite()
public HypervDeleteIPSetnetFromSite(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getSubnetID()
public void setSubnetID(java.lang.String subnetID)
public HypervDeleteIPSetnetFromSiteResponse execute() throws java.lang.Exception
java.lang.Exception