UpdateTaskScheduleDetails

class oci.data_integration.models.UpdateTaskScheduleDetails(**kwargs)

Bases: object

The update task details.

Attributes

AUTH_MODE_OBO A constant which can be used with the auth_mode property of a UpdateTaskScheduleDetails.
AUTH_MODE_RESOURCE_PRINCIPAL A constant which can be used with the auth_mode property of a UpdateTaskScheduleDetails.
AUTH_MODE_USER_CERTIFICATE A constant which can be used with the auth_mode property of a UpdateTaskScheduleDetails.
EXPECTED_DURATION_UNIT_DAYS A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails.
EXPECTED_DURATION_UNIT_HOURS A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails.
EXPECTED_DURATION_UNIT_MINUTES A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails.
EXPECTED_DURATION_UNIT_SECONDS A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails.
RETRY_DELAY_UNIT_DAYS A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails.
RETRY_DELAY_UNIT_HOURS A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails.
RETRY_DELAY_UNIT_MINUTES A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails.
RETRY_DELAY_UNIT_SECONDS A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails.
auth_mode Gets the auth_mode of this UpdateTaskScheduleDetails.
config_provider_delegate Gets the config_provider_delegate of this UpdateTaskScheduleDetails.
description Gets the description of this UpdateTaskScheduleDetails.
end_time_millis Gets the end_time_millis of this UpdateTaskScheduleDetails.
expected_duration Gets the expected_duration of this UpdateTaskScheduleDetails.
expected_duration_unit Gets the expected_duration_unit of this UpdateTaskScheduleDetails.
identifier Gets the identifier of this UpdateTaskScheduleDetails.
is_backfill_enabled Gets the is_backfill_enabled of this UpdateTaskScheduleDetails.
is_concurrent_allowed Gets the is_concurrent_allowed of this UpdateTaskScheduleDetails.
is_enabled Gets the is_enabled of this UpdateTaskScheduleDetails.
key [Required] Gets the key of this UpdateTaskScheduleDetails.
model_type Gets the model_type of this UpdateTaskScheduleDetails.
model_version Gets the model_version of this UpdateTaskScheduleDetails.
name Gets the name of this UpdateTaskScheduleDetails.
number_of_retries Gets the number_of_retries of this UpdateTaskScheduleDetails.
object_status Gets the object_status of this UpdateTaskScheduleDetails.
object_version [Required] Gets the object_version of this UpdateTaskScheduleDetails.
parent_ref Gets the parent_ref of this UpdateTaskScheduleDetails.
registry_metadata Gets the registry_metadata of this UpdateTaskScheduleDetails.
retry_delay Gets the retry_delay of this UpdateTaskScheduleDetails.
retry_delay_unit Gets the retry_delay_unit of this UpdateTaskScheduleDetails.
schedule_ref Gets the schedule_ref of this UpdateTaskScheduleDetails.
start_time_millis Gets the start_time_millis of this UpdateTaskScheduleDetails.

Methods

__init__(**kwargs) Initializes a new UpdateTaskScheduleDetails object with values from keyword arguments.
AUTH_MODE_OBO = 'OBO'

A constant which can be used with the auth_mode property of a UpdateTaskScheduleDetails. This constant has a value of “OBO”

AUTH_MODE_RESOURCE_PRINCIPAL = 'RESOURCE_PRINCIPAL'

A constant which can be used with the auth_mode property of a UpdateTaskScheduleDetails. This constant has a value of “RESOURCE_PRINCIPAL”

AUTH_MODE_USER_CERTIFICATE = 'USER_CERTIFICATE'

A constant which can be used with the auth_mode property of a UpdateTaskScheduleDetails. This constant has a value of “USER_CERTIFICATE”

EXPECTED_DURATION_UNIT_DAYS = 'DAYS'

A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails. This constant has a value of “DAYS”

EXPECTED_DURATION_UNIT_HOURS = 'HOURS'

A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails. This constant has a value of “HOURS”

EXPECTED_DURATION_UNIT_MINUTES = 'MINUTES'

A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails. This constant has a value of “MINUTES”

