Show / Hide Table of Contents

Class RunbookImportStatusSummary

Summary of the Runbook import status.

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

Properties

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

In this article
Back to top