class EvipVip

ManagedElement
+-Transport
+-Evip
+-EvipAlbs
+-EvipAlb
+-EvipVips
+-EvipVip

Defines a Virtual IP address (VIP)

Actions
void
activate ( );
Activates the VIP. The current state can be examined in the "state" attribute.
void
deactivate ( );
Deactivates the VIP.

Attributes
IpDNSAddress[0..1]
address
The real VIP address to use if evipVipId specifies the VIP by name.
Note: Not used if EvipVipId is configured with an explicit IP address for the VIP.
string[0..1]
autoActivate = 1
True if the vip shall be announced (activated) at startup and creation.
string[0..1]
deflt
OBSOLETE (value ignored)
Identifies the default VIP. Only one VIP in the containing ALB must have this attribute set to "true"


Obsolete: 

string[0..1]
equivSrcAddr = 0
True if this address can be used for alias feature.
string
key
mandatory
noNotification
restricted
evipVipId
The RDN attribute.
VIP addresses can be specified in two alternative ways. Either by explicit IP address or specified by name, that is, by a named reference. The names must be unique within the scope of an ALB.
The value configured here can either be an explicitly given IPv4 or IPv6 address or a named reference to the actual IP address. When a named reference is used, the actual IP address is configured within this same managed object in the vipAddr attribute.
For example, the IPv4 address 10.1.1.4 can be explicitly given here with its numerical dot notation syntax, or alternatively be given here implicitly through a named reference to the actual IP address.
The value of evipVipId attribute can be used to identify a VIP address in Flow Policy configuration. For example, a VIP address specified by name.
string[0..1]
readOnly
state
This is the state of the VIP. The state can be "ACTIVE", "INACTIVE" or "PENDING".

  class EvipVip