DisasterRecoveryPrecheckResult¶
-
class
oci.golden_gate.models.DisasterRecoveryPrecheckResult(**kwargs)¶ Bases:
objectA single precheck result.
Attributes
RELATED_RESOURCE_TYPE_GOLDENGATECONNECTIONA constant which can be used with the related_resource_type property of a DisasterRecoveryPrecheckResult. RELATED_RESOURCE_TYPE_GOLDENGATEDEPLOYMENTA constant which can be used with the related_resource_type property of a DisasterRecoveryPrecheckResult. RELATED_RESOURCE_TYPE_VAULTSECRETA constant which can be used with the related_resource_type property of a DisasterRecoveryPrecheckResult. STATUS_FAILEDA constant which can be used with the status property of a DisasterRecoveryPrecheckResult. STATUS_IN_PROGRESSA constant which can be used with the status property of a DisasterRecoveryPrecheckResult. STATUS_NEEDS_ATTENTIONA constant which can be used with the status property of a DisasterRecoveryPrecheckResult. STATUS_SUCCEEDEDA constant which can be used with the status property of a DisasterRecoveryPrecheckResult. code[Required] Gets the code of this DisasterRecoveryPrecheckResult. corrective_actionGets the corrective_action of this DisasterRecoveryPrecheckResult. description[Required] Gets the description of this DisasterRecoveryPrecheckResult. display_name[Required] Gets the display_name of this DisasterRecoveryPrecheckResult. key[Required] Gets the key of this DisasterRecoveryPrecheckResult. related_resource_id[Required] Gets the related_resource_id of this DisasterRecoveryPrecheckResult. related_resource_type[Required] Gets the related_resource_type of this DisasterRecoveryPrecheckResult. status[Required] Gets the status of this DisasterRecoveryPrecheckResult. Methods
__init__(**kwargs)Initializes a new DisasterRecoveryPrecheckResult object with values from keyword arguments. -
RELATED_RESOURCE_TYPE_GOLDENGATECONNECTION= 'GOLDENGATECONNECTION'¶ A constant which can be used with the related_resource_type property of a DisasterRecoveryPrecheckResult. This constant has a value of “GOLDENGATECONNECTION”
-
RELATED_RESOURCE_TYPE_GOLDENGATEDEPLOYMENT= 'GOLDENGATEDEPLOYMENT'¶ A constant which can be used with the related_resource_type property of a DisasterRecoveryPrecheckResult. This constant has a value of “GOLDENGATEDEPLOYMENT”
-
RELATED_RESOURCE_TYPE_VAULTSECRET= 'VAULTSECRET'¶ A constant which can be used with the related_resource_type property of a DisasterRecoveryPrecheckResult. This constant has a value of “VAULTSECRET”
-
STATUS_FAILED= 'FAILED'¶ A constant which can be used with the status property of a DisasterRecoveryPrecheckResult. This constant has a value of “FAILED”
-
STATUS_IN_PROGRESS= 'IN_PROGRESS'¶ A constant which can be used with the status property of a DisasterRecoveryPrecheckResult. This constant has a value of “IN_PROGRESS”
-
STATUS_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶ A constant which can be used with the status property of a DisasterRecoveryPrecheckResult. This constant has a value of “NEEDS_ATTENTION”
-
STATUS_SUCCEEDED= 'SUCCEEDED'¶ A constant which can be used with the status property of a DisasterRecoveryPrecheckResult. This constant has a value of “SUCCEEDED”
-
__init__(**kwargs)¶ Initializes a new DisasterRecoveryPrecheckResult 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 DisasterRecoveryPrecheckResult.
- display_name (str) – The value to assign to the display_name property of this DisasterRecoveryPrecheckResult.
- description (str) – The value to assign to the description property of this DisasterRecoveryPrecheckResult.
- corrective_action (str) – The value to assign to the corrective_action property of this DisasterRecoveryPrecheckResult.
- status (str) – The value to assign to the status property of this DisasterRecoveryPrecheckResult. Allowed values for this property are: “SUCCEEDED”, “IN_PROGRESS”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- related_resource_id (str) – The value to assign to the related_resource_id property of this DisasterRecoveryPrecheckResult.
- related_resource_type (str) – The value to assign to the related_resource_type property of this DisasterRecoveryPrecheckResult. Allowed values for this property are: “GOLDENGATEDEPLOYMENT”, “GOLDENGATECONNECTION”, “VAULTSECRET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- code (str) – The value to assign to the code property of this DisasterRecoveryPrecheckResult.
-
code¶ [Required] Gets the code of this DisasterRecoveryPrecheckResult. The code returned when GoldenGate reports an error while running a step during pipeline initialization. https://docs.oracle.com/en/middleware/goldengate/core/23/error-messages/ogg-00001-ogg-40000.html#GUID-97FF7AA7-7A5C-4AA7-B29F-3CC8D26761F2
Returns: The code of this DisasterRecoveryPrecheckResult. Return type: str
-
corrective_action¶ Gets the corrective_action of this DisasterRecoveryPrecheckResult. The corrective action for non-passing checks. Null for passed checks.
Returns: The corrective_action of this DisasterRecoveryPrecheckResult. Return type: str
-
description¶ [Required] Gets the description of this DisasterRecoveryPrecheckResult. Metadata about this specific object.
Returns: The description of this DisasterRecoveryPrecheckResult. Return type: str
-
display_name¶ [Required] Gets the display_name of this DisasterRecoveryPrecheckResult. An object’s Display Name.
Returns: The display_name of this DisasterRecoveryPrecheckResult. Return type: str
-
key¶ [Required] Gets the key of this DisasterRecoveryPrecheckResult. UUID to uniquely identify the each check result.
Returns: The key of this DisasterRecoveryPrecheckResult. Return type: str
[Required] Gets the related_resource_id of this DisasterRecoveryPrecheckResult. The OCID of the resource related to the corresponding check.
Returns: The related_resource_id of this DisasterRecoveryPrecheckResult. Return type: str
[Required] Gets the related_resource_type of this DisasterRecoveryPrecheckResult. Type of resource related to corresponding check.
Allowed values for this property are: “GOLDENGATEDEPLOYMENT”, “GOLDENGATECONNECTION”, “VAULTSECRET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The related_resource_type of this DisasterRecoveryPrecheckResult. Return type: str
-
status¶ [Required] Gets the status of this DisasterRecoveryPrecheckResult. Status of the DR precheck result.
Allowed values for this property are: “SUCCEEDED”, “IN_PROGRESS”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this DisasterRecoveryPrecheckResult. Return type: str
-