PatchActivityDetails¶
- 
class oci.dblm.models.PatchActivityDetails(**kwargs)¶
- Bases: - object- Details of deploy, update and migrate-listener(only for single Instance database) operations for this resource. - Attributes - DEPLOY_STATUS_COMPLETED- A constant which can be used with the deploy_status property of a PatchActivityDetails. - DEPLOY_STATUS_FAILED- A constant which can be used with the deploy_status property of a PatchActivityDetails. - DEPLOY_STATUS_RUNNING- A constant which can be used with the deploy_status property of a PatchActivityDetails. - DEPLOY_STATUS_SCHEDULED- A constant which can be used with the deploy_status property of a PatchActivityDetails. - MIGRATE_LISTENER_STATUS_COMPLETED- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. - MIGRATE_LISTENER_STATUS_FAILED- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. - MIGRATE_LISTENER_STATUS_NA- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. - MIGRATE_LISTENER_STATUS_RUNNING- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. - MIGRATE_LISTENER_STATUS_SCHEDULED- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. - UPDATE_STATUS_COMPLETED- A constant which can be used with the update_status property of a PatchActivityDetails. - UPDATE_STATUS_FAILED- A constant which can be used with the update_status property of a PatchActivityDetails. - UPDATE_STATUS_RUNNING- A constant which can be used with the update_status property of a PatchActivityDetails. - UPDATE_STATUS_SCHEDULED- A constant which can be used with the update_status property of a PatchActivityDetails. - deploy_operation_id- Gets the deploy_operation_id of this PatchActivityDetails. - deploy_status- Gets the deploy_status of this PatchActivityDetails. - deploy_task_id- Gets the deploy_task_id of this PatchActivityDetails. - migrate_listener_operation_id- Gets the migrate_listener_operation_id of this PatchActivityDetails. - migrate_listener_status- Gets the migrate_listener_status of this PatchActivityDetails. - migrate_listener_task_id- Gets the migrate_listener_task_id of this PatchActivityDetails. - update_operation_id- Gets the update_operation_id of this PatchActivityDetails. - update_status- Gets the update_status of this PatchActivityDetails. - update_task_id- Gets the update_task_id of this PatchActivityDetails. - Methods - __init__(**kwargs)- Initializes a new PatchActivityDetails object with values from keyword arguments. - 
DEPLOY_STATUS_COMPLETED= 'COMPLETED'¶
- A constant which can be used with the deploy_status property of a PatchActivityDetails. This constant has a value of “COMPLETED” 
 - 
DEPLOY_STATUS_FAILED= 'FAILED'¶
- A constant which can be used with the deploy_status property of a PatchActivityDetails. This constant has a value of “FAILED” 
 - 
DEPLOY_STATUS_RUNNING= 'RUNNING'¶
- A constant which can be used with the deploy_status property of a PatchActivityDetails. This constant has a value of “RUNNING” 
 - 
DEPLOY_STATUS_SCHEDULED= 'SCHEDULED'¶
- A constant which can be used with the deploy_status property of a PatchActivityDetails. This constant has a value of “SCHEDULED” 
 - 
MIGRATE_LISTENER_STATUS_COMPLETED= 'COMPLETED'¶
- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. This constant has a value of “COMPLETED” 
 - 
MIGRATE_LISTENER_STATUS_FAILED= 'FAILED'¶
- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. This constant has a value of “FAILED” 
 - 
MIGRATE_LISTENER_STATUS_NA= 'NA'¶
- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. This constant has a value of “NA” 
 - 
MIGRATE_LISTENER_STATUS_RUNNING= 'RUNNING'¶
- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. This constant has a value of “RUNNING” 
 - 
MIGRATE_LISTENER_STATUS_SCHEDULED= 'SCHEDULED'¶
- A constant which can be used with the migrate_listener_status property of a PatchActivityDetails. This constant has a value of “SCHEDULED” 
 - 
UPDATE_STATUS_COMPLETED= 'COMPLETED'¶
- A constant which can be used with the update_status property of a PatchActivityDetails. This constant has a value of “COMPLETED” 
 - 
