UpdateServiceConnectorDetails

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

Bases: object

The configuration details for updating a connector.

Methods

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

Attributes

defined_tags Gets the defined_tags of this UpdateServiceConnectorDetails.
description Gets the description of this UpdateServiceConnectorDetails.
display_name Gets the display_name of this UpdateServiceConnectorDetails.
freeform_tags Gets the freeform_tags of this UpdateServiceConnectorDetails.
source Gets the source of this UpdateServiceConnectorDetails.
target Gets the target of this UpdateServiceConnectorDetails.
tasks Gets the tasks of this UpdateServiceConnectorDetails.
__init__(**kwargs)

Initializes a new UpdateServiceConnectorDetails 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 UpdateServiceConnectorDetails.
  • description (str) – The value to assign to the description property of this UpdateServiceConnectorDetails.
  • source (oci.sch.models.SourceDetails) – The value to assign to the source property of this UpdateServiceConnectorDetails.
  • tasks (list[oci.sch.models.TaskDetails]) – The value to assign to the tasks property of this UpdateServiceConnectorDetails.
  • target (oci.sch.models.TargetDetails) – The value to assign to the target property of this UpdateServiceConnectorDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateServiceConnectorDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateServiceConnectorDetails.
defined_tags

Gets the defined_tags of this UpdateServiceConnectorDetails. 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 UpdateServiceConnectorDetails.
Return type:dict(str, dict(str, object))
description

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

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

Gets the display_name of this UpdateServiceConnectorDetails. 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 UpdateServiceConnectorDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateServiceConnectorDetails. 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 UpdateServiceConnectorDetails.
Return type:dict(str, str)
source

Gets the source of this UpdateServiceConnectorDetails.

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

Gets the target of this UpdateServiceConnectorDetails.

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

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

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