Package onep :: Package aaa :: Module AddressAttribute :: Class AddressAttribute
[frames] | no frames]

Class AddressAttribute


The AAA Attribute which has an IP address format.

Instance Methods
 
__init__(self, type_, name, address)
Create a AAA Attribute that has the InetAddress format.
 
__str__(self)
str(x)

Inherited from Attribute.Attribute: toIDL

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods

Inherited from Attribute.Attribute: fromIDL, fromIDLList, toIDLList

Class Variables

Inherited from Attribute.Attribute: log

Instance Variables
  address
The value of a AAA attribute of InetAddress.

Inherited from Attribute.Attribute: name, type_

Properties

Inherited from object: __class__

Method Details

__init__(self, type_, name, address)
(Constructor)

 

Create a AAA Attribute that has the InetAddress format. This constructor creates an Attribute with the specified Attribute type and value. The AAA attribute must be of the InetAddress format.

Parameters:
  • type_ - The type of the attribute.
  • name - The name of the attribute.
  • address - The value of the attribute.
Raises:
Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Instance Variable Details

address

The value of a AAA attribute of InetAddress. This method retrieves the InetAddress value for the AAA attribute if the AAA Attribute is of InetAddress type.