public class NetAppAddIPAddressToVFilerConfig
extends java.lang.Object
Add multiple IP Addresses to a vFiler.
This task will add more than one IP Addresses to a selected vfiler. So that vFiler IP addresses can be configured to different network traffic. We can give comma separated IP Address as input. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppAddIPAddressToVFilerConfig() |
|
NetAppAddIPAddressToVFilerConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppAddIPAddressToVFilerConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getIpAddress() |
java.lang.String |
getVfilerName() |
void |
setCuicServer(CuicServer api) |
void |
setIpAddress(java.lang.String ipAddress)
Enter new IP Address for the selected vFiler.
|
void |
setVfilerName(java.lang.String vfilerName)
Select vFiler Name
|
protected NetAppAddIPAddressToVFilerConfig()
public NetAppAddIPAddressToVFilerConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVfilerName()
public java.lang.String getIpAddress()
public void setVfilerName(java.lang.String vfilerName)
public void setIpAddress(java.lang.String ipAddress)
public NetAppAddIPAddressToVFilerConfigResponse execute() throws java.lang.Exception
java.lang.Exception