HP 3PAR CIM API Programming Reference
[Description ("Mode of the port"),
ValueMap {"0", "1", "2"},
Values {"Suspended", "Target", "Initiator"} ]
uint16 Mode;
[Description ("Shows if the mode change is allowed or not.")]
boolean ModeChangeAllowed;
[Description ("Node WWN of the port.") ]
uint64 NodeWWN;
[Description ("Describes device type this port is connected to."),
ValueMap {"0", "1", "2", "3", "4"},
Values {"Free", "Host", "Disk", "IPort", "FCRC"} ]
uint16 DeviceTypeConnected;
[Description ("List of devices, this port is connected to.") ]
string ConnectedTo;
[Description ("Persona of the port.") ]
uint16 Persona;
[Description ("Connection type."),
ValueMap {"0", "1", "2", "3"},
Values {"Unknown", "Loop", "Point-to-Point", "Loop Point-to-Point"} ]
uint16 ConnectionType;
[Description ("Connection mode, can be one of: "
" Disk - disk connection "
" Host - host connection "
" RCFC - RCFC connection "
" Peer - data migration connection."),
ValueMap {"0", "1", "2", "3"},
Values {"Disk", "Host", "RCFC", "Peer"} ]
uint16 ConnectionMode;
[Description ("Class 2 support."),
ValueMap {"0", "1", "2", "3"},
Values {"Unknown", "ack0", "ack1", "Disable"} ]
uint16 Class2Support;
[Description ("VLUN Change Notification (VCN) support."),
ValueMap {"0", "1", "2"},
Values {"Unknown", "Enable", "Disable"} ]
uint16 VCN;
[Description ("Interrupt coalescing support."),
ValueMap {"0", "1", "2"},
Values {"Unknown", "Enable", "Disable"} ]
uint16 InterruptCoalescing;
};
// ==================================================================
// HP 3PAR FC Port LESB Statistics
// ==================================================================
[Description ("HP 3PAR Storage System FC Port Link Error Statistic Block")]
class TPD_FCPortLESBStatistics : CIM_FCPortStatistics
{
};
// ==================================================================
// FC Port LESB Element Statistical Data
// ==================================================================
[Association, Description (
"An association between TPD_FCPortLESBStatistics and TPD_FCPort. "
"Note that the cardinality of the ManagedElement reference is "
3PAR_TPD.mof 211