openstack.load_balancer.v2.l7_rule¶
The L7Rule Class¶
The L7Rule
class inherits from Resource
.
-
class
openstack.load_balancer.v2.l7_rule.
L7Rule
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
is_admin_state_up
= None¶ Properties The administrative state of the l7policy Type: bool
-
compare_type
= None¶ comparison type to be used with the value in this L7 rule.
-
created_at
= None¶ Timestamp when the L7 rule was created.
-
invert
= None¶ inverts the logic of the rule if True
-
key
= None¶ The key to use for the comparison.
-
l7_policy_id
= None¶ The ID of the associated l7 policy
-
operating_status
= None¶ The operating status of this l7rule
-
project_id
= None¶ The ID of the project this l7policy is associated with.
-
provisioning_status
= None¶ The provisioning status of this l7policy
-
type
= None¶ The type of L7 rule
-
updated_at
= None¶ Timestamp when the L7 rule was updated.
-
rule_value
= None¶ value to be compared with
-