public class NetAppRemoveIPAddressFromVFilerConfig
extends java.lang.Object
Remove selected IP Address which are assigned to a vFiler.
This task will remove the selected IP Address from the list of IP's that are configured network traffic for a vfiler. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveIPAddressFromVFilerConfig() |
|
NetAppRemoveIPAddressFromVFilerConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppRemoveIPAddressFromVFilerConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getIpAddress() |
java.lang.String |
getVfilerName() |
void |
setCuicServer(CuicServer api) |
void |
setIpAddress(java.lang.String ipAddress)
Select IP Address for the selected vFiler.
|
void |
setVfilerName(java.lang.String vfilerName)
Select vFiler Name
|
protected NetAppRemoveIPAddressFromVFilerConfig()
public NetAppRemoveIPAddressFromVFilerConfig(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 NetAppRemoveIPAddressFromVFilerConfigResponse execute() throws java.lang.Exception
java.lang.Exception