Class CIM_NATListBasedSettings
extends CIM_NATSettingData

NATListBasedSettings extends the general NATSettingData class to describe that the address translation is dynamically chosen from a list, and translated using a pool of possible addresses. A parameter indicates whether the addresses (translated to) can be reused (aka, overloaded). This is also referred to as PAT - port address translation, since the overloading relies on TCP and UDP port values to disambiguate connections. Via a mandatory association to a FilterList, the addresses to be translated are described. Via another mandatory association, TranslationPoolForNAT, the information regarding the resulting/translated addresses are defined.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_ScopedSettingData
   |
   +--CIM_NATSettingData
   |
   +--CIM_NATListBasedSettings

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringNATListBasedSettings extends the general NATSettingData class to describe that the address translation is dynamically chosen from a list, and translated using a pool of possible addresses. A parameter indicates whether the addresses (translated to) can be reused (aka, overloaded). This is also referred to as PAT - port address translation, since the overloading relies on TCP and UDP port values to disambiguate connections. Via a mandatory association to a FilterList, the addresses to be translated are described. Via another mandatory association, TranslationPoolForNAT, the information regarding the resulting/translated addresses are defined.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::NAT
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
OverloadingPermittedboolean
DescriptionstringIndicates whether the address(es) that are translated to (the global, external addresses), may be used by more than one local address needing translation. The translation MUST be defined as 'inside' (IsInside= TRUE) for this property to be valid.
ModelCorrespondencestringCIM_NATSettingData.IsInside

Inherited Properties

NameData TypeClass Origin
AddressExamineduint16CIM_NATSettingData
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
IsInsidebooleanCIM_NATSettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods