Show / Hide Table of Contents

Class RunbookTransferDependency

Runbook transfer dependency.

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

Properties

AssociationsFound

Declaration
[JsonProperty(PropertyName = "associationsFound")]
public List<Association> AssociationsFound { get; set; }
Property Value
Type Description
List<Association>

List of associations found.

Placeholders

Declaration
[JsonProperty(PropertyName = "placeholders")]
public List<Placeholder> Placeholders { get; set; }
Property Value
Type Description
List<Placeholder>

List of placeholders.

Prompt

Declaration
[JsonProperty(PropertyName = "prompt")]
public Prompt Prompt { get; set; }
Property Value
Type Description
Prompt
In this article
Back to top