openstack.load_balancer.v2.l7_policy¶
The L7Policy Class¶
The L7Policy class inherits from Resource.
-
class
openstack.load_balancer.v2.l7_policy.L7Policy(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()andexisting().-
action= None¶ Properties The action to be taken l7policy is matched
-
created_at= None¶ Timestamp when the L7 policy was created.
-
description= None¶ The l7policy description
-
is_admin_state_up= None¶ The administrative state of the l7policy Type: bool
-
listener_id= None¶ The ID of the listener associated with this l7policy
-
name= None¶ The l7policy name
-
operating_status= None¶ Operating status of the member.
-
position= None¶ Sequence number of this l7policy
-
project_id= None¶ The ID of the project this l7policy is associated with.
-
provisioning_status= None¶ The provisioning status of this l7policy
-
redirect_pool_id= None¶ The ID of the pool to which the requests will be redirected
-
redirect_url= None¶ The URL to which the requests should be redirected
-
rules= None¶ The list of L7Rules associated with the l7policy
-
updated_at= None¶ Timestamp when the member was last updated.
-