public class NetAppPersistNetworkConfig
extends java.lang.Object
Persists all filer network configurations in a file.
This task will write and persists all network interface configurations in to a filers /etc/rc file. So that network configuration settings will not loose when the filer restarts. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppPersistNetworkConfig() |
|
NetAppPersistNetworkConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getFilerName() |
void |
setCuicServer(CuicServer api) |
void |
setFilerName(java.lang.String filerName)
Filer Identity Name
|
protected NetAppPersistNetworkConfig()
public NetAppPersistNetworkConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getFilerName()
public void setFilerName(java.lang.String filerName)
public void execute() throws java.lang.Exception
java.lang.Exception