RunbookTransferDependency

class oci.fleet_apps_management.models.RunbookTransferDependency(**kwargs)

Bases: object

Runbook transfer dependency.

Methods

__init__(**kwargs) Initializes a new RunbookTransferDependency object with values from keyword arguments.

Attributes

associations_found Gets the associations_found of this RunbookTransferDependency.
placeholders Gets the placeholders of this RunbookTransferDependency.
prompt Gets the prompt of this RunbookTransferDependency.
__init__(**kwargs)

Initializes a new RunbookTransferDependency object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
associations_found

Gets the associations_found of this RunbookTransferDependency. List of associations found.

Returns:The associations_found of this RunbookTransferDependency.
Return type:list[oci.fleet_apps_management.models.Association]
placeholders

Gets the placeholders of this RunbookTransferDependency. List of placeholders.

Returns:The placeholders of this RunbookTransferDependency.
Return type:list[oci.fleet_apps_management.models.Placeholder]
prompt

Gets the prompt of this RunbookTransferDependency.

Returns:The prompt of this RunbookTransferDependency.
Return type:oci.fleet_apps_management.models.Prompt