The ceilometer.neutron_client
Module¶
-
class
ceilometer.neutron_client.
Client
(conf)[source]¶ Bases:
object
A client which gets information via python-neutronclient.
-
get_loadbalancer_stats
(*args, **kwargs)[source]¶ This method is used to get the statistics of the loadbalancer.
Parameters: loadbalancer_id – the ID of the specified loadbalancer
-
list_health_monitors_v2
(*args, **kwargs)[source]¶ Method is used to list the health monitors
This method is used to get the detailed list of the health monitors with Load Balancer v2_0
Returns: The list of the health monitor resources
-
list_loadbalancer
(*args, **kwargs)[source]¶ This method is used to get the list of the loadbalancers.
-
list_members_v2
(*args, **kwargs)[source]¶ Method is used to list the members info.
This method is used to get the detailed list of the members with Load Balancer v2_0 API
Returns: The list of the member resources
-