Class CIM_NATSettingData
extends CIM_ScopedSettingData

NATSettingData is an abstract class specifying the general parameters of an address translation. This data is specific to the system on which the NATService is running. The scoping system is described using the inherited ScopedSetting association.

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


Class Hierarchy

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

Direct Known Subclasses

CIM_NATListBasedSettings
CIM_NATStaticSettings

Class Qualifiers

NameData TypeValue
Abstractbooleantrue
DescriptionstringNATSettingData is an abstract class specifying the general parameters of an address translation. This data is specific to the system on which the NATService is running. The scoping system is described using the inherited ScopedSetting association.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::NAT
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AddressExamineduint16
DescriptionstringIndicates whether the addresses to be translated are based on examining source addressing (2), destination addressing (3) or both (4). The latter is referred to as 'Policy NAT'.
ValueMapstring2, 3, 4
ValuesstringSource, Destination, Both Source and Destination
IsInsideboolean
DescriptionstringIndicates whether the translation is of internal addresses for external visibility (TRUE) or external addresses for internal use (FALSE).

Inherited Properties

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

Class Methods