CIM_PhysicalConnector class

The CIM_PhysicalConnector class represents any physical element that is used to connect to other elements. Any object that can connect and transmit signals or power between two or more physical elements is a descendant (or member) of this class. For example, slots and D-shell connectors are types of physical connectors.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[abstract, UUID("{FAF76B84-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_PhysicalConnector : CIM_PhysicalElement
{
  string   Caption;
  string   Description;
  datetime InstallDate;
  string   Name;
  string   Status;
  string   CreationClassName;
  string   Manufacturer;
  string   Model;
  string   OtherIdentifyingInfo;
  string   PartNumber;
  boolean  PoweredOn;
  string   SerialNumber;
  string   SKU;
  string   Tag;
  string   Version;
  string   ConnectorPinout;
  uint16   ConnectorType[];
};

Members

The CIM_PhysicalConnector class has these types of members:

Properties

The CIM_PhysicalConnector class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64), DisplayName ("Caption")

A short textual description of the object.

This property is inherited from CIM_ManagedSystemElement.

ConnectorPinout

Data type: string

Access type: Read-only

Free-form string that describes the pin configuration and signal use of a physical connector.

ConnectorType

Data type: uint16 array

Access type: Read-only

Type of physical connector. An array is specified to allow the description of combinations of connector information. For example, one array entry could specify RS-232, another DB-25, and a third entry could define the connector as "male".

Unknown (0)

Other (1)

Male (2)

Female (3)

Shielded (4)

Unshielded (5)

SCSI (A) High-Density (50 pins) (6)

SCSI (A) Low-Density (50 pins) (7)

SCSI (P) High-Density (68 pins) (8)

SCSI SCA-I (80 pins) (9)

SCSI SCA-II (80 pins) (10)

SCSI Fibre Channel (DB-9, Copper) (11)

SCSI Fibre Channel (Fibre) (12)

SCSI Fibre Channel SCA-II (40 pins) (13)

SCSI Fibre Channel SCA-II (20 pins) (14)

SCSI Fibre Channel BNC (15)

ATA 3-1/2 Inch (40 pins) (16)

ATA 2-1/2 Inch (44 pins) (17)

ATA-2 (18)

ATA-3 (19)

ATA/66 (20)

DB-9 (21)

DB-15 (22)

DB-25 (23)

DB-36 (24)

RS-232C (25)

RS-422 (26)

RS-423 (27)

RS-485 (28)

RS-449 (29)

V.35 (30)

X.21 (31)

IEEE-488 (32)

AUI (33)

UTP Category 3 (34)

UTP Category 4 (35)

UTP Category 5 (36)

BNC (37)

RJ11 (38)

RJ45 (39)

Fiber MIC (40)

Apple AUI (41)

Apple GeoPort (42)

PCI (43)

ISA (44)

EISA (45)

VESA (46)

PCMCIA (47)

PCMCIA Type I (48)

PCMCIA Type II (49)

PCMCIA Type III (50)

ZV Port (51)

CardBus (52)

USB (53)

IEEE 1394 (54)

HIPPI (55)

HSSDC (6 pins) (56)

GBIC (57)

DIN (58)

Mini-DIN (59)

Micro-DIN (60)

PS/2 (61)

Infrared (62)

HP-HIL (63)

Access.bus (64)

NuBus (65)

Centronics (66)

Mini-Centronics (67)

Mini-Centronics Type-14 (68)

Mini-Centronics Type-20 (69)

Mini-Centronics Type-26 (70)

Bus Mouse (71)

ADB (72)

AGP (73)

VME Bus (74)

VME64 (75)

Proprietary (76)

Proprietary Processor Card Slot (77)

Proprietary Memory Card Slot (78)

Proprietary I/O Riser Slot (79)

PCI-66MHZ (80)

AGP2X (81)

AGP4X (82)

PC-98 (83)

PC-98-Hireso (84)

PC-H98 (85)

PC-98Note (86)

PC-98Full (87)

SSA SCSI (88)

Circular (89)

On Board IDE Connector (90)

On Board Floppy Connector (91)

9 Pin Dual Inline (92)

25 Pin Dual Inline (93)

50 Pin Dual Inline (94)

68 Pin Dual Inline (95)

On Board Sound Connector (96)

Mini-jack (97)

PCI-X (98)

Sbus IEEE 1396-1993 32 bit (99)

Sbus IEEE 1396-1993 64 bit (100)

MCA (101)

GIO (102)

XIO (103)

HIO (104)

NGIO (105)

PMC (106)

MTRJ (107)

VF-45 (108)

Future I/O (109)

SC (110)

SG (111)

Electrical (112)

Optical (113)

Ribbon (114)

GLM (115)

1x9 (116)

Mini SG (117)

LC (118)

HSSC (119)

VHDCI Shielded (68 pins) (120)

InfiniBand (121)

CreationClassName

Data type: string

Access type: Read-only

Qualifiers: CIM_Key, MaxLen (256)

Name of the class or subclass used in the creation of an instance. When used with other key properties of the class, this property allows all instances of the class and its subclasses to be uniquely identified.

This property is inherited from CIM_PhysicalElement.

Description

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Description")

A textual description of the object.

This property is inherited from CIM_ManagedSystemElement.

InstallDate

Data type: datetime

Access type: Read-only

Qualifiers: MappingStrings ("MIF.DMTF|ComponentID|001.5"), DisplayName ("Install Date")

Indicates when the object was installed. Lack of a value does not indicate that the object is not installed.

This property is inherited from CIM_ManagedSystemElement.

Manufacturer

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Name of the organization responsible for producing the physical element. For more information, see the Vendor property of CIM_Product.

This property is inherited from CIM_PhysicalElement.

Model

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Name by which the physical element is generally known.

This property is inherited from CIM_PhysicalElement.

Name

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Name")

Label by which the object is known. When subclassed, this property can be overridden to be a key property.

This property is inherited from CIM_ManagedSystemElement.

OtherIdentifyingInfo

Data type: string

Access type: Read-only

Additional data, beyond asset tag information, that can be used to identify a physical element. One example is bar-code data that is associated with an element, which also has an asset tag. Note that if only bar-code data is available, and is unique and able to be used as an element key, this property would be null and the bar-code data would be used as the class key in the Tag property.

This property is inherited from CIM_PhysicalElement.

PartNumber

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Part number assigned by the organization responsible for producing or manufacturing the physical element.

This property is inherited from CIM_PhysicalElement.

PoweredOn

Data type: boolean

Access type: Read-only

If TRUE, the physical element is powered on. Otherwise, it is currently off.

This property is inherited from CIM_PhysicalElement.

SerialNumber

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Manufacturer-allocated number used to identify the physical element.

This property is inherited from CIM_PhysicalElement.

SKU

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Stock-keeping unit number for this physical element.

This property is inherited from CIM_PhysicalElement.

Status

Data type: string

Access type: Read-only

Qualifiers: MaxLen (10), DisplayName ("Status")

String that indicates the current status of the object. Operational and non-operational status can be defined. Operational status can include "OK", "Degraded", and "Pred Fail". "Pred Fail" indicates that an element is functioning properly, but is predicting a failure (for example, a SMART-enabled hard disk drive).

Non-operational status can include "Error", "Starting", "Stopping", and "Service". "Service" can apply during disk mirror-resilvering, reloading a user permissions list, or other administrative work. Not all such work is online, but the managed element is neither "OK" nor in one of the other states.

This property is inherited from CIM_ManagedSystemElement.

Values include the following:

OK ("OK")

Error ("Error")

Degraded ("Degraded")

Unknown ("Unknown")

Pred Fail ("Pred Fail")

Starting ("Starting")

Stopping ("Stopping")

Service ("Service")

Stressed ("Stressed")

NonRecover ("NonRecover")

No Contact ("No Contact")

Lost Comm ("Lost Comm")

Tag

Data type: string

Access type: Read-only

Qualifiers: CIM_Key, MaxLen (256)

Uniquely identifies the physical element and serves as the element's key. This property can contain information, such as asset tag or serial number data. The key for CIM_PhysicalElement is placed very high in the object hierarchy to independently identify the hardware or entity, regardless of physical placement in (or on) cabinets, adapters, and so on. For example, a removable component that can be hot-swapped can be taken from its containing (scoping) package and be temporarily unused. The object still continues to exist and can even be inserted into a different scoping container. The key for a physical element is an arbitrary string that is defined independently of placement or location-oriented hierarchy.

This property is inherited from CIM_PhysicalElement.

Version

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Indicates the version of the physical element.

This property is inherited from CIM_PhysicalElement.

Remarks

The CIM_PhysicalConnector class is derived from CIM_PhysicalElement.

WMI does not implement this class. For WMI classes that are derived from CIM_PhysicalConnector, see Win32 Classes.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_PhysicalElement