Class RebootEventData
Provides additional information for a reboot event.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RebootEventData
Properties
AdditionalDetails
Declaration
[JsonProperty(PropertyName = "additionalDetails")]
public WorkRequestEventDataAdditionalDetails AdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
WorkRequestEventDataAdditionalDetails |
RebootStatus
Declaration
[Required(ErrorMessage = "RebootStatus is required.")]
[JsonProperty(PropertyName = "rebootStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RebootEventData.RebootStatusEnum? RebootStatus { get; set; }
Property Value
Type | Description |
---|---|
RebootEventData.RebootStatusEnum? | Reboot status for the current event |
Remarks
Required