CIM_ForwardingService class
Represents a forwarding service for network traffic. The service processes packets received protocol endpoints by discarding them, or sending the packets to other protocol endpoints.
Syntax
[Abstract, Version("2.7.0"), UMLPackagePath("CIM::Network::RoutingForwarding"), AMENDMENT]
class CIM_ForwardingService : CIM_NetworkService
{
uint16 ProtocolType;
string OtherProtocolType;
};
Members
The CIM_ForwardingService class has these types of members:
Properties
The CIM_ForwardingService class has these properties.
-
OtherProtocolType
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (32), ModelCorrespondence ("CIM_ForwardingService.ProtocolType")
Defines the type of protocol to forward when the value of the ProtocolType property is 1 (Other).
-
-
ProtocolType
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ForwardingService.OtherProtocolType")
The type of protocol to forward.
-
-
Unknown (0)
-
Other (1)
-
IPv4 (2)
-
IPv6 (3)
-
IPv4/IPv6 (4)
-
IPX (5)
-
AppleTalk (6)
-
DECnet (7)
-
SNA (8)
-
CONP (9)
-
CLNP (10)
-
VINES (11)
-
XNS (12)
-
ATM (13)
-
Frame Relay (14)
-
Ethernet (15)
-
TokenRing (16)
-
FDDI (17)
-
Infiniband (18)
-
Fibre Channel (19)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|