Class RebootManagedInstanceGroupDetails
Provides the information used for the reboot job.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RebootManagedInstanceGroupDetails
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 instances in the group don'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 |