Merge pull request #1838 from Rapportus/bigip_monitor_typos
Fixing typo in bigip_monitors
This commit is contained in:
commit
568b7b9b4f
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ def check_integer_property(api, monitor, int_property):
|
||||||
|
|
||||||
def set_integer_property(api, monitor, int_property):
|
def set_integer_property(api, monitor, int_property):
|
||||||
|
|
||||||
api.LocalLB.Monitor.set_template_int_property(template_names=[monitor], values=[int_property])
|
api.LocalLB.Monitor.set_template_integer_property(template_names=[monitor], values=[int_property])
|
||||||
|
|
||||||
|
|
||||||
def update_monitor_properties(api, module, monitor, template_string_properties, template_integer_properties):
|
def update_monitor_properties(api, module, monitor, template_string_properties, template_integer_properties):
|
||||||
|
|
|
@ -269,7 +269,7 @@ def check_integer_property(api, monitor, int_property):
|
||||||
|
|
||||||
def set_integer_property(api, monitor, int_property):
|
def set_integer_property(api, monitor, int_property):
|
||||||
|
|
||||||
api.LocalLB.Monitor.set_template_int_property(template_names=[monitor], values=[int_property])
|
api.LocalLB.Monitor.set_template_integer_property(template_names=[monitor], values=[int_property])
|
||||||
|
|
||||||
|
|
||||||
def update_monitor_properties(api, module, monitor, template_string_properties, template_integer_properties):
|
def update_monitor_properties(api, module, monitor, template_string_properties, template_integer_properties):
|
||||||
|
|
Loading…
Reference in a new issue