Class OperationRunbook
Runbook
Inherited Members
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