public class NetAppVServerCIFSDeleteConfig
extends java.lang.Object
Delete a CIFS server.
This task will Delete a CIFS server.If the admin-username and admin-password are not specified,the CIFS server's machine account will not be deleted from the Windows Active Directory domain.The deletion of the CIFS server will also delete the CIFS shares associated with it.
Modifier | Constructor and Description |
---|---|
protected |
NetAppVServerCIFSDeleteConfig() |
|
NetAppVServerCIFSDeleteConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppVServerCIFSDeleteConfigResponse |
execute() |
java.lang.String |
getAdminPwd() |
java.lang.String |
getAdminUser() |
CuicServer |
getCuicServer() |
java.lang.String |
getvServer() |
void |
setAdminPwd(java.lang.String adminPwd)
The password for the account used to add this CIFS server to Active
Directory Accepts value from list type clusterCifsPassWord
|
void |
setAdminUser(java.lang.String adminUser)
The username of the account used to add this CIFS server to Active
Directory Accepts value from list type clusterCifsUserName
|
void |
setCuicServer(CuicServer api) |
void |
setvServer(java.lang.String vServer)
Select Vserver Name Accepts value from list type
netappClusterVServerIdentity
|
protected NetAppVServerCIFSDeleteConfig()
public NetAppVServerCIFSDeleteConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getAdminUser()
public java.lang.String getAdminPwd()
public void setvServer(java.lang.String vServer)
public void setAdminUser(java.lang.String adminUser)
public void setAdminPwd(java.lang.String adminPwd)
public NetAppVServerCIFSDeleteConfigResponse execute() throws java.lang.Exception
java.lang.Exception