public class NetAppDetachStorageServiceFromDatasetConfig
extends java.lang.Object
Detach the storage service having protection/provision policies from the dataset using OnCommand.
This task will detach the storage service from the selected dataset using OnCommand. So that no more members can be added to the dataset after detaching the storage servicet.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDetachStorageServiceFromDatasetConfig() |
|
NetAppDetachStorageServiceFromDatasetConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDetachStorageServiceFromDatasetConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDataSetName() |
java.lang.String |
getDcName() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setDataSetName(java.lang.String dataSetName)
Enter the Name of the Dataset to be created.
|
void |
setDcName(java.lang.String dcName) |
protected NetAppDetachStorageServiceFromDatasetConfig()
public NetAppDetachStorageServiceFromDatasetConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getDataSetName()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setDataSetName(java.lang.String dataSetName)
public NetAppDetachStorageServiceFromDatasetConfigResponse execute() throws java.lang.Exception
java.lang.Exception