Network\CIM_NATServiceRunningOnEndpoint.mof.mof (HTML version)

Return to index
CIM_NATServiceRunningOnEndpoint Superclass: CIM_ForwardsAmong
NATServiceRunningOnEndpoint indicates that a NAT service is translating addresses for packets communicated through the referenced protocol endpoint/ interface.
Qualifiers:Version ( "2.8.1000" ) Experimental UMLPackagePath ( "CIM::Network::NAT" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_NATService REF Dependent ;
The NAT service that performs the translation.
ValueMap { "2" , "3" , "4" }
Values { "Connected to Inside Network" , "Connected to Outside Network" , "Connected to DMZ" }
uint16 ConnectedNetwork ;
Indicates whether the endpoint is connected to the 'inside'/local network (2), is in the external world (3) or is in neither. The latter applies to firewall NATing where a DMZ exists - neither inside or outside, but bridging the two.
Override ( "Antecedent" )
CIM_ProtocolEndpoint REF Antecedent ;
The endpoint/interface whose traffic is translated.