public class NetAppSetupONTAPVFilerConfig
extends java.lang.Object
Sets up services for selected vFiler.
Set up services for a vFiler that has already been created. At least one of the optional arguments must be specified. If vfiler IP address is desired to map from previous task (Add IP Address to vFiler), then user should check the Alternate vFiler IP checkbox option in this task. Enter the DNS domain name for the vfiler and the IP addresses of the vfiler's domain servers which are helpful to CIFS setup. This task will work only for ONTAP account.
Modifier | Constructor and Description |
---|---|
protected |
NetAppSetupONTAPVFilerConfig() |
|
NetAppSetupONTAPVFilerConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppSetupONTAPVFilerConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getDnsDomain() |
java.lang.String |
getDnsServers() |
java.lang.String |
getFilerName() |
java.lang.String |
getGateway() |
java.lang.String |
getIntfaceName() |
java.lang.String |
getIpAddress() |
java.lang.String |
getProtocols() |
java.lang.String |
getSubnetMask() |
java.lang.String |
getVfilerName() |
boolean |
isAutoHide() |
boolean |
isOption() |
void |
setAccountName(java.lang.String accountName) |
void |
setAutoHide(boolean autoHide) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setDnsDomain(java.lang.String dnsDomain)
Enter DNS Domain
|
void |
setDnsServers(java.lang.String dnsServers)
Enter list of DNS Server IP Addresses
|
void |
setFilerName(java.lang.String filerName) |
void |
setGateway(java.lang.String gateway)
Enter default gateway
|
void |
setIntfaceName(java.lang.String intfaceName)
Interface Name Accepts value from list type
NetAppSetupOntapVFilervLANList
|
void |
setIpAddress(java.lang.String ipAddress)
Enter IP Address for the selected vFiler Set this value only when
autoHide not equals to trueAccepts value from list type
vFilerIPAddressList
|
void |
setOption(boolean option)
Select alternate vFiler IP Address for setup Accepts value from list type
NetAppSetupOntapVFilerAltIPList
|
void |
setProtocols(java.lang.String protocols)
Select the Protocols.
|
void |
setSubnetMask(java.lang.String subnetMask)
Enter Subnet mask
|
void |
setVfilerName(java.lang.String vfilerName)
Select vFiler Name Accepts value from list type vFilerIdentity
|
protected NetAppSetupONTAPVFilerConfig()
public NetAppSetupONTAPVFilerConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isAutoHide()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getFilerName()
public java.lang.String getVfilerName()
public boolean isOption()
public java.lang.String getIpAddress()
public java.lang.String getSubnetMask()
public java.lang.String getDnsDomain()
public java.lang.String getDnsServers()
public java.lang.String getIntfaceName()
public java.lang.String getGateway()
public java.lang.String getProtocols()
public void setAutoHide(boolean autoHide)
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 setOption(boolean option)
public void setIpAddress(java.lang.String ipAddress)
public void setSubnetMask(java.lang.String subnetMask)
public void setDnsDomain(java.lang.String dnsDomain)
public void setDnsServers(java.lang.String dnsServers)
public void setIntfaceName(java.lang.String intfaceName)
public void setGateway(java.lang.String gateway)
public void setProtocols(java.lang.String protocols)
public NetAppSetupONTAPVFilerConfigResponse execute() throws java.lang.Exception
java.lang.Exception