public class NetAppVFilerCIFSSetupConfig
extends java.lang.Object
Setup filer/vfiler CIFS service.
This task will configure the filer/vfiler's CIFS service. The CIFS service will start automatically once this task completes successfully.
Modifier | Constructor and Description |
---|---|
protected |
NetAppVFilerCIFSSetupConfig() |
|
NetAppVFilerCIFSSetupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppVFilerCIFSSetupConfigResponse |
execute() |
java.lang.String |
getAuthType() |
CuicServer |
getCuicServer() |
java.lang.String |
getDomainName() |
java.lang.String |
getLoginPwd() |
java.lang.String |
getLoginUser() |
java.lang.String |
getOrgUnit() |
java.lang.String |
getPrimaryDCAddress() |
java.lang.String |
getRootPassword() |
java.lang.String |
getSecurityStyle() |
java.lang.String |
getSiteName() |
java.lang.String |
getVfilerName() |
boolean |
isAutoHide() |
void |
setAuthType(java.lang.String authType)
Select Authentication style
|
void |
setAutoHide(boolean autoHide) |
void |
setCuicServer(CuicServer api) |
void |
setDomainName(java.lang.String domainName)
Enter name of the domain that the CIFS server will join Set this value
only when autoHide not equals to true
|
void |
setLoginPwd(java.lang.String loginPwd)
The password for login-user Set this value only when autoHide not equals
to true
|
void |
setLoginUser(java.lang.String loginUser)
The name of a domain user that has the ability to add the CIFS server to
the domain given in domain-name Set this value only when autoHide not
equals to true
|
void |
setOrgUnit(java.lang.String orgUnit)
The distinguished name of the organizational unit
|
void |
setPrimaryDCAddress(java.lang.String primaryDCAddress)
Enter Primary Domain Controller IP Address
|
void |
setRootPassword(java.lang.String rootPassword)
The password for root user under vFiler Accepts value from list type
password
|
void |
setSecurityStyle(java.lang.String securityStyle)
Select Secuirty style
|
void |
setSiteName(java.lang.String siteName)
The name of the site CIFS service will become member
|
void |
setVfilerName(java.lang.String vfilerName)
Select vFiler Name Accepts value from list type
netAppONTAPAllVFilersIdentity
|
protected NetAppVFilerCIFSSetupConfig()
public NetAppVFilerCIFSSetupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isAutoHide()
public java.lang.String getVfilerName()
public java.lang.String getAuthType()
public java.lang.String getSecurityStyle()
public java.lang.String getDomainName()
public java.lang.String getLoginUser()
public java.lang.String getLoginPwd()
public java.lang.String getPrimaryDCAddress()
public java.lang.String getOrgUnit()
public java.lang.String getSiteName()
public java.lang.String getRootPassword()
public void setAutoHide(boolean autoHide)
public void setVfilerName(java.lang.String vfilerName)
public void setAuthType(java.lang.String authType)
public void setSecurityStyle(java.lang.String securityStyle)
public void setDomainName(java.lang.String domainName)
public void setLoginUser(java.lang.String loginUser)
public void setLoginPwd(java.lang.String loginPwd)
public void setPrimaryDCAddress(java.lang.String primaryDCAddress)
public void setOrgUnit(java.lang.String orgUnit)
public void setSiteName(java.lang.String siteName)
public void setRootPassword(java.lang.String rootPassword)
public NetAppVFilerCIFSSetupConfigResponse execute() throws java.lang.Exception
java.lang.Exception