public class NetAppProvisDatasetByStorageServiceConfig
extends java.lang.Object
Creates a dataset with specified storage service and adds it to the specified OnCommand group as a member.
This task creates a dataset with the specified storage service using OnCommand and adds it to the specified OnCommand group as a member.
Modifier | Constructor and Description |
---|---|
protected |
NetAppProvisDatasetByStorageServiceConfig() |
|
NetAppProvisDatasetByStorageServiceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppProvisDatasetByStorageServiceConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDataSetName() |
java.lang.String |
getDcName() |
java.lang.String |
getGrpName() |
java.lang.String |
getStorageServiceName() |
void |
setAccountName(java.lang.String accountName)
Select an Account Accepts value from list type OnCommandAccountIdentity
|
void |
setCuicServer(CuicServer api) |
void |
setDataSetName(java.lang.String dataSetName)
Enter the Name of the Dataset to be provisioned.
|
void |
setDcName(java.lang.String dcName) |
void |
setGrpName(java.lang.String grpName)
Select the Name of the Group.
|
void |
setStorageServiceName(java.lang.String storageServiceName)
Select the Storage Service Name Accepts value from list type
NetAppOnCommmandStorServByAccList
|
protected NetAppProvisDatasetByStorageServiceConfig()
public NetAppProvisDatasetByStorageServiceConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getGrpName()
public java.lang.String getStorageServiceName()
public java.lang.String getDataSetName()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setGrpName(java.lang.String grpName)
public void setStorageServiceName(java.lang.String storageServiceName)
public void setDataSetName(java.lang.String dataSetName)
public NetAppProvisDatasetByStorageServiceConfigResponse execute() throws java.lang.Exception
java.lang.Exception