Show / Hide Table of Contents

Class OperationRunbook

Runbook

Inheritance
object
OperationRunbook
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class OperationRunbook

Properties

InputParameters

Declaration
[JsonProperty(PropertyName = "inputParameters")]
public List<InputParameter> InputParameters { get; set; }
Property Value
Type Description
List<InputParameter>

Input Parameters for the Task

RunbookId

Declaration
[Required(ErrorMessage = "RunbookId is required.")]
[JsonProperty(PropertyName = "runbookId")]
public string RunbookId { get; set; }
Property Value
Type Description
string

The ID of the Runbook

Remarks

Required

RunbookVersionName

Declaration
[Required(ErrorMessage = "RunbookVersionName is required.")]
[JsonProperty(PropertyName = "runbookVersionName")]
public string RunbookVersionName { get; set; }
Property Value
Type Description
string

The runbook version name

Remarks

Required

In this article
Back to top