EXPECTED_DURATION_UNIT_SECONDS = 'SECONDS'

A constant which can be used with the expected_duration_unit property of a UpdateTaskScheduleDetails. This constant has a value of “SECONDS”

RETRY_DELAY_UNIT_DAYS = 'DAYS'

A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails. This constant has a value of “DAYS”

RETRY_DELAY_UNIT_HOURS = 'HOURS'

A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails. This constant has a value of “HOURS”

RETRY_DELAY_UNIT_MINUTES = 'MINUTES'

A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails. This constant has a value of “MINUTES”

RETRY_DELAY_UNIT_SECONDS = 'SECONDS'

A constant which can be used with the retry_delay_unit property of a UpdateTaskScheduleDetails. This constant has a value of “SECONDS”

__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this UpdateTaskScheduleDetails.
  • model_version (str) – The value to assign to the model_version property of this UpdateTaskScheduleDetails.
  • model_type (str) – The value to assign to the model_type property of this UpdateTaskScheduleDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UpdateTaskScheduleDetails.
  • name (str) – The value to assign to the name property of this UpdateTaskScheduleDetails.
  • description (str) – The value to assign to the description property of this UpdateTaskScheduleDetails.
  • object_version (int) – The value to assign to the object_version property of this UpdateTaskScheduleDetails.
  • object_status (int) – The value to assign to the object_status property of this UpdateTaskScheduleDetails.
  • identifier (str) – The value to assign to the identifier property of this UpdateTaskScheduleDetails.
  • schedule_ref (oci.data_integration.models.Schedule) – The value to assign to the schedule_ref property of this UpdateTaskScheduleDetails.
  • config_provider_delegate (oci.data_integration.models.ConfigProvider) – The value to assign to the config_provider_delegate property of this UpdateTaskScheduleDetails.
  • is_enabled (bool) – The value to assign to the is_enabled property of this UpdateTaskScheduleDetails.
  • number_of_retries (int) – The value to assign to the number_of_retries property of this UpdateTaskScheduleDetails.
  • retry_delay (float) – The value to assign to the retry_delay property of this UpdateTaskScheduleDetails.
  • retry_delay_unit (str) – The value to assign to the retry_delay_unit property of this UpdateTaskScheduleDetails. Allowed values for this property are: “SECONDS”, “MINUTES”, “HOURS”, “DAYS”
  • start_time_millis (int) – The value to assign to the start_time_millis property of this UpdateTaskScheduleDetails.
  • end_time_millis (int) – The value to assign to the end_time_millis property of this UpdateTaskScheduleDetails.
  • is_concurrent_allowed (bool) – The value to assign to the is_concurrent_allowed property of this UpdateTaskScheduleDetails.
  • is_backfill_enabled (bool) – The value to assign to the is_backfill_enabled property of this UpdateTaskScheduleDetails.
  • auth_mode (str) – The value to assign to the auth_mode property of this UpdateTaskScheduleDetails. Allowed values for this property are: “OBO”, “RESOURCE_PRINCIPAL”, “USER_CERTIFICATE”
  • expected_duration (float) – The value to assign to the expected_duration property of this UpdateTaskScheduleDetails.
  • expected_duration_unit (str) – The value to assign to the expected_duration_unit property of this UpdateTaskScheduleDetails. Allowed values for this property are: “SECONDS”, “MINUTES”, “HOURS”, “DAYS”
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateTaskScheduleDetails.
auth_mode

Gets the auth_mode of this UpdateTaskScheduleDetails. The authorization mode for the task.

Allowed values for this property are: “OBO”, “RESOURCE_PRINCIPAL”, “USER_CERTIFICATE”

Returns:The auth_mode of this UpdateTaskScheduleDetails.
Return type:str
config_provider_delegate

Gets the config_provider_delegate of this UpdateTaskScheduleDetails.

Returns:The config_provider_delegate of this UpdateTaskScheduleDetails.
Return type:oci.data_integration.models.ConfigProvider
description

Gets the description of this UpdateTaskScheduleDetails. Detailed description for the object.

