ScheduleSummary

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

Bases: object

The schedule summary information.

Methods

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

Attributes

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

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

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

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

Gets the frequency_details of this ScheduleSummary.

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

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

Gets the is_daylight_adjustment_enabled of this ScheduleSummary. A flag to indicate whether daylight adjustment should be considered or not.

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

Gets the key of this ScheduleSummary. 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 ScheduleSummary.
Return type:str
metadata

Gets the metadata of this ScheduleSummary.

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

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

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

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

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

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

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

Gets the parent_ref of this ScheduleSummary.

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

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

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