public class NetAppCreateIPSpaceConfig
extends java.lang.Object
Create a new IP Space.
Creates a new IP Space with the given name in specified filer. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateIPSpaceConfig() |
|
NetAppCreateIPSpaceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateIPSpaceConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getIpSpaceName() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setFilerName(java.lang.String filerName)
Select the Filer in which the new IP Space need to be created.
|
void |
setIpSpaceName(java.lang.String ipSpaceName)
Enter the Name of the IP Space to be created.
|
protected NetAppCreateIPSpaceConfig()
public NetAppCreateIPSpaceConfig(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 getIpSpaceName()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setFilerName(java.lang.String filerName)
public void setIpSpaceName(java.lang.String ipSpaceName)
public NetAppCreateIPSpaceConfigResponse execute() throws java.lang.Exception
java.lang.Exception