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

id [Required] Gets the id of this OperationRunbook.
input_parameters Gets the input_parameters 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:
  • id (str) – The value to assign to the id 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.
id

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

Returns:The id of this OperationRunbook.
Return type:str
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]