CreateServiceConnectorDetails

class oci.sch.models.CreateServiceConnectorDetails(**kwargs)

Bases: object

The configuration details for creating a connector.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateServiceConnectorDetails.
defined_tags Gets the defined_tags of this CreateServiceConnectorDetails.
description Gets the description of this CreateServiceConnectorDetails.
display_name [Required] Gets the display_name of this CreateServiceConnectorDetails.
freeform_tags Gets the freeform_tags of this CreateServiceConnectorDetails.
source [Required] Gets the source of this CreateServiceConnectorDetails.
target [Required] Gets the target of this CreateServiceConnectorDetails.
tasks Gets the tasks of this CreateServiceConnectorDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateServiceConnectorDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateServiceConnectorDetails.
  • description (str) – The value to assign to the description property of this CreateServiceConnectorDetails.
  • source (oci.sch.models.SourceDetails) – The value to assign to the source property of this CreateServiceConnectorDetails.
  • tasks (list[oci.sch.models.TaskDetails]) – The value to assign to the tasks property of this CreateServiceConnectorDetails.
  • target (oci.sch.models.TargetDetails) – The value to assign to the target property of this CreateServiceConnectorDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateServiceConnectorDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateServiceConnectorDetails.
compartment_id

[Required] Gets the compartment_id of this CreateServiceConnectorDetails. The OCID of the comparment to create the connector in.

Returns:The compartment_id of this CreateServiceConnectorDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateServiceConnectorDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateServiceConnectorDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateServiceConnectorDetails. The description of the resource. Avoid entering confidential information.

Returns:The description of this CreateServiceConnectorDetails.
Return type:str
display_name

[Required] Gets the display_name of this CreateServiceConnectorDetails. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.

Returns:The display_name of this CreateServiceConnectorDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateServiceConnectorDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CreateServiceConnectorDetails.
Return type:dict(str, str)
source

[Required] Gets the source of this CreateServiceConnectorDetails.

Returns:The source of this CreateServiceConnectorDetails.
Return type:oci.sch.models.SourceDetails
target

[Required] Gets the target of this CreateServiceConnectorDetails.

Returns:The target of this CreateServiceConnectorDetails.
Return type:oci.sch.models.TargetDetails
tasks

Gets the tasks of this CreateServiceConnectorDetails. The list of tasks.

Returns:The tasks of this CreateServiceConnectorDetails.
Return type:list[oci.sch.models.TaskDetails]