3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

A.30
3PAR_TPD.mof
CIM API Programming Reference InForm OS Version 2.3.1
[Description ("Interrupt coalescing support."),
ValueMap {"0", "1", "2"},
Values {"Unknown", "Enable", "Disable"} ]
uint16 InterruptCoalescing;
// =========================================
// Operations
// =========================================
[Description (
"This method sets port Offline."
"The method should return 0 if successful, 1 if the request is not "
"supported, and some other value if any other error occurred. "),
ValueMap {"0", "1", "2"},
Values {"OK", "Not Supported", "Error"} ]
uint32 SetOffline(
);
[Description (
"This method resets the port. If the port was set offline, it "
"be set back to online state."
"The method should return 0 if successful, 1 if the request is not "
"supported, and some other value if any other error occurred. "),
ValueMap {"0", "1", "2"},
Values {"OK", "Not Supported", "Error"} ]
uint32 Reset(
);
[Description (
"This method reloads firmware of the port."
"The method should return 0 if successful, 1 if the request is not "
"supported, and some other value if any other error occurred. "),
ValueMap {"0", "1", "2"},
Values {"OK", "Not Supported", "Error"} ]
uint32 ReloadFirmware(
);
[Description (
"If private loop topology, a Loop Initialization (LIP) "
"be issued from the port. If point-to-point topology, the link "
" reset. If public loop or fabric topology, a Registered "
"State Change Notification (RSCN) message issued to the "
"fabric controller."
"The method should return 0 if successful, 1 if the request is not "
"supported, and some other value if any other error occurred. "),
ValueMap {"0", "1", "2"},