public class WTUnmapLunConfig
extends java.lang.Object
Constructor and Description |
---|
WTUnmapLunConfig() |
WTUnmapLunConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
WTUnmapLunConfigResponse |
execute() |
CuicServer |
getApi() |
java.lang.String |
getIgName() |
java.lang.String |
getLunIdentity() |
boolean |
isForce() |
void |
setApi(CuicServer api) |
void |
setForce(boolean force) |
void |
setIgName(java.lang.String igName) |
void |
setLunIdentity(java.lang.String lunIdentity) |
public WTUnmapLunConfig()
public WTUnmapLunConfig(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public java.lang.String getLunIdentity()
public void setLunIdentity(java.lang.String lunIdentity)
public java.lang.String getIgName()
public void setIgName(java.lang.String igName)
public boolean isForce()
public void setForce(boolean force)
public WTUnmapLunConfigResponse execute() throws java.lang.Exception
java.lang.Exception