UpdateRunbookDetails¶
-
class
oci.fleet_apps_management.models.
UpdateRunbookDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Attributes
OS_TYPE_GENERIC
A constant which can be used with the os_type property of a UpdateRunbookDetails. OS_TYPE_LINUX
A constant which can be used with the os_type property of a UpdateRunbookDetails. OS_TYPE_WINDOWS
A constant which can be used with the os_type property of a UpdateRunbookDetails. associations
Gets the associations of this UpdateRunbookDetails. defined_tags
Gets the defined_tags of this UpdateRunbookDetails. description
Gets the description of this UpdateRunbookDetails. display_name
Gets the display_name of this UpdateRunbookDetails. estimated_time
Gets the estimated_time of this UpdateRunbookDetails. freeform_tags
Gets the freeform_tags of this UpdateRunbookDetails. is_default
Gets the is_default of this UpdateRunbookDetails. operation
Gets the operation of this UpdateRunbookDetails. os_type
Gets the os_type of this UpdateRunbookDetails. platform
Gets the platform of this UpdateRunbookDetails. runbook_relevance
Gets the runbook_relevance of this UpdateRunbookDetails. Methods
__init__
(**kwargs)Initializes a new UpdateRunbookDetails object with values from keyword arguments. -
OS_TYPE_GENERIC
= 'GENERIC'¶ A constant which can be used with the os_type property of a UpdateRunbookDetails. This constant has a value of “GENERIC”
-
OS_TYPE_LINUX
= 'LINUX'¶ A constant which can be used with the os_type property of a UpdateRunbookDetails. This constant has a value of “LINUX”
-
OS_TYPE_WINDOWS
= 'WINDOWS'¶ A constant which can be used with the os_type property of a UpdateRunbookDetails. This constant has a value of “WINDOWS”
-
__init__
(**kwargs)¶ Initializes a new UpdateRunbookDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateRunbookDetails.
- description (str) – The value to assign to the description property of this UpdateRunbookDetails.
- runbook_relevance (str) – The value to assign to the runbook_relevance property of this UpdateRunbookDetails.
- operation (str) – The value to assign to the operation property of this UpdateRunbookDetails.
- os_type (str) – The value to assign to the os_type property of this UpdateRunbookDetails. Allowed values for this property are: “WINDOWS”, “LINUX”, “GENERIC”
- platform (str) – The value to assign to the platform property of this UpdateRunbookDetails.
- is_default (bool) – The value to assign to the is_default property of this UpdateRunbookDetails.
- estimated_time (str) – The value to assign to the estimated_time property of this UpdateRunbookDetails.
- associations (oci.fleet_apps_management.models.Associations) – The value to assign to the associations property of this UpdateRunbookDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateRunbookDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateRunbookDetails.
-
associations
¶ Gets the associations of this UpdateRunbookDetails.
Returns: The associations of this UpdateRunbookDetails. Return type: oci.fleet_apps_management.models.Associations
Gets the defined_tags of this UpdateRunbookDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateRunbookDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateRunbookDetails. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
Returns: The description of this UpdateRunbookDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateRunbookDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this UpdateRunbookDetails. Return type: str
-
estimated_time
¶ Gets the estimated_time of this UpdateRunbookDetails. Estimated time to successfully complete the runbook execution
Returns: The estimated_time of this UpdateRunbookDetails. Return type: str
Gets the freeform_tags of this UpdateRunbookDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateRunbookDetails. Return type: dict(str, str)
-
is_default
¶ Gets the is_default of this UpdateRunbookDetails. Is the runbook default?
Returns: The is_default of this UpdateRunbookDetails. Return type: bool
-
operation
¶ Gets the operation of this UpdateRunbookDetails. The lifecycle operation performed by the task.
Returns: The operation of this UpdateRunbookDetails. Return type: str
-
os_type
¶ Gets the os_type of this UpdateRunbookDetails. The OS type for the runbook.
Allowed values for this property are: “WINDOWS”, “LINUX”, “GENERIC”
Returns: The os_type of this UpdateRunbookDetails. Return type: str
-
platform
¶ Gets the platform of this UpdateRunbookDetails. The platform of the runbook.
Returns: The platform of this UpdateRunbookDetails. Return type: str
-
runbook_relevance
¶ Gets the runbook_relevance of this UpdateRunbookDetails. Type of runbook structure.
Returns: The runbook_relevance of this UpdateRunbookDetails. Return type: str
-