Show / Hide Table of Contents

Class RerunWorkRequestDetails

Provides the information used to target specific resources for the rerun of a work request.

Inheritance
object
RerunWorkRequestDetails
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 RerunWorkRequestDetails

Properties

ManagedInstances

Declaration
[JsonProperty(PropertyName = "managedInstances")]
public List<string> ManagedInstances { get; set; }
Property Value
Type Description
List<string>

List of managed instance OCIDs to affected by the rerun of the work request.

WorkRequestDetails

Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type Description
WorkRequestDetails
In this article
Back to top