ProxyRuleExpression


This type is a class for model objects.

@since 7.0.0 A list of expressions that are applied to attributes of the request and if a match exists, configuration actions are applied.

Package: proxyvirtualhost

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  ProxyVirtualHost.enabledProxyRuleExpressions
  ProxyVirtualHostConfig.proxyRuleExpressions



Attributes Summary
name : EString @since 7.0.0 A logical name representing the expression.
expression : EString @since 7.0.0 The expression to be applied to the mapped inbound request. Valid operands are cell, application, module, and uri. Valid operators include && (and), || (or) , and | (not).
enabledProxyActions : ProxyAction * * No description is available *



Attribute Details

name  -  @since 7.0.0 A logical name representing the expression.
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

expression  -  @since 7.0.0 The expression to be applied to the mapped inbound request. Valid operands are cell, application, module, and uri. Valid operators include && (and), || (or) , and | (not).
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

enabledProxyActions  -  * No description is available *
    Reference Type: ProxyAction *
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006