UPDATE_STATUS_FAILED= 'FAILED'¶
- A constant which can be used with the update_status property of a PatchActivityDetails. This constant has a value of “FAILED” 
 - 
UPDATE_STATUS_RUNNING= 'RUNNING'¶
- A constant which can be used with the update_status property of a PatchActivityDetails. This constant has a value of “RUNNING” 
 - 
UPDATE_STATUS_SCHEDULED= 'SCHEDULED'¶
- A constant which can be used with the update_status property of a PatchActivityDetails. This constant has a value of “SCHEDULED” 
 - 
__init__(**kwargs)¶
- Initializes a new PatchActivityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - deploy_operation_id (str) – The value to assign to the deploy_operation_id property of this PatchActivityDetails.
- deploy_task_id (str) – The value to assign to the deploy_task_id property of this PatchActivityDetails.
- deploy_status (str) – The value to assign to the deploy_status property of this PatchActivityDetails. Allowed values for this property are: “SCHEDULED”, “RUNNING”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- update_operation_id (str) – The value to assign to the update_operation_id property of this PatchActivityDetails.
- update_task_id (str) – The value to assign to the update_task_id property of this PatchActivityDetails.
- update_status (str) – The value to assign to the update_status property of this PatchActivityDetails. Allowed values for this property are: “SCHEDULED”, “RUNNING”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- migrate_listener_operation_id (str) – The value to assign to the migrate_listener_operation_id property of this PatchActivityDetails.
- migrate_listener_task_id (str) – The value to assign to the migrate_listener_task_id property of this PatchActivityDetails.
- migrate_listener_status (str) – The value to assign to the migrate_listener_status property of this PatchActivityDetails. Allowed values for this property are: “SCHEDULED”, “RUNNING”, “COMPLETED”, “FAILED”, “NA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
 
 - 
deploy_operation_id¶
- Gets the deploy_operation_id of this PatchActivityDetails. Operation Identifier for deploy operation. - Returns: - The deploy_operation_id of this PatchActivityDetails. - Return type: - str 
 - 
deploy_status¶
- Gets the deploy_status of this PatchActivityDetails. Status of deploy operation. - Allowed values for this property are: “SCHEDULED”, “RUNNING”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The deploy_status of this PatchActivityDetails. - Return type: - str 
 - 
deploy_task_id¶
- Gets the deploy_task_id of this PatchActivityDetails. Task identifier for deploy operation. - Returns: - The deploy_task_id of this PatchActivityDetails. - Return type: - str 
 - 
migrate_listener_operation_id¶
- Gets the migrate_listener_operation_id of this PatchActivityDetails. Operation Identifier for migrate listener operation. - Returns: - The migrate_listener_operation_id of this PatchActivityDetails. - Return type: - str 
 - 
migrate_listener_status¶
- Gets the migrate_listener_status of this PatchActivityDetails. Status of migrate listener operation. - Allowed values for this property are: “SCHEDULED”, “RUNNING”, “COMPLETED”, “FAILED”, “NA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The migrate_listener_status of this PatchActivityDetails. - Return type: - str 
 - 
migrate_listener_task_id¶
- Gets the migrate_listener_task_id of this PatchActivityDetails. Task identifier for migrate listener operation. - Returns: - The migrate_listener_task_id of this PatchActivityDetails. - Return type: - str 
 - 
update_operation_id¶
- Gets the update_operation_id of this PatchActivityDetails. Operation Identifier for update operation. - Returns: - The update_operation_id of this PatchActivityDetails. - Return type: - str 
 - 
update_status¶
- Gets the update_status of this PatchActivityDetails. Status of update operation. - Allowed values for this property are: “SCHEDULED”, “RUNNING”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The update_status of this PatchActivityDetails. - Return type: - str 
 - 
update_task_id¶
- Gets the update_task_id of this PatchActivityDetails. Task identifier for update operation. - Returns: - The update_task_id of this PatchActivityDetails. - Return type: - str 
 
-