OperationRunbook

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

Bases: object

Runbook

Methods

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

Attributes

input_parameters Gets the input_parameters of this OperationRunbook.
runbook_id [Required] Gets the runbook_id of this OperationRunbook.
runbook_version_name [Required] Gets the runbook_version_name of this OperationRunbook.
__init__(**kwargs)

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

Parameters:
  • runbook_id (str) – The value to assign to the runbook_id property of this OperationRunbook.
  • runbook_version_name (str) – The value to assign to the runbook_version_name property of this OperationRunbook.
  • input_parameters (list[oci.fleet_apps_management.models.InputParameter]) – The value to assign to the input_parameters property of this OperationRunbook.
input_parameters

Gets the input_parameters of this OperationRunbook. Input Parameters for the Task

Returns:The input_parameters of this OperationRunbook.
Return type:list[oci.fleet_apps_management.models.InputParameter]
runbook_id

[Required] Gets the runbook_id of this OperationRunbook. The ID of the Runbook

Returns:The runbook_id of this OperationRunbook.
Return type:str
runbook_version_name

[Required] Gets the runbook_version_name of this OperationRunbook. The runbook version name

Returns:The runbook_version_name of this OperationRunbook.
Return type:str