Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
InsideAddress | string | |
Description | string | Specifies 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. |
ModelCorrespondence | string | CIM_NATSettingData.IsInside |
OutsideAddress | string | |
Description | string | Specifies 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. |
ModelCorrespondence | string | CIM_NATSettingData.IsInside |