Show / Hide Table of Contents

Class ScheduleInstanceTargetRunOnDetails

Schedule Instance Target Run On Details.

Inheritance
object
RunOnDetails
ScheduleInstanceTargetRunOnDetails
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 ScheduleInstanceTargetRunOnDetails : RunOnDetails

Properties

Condition

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

Build control flow conditions that determine the relevance of the task execution against targets.

Remarks

Required

In this article
Back to top