ValidateConnectionResult

class oci.data_catalog.models.ValidateConnectionResult(**kwargs)

Bases: object

Details regarding the validation of a connection resource.

Attributes

STATUS_FAILED A constant which can be used with the status property of a ValidateConnectionResult.
STATUS_SUCCEEDED A constant which can be used with the status property of a ValidateConnectionResult.
message Gets the message of this ValidateConnectionResult.
status [Required] Gets the status of this ValidateConnectionResult.

Methods

__init__(**kwargs) Initializes a new ValidateConnectionResult object with values from keyword arguments.
STATUS_FAILED = 'FAILED'

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

STATUS_SUCCEEDED = 'SUCCEEDED'

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

__init__(**kwargs)

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

Parameters:
  • message (str) – The value to assign to the message property of this ValidateConnectionResult.
  • status (str) – The value to assign to the status property of this ValidateConnectionResult. Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
message

Gets the message of this ValidateConnectionResult. The message from the connection validation.

Returns:The message of this ValidateConnectionResult.
Return type:str
status

[Required] Gets the status of this ValidateConnectionResult. The status returned from the connection validation.

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

Returns:The status of this ValidateConnectionResult.
Return type:str