Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/LBaaS reuse option"

< Neutron‎ | LBaaS
Line 3: Line 3:
 
A number of objects defined for loadbalancer resource model: (PPT)
 
A number of objects defined for loadbalancer resource model: (PPT)
  
1. '''[[VirtualServer]]''': A virtual server is a traffic-management  object represented by a set of IP address and a service. Clients send  application traffic to a virtual server, which then directs the  traffic according to your configuration instructions.
+
1. '''Virtual-server''': A virtual server is a traffic-management  object represented by a set of IP address and a service. Clients send  application traffic to a virtual server, which then directs the  traffic according to your configuration instructions.
  
2. '''[[ApplicationProfile]]''': An application profile contains the  configuration to manage application-specific network traffic in a  variety of ways, depending on the protocols and services being used. For  example, you can configure SSL client certificates before passing  requests on to a target server. After configuring a profile, you  associate the profile with a virtual server. The virtual server then  processes traffic according to the values specified in the profile.
+
2. '''Application-profile''': An application profile contains the  configuration to manage application-specific network traffic in a  variety of ways, depending on the protocols and services being used. For  example, you can configure SSL client certificates before passing  requests on to a target server. After configuring a profile, you  associate the profile with a virtual server. The virtual server then  processes traffic according to the values specified in the profile.
  
 
3. '''Pool''': A load balancing pool is a logical set of  devices, such as web servers, that you group together to receive and  process traffic.
 
3. '''Pool''': A load balancing pool is a logical set of  devices, such as web servers, that you group together to receive and  process traffic.

Revision as of 00:30, 12 October 2012

Resource Model

A number of objects defined for loadbalancer resource model: (PPT)

1. Virtual-server: A virtual server is a traffic-management object represented by a set of IP address and a service. Clients send application traffic to a virtual server, which then directs the traffic according to your configuration instructions.

2. Application-profile: An application profile contains the configuration to manage application-specific network traffic in a variety of ways, depending on the protocols and services being used. For example, you can configure SSL client certificates before passing requests on to a target server. After configuring a profile, you associate the profile with a virtual server. The virtual server then processes traffic according to the values specified in the profile.

3. Pool: A load balancing pool is a logical set of devices, such as web servers, that you group together to receive and process traffic.

4. Member: A pool member represents the application running on backend server.

5. Monitor: A health monitor can monitor the health or performance of either pool members or servers.

Template:Https://wiki.eng.vmware.com/wiki/images/d/d6/Lb resource model trinity.JPG