DefaultTestPipelineConnectionDetails¶
-
class
oci.golden_gate.models.
DefaultTestPipelineConnectionDetails
(**kwargs)¶ Bases:
oci.golden_gate.models.test_pipeline_connection_details.TestPipelineConnectionDetails
Additional attribute with which to test the pipeline’s connection. The connectionId must be one of the pipeline’s assigned connections.
Attributes
TYPE_DEFAULT
str(object=’’) -> str connection_id
[Required] Gets the connection_id of this DefaultTestPipelineConnectionDetails. type
[Required] Gets the type of this TestPipelineConnectionDetails. Methods
__init__
(**kwargs)Initializes a new DefaultTestPipelineConnectionDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_DEFAULT
= 'DEFAULT'¶
-
__init__
(**kwargs)¶ Initializes a new DefaultTestPipelineConnectionDetails object with values from keyword arguments. The default value of the
type
attribute of this class isDEFAULT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this DefaultTestPipelineConnectionDetails. Allowed values for this property are: “DEFAULT”
- connection_id (str) – The value to assign to the connection_id property of this DefaultTestPipelineConnectionDetails.
-
connection_id
¶ [Required] Gets the connection_id of this DefaultTestPipelineConnectionDetails. The OCID of the connection being referenced.
Returns: The connection_id of this DefaultTestPipelineConnectionDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
type
¶ [Required] Gets the type of this TestPipelineConnectionDetails. Type of test for an assigned pipeline connection. This option applies when testing a pipeline connection.
Allowed values for this property are: “DEFAULT”
Returns: The type of this TestPipelineConnectionDetails. Return type: str
-