ConnectionValidation

class oci.data_integration.models.ConnectionValidation(**kwargs)

Bases: object

The information about connection validation.

Methods

__init__(**kwargs) Initializes a new ConnectionValidation object with values from keyword arguments.

Attributes

description Gets the description of this ConnectionValidation.
identifier Gets the identifier of this ConnectionValidation.
key Gets the key of this ConnectionValidation.
metadata Gets the metadata of this ConnectionValidation.
model_type Gets the model_type of this ConnectionValidation.
model_version Gets the model_version of this ConnectionValidation.
name Gets the name of this ConnectionValidation.
object_status Gets the object_status of this ConnectionValidation.
object_version Gets the object_version of this ConnectionValidation.
parent_ref Gets the parent_ref of this ConnectionValidation.
validation_message Gets the validation_message of this ConnectionValidation.
__init__(**kwargs)

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

Parameters:
  • validation_message (oci.data_integration.models.Message) – The value to assign to the validation_message property of this ConnectionValidation.
  • key (str) – The value to assign to the key property of this ConnectionValidation.
  • model_type (str) – The value to assign to the model_type property of this ConnectionValidation.
  • model_version (str) – The value to assign to the model_version property of this ConnectionValidation.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ConnectionValidation.
  • name (str) – The value to assign to the name property of this ConnectionValidation.
  • description (str) – The value to assign to the description property of this ConnectionValidation.
  • object_version (int) – The value to assign to the object_version property of this ConnectionValidation.
  • object_status (int) – The value to assign to the object_status property of this ConnectionValidation.
  • identifier (str) – The value to assign to the identifier property of this ConnectionValidation.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ConnectionValidation.
description

Gets the description of this ConnectionValidation. Detailed description for the object.

Returns:The description of this ConnectionValidation.
Return type:str
identifier

Gets the identifier of this ConnectionValidation. 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 ConnectionValidation.
Return type:str
key

Gets the key of this ConnectionValidation. Objects will use a 36 character key as unique ID. It is system generated and cannot be modified.

Returns:The key of this ConnectionValidation.
Return type:str
metadata

Gets the metadata of this ConnectionValidation.

Returns:The metadata of this ConnectionValidation.
Return type:oci.data_integration.models.ObjectMetadata
model_type

Gets the model_type of this ConnectionValidation. The type of the object.

Returns:The model_type of this ConnectionValidation.
Return type:str
model_version

Gets the model_version of this ConnectionValidation. The model version of an object.

Returns:The model_version of this ConnectionValidation.
Return type:str
name

Gets the name of this ConnectionValidation. 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 ConnectionValidation.
Return type:str
object_status

Gets the object_status of this ConnectionValidation. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this ConnectionValidation.
Return type:int
object_version

Gets the object_version of this ConnectionValidation. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this ConnectionValidation.
Return type:int
parent_ref

Gets the parent_ref of this ConnectionValidation.

Returns:The parent_ref of this ConnectionValidation.
Return type:oci.data_integration.models.ParentReference
validation_message

Gets the validation_message of this ConnectionValidation.

Returns:The validation_message of this ConnectionValidation.
Return type:oci.data_integration.models.Message