Class RunbookImport
Runbook Import Status check details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class RunbookImport
Properties
Details
Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public Dictionary<string, string> Details { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Map of details |
Remarks
Required
RunbookId
Declaration
[Required(ErrorMessage = "RunbookId is required.")]
[JsonProperty(PropertyName = "runbookId")]
public string RunbookId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the resource. |
Remarks
Required
RunbookName
Declaration
[Required(ErrorMessage = "RunbookName is required.")]
[JsonProperty(PropertyName = "runbookName")]
public string RunbookName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Runbook name. |
Remarks
Required
RunbookVersion
Declaration
[Required(ErrorMessage = "RunbookVersion is required.")]
[JsonProperty(PropertyName = "runbookVersion")]
public string RunbookVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Runbook version. |
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Status. |
Remarks
Required
TrackingId
Declaration
[Required(ErrorMessage = "TrackingId is required.")]
[JsonProperty(PropertyName = "trackingId")]
public string TrackingId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Tracking Id. |
Remarks
Required