public class NetAppSetupOnCommandVFilerConfig
extends java.lang.Object
This task will helps to run setup in the context of this vfiler on the storage system using OnCommand.
When a vfiler is created using, a set of default options is created. After a new vfiler is created it will be in a running state, but no protocol servers will be running. This task will helps to run setup in the context of this vfiler. This task will work for only OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppSetupOnCommandVFilerConfig() |
|
NetAppSetupOnCommandVFilerConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppSetupOnCommandVFilerConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getIntfaceName() |
java.lang.String |
getProtocols() |
java.lang.String |
getRootPass() |
java.lang.String |
getSubnetMask() |
java.lang.String |
getVfilerName() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setFilerName(java.lang.String filerName) |
void |
setIntfaceName(java.lang.String intfaceName)
Select interface name Accepts value from list type
NetAppSetupOnCommandVFilervLANList
|
void |
setProtocols(java.lang.String protocols)
Select the Protocols.
|
void |
setRootPass(java.lang.String rootPass)
Enter root password Accepts value from list type password
|
void |
setSubnetMask(java.lang.String subnetMask)
Enter Subnet Mask
|
void |
setVfilerName(java.lang.String vfilerName)
vFiler Name Accepts value from list type dfmvfilerIdentity
|
protected NetAppSetupOnCommandVFilerConfig()
public NetAppSetupOnCommandVFilerConfig(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 getVfilerName()
public java.lang.String getRootPass()
public java.lang.String getSubnetMask()
public java.lang.String getIntfaceName()
public java.lang.String getProtocols()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setFilerName(java.lang.String filerName)
public void setVfilerName(java.lang.String vfilerName)
public void setRootPass(java.lang.String rootPass)
public void setSubnetMask(java.lang.String subnetMask)
public void setIntfaceName(java.lang.String intfaceName)
public void setProtocols(java.lang.String protocols)
public NetAppSetupOnCommandVFilerConfigResponse execute() throws java.lang.Exception
java.lang.Exception