Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/Glossary"

< Neutron‎ | LBaaS
Line 1: Line 1:
# Vip
+
==== Root object ====
# Pool
+
An object that represents a logical configuration. <br/>
# Listener
+
It has certain features that are applied to it and spread to all it's depending objects such as:<br/>
# Member
+
* vendor or provider or flavor
 +
* admin state (Up or Down)
 +
On implementation side there are some more attributes of that object
 +
* insertion mode and insertion-specific parameters
 +
* backend binding information
 +
<br/>
 +
Usually the workflow of creating operational configuration begins with creating the root object.
 +
==== Vip ====
 +
Object that represents an endpoint of load balancing device that has IP address.<br/>
 +
In existing model it also has tcp port, protocol, session persistence setting.
 +
==== Pool ====
 +
Object that represents a group of nodes. Pool defines subnet where nodes reside, balancing algorithm, nodes itself (indirectly)<br/>
 +
In existing LBaaS model Pool is the root object.
 +
==== Listener ====
 +
==== Member ====

Revision as of 08:29, 24 March 2014

Root object

An object that represents a logical configuration.
It has certain features that are applied to it and spread to all it's depending objects such as:

* vendor or provider or flavor
* admin state (Up or Down)

On implementation side there are some more attributes of that object

* insertion mode and insertion-specific parameters
* backend binding information


Usually the workflow of creating operational configuration begins with creating the root object.

Vip

Object that represents an endpoint of load balancing device that has IP address.
In existing model it also has tcp port, protocol, session persistence setting.

Pool

Object that represents a group of nodes. Pool defines subnet where nodes reside, balancing algorithm, nodes itself (indirectly)
In existing LBaaS model Pool is the root object.

Listener

Member