public class NetAppAttachStorageServiceToDatasetConfig
extends java.lang.Object
Attach the storage service having protection/provision policies to the dataset using OnCommand.
This task will attach the storage service to the selected dataset using OnCommand. So that any member can be added to the dataset according to the set of policies (provision, protection) of the storage service applied to the dataset.
Modifier | Constructor and Description |
---|---|
protected |
NetAppAttachStorageServiceToDatasetConfig() |
|
NetAppAttachStorageServiceToDatasetConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppAttachStorageServiceToDatasetConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDataSetName() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getStorageService() |
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) |
void |
setFilerName(java.lang.String filerName) |
void |
setStorageService(java.lang.String storageService)
Select Storage Service Accepts value from list type
OnCommandsStorageServiceIdentity
|
protected NetAppAttachStorageServiceToDatasetConfig()
public NetAppAttachStorageServiceToDatasetConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getFilerName()
public java.lang.String getStorageService()
public java.lang.String getDataSetName()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setFilerName(java.lang.String filerName)
public void setStorageService(java.lang.String storageService)
public void setDataSetName(java.lang.String dataSetName)
public NetAppAttachStorageServiceToDatasetConfigResponse execute() throws java.lang.Exception
java.lang.Exception