ConnectionValidationSummary¶
-
class
oci.data_integration.models.
ConnectionValidationSummary
(**kwargs)¶ Bases:
object
The information about connection validation.
Methods
__init__
(**kwargs)Initializes a new ConnectionValidationSummary object with values from keyword arguments. Attributes
description
Gets the description of this ConnectionValidationSummary. identifier
Gets the identifier of this ConnectionValidationSummary. key
Gets the key of this ConnectionValidationSummary. metadata
Gets the metadata of this ConnectionValidationSummary. model_type
Gets the model_type of this ConnectionValidationSummary. model_version
Gets the model_version of this ConnectionValidationSummary. name
Gets the name of this ConnectionValidationSummary. object_status
Gets the object_status of this ConnectionValidationSummary. object_version
Gets the object_version of this ConnectionValidationSummary. parent_ref
Gets the parent_ref of this ConnectionValidationSummary. validation_message
Gets the validation_message of this ConnectionValidationSummary. -
__init__
(**kwargs)¶ Initializes a new ConnectionValidationSummary 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 ConnectionValidationSummary.
- key (str) – The value to assign to the key property of this ConnectionValidationSummary.
- model_type (str) – The value to assign to the model_type property of this ConnectionValidationSummary.
- model_version (str) – The value to assign to the model_version property of this ConnectionValidationSummary.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ConnectionValidationSummary.
- name (str) – The value to assign to the name property of this ConnectionValidationSummary.
- description (str) – The value to assign to the description property of this ConnectionValidationSummary.
- object_version (int) – The value to assign to the object_version property of this ConnectionValidationSummary.
- object_status (int) – The value to assign to the object_status property of this ConnectionValidationSummary.
- identifier (str) – The value to assign to the identifier property of this ConnectionValidationSummary.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ConnectionValidationSummary.
-
description
¶ Gets the description of this ConnectionValidationSummary. Detailed description for the object.
Returns: The description of this ConnectionValidationSummary. Return type: str
-
identifier
¶ Gets the identifier of this ConnectionValidationSummary. 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 ConnectionValidationSummary. Return type: str
-
key
¶ Gets the key of this ConnectionValidationSummary. Objects will use a 36 character key as unique ID. It is system generated and cannot be modified.
Returns: The key of this ConnectionValidationSummary. Return type: str
-
metadata
¶ Gets the metadata of this ConnectionValidationSummary.
Returns: The metadata of this ConnectionValidationSummary. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this ConnectionValidationSummary. The type of the object.
Returns: The model_type of this ConnectionValidationSummary. Return type: str
-
model_version
¶ Gets the model_version of this ConnectionValidationSummary. The model version of an object.
Returns: The model_version of this ConnectionValidationSummary. Return type: str
-
name
¶ Gets the name of this ConnectionValidationSummary. 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 ConnectionValidationSummary. Return type: str
-
object_status
¶ Gets the object_status of this ConnectionValidationSummary. 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 ConnectionValidationSummary. Return type: int
-
object_version
¶ Gets the object_version of this ConnectionValidationSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this ConnectionValidationSummary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this ConnectionValidationSummary.
Returns: The parent_ref of this ConnectionValidationSummary. Return type: oci.data_integration.models.ParentReference
-
validation_message
¶ Gets the validation_message of this ConnectionValidationSummary.
Returns: The validation_message of this ConnectionValidationSummary. Return type: oci.data_integration.models.Message
-