Class StepSummary
Task associated with the Job.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class StepSummary
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Description of the step Execution. |
IsRollbackTask
Declaration
[JsonProperty(PropertyName = "isRollbackTask")]
public bool? IsRollbackTask { get; set; }
Property Value
Type | Description |
---|---|
bool? | Is this a rollback task? |
Sequence
Declaration
[JsonProperty(PropertyName = "sequence")]
public string Sequence { get; set; }
Property Value
Type | Description |
---|---|
string | The sequence of the step. |
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public JobStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
JobStatus? | Status of the Task. |
Remarks
Required
StepName
Declaration
[Required(ErrorMessage = "StepName is required.")]
[JsonProperty(PropertyName = "stepName")]
public string StepName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the Step. |
Remarks
Required
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
TaskRecordId
Declaration
[JsonProperty(PropertyName = "taskRecordId")]
public string TaskRecordId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of taskRecord assocaited with the step. |
TimeEnded
Declaration
[JsonProperty(PropertyName = "timeEnded")]
public DateTime? TimeEnded { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the task ended. An RFC3339 formatted datetime string |
TimeStarted
Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the task started. An RFC3339 formatted datetime string |