Show / Hide Table of Contents

Class RebootEventData

Provides additional information for a reboot event.

Inheritance
object
RebootEventData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top