SoftLayer_Network_LBaaS_L7Policy


SoftLayer_Network_LBaaS_L7Policy

Description

The SoftLayer_Network_LBaaS_L7Policy represents the policy for a listener.

Local


action

The Action to take if the rules belonging to this policy match. It can be set to any of the following values: REDIRECT_URL, REDIRECT_POOL, REDIRECT_HTTPS, REJECT.
Type: string


createDate

Specifies when a L7 Policy was created.
Type: dateTime


id

The unique identifier of a policy.
Type: int


modifyDate

Specifies when a L7 Policy was updated previously.
Type: dateTime


name

Name of a Policy.
Type: string


priority

The order in which the policy is evaluated. Each policy should have a unique priority
Type: int


redirectL7PoolId

The L7 pool id to which traffic is redirected
Type: int


redirectL7PoolUuid

The UUID of the L7 pool object referenced by the policy when the policy action is set to REDIRECT_POOL
Type: string


redirectUrl

The URL to which traffic is redirected when the action is set to REDIRECT_URL. Or the port to which listener traffic is redirected to when the action is set to REDIRECT_HTTPS.
Type: string


uuid

The UUID of a Policy.
Type: string

Relational

Count


l7RuleCount

A count of
Type: unsignedLong