ApexFaIntegrationPrerequisitesCheck

class oci.database_tools_runtime.models.ApexFaIntegrationPrerequisitesCheck(**kwargs)

Bases: object

The results of a prerequisites check for APEX FA integration

Attributes

STATUS_ERROR A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck.
STATUS_FAIL A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck.
STATUS_PASS A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck.
STATUS_UNKNOWN A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck.
status Gets the status of this ApexFaIntegrationPrerequisitesCheck.
status_details Gets the status_details of this ApexFaIntegrationPrerequisitesCheck.

Methods

__init__(**kwargs) Initializes a new ApexFaIntegrationPrerequisitesCheck object with values from keyword arguments.
STATUS_ERROR = 'ERROR'

A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck. This constant has a value of “ERROR”

STATUS_FAIL = 'FAIL'

A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck. This constant has a value of “FAIL”

STATUS_PASS = 'PASS'

A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck. This constant has a value of “PASS”

STATUS_UNKNOWN = 'UNKNOWN'

A constant which can be used with the status property of a ApexFaIntegrationPrerequisitesCheck. This constant has a value of “UNKNOWN”

__init__(**kwargs)

Initializes a new ApexFaIntegrationPrerequisitesCheck object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • status (str) – The value to assign to the status property of this ApexFaIntegrationPrerequisitesCheck. Allowed values for this property are: “PASS”, “FAIL”, “ERROR”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status_details (list[str]) – The value to assign to the status_details property of this ApexFaIntegrationPrerequisitesCheck.
status

Gets the status of this ApexFaIntegrationPrerequisitesCheck. Status indicating the outcome of the prerequisites check.

Allowed values for this property are: “PASS”, “FAIL”, “ERROR”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this ApexFaIntegrationPrerequisitesCheck.
Return type:str
status_details

Gets the status_details of this ApexFaIntegrationPrerequisitesCheck. Messages describing the prerequisites check outcome. Messages can provide actionable information when the status indicates a failure.

Returns:The status_details of this ApexFaIntegrationPrerequisitesCheck.
Return type:list[str]