UDPInboundChannel


This type is a class for model objects.

Channel for handling inbound UDP network traffic.

Package: channels
Supertype: InboundTransportChannel

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



Attributes Summary
endPointName : EString Corresponds to a NameEndPoint object identifying the host and port used to receive traffic on this channel.
addressExcludeList : EString List of IPv4 and/or IPv6 address which will not be allowed access
addressIncludeList : EString List of IPv4 and/or IPv6 address which will be allowed access.



Attribute Details

endPointName  -  Corresponds to a NameEndPoint object identifying the host and port used to receive traffic on this channel.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

addressExcludeList  -  List of IPv4 and/or IPv6 address which will not be allowed access
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

addressIncludeList  -  List of IPv4 and/or IPv6 address which will be allowed access.
    Data Type: EString
    Default value:  unspecified
    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