CreateConnectHarnessDetails¶
-
class
oci.streaming.models.
CreateConnectHarnessDetails
(**kwargs)¶ Bases:
object
Object used to create a connect harness.
Methods
__init__
(**kwargs)Initializes a new CreateConnectHarnessDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateConnectHarnessDetails. defined_tags
Gets the defined_tags of this CreateConnectHarnessDetails. freeform_tags
Gets the freeform_tags of this CreateConnectHarnessDetails. name
[Required] Gets the name of this CreateConnectHarnessDetails. -
__init__
(**kwargs)¶ Initializes a new CreateConnectHarnessDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CreateConnectHarnessDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateConnectHarnessDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateConnectHarnessDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateConnectHarnessDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateConnectHarnessDetails. The OCID of the compartment that contains the connect harness.
Returns: The compartment_id of this CreateConnectHarnessDetails. Return type: str
Gets the defined_tags of this CreateConnectHarnessDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateConnectHarnessDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this CreateConnectHarnessDetails. Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateConnectHarnessDetails. Return type: dict(str, str)
-
name
¶ [Required] Gets the name of this CreateConnectHarnessDetails. The name of the connect harness. Avoid entering confidential information.
Example: JDBCConnector
Returns: The name of this CreateConnectHarnessDetails. Return type: str
-