PatchChangeSummary¶
-
class
oci.data_integration.models.
PatchChangeSummary
(**kwargs)¶ Bases:
object
This is the patch report summary information.
Attributes
ACTION_CREATED
A constant which can be used with the action property of a PatchChangeSummary. ACTION_DELETED
A constant which can be used with the action property of a PatchChangeSummary. ACTION_UPDATED
A constant which can be used with the action property of a PatchChangeSummary. TYPE_DATA_LOADER_TASK
A constant which can be used with the type property of a PatchChangeSummary. TYPE_INTEGRATION_TASK
A constant which can be used with the type property of a PatchChangeSummary. TYPE_OCI_DATAFLOW_TASK
A constant which can be used with the type property of a PatchChangeSummary. TYPE_PIPELINE_TASK
A constant which can be used with the type property of a PatchChangeSummary. TYPE_REST_TASK
A constant which can be used with the type property of a PatchChangeSummary. TYPE_SQL_TASK
A constant which can be used with the type property of a PatchChangeSummary. action
Gets the action of this PatchChangeSummary. identifier
Gets the identifier of this PatchChangeSummary. key
Gets the key of this PatchChangeSummary. name
Gets the name of this PatchChangeSummary. name_path
Gets the name_path of this PatchChangeSummary. object_version
Gets the object_version of this PatchChangeSummary. type
Gets the type of this PatchChangeSummary. Methods
__init__
(**kwargs)Initializes a new PatchChangeSummary object with values from keyword arguments. -
ACTION_CREATED
= 'CREATED'¶ A constant which can be used with the action property of a PatchChangeSummary. This constant has a value of “CREATED”
-
ACTION_DELETED
= 'DELETED'¶ A constant which can be used with the action property of a PatchChangeSummary. This constant has a value of “DELETED”
-
ACTION_UPDATED
= 'UPDATED'¶ A constant which can be used with the action property of a PatchChangeSummary. This constant has a value of “UPDATED”
-
TYPE_DATA_LOADER_TASK
= 'DATA_LOADER_TASK'¶ A constant which can be used with the type property of a PatchChangeSummary. This constant has a value of “DATA_LOADER_TASK”
-
TYPE_INTEGRATION_TASK
= 'INTEGRATION_TASK'¶ A constant which can be used with the type property of a PatchChangeSummary. This constant has a value of “INTEGRATION_TASK”
-
TYPE_OCI_DATAFLOW_TASK
= 'OCI_DATAFLOW_TASK'¶ A constant which can be used with the type property of a PatchChangeSummary. This constant has a value of “OCI_DATAFLOW_TASK”
-
TYPE_PIPELINE_TASK
= 'PIPELINE_TASK'¶ A constant which can be used with the type property of a PatchChangeSummary. This constant has a value of “PIPELINE_TASK”
-
TYPE_REST_TASK
= 'REST_TASK'¶ A constant which can be used with the type property of a PatchChangeSummary. This constant has a value of “REST_TASK”
-
TYPE_SQL_TASK
= 'SQL_TASK'¶ A constant which can be used with the type property of a PatchChangeSummary. This constant has a value of “SQL_TASK”
-
__init__
(**kwargs)¶ Initializes a new PatchChangeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this PatchChangeSummary.
- name (str) – The value to assign to the name property of this PatchChangeSummary.
- name_path (str) – The value to assign to the name_path property of this PatchChangeSummary.
- type (str) – The value to assign to the type property of this PatchChangeSummary. Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- object_version (int) – The value to assign to the object_version property of this PatchChangeSummary.
- identifier (str) – The value to assign to the identifier property of this PatchChangeSummary.
- action (str) – The value to assign to the action property of this PatchChangeSummary. Allowed values for this property are: “CREATED”, “DELETED”, “UPDATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
action
¶ Gets the action of this PatchChangeSummary. The patch action indicating if object was created, updated, or deleted.
Allowed values for this property are: “CREATED”, “DELETED”, “UPDATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action of this PatchChangeSummary. Return type: str
-
identifier
¶ Gets the identifier of this PatchChangeSummary. Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this PatchChangeSummary. Return type: str
-
key
¶ Gets the key of this PatchChangeSummary. The key of the object.
Returns: The key of this PatchChangeSummary. Return type: str
-
name
¶ Gets the name of this PatchChangeSummary. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this PatchChangeSummary. Return type: str
-
name_path
¶ Gets the name_path of this PatchChangeSummary. The fully qualified path of the published object, which would include its project and folder.
Returns: The name_path of this PatchChangeSummary. Return type: str
-
object_version
¶ Gets the object_version of this PatchChangeSummary. The object version.
Returns: The object_version of this PatchChangeSummary. Return type: int
-
type
¶ Gets the type of this PatchChangeSummary. The type of the object in patch.
Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this PatchChangeSummary. Return type: str
-