CreateScheduleDetails¶
-
class
oci.data_integration.models.
CreateScheduleDetails
(**kwargs)¶ Bases:
object
The details for creating a schedule.
Methods
__init__
(**kwargs)Initializes a new CreateScheduleDetails object with values from keyword arguments. Attributes
description
Gets the description of this CreateScheduleDetails. frequency_details
Gets the frequency_details of this CreateScheduleDetails. identifier
[Required] Gets the identifier of this CreateScheduleDetails. is_daylight_adjustment_enabled
Gets the is_daylight_adjustment_enabled of this CreateScheduleDetails. key
Gets the key of this CreateScheduleDetails. model_version
Gets the model_version of this CreateScheduleDetails. name
[Required] Gets the name of this CreateScheduleDetails. object_status
Gets the object_status of this CreateScheduleDetails. object_version
Gets the object_version of this CreateScheduleDetails. registry_metadata
Gets the registry_metadata of this CreateScheduleDetails. timezone
Gets the timezone of this CreateScheduleDetails. -
__init__
(**kwargs)¶ Initializes a new CreateScheduleDetails 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 CreateScheduleDetails.
- model_version (str) – The value to assign to the model_version property of this CreateScheduleDetails.
- name (str) – The value to assign to the name property of this CreateScheduleDetails.
- description (str) – The value to assign to the description property of this CreateScheduleDetails.
- object_version (int) – The value to assign to the object_version property of this CreateScheduleDetails.
- object_status (int) – The value to assign to the object_status property of this CreateScheduleDetails.
- identifier (str) – The value to assign to the identifier property of this CreateScheduleDetails.
- frequency_details (oci.data_integration.models.AbstractFrequencyDetails) – The value to assign to the frequency_details property of this CreateScheduleDetails.
- timezone (str) – The value to assign to the timezone property of this CreateScheduleDetails.
- is_daylight_adjustment_enabled (bool) – The value to assign to the is_daylight_adjustment_enabled property of this CreateScheduleDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateScheduleDetails.
-
description
¶ Gets the description of this CreateScheduleDetails. Detailed description for the object.
Returns: The description of this CreateScheduleDetails. Return type: str
-
frequency_details
¶ Gets the frequency_details of this CreateScheduleDetails.
Returns: The frequency_details of this CreateScheduleDetails. Return type: oci.data_integration.models.AbstractFrequencyDetails
-
identifier
¶ [Required] Gets the identifier of this CreateScheduleDetails. 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 CreateScheduleDetails. Return type: str
-
is_daylight_adjustment_enabled
¶ Gets the is_daylight_adjustment_enabled of this CreateScheduleDetails. A flag to indicate whether daylight adjustment should be considered or not.
Returns: The is_daylight_adjustment_enabled of this CreateScheduleDetails. Return type: bool
-
key
¶ Gets the key of this CreateScheduleDetails. 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 CreateScheduleDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateScheduleDetails. 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 CreateScheduleDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateScheduleDetails. 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 CreateScheduleDetails. Return type: str
-
object_status
¶ Gets the object_status of this CreateScheduleDetails. 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 CreateScheduleDetails. Return type: int
-
object_version
¶ Gets the object_version of this CreateScheduleDetails. 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 CreateScheduleDetails. Return type: int
-
registry_metadata
¶ Gets the registry_metadata of this CreateScheduleDetails.
Returns: The registry_metadata of this CreateScheduleDetails. Return type: oci.data_integration.models.RegistryMetadata
-
timezone
¶ Gets the timezone of this CreateScheduleDetails. The timezone for the schedule.
Returns: The timezone of this CreateScheduleDetails. Return type: str
-