Class RebootManagedInstanceDetails
Provides the information used for the reboot job.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RebootManagedInstanceDetails
Properties
RebootTimeoutInMins
Declaration
[JsonProperty(PropertyName = "rebootTimeoutInMins")]
public int? RebootTimeoutInMins { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of minutes the service waits for the reboot to complete. If the instance doesn't reboot within this time, the reboot job status is set to failed. |
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type | Description |
---|---|
WorkRequestDetails |