Class CIM_NATStaticSettings
extends CIM_NATSettingData

NATStaticSettings describes a single static address translation - both the local and global sides. It is a specialization of NATSettingData.

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


Class Hierarchy

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

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringNATStaticSettings describes a single static address translation - both the local and global sides. It is a specialization of NATSettingData.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::NAT
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
InsideAddressstring
DescriptionstringSpecifies the 'inside' address for translation. Whether the address is translated 'to' or 'from' is dependent on the value of the inherited property, IsInside. If IsInside is TRUE, then LocalAddress represents the address of a system on the 'inside' network, that is translated to the GlobalAddress for external access. On the other hand, if IsInside is FALSE, then LocalAddress represents the address of an 'outside' host as it appears to the 'inside' network. In this case, the GlobalAddress is translated to the LocalAddress for 'inside' network access.
ModelCorrespondencestringCIM_NATSettingData.IsInside
OutsideAddressstring
DescriptionstringSpecifies the 'outside' address for translation. Whether the address is translated 'to' or 'from' is dependent on the value of the inherited property, IsInside. If IsInside is TRUE, then GlobalAddress represents the address of an 'inside' host, as it appears to the outside world. In this case, the LocalAddress is translated to the GlobalAddress for external access. On the other hand, if IsInside is FALSE, then GlobalAddress represents the address of an 'outside' host as assigned on the outside network, by its owner. This address is translated to the LocalAddress for access through the 'inside' network.
ModelCorrespondencestringCIM_NATSettingData.IsInside

Inherited Properties

NameData Type
AddressExamineduint16
Captionstring
ChangeableTypeuint16
ConfigurationNamestring
Descriptionstring
ElementNamestring
Generationuint64
InstanceIDstring
IsInsideboolean
SoIDstring
SoOrgIDstring
ComponentSettingstring[]

Class Methods