class EvipFee

..
+-Transport
+-Evip
+-EvipAlbs
+-EvipAlb
+-EvipFees
+-EvipFee
+-EvipRoutingSetup [0..]
+-EvipSupervisedRemoteGateway [0..]

Defines a Front End Element (FEE).

Actions
void
activate ( );
Deprecated.
Activates the FEE. The FEE must be activated after the routing parameters have been updated. The current state can be examined in the "state" attribute.


Deprecated: Deprecated in eVIP 2.1

void
inactivate ( );
Deprecated.
Inactivates the FEE. The FEE must be inactive when routing parameters are updated. The current state can be examined in the "state" attribute.


Deprecated: Deprecated in eVIP 2.1

Attributes
string[0..]
commands
An array of commands that are executed on the FEE when the containing ALB is activated. The commands are referred by their identity specified in the EvipCommandDefinition. The commands are preceded by a floating point order number and a colon, for example "1.0:defroute". The commands are executed in order lower to higher.
string
key
mandatory
noNotification
restricted
evipFeeId
The RDN attribute. A unique name within the ALB.
string
mandatory
externalInterface
The name of the interface to the external DCN. The interfaces may have a appended VLAN tag, for instance "eth3.4711".
string[0..1]
extIfBridging = 1
Default true.
Indicate if a bridged interface shall be used in the FEE. If set to false the nic-interface (e.g. "eth1") will be moved into the FEE container and will become invisible in the main name space. This attribute shall be set to false when bridging external interfaces is not allowed, e.g. some cloud environments.
string
mandatory
node
The node-id of the node where the FEE is executing.
string[0..1]
readOnly
state
The state of the FEE. May be ACTIVE or INACTIVE.

  class EvipFee