Statement

Keys

Children

class RoutingPolicy.PolicyDefinitions.PolicyDefinition.Statements.Statement

Bases: Entity

Class Hierarchy: RoutingPolicy PolicyDefinitions PolicyDefinition Statements Statement

This class represents configuration data.

Policy statements group conditions and actions

within a policy definition. They are evaluated in

the order specified (see the description of policy

evaluation at the top of this module.

name(key)

Reference to list key

type: str

refers to: name

config

Configuration data for policy statements

type: Config

state

Operational state data for policy statements

type: State

config: False

conditions

Condition statements for the current policy statement

type: Conditions

actions

Top-level container for policy action statements

type: Actions