| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/ |
Upload File : |
[ClassVersion( "1.0" ),
Abstract,
Description(
"This class represents health-related system activities that are rolled up and scoped "
"by the three designated health-monitored classes, i.e. MSFT_StorageSubsystem, "
"MSFT_FileShare, and MSFT_Volume."
)]
class MSFT_HealthAction : MSFT_StorageObject
{
[Read, Description(
"The type of Health Action."
)]
String Type;
[Read, Description(
"The short summary description of the action."
)]
String Reason;
[Read, Description(
"A identifier of the object that triggered the action."
)]
String ReportingObjectId;
[Read, Description(
"A unique identifier of the object that triggered the action."
)]
String ReportingObjectUniqueId;
[Read, Description(
"A string that uniquely identifies the type of the object that triggered the action."
)]
String ReportingObjectType;
[Read, Description(
"The message parameters that are plugged into the default message template for the "
"Health Action type. These can be plugged into a custom message."
)]
String MessageParameters[];
[Read, Description(
"The full description of the action."
)]
String Description;
[Read, Description(
"This is the error code if the action failed. This should be set to 0 if the action "
"was successful. This should be NULL until the action has completed."
)]
UInt32 ErrorCode;
[Read, Description(
"A free-form string that can contain a vendor-specific error description if the action "
"failed."
)]
String ErrorDescription;
[Read, Description(
"Current high level state of the action."
)]
UInt16 State;
[Read, Description(
"A free-form string that provides implementation-specific status of the action."
)]
String Status;
[Read, Description(
"The percentage of the action that has completed at the time that this value is requested."
), Units( "Percent" ), MinValue( 0 ), MaxValue( 100 )]
UInt16 PercentComplete;
[Read, Description(
"The time that the action was started."
)]
Datetime StartTime;
};