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