Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE
Class IPv6Variable

This class represents using the value of IPv6 source and/or destination addresses as part of a condition expression. Thus, only IPv6AddressValue classes can be used in the value portion of the condition expression with this PolicyVariable.

Attributes
String v6AddressList v6AddressList

This attribute is an unordered list of strings, each specifying a
single IPv6 address, a hostname, or a range of IPv6 addresses, according to the ABNF definition of an IPv6 address as specified below:

IPv6address = hexpart [ ":" IPv4address ]
IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT
IPv6prefix = hexpart "/" 1*2DIGIT
hexpart = hexseq | hexseq "::" [ hexseq ] | "::" [ hexseq ]
hexseq = hex4 *( ":" hex4)
hex4 = 1*4HEXDIG
IPv6range = IPv6address"-"IPv6address
IPv6maskedaddress = IPv6address","IPv6address

Hostnames are defined in RFC1035.

In the above definition, each string entry is either:

1. A single IPv6address in dot notation as defined above.

2. A single Hostname. Hostname format follows the guidelines
and restrictions specified in RFC1035.

3. An IPv6range address range defined above, specified by a
start address in dot notation and an end address in dot
notation, separated by "-". The range includes all addresses
between the range's start and end addresses, including the
start and end addresses.

4. An IPv6maskedaddress address range defined above,
specified by an address and mask. The address and mask
are represented in dot notation separated by a comma ",".

5. An IPv6prefix address range defined above specified by an
address and a prefix length separated by "/".

Integer v6Direction v6Direction

This is an enumerated integer that defines if this variable is used to represent source addresses, destination addresses, or both.

Integer v6HeaderNumber v6HeaderNumber

This attribute is an enumerated integer that defines the particular packet header that contains the IPv6 address information. Specifying the packet header is necessary in case the address is tunneled. In this case, it is mandatory that the correct address be chosen for comparison. Values are:

0: outermost header
1: next innermost header
2: second innermost header

etc.

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::VariableStandard SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::VariableStandard
allowedValueTypes allowedValueTypes

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::PolicyVariable SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::PolicyVariable
_policyValue _policyValue, _policyOperator _policyOperator, _policyStatement _policyStatement

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Framework ABE::Policy SID Models::Common Domain::Policy ABE::Policy Framework ABE::Policy
_policyApplication _policyApplication, keywords keywords, policyName policyName, _policyRepository _policyRepository, _policyDomain _policyDomain

Attributes inherited from SID Models::Common Domain::Root Business Entities ABE::RootEntity SID Models::Common Domain::Root Business Entities ABE::RootEntity
_rootEntityType _rootEntityType, _revenueAssuranceParmValue _revenueAssuranceParmValue, _characteristicValue _characteristicValue, name name, description description, ID ID, metric metric, _monitoredMetricInstancesCriteria _monitoredMetricInstancesCriteria, directedEdge directedEdge, vertex vertex, entityCatalogItem entityCatalogItem, rootEntityGroupMember rootEntityGroupMember, rootEntityGroup rootEntityGroup, rootEntityRelationship rootEntityRelationship, rootEntityRelationship2 rootEntityRelationship2, associationRole associationRole, entitySpecificationAttachment entitySpecificationAttachment, interactionUseCase interactionUseCase, interactionResult interactionResult

Properties:

Alias
Classifier Behavior
Is Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NameIPv6Variable
Name Expression
NamespacePolicy Variable ABE
Owned Template Signature
OwnerPolicy Variable ABE
Owning Template Parameter
PackagePolicy Variable ABE
Qualified NameSID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::IPv6Variable
Representation
Stereotype
Template Parameter
VisibilityPublic

Attribute Details

 v6AddressList
Public String v6AddressList

This attribute is an unordered list of strings, each specifying a
single IPv6 address, a hostname, or a range of IPv6 addresses, according to the ABNF definition of an IPv6 address as specified below:

IPv6address = hexpart [ ":" IPv4address ]
IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT
IPv6prefix = hexpart "/" 1*2DIGIT
hexpart = hexseq | hexseq "::" [ hexseq ] | "::" [ hexseq ]
hexseq = hex4 *( ":" hex4)
hex4 = 1*4HEXDIG
IPv6range = IPv6address"-"IPv6address
IPv6maskedaddress = IPv6address","IPv6address

Hostnames are defined in RFC1035.

In the above definition, each string entry is either:

1. A single IPv6address in dot notation as defined above.

2. A single Hostname. Hostname format follows the guidelines
and restrictions specified in RFC1035.

3. An IPv6range address range defined above, specified by a
start address in dot notation and an end address in dot
notation, separated by "-". The range includes all addresses
between the range's start and end addresses, including the
start and end addresses.

4. An IPv6maskedaddress address range defined above,
specified by an address and mask. The address and mask
are represented in dot notation separated by a comma ",".

5. An IPv6prefix address range defined above specified by an
address and a prefix length separated by "/".

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassIPv6Variable
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
MultiplicityNone (1)
Namev6AddressList
Name Expression
NamespaceIPv6Variable
Opposite
OwnerIPv6Variable
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::IPv6Variable::v6AddressList
Stereotype
Template Parameter
TypeString
Upper1
Upper Value
VisibilityPublic


 v6Direction
Public Integer v6Direction

This is an enumerated integer that defines if this variable is used to represent source addresses, destination addresses, or both.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassIPv6Variable
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
MultiplicityNone (1)
Namev6Direction
Name Expression
NamespaceIPv6Variable
Opposite
OwnerIPv6Variable
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::IPv6Variable::v6Direction
Stereotype
Template Parameter
TypeInteger
Upper1
Upper Value
VisibilityPublic


 v6HeaderNumber
Public Integer v6HeaderNumber

This attribute is an enumerated integer that defines the particular packet header that contains the IPv6 address information. Specifying the packet header is necessary in case the address is tunneled. In this case, it is mandatory that the correct address be chosen for comparison. Values are:

0: outermost header
1: next innermost header
2: second innermost header

etc.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassIPv6Variable
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
MultiplicityNone (1)
Namev6HeaderNumber
Name Expression
NamespaceIPv6Variable
Opposite
OwnerIPv6Variable
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::IPv6Variable::v6HeaderNumber
Stereotype
Template Parameter
TypeInteger
Upper1
Upper Value
VisibilityPublic