Schedule

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

Bases: object

The schedule object

Methods

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

Attributes

description Gets the description of this Schedule.
frequency_details Gets the frequency_details of this Schedule.
identifier Gets the identifier of this Schedule.
is_daylight_adjustment_enabled Gets the is_daylight_adjustment_enabled of this Schedule.
key Gets the key of this Schedule.
metadata Gets the metadata of this Schedule.
model_type Gets the model_type of this Schedule.
model_version Gets the model_version of this Schedule.
name Gets the name of this Schedule.
object_status Gets the object_status of this Schedule.
object_version Gets the object_version of this Schedule.
parent_ref Gets the parent_ref of this Schedule.
timezone Gets the timezone of this Schedule.
__init__(**kwargs)

Initializes a new Schedule 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 Schedule.
  • model_version (str) – The value to assign to the model_version property of this Schedule.
  • model_type (str) – The value to assign to the model_type property of this Schedule.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this Schedule.
  • name (str) – The value to assign to the name property of this Schedule.
  • description (str) – The value to assign to the description property of this Schedule.
  • object_version (int) – The value to assign to the object_version property of this Schedule.
  • object_status (int) – The value to assign to the object_status property of this Schedule.
  • identifier (str) – The value to assign to the identifier property of this Schedule.
  • frequency_details (oci.data_integration.models.AbstractFrequencyDetails) – The value to assign to the frequency_details property of this Schedule.
  • timezone (str) – The value to assign to the timezone property of this Schedule.
  • is_daylight_adjustment_enabled (bool) – The value to assign to the is_daylight_adjustment_enabled property of this Schedule.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this Schedule.
description

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

Returns:The description of this Schedule.
Return type:str
frequency_details

Gets the frequency_details of this Schedule.

Returns:The frequency_details of this Schedule.
Return type:oci.data_integration.models.AbstractFrequencyDetails
identifier

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

Gets the is_daylight_adjustment_enabled of this Schedule. A flag to indicate daylight saving.

Returns:The is_daylight_adjustment_enabled of this Schedule.
Return type:bool
key

Gets the key of this Schedule. Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.

Returns:The key of this Schedule.
Return type:str
metadata

Gets the metadata of this Schedule.

Returns:The metadata of this Schedule.
Return type:oci.data_integration.models.ObjectMetadata
model_type

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

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

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

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

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

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

Gets the parent_ref of this Schedule.

Returns:The parent_ref of this Schedule.
Return type:oci.data_integration.models.ParentReference
timezone

Gets the timezone of this Schedule. The timezone for the schedule.

Returns:The timezone of this Schedule.
Return type:str