Returns:The description of this UpdateTaskScheduleDetails.
Return type:str
end_time_millis

Gets the end_time_millis of this UpdateTaskScheduleDetails. The end time in milliseconds.

Returns:The end_time_millis of this UpdateTaskScheduleDetails.
Return type:int
expected_duration

Gets the expected_duration of this UpdateTaskScheduleDetails. The expected duration of the task.

Returns:The expected_duration of this UpdateTaskScheduleDetails.
Return type:float
expected_duration_unit

Gets the expected_duration_unit of this UpdateTaskScheduleDetails. The expected duration of the task.

Allowed values for this property are: “SECONDS”, “MINUTES”, “HOURS”, “DAYS”

Returns:The expected_duration_unit of this UpdateTaskScheduleDetails.
Return type:str
identifier

Gets the identifier of this UpdateTaskScheduleDetails. 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 UpdateTaskScheduleDetails.
Return type:str
is_backfill_enabled

Gets the is_backfill_enabled of this UpdateTaskScheduleDetails. Whether the backfill is enabled.

Returns:The is_backfill_enabled of this UpdateTaskScheduleDetails.
Return type:bool
is_concurrent_allowed

Gets the is_concurrent_allowed of this UpdateTaskScheduleDetails. Whether the same task can be executed concurrently.

Returns:The is_concurrent_allowed of this UpdateTaskScheduleDetails.
Return type:bool
is_enabled

Gets the is_enabled of this UpdateTaskScheduleDetails. enabled

Returns:The is_enabled of this UpdateTaskScheduleDetails.
Return type:bool
key

[Required] Gets the key of this UpdateTaskScheduleDetails. Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.

Returns:The key of this UpdateTaskScheduleDetails.
Return type:str
model_type

Gets the model_type of this UpdateTaskScheduleDetails. The type of the object.

Returns:The model_type of this UpdateTaskScheduleDetails.
Return type:str
model_version

Gets the model_version of this UpdateTaskScheduleDetails. This is a version number that is used by the service to upgrade objects if needed through releases of the service.

Returns:The model_version of this UpdateTaskScheduleDetails.
Return type:str
name

Gets the name of this UpdateTaskScheduleDetails. 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 UpdateTaskScheduleDetails.
Return type:str
number_of_retries

Gets the number_of_retries of this UpdateTaskScheduleDetails. The number of retries.

Returns:The number_of_retries of this UpdateTaskScheduleDetails.
Return type:int
object_status

Gets the object_status of this UpdateTaskScheduleDetails. 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 UpdateTaskScheduleDetails.
Return type:int
object_version

[Required] Gets the object_version of this UpdateTaskScheduleDetails. This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.

Returns:The object_version of this UpdateTaskScheduleDetails.
Return type:int
parent_ref

Gets the parent_ref of this UpdateTaskScheduleDetails.

Returns:The parent_ref of this UpdateTaskScheduleDetails.
Return type:oci.data_integration.models.ParentReference
registry_metadata

Gets the registry_metadata of this UpdateTaskScheduleDetails.

Returns:The registry_metadata of this UpdateTaskScheduleDetails.
Return type:oci.data_integration.models.RegistryMetadata
retry_delay

Gets the retry_delay of this UpdateTaskScheduleDetails. The retry delay, the unit for measurement is in the property retry delay unit.

Returns:The retry_delay of this UpdateTaskScheduleDetails.
Return type:float
retry_delay_unit

Gets the retry_delay_unit of this UpdateTaskScheduleDetails. The unit for the retry delay.

Allowed values for this property are: “SECONDS”, “MINUTES”, “HOURS”, “DAYS”

Returns:The retry_delay_unit of this UpdateTaskScheduleDetails.
Return type:str
schedule_ref

Gets the schedule_ref of this UpdateTaskScheduleDetails.

Returns:The schedule_ref of this UpdateTaskScheduleDetails.
Return type:oci.data_integration.models.Schedule
start_time_millis

Gets the start_time_millis of this UpdateTaskScheduleDetails. The start time in milliseconds.

Returns:The start_time_millis of this UpdateTaskScheduleDetails.
Return type:int