The quantumclient.quantum.v2_0.lb.healthmonitor Module

class quantumclient.quantum.v2_0.lb.healthmonitor.AssociateHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.QuantumCommand

Create a mapping between a health monitor and a pool.

get_parser(prog_name)
log = <logging.Logger instance at 0x395cc68>
resource = 'health_monitor'
run(parsed_args)
class quantumclient.quantum.v2_0.lb.healthmonitor.CreateHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.CreateCommand

Create a healthmonitor

add_known_arguments(parser)
args2body(parsed_args)
log = <logging.Logger instance at 0x395fd40>
resource = 'health_monitor'
class quantumclient.quantum.v2_0.lb.healthmonitor.DeleteHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.DeleteCommand

Delete a given healthmonitor.

log = <logging.Logger instance at 0x395cd40>
resource = 'health_monitor'
class quantumclient.quantum.v2_0.lb.healthmonitor.DisassociateHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.QuantumCommand

Remove a mapping from a health monitor to a pool.

get_parser(prog_name)
log = <logging.Logger instance at 0x3964b48>
resource = 'health_monitor'
run(parsed_args)
class quantumclient.quantum.v2_0.lb.healthmonitor.ListHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.ListCommand

List healthmonitors that belong to a given tenant.

list_columns = ['id', 'type', 'admin_state_up', 'status']
log = <logging.Logger instance at 0x3960f80>
pagination_support = True
resource = 'health_monitor'
sorting_support = True
class quantumclient.quantum.v2_0.lb.healthmonitor.ShowHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.ShowCommand

Show information of a given healthmonitor.

log = <logging.Logger instance at 0x34d0c20>
resource = 'health_monitor'
class quantumclient.quantum.v2_0.lb.healthmonitor.UpdateHealthMonitor(app, app_args)

Bases: quantumclient.quantum.v2_0.UpdateCommand

Update a given healthmonitor.

log = <logging.Logger instance at 0x396cf38>
resource = 'health_monitor'

This Page