public class HypervDeleteLUN
extends java.lang.Object
Deletes LUN from storage pool
This task allows the user to delete LUN from storage pool.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteLUN() |
|
HypervDeleteLUN(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeleteLUNResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getLunIdnetity() |
void |
setCuicServer(CuicServer api) |
void |
setLunIdnetity(java.lang.String lunIdnetity)
Select LUN
Accepts value from list type hypervStorageLUNIdentity
|
protected HypervDeleteLUN()
public HypervDeleteLUN(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getLunIdnetity()
public void setLunIdnetity(java.lang.String lunIdnetity)
public HypervDeleteLUNResponse execute() throws java.lang.Exception
java.lang.Exception