public class WTDeleteVolumeGroupConfig
extends java.lang.Object
Constructor and Description |
---|
WTDeleteVolumeGroupConfig() |
WTDeleteVolumeGroupConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
WTDeleteVolumeGroupConfigResponse |
execute() |
CuicServer |
getApi() |
java.lang.String |
getVgIdentity() |
java.lang.String |
getVgName() |
boolean |
isHidesGroup() |
void |
setApi(CuicServer api) |
void |
setHidesGroup(boolean hidesGroup) |
void |
setVgIdentity(java.lang.String vgIdentity) |
void |
setVgName(java.lang.String vgName) |
public WTDeleteVolumeGroupConfig()
public WTDeleteVolumeGroupConfig(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public boolean isHidesGroup()
public void setHidesGroup(boolean hidesGroup)
public java.lang.String getVgIdentity()
public void setVgIdentity(java.lang.String vgIdentity)
public java.lang.String getVgName()
public void setVgName(java.lang.String vgName)
public WTDeleteVolumeGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception