public class NetAppConfigureVLANInterfaceConfig
extends java.lang.Object
Configure network interfaces of filer.
This task will configures network interface and persist in the /etc/rc file.
Modifier | Constructor and Description |
---|---|
protected |
NetAppConfigureVLANInterfaceConfig() |
|
NetAppConfigureVLANInterfaceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getCreator() |
CuicServer |
getCuicServer() |
java.lang.String |
getInterfaceName() |
java.lang.String |
getIpAddress() |
java.lang.String |
getIpSpaceName() |
java.lang.String |
getMtuSize() |
java.lang.String |
getPartnerInterface() |
java.lang.String |
getPartnerIpSpaceName() |
java.lang.String |
getSubnetMask() |
boolean |
isAutoHide() |
boolean |
isConfigureNfo() |
boolean |
isOption() |
boolean |
isPersistant() |
void |
setAutoHide(boolean autoHide) |
void |
setConfigureNfo(boolean configureNfo)
Do you want to enable negotiated failover?
|
void |
setCreator(java.lang.String creator)
Entity responsible for creation of address(vfiler/Vserver).
|
void |
setCuicServer(CuicServer api) |
void |
setInterfaceName(java.lang.String interfaceName)
Select the VLAN Interfaces to which the IP Space need to be assigned.
|
void |
setIpAddress(java.lang.String ipAddress)
Enter IP Address for the partner vLAN interface Set this value only when
autoHide not equals to true
|
void |
setIpSpaceName(java.lang.String ipSpaceName)
Select the IP Space that need to be assigned to the VLAN Interface.
|
void |
setMtuSize(java.lang.String mtuSize)
Enter MTU size
|
void |
setOption(boolean option)
Select partner vLAN interface
|
void |
setPartnerInterface(java.lang.String partnerInterface)
Select Partner vLAN Interface Set this value only when autoHide not
equals to trueAccepts value from list type unAssignedInterfaceIdentity
|
void |
setPartnerIpSpaceName(java.lang.String partnerIpSpaceName)
Select the IP Space that need to be assigned to the VLAN Interface.
|
void |
setPersistant(boolean persistant)
Do you want to persist the configuration?
|
void |
setSubnetMask(java.lang.String subnetMask)
Enter netmask for the partner vLAN interface Set this value only when
autoHide not equals to true
|
protected NetAppConfigureVLANInterfaceConfig()
public NetAppConfigureVLANInterfaceConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isAutoHide()
public java.lang.String getIpSpaceName()
public java.lang.String getInterfaceName()
public java.lang.String getMtuSize()
public boolean isOption()
public java.lang.String getPartnerInterface()
public java.lang.String getPartnerIpSpaceName()
public java.lang.String getIpAddress()
public java.lang.String getSubnetMask()
public java.lang.String getCreator()
public boolean isPersistant()
public boolean isConfigureNfo()
public void setAutoHide(boolean autoHide)
public void setIpSpaceName(java.lang.String ipSpaceName)
public void setInterfaceName(java.lang.String interfaceName)
public void setMtuSize(java.lang.String mtuSize)
public void setOption(boolean option)
public void setPartnerInterface(java.lang.String partnerInterface)
public void setPartnerIpSpaceName(java.lang.String partnerIpSpaceName)
public void setIpAddress(java.lang.String ipAddress)
public void setSubnetMask(java.lang.String subnetMask)
public void setCreator(java.lang.String creator)
public void setPersistant(boolean persistant)
public void setConfigureNfo(boolean configureNfo)
public void execute() throws java.lang.Exception
java.lang.Exception