pulumi-oci 2.23.0a1738332002__py3-none-any.whl → 2.24.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. pulumi_oci/__init__.py +72 -0
  2. pulumi_oci/database/__init__.py +20 -0
  3. pulumi_oci/database/_inputs.py +868 -14
  4. pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
  5. pulumi_oci/database/exadata_infrastructure.py +28 -0
  6. pulumi_oci/database/execution_action.py +812 -0
  7. pulumi_oci/database/execution_window.py +856 -0
  8. pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
  9. pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
  10. pulumi_oci/database/get_exadata_infrastructure.py +15 -1
  11. pulumi_oci/database/get_execution_action.py +352 -0
  12. pulumi_oci/database/get_execution_actions.py +213 -0
  13. pulumi_oci/database/get_execution_window.py +379 -0
  14. pulumi_oci/database/get_execution_windows.py +213 -0
  15. pulumi_oci/database/get_maintenance_run.py +32 -4
  16. pulumi_oci/database/get_scheduled_action.py +324 -0
  17. pulumi_oci/database/get_scheduled_action_params.py +144 -0
  18. pulumi_oci/database/get_scheduled_actions.py +240 -0
  19. pulumi_oci/database/get_scheduling_plan.py +323 -0
  20. pulumi_oci/database/get_scheduling_plans.py +243 -0
  21. pulumi_oci/database/get_scheduling_policies.py +191 -0
  22. pulumi_oci/database/get_scheduling_policy.py +268 -0
  23. pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
  24. pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
  25. pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
  26. pulumi_oci/database/maintenance_run.py +58 -2
  27. pulumi_oci/database/outputs.py +11459 -7870
  28. pulumi_oci/database/scheduled_action.py +775 -0
  29. pulumi_oci/database/scheduling_plan.py +744 -0
  30. pulumi_oci/database/scheduling_policy.py +616 -0
  31. pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
  32. pulumi_oci/datasafe/__init__.py +8 -0
  33. pulumi_oci/datasafe/_inputs.py +466 -12
  34. pulumi_oci/datasafe/alert.py +7 -7
  35. pulumi_oci/datasafe/alert_policy.py +7 -7
  36. pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
  37. pulumi_oci/datasafe/audit_policy.py +7 -7
  38. pulumi_oci/datasafe/audit_policy_management.py +21 -21
  39. pulumi_oci/datasafe/audit_profile.py +18 -18
  40. pulumi_oci/datasafe/audit_profile_management.py +21 -21
  41. pulumi_oci/datasafe/audit_trail.py +14 -14
  42. pulumi_oci/datasafe/audit_trail_management.py +14 -14
  43. pulumi_oci/datasafe/data_safe_configuration.py +4 -4
  44. pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
  45. pulumi_oci/datasafe/database_security_config.py +7 -7
  46. pulumi_oci/datasafe/database_security_config_management.py +7 -7
  47. pulumi_oci/datasafe/discovery_mod.py +7 -7
  48. pulumi_oci/datasafe/get_alert.py +1 -1
  49. pulumi_oci/datasafe/get_alert_policy.py +1 -1
  50. pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
  51. pulumi_oci/datasafe/get_audit_events.py +2 -2
  52. pulumi_oci/datasafe/get_audit_policy.py +1 -1
  53. pulumi_oci/datasafe/get_audit_profile.py +2 -2
  54. pulumi_oci/datasafe/get_audit_trail.py +1 -1
  55. pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
  56. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
  57. pulumi_oci/datasafe/get_database_security_config.py +1 -1
  58. pulumi_oci/datasafe/get_discovery_job.py +1 -1
  59. pulumi_oci/datasafe/get_library_masking_format.py +1 -1
  60. pulumi_oci/datasafe/get_masking_policy.py +1 -1
  61. pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
  62. pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
  63. pulumi_oci/datasafe/get_onprem_connector.py +1 -1
  64. pulumi_oci/datasafe/get_report.py +1 -1
  65. pulumi_oci/datasafe/get_report_definition.py +1 -1
  66. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
  67. pulumi_oci/datasafe/get_security_assessment.py +1 -1
  68. pulumi_oci/datasafe/get_security_policy.py +1 -1
  69. pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
  70. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
  71. pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
  72. pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
  73. pulumi_oci/datasafe/get_sensitive_type.py +1 -1
  74. pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
  75. pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
  76. pulumi_oci/datasafe/get_sql_collection.py +1 -1
  77. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
  78. pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
  79. pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
  80. pulumi_oci/datasafe/get_target_database.py +1 -1
  81. pulumi_oci/datasafe/get_user_assessment.py +1 -1
  82. pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
  83. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
  84. pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
  85. pulumi_oci/datasafe/library_masing_format.py +7 -7
  86. pulumi_oci/datasafe/masking_policy.py +7 -7
  87. pulumi_oci/datasafe/on_prem_connector.py +7 -7
  88. pulumi_oci/datasafe/outputs.py +1266 -151
  89. pulumi_oci/datasafe/report.py +7 -7
  90. pulumi_oci/datasafe/report_definition.py +7 -7
  91. pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
  92. pulumi_oci/datasafe/security_assessment.py +36 -37
  93. pulumi_oci/datasafe/security_policy.py +7 -7
  94. pulumi_oci/datasafe/security_policy_deployment.py +7 -7
  95. pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
  96. pulumi_oci/datasafe/security_policy_management.py +7 -7
  97. pulumi_oci/datasafe/sensitive_data_model.py +7 -7
  98. pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
  99. pulumi_oci/datasafe/sensitive_type.py +7 -7
  100. pulumi_oci/datasafe/sensitive_types_export.py +637 -0
  101. pulumi_oci/datasafe/sql_collection.py +7 -7
  102. pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
  103. pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
  104. pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
  105. pulumi_oci/datasafe/target_database.py +7 -7
  106. pulumi_oci/datasafe/user_assessment.py +7 -7
  107. pulumi_oci/datascience/__init__.py +4 -0
  108. pulumi_oci/datascience/_inputs.py +1811 -0
  109. pulumi_oci/datascience/get_containers.py +270 -0
  110. pulumi_oci/datascience/get_schedule.py +366 -0
  111. pulumi_oci/datascience/get_schedules.py +221 -0
  112. pulumi_oci/datascience/outputs.py +8697 -4890
  113. pulumi_oci/datascience/schedule.py +1045 -0
  114. pulumi_oci/mysql/_inputs.py +229 -9
  115. pulumi_oci/mysql/get_mysql_db_system.py +47 -1
  116. pulumi_oci/mysql/mysql_db_system.py +185 -0
  117. pulumi_oci/mysql/outputs.py +477 -26
  118. pulumi_oci/pulumi-plugin.json +1 -1
  119. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
  120. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +122 -90
  121. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
  122. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,744 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['SchedulingPlanArgs', 'SchedulingPlan']
18
+
19
+ @pulumi.input_type
20
+ class SchedulingPlanArgs:
21
+ def __init__(__self__, *,
22
+ compartment_id: pulumi.Input[str],
23
+ resource_id: pulumi.Input[str],
24
+ scheduling_policy_id: pulumi.Input[str],
25
+ service_type: pulumi.Input[str],
26
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
27
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
28
+ is_using_recommended_scheduled_actions: Optional[pulumi.Input[bool]] = None):
29
+ """
30
+ The set of arguments for constructing a SchedulingPlan resource.
31
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
32
+ :param pulumi.Input[str] resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
33
+ :param pulumi.Input[str] scheduling_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
34
+ :param pulumi.Input[str] service_type: The service type of the Scheduling Plan.
35
+
36
+
37
+ ** IMPORTANT **
38
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
39
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41
+ :param pulumi.Input[bool] is_using_recommended_scheduled_actions: If true, recommended scheduled actions will be generated for the scheduling plan.
42
+ """
43
+ pulumi.set(__self__, "compartment_id", compartment_id)
44
+ pulumi.set(__self__, "resource_id", resource_id)
45
+ pulumi.set(__self__, "scheduling_policy_id", scheduling_policy_id)
46
+ pulumi.set(__self__, "service_type", service_type)
47
+ if defined_tags is not None:
48
+ pulumi.set(__self__, "defined_tags", defined_tags)
49
+ if freeform_tags is not None:
50
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
51
+ if is_using_recommended_scheduled_actions is not None:
52
+ pulumi.set(__self__, "is_using_recommended_scheduled_actions", is_using_recommended_scheduled_actions)
53
+
54
+ @property
55
+ @pulumi.getter(name="compartmentId")
56
+ def compartment_id(self) -> pulumi.Input[str]:
57
+ """
58
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
59
+ """
60
+ return pulumi.get(self, "compartment_id")
61
+
62
+ @compartment_id.setter
63
+ def compartment_id(self, value: pulumi.Input[str]):
64
+ pulumi.set(self, "compartment_id", value)
65
+
66
+ @property
67
+ @pulumi.getter(name="resourceId")
68
+ def resource_id(self) -> pulumi.Input[str]:
69
+ """
70
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
71
+ """
72
+ return pulumi.get(self, "resource_id")
73
+
74
+ @resource_id.setter
75
+ def resource_id(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "resource_id", value)
77
+
78
+ @property
79
+ @pulumi.getter(name="schedulingPolicyId")
80
+ def scheduling_policy_id(self) -> pulumi.Input[str]:
81
+ """
82
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
83
+ """
84
+ return pulumi.get(self, "scheduling_policy_id")
85
+
86
+ @scheduling_policy_id.setter
87
+ def scheduling_policy_id(self, value: pulumi.Input[str]):
88
+ pulumi.set(self, "scheduling_policy_id", value)
89
+
90
+ @property
91
+ @pulumi.getter(name="serviceType")
92
+ def service_type(self) -> pulumi.Input[str]:
93
+ """
94
+ The service type of the Scheduling Plan.
95
+
96
+
97
+ ** IMPORTANT **
98
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
99
+ """
100
+ return pulumi.get(self, "service_type")
101
+
102
+ @service_type.setter
103
+ def service_type(self, value: pulumi.Input[str]):
104
+ pulumi.set(self, "service_type", value)
105
+
106
+ @property
107
+ @pulumi.getter(name="definedTags")
108
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
109
+ """
110
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
111
+ """
112
+ return pulumi.get(self, "defined_tags")
113
+
114
+ @defined_tags.setter
115
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
116
+ pulumi.set(self, "defined_tags", value)
117
+
118
+ @property
119
+ @pulumi.getter(name="freeformTags")
120
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
121
+ """
122
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
123
+ """
124
+ return pulumi.get(self, "freeform_tags")
125
+
126
+ @freeform_tags.setter
127
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
128
+ pulumi.set(self, "freeform_tags", value)
129
+
130
+ @property
131
+ @pulumi.getter(name="isUsingRecommendedScheduledActions")
132
+ def is_using_recommended_scheduled_actions(self) -> Optional[pulumi.Input[bool]]:
133
+ """
134
+ If true, recommended scheduled actions will be generated for the scheduling plan.
135
+ """
136
+ return pulumi.get(self, "is_using_recommended_scheduled_actions")
137
+
138
+ @is_using_recommended_scheduled_actions.setter
139
+ def is_using_recommended_scheduled_actions(self, value: Optional[pulumi.Input[bool]]):
140
+ pulumi.set(self, "is_using_recommended_scheduled_actions", value)
141
+
142
+
143
+ @pulumi.input_type
144
+ class _SchedulingPlanState:
145
+ def __init__(__self__, *,
146
+ compartment_id: Optional[pulumi.Input[str]] = None,
147
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
148
+ display_name: Optional[pulumi.Input[str]] = None,
149
+ estimated_time_in_mins: Optional[pulumi.Input[int]] = None,
150
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
151
+ is_using_recommended_scheduled_actions: Optional[pulumi.Input[bool]] = None,
152
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
153
+ plan_intent: Optional[pulumi.Input[str]] = None,
154
+ resource_id: Optional[pulumi.Input[str]] = None,
155
+ scheduling_policy_id: Optional[pulumi.Input[str]] = None,
156
+ service_type: Optional[pulumi.Input[str]] = None,
157
+ state: Optional[pulumi.Input[str]] = None,
158
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
159
+ time_created: Optional[pulumi.Input[str]] = None,
160
+ time_updated: Optional[pulumi.Input[str]] = None):
161
+ """
162
+ Input properties used for looking up and filtering SchedulingPlan resources.
163
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
164
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
165
+ :param pulumi.Input[str] display_name: The display name of the Scheduling Plan.
166
+ :param pulumi.Input[int] estimated_time_in_mins: The estimated time for the Scheduling Plan.
167
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
168
+ :param pulumi.Input[bool] is_using_recommended_scheduled_actions: If true, recommended scheduled actions will be generated for the scheduling plan.
169
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
170
+ :param pulumi.Input[str] plan_intent: The current intent the Scheduling Plan. Valid states is EXADATA_INFRASTRUCTURE_FULL_SOFTWARE_UPDATE.
171
+ :param pulumi.Input[str] resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
172
+ :param pulumi.Input[str] scheduling_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
173
+ :param pulumi.Input[str] service_type: The service type of the Scheduling Plan.
174
+
175
+
176
+ ** IMPORTANT **
177
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
178
+ :param pulumi.Input[str] state: The current state of the Scheduling Plan. Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED.
179
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
180
+ :param pulumi.Input[str] time_created: The date and time the Scheduling Plan Resource was created.
181
+ :param pulumi.Input[str] time_updated: The date and time the Scheduling Plan Resource was updated.
182
+ """
183
+ if compartment_id is not None:
184
+ pulumi.set(__self__, "compartment_id", compartment_id)
185
+ if defined_tags is not None:
186
+ pulumi.set(__self__, "defined_tags", defined_tags)
187
+ if display_name is not None:
188
+ pulumi.set(__self__, "display_name", display_name)
189
+ if estimated_time_in_mins is not None:
190
+ pulumi.set(__self__, "estimated_time_in_mins", estimated_time_in_mins)
191
+ if freeform_tags is not None:
192
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
193
+ if is_using_recommended_scheduled_actions is not None:
194
+ pulumi.set(__self__, "is_using_recommended_scheduled_actions", is_using_recommended_scheduled_actions)
195
+ if lifecycle_details is not None:
196
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
197
+ if plan_intent is not None:
198
+ pulumi.set(__self__, "plan_intent", plan_intent)
199
+ if resource_id is not None:
200
+ pulumi.set(__self__, "resource_id", resource_id)
201
+ if scheduling_policy_id is not None:
202
+ pulumi.set(__self__, "scheduling_policy_id", scheduling_policy_id)
203
+ if service_type is not None:
204
+ pulumi.set(__self__, "service_type", service_type)
205
+ if state is not None:
206
+ pulumi.set(__self__, "state", state)
207
+ if system_tags is not None:
208
+ pulumi.set(__self__, "system_tags", system_tags)
209
+ if time_created is not None:
210
+ pulumi.set(__self__, "time_created", time_created)
211
+ if time_updated is not None:
212
+ pulumi.set(__self__, "time_updated", time_updated)
213
+
214
+ @property
215
+ @pulumi.getter(name="compartmentId")
216
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
217
+ """
218
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
219
+ """
220
+ return pulumi.get(self, "compartment_id")
221
+
222
+ @compartment_id.setter
223
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
224
+ pulumi.set(self, "compartment_id", value)
225
+
226
+ @property
227
+ @pulumi.getter(name="definedTags")
228
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
229
+ """
230
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
231
+ """
232
+ return pulumi.get(self, "defined_tags")
233
+
234
+ @defined_tags.setter
235
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
236
+ pulumi.set(self, "defined_tags", value)
237
+
238
+ @property
239
+ @pulumi.getter(name="displayName")
240
+ def display_name(self) -> Optional[pulumi.Input[str]]:
241
+ """
242
+ The display name of the Scheduling Plan.
243
+ """
244
+ return pulumi.get(self, "display_name")
245
+
246
+ @display_name.setter
247
+ def display_name(self, value: Optional[pulumi.Input[str]]):
248
+ pulumi.set(self, "display_name", value)
249
+
250
+ @property
251
+ @pulumi.getter(name="estimatedTimeInMins")
252
+ def estimated_time_in_mins(self) -> Optional[pulumi.Input[int]]:
253
+ """
254
+ The estimated time for the Scheduling Plan.
255
+ """
256
+ return pulumi.get(self, "estimated_time_in_mins")
257
+
258
+ @estimated_time_in_mins.setter
259
+ def estimated_time_in_mins(self, value: Optional[pulumi.Input[int]]):
260
+ pulumi.set(self, "estimated_time_in_mins", value)
261
+
262
+ @property
263
+ @pulumi.getter(name="freeformTags")
264
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
265
+ """
266
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
267
+ """
268
+ return pulumi.get(self, "freeform_tags")
269
+
270
+ @freeform_tags.setter
271
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
272
+ pulumi.set(self, "freeform_tags", value)
273
+
274
+ @property
275
+ @pulumi.getter(name="isUsingRecommendedScheduledActions")
276
+ def is_using_recommended_scheduled_actions(self) -> Optional[pulumi.Input[bool]]:
277
+ """
278
+ If true, recommended scheduled actions will be generated for the scheduling plan.
279
+ """
280
+ return pulumi.get(self, "is_using_recommended_scheduled_actions")
281
+
282
+ @is_using_recommended_scheduled_actions.setter
283
+ def is_using_recommended_scheduled_actions(self, value: Optional[pulumi.Input[bool]]):
284
+ pulumi.set(self, "is_using_recommended_scheduled_actions", value)
285
+
286
+ @property
287
+ @pulumi.getter(name="lifecycleDetails")
288
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
289
+ """
290
+ Additional information about the current lifecycle state.
291
+ """
292
+ return pulumi.get(self, "lifecycle_details")
293
+
294
+ @lifecycle_details.setter
295
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
296
+ pulumi.set(self, "lifecycle_details", value)
297
+
298
+ @property
299
+ @pulumi.getter(name="planIntent")
300
+ def plan_intent(self) -> Optional[pulumi.Input[str]]:
301
+ """
302
+ The current intent the Scheduling Plan. Valid states is EXADATA_INFRASTRUCTURE_FULL_SOFTWARE_UPDATE.
303
+ """
304
+ return pulumi.get(self, "plan_intent")
305
+
306
+ @plan_intent.setter
307
+ def plan_intent(self, value: Optional[pulumi.Input[str]]):
308
+ pulumi.set(self, "plan_intent", value)
309
+
310
+ @property
311
+ @pulumi.getter(name="resourceId")
312
+ def resource_id(self) -> Optional[pulumi.Input[str]]:
313
+ """
314
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
315
+ """
316
+ return pulumi.get(self, "resource_id")
317
+
318
+ @resource_id.setter
319
+ def resource_id(self, value: Optional[pulumi.Input[str]]):
320
+ pulumi.set(self, "resource_id", value)
321
+
322
+ @property
323
+ @pulumi.getter(name="schedulingPolicyId")
324
+ def scheduling_policy_id(self) -> Optional[pulumi.Input[str]]:
325
+ """
326
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
327
+ """
328
+ return pulumi.get(self, "scheduling_policy_id")
329
+
330
+ @scheduling_policy_id.setter
331
+ def scheduling_policy_id(self, value: Optional[pulumi.Input[str]]):
332
+ pulumi.set(self, "scheduling_policy_id", value)
333
+
334
+ @property
335
+ @pulumi.getter(name="serviceType")
336
+ def service_type(self) -> Optional[pulumi.Input[str]]:
337
+ """
338
+ The service type of the Scheduling Plan.
339
+
340
+
341
+ ** IMPORTANT **
342
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
343
+ """
344
+ return pulumi.get(self, "service_type")
345
+
346
+ @service_type.setter
347
+ def service_type(self, value: Optional[pulumi.Input[str]]):
348
+ pulumi.set(self, "service_type", value)
349
+
350
+ @property
351
+ @pulumi.getter
352
+ def state(self) -> Optional[pulumi.Input[str]]:
353
+ """
354
+ The current state of the Scheduling Plan. Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED.
355
+ """
356
+ return pulumi.get(self, "state")
357
+
358
+ @state.setter
359
+ def state(self, value: Optional[pulumi.Input[str]]):
360
+ pulumi.set(self, "state", value)
361
+
362
+ @property
363
+ @pulumi.getter(name="systemTags")
364
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
365
+ """
366
+ System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
367
+ """
368
+ return pulumi.get(self, "system_tags")
369
+
370
+ @system_tags.setter
371
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
372
+ pulumi.set(self, "system_tags", value)
373
+
374
+ @property
375
+ @pulumi.getter(name="timeCreated")
376
+ def time_created(self) -> Optional[pulumi.Input[str]]:
377
+ """
378
+ The date and time the Scheduling Plan Resource was created.
379
+ """
380
+ return pulumi.get(self, "time_created")
381
+
382
+ @time_created.setter
383
+ def time_created(self, value: Optional[pulumi.Input[str]]):
384
+ pulumi.set(self, "time_created", value)
385
+
386
+ @property
387
+ @pulumi.getter(name="timeUpdated")
388
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
389
+ """
390
+ The date and time the Scheduling Plan Resource was updated.
391
+ """
392
+ return pulumi.get(self, "time_updated")
393
+
394
+ @time_updated.setter
395
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
396
+ pulumi.set(self, "time_updated", value)
397
+
398
+
399
+ class SchedulingPlan(pulumi.CustomResource):
400
+ @overload
401
+ def __init__(__self__,
402
+ resource_name: str,
403
+ opts: Optional[pulumi.ResourceOptions] = None,
404
+ compartment_id: Optional[pulumi.Input[str]] = None,
405
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
406
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
407
+ is_using_recommended_scheduled_actions: Optional[pulumi.Input[bool]] = None,
408
+ resource_id: Optional[pulumi.Input[str]] = None,
409
+ scheduling_policy_id: Optional[pulumi.Input[str]] = None,
410
+ service_type: Optional[pulumi.Input[str]] = None,
411
+ __props__=None):
412
+ """
413
+ This resource provides the Scheduling Plan resource in Oracle Cloud Infrastructure Database service.
414
+
415
+ Creates a Scheduling Plan resource.
416
+
417
+ ## Example Usage
418
+
419
+ ```python
420
+ import pulumi
421
+ import pulumi_oci as oci
422
+
423
+ test_scheduling_plan = oci.database.SchedulingPlan("test_scheduling_plan",
424
+ compartment_id=compartment_id,
425
+ resource_id=test_resource["id"],
426
+ scheduling_policy_id=test_scheduling_policy["id"],
427
+ service_type=scheduling_plan_service_type,
428
+ defined_tags=scheduling_plan_defined_tags,
429
+ freeform_tags={
430
+ "Department": "Finance",
431
+ },
432
+ is_using_recommended_scheduled_actions=scheduling_plan_is_using_recommended_scheduled_actions)
433
+ ```
434
+
435
+ ## Import
436
+
437
+ SchedulingPlans can be imported using the `id`, e.g.
438
+
439
+ ```sh
440
+ $ pulumi import oci:Database/schedulingPlan:SchedulingPlan test_scheduling_plan "id"
441
+ ```
442
+
443
+ :param str resource_name: The name of the resource.
444
+ :param pulumi.ResourceOptions opts: Options for the resource.
445
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
446
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
447
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
448
+ :param pulumi.Input[bool] is_using_recommended_scheduled_actions: If true, recommended scheduled actions will be generated for the scheduling plan.
449
+ :param pulumi.Input[str] resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
450
+ :param pulumi.Input[str] scheduling_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
451
+ :param pulumi.Input[str] service_type: The service type of the Scheduling Plan.
452
+
453
+
454
+ ** IMPORTANT **
455
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
456
+ """
457
+ ...
458
+ @overload
459
+ def __init__(__self__,
460
+ resource_name: str,
461
+ args: SchedulingPlanArgs,
462
+ opts: Optional[pulumi.ResourceOptions] = None):
463
+ """
464
+ This resource provides the Scheduling Plan resource in Oracle Cloud Infrastructure Database service.
465
+
466
+ Creates a Scheduling Plan resource.
467
+
468
+ ## Example Usage
469
+
470
+ ```python
471
+ import pulumi
472
+ import pulumi_oci as oci
473
+
474
+ test_scheduling_plan = oci.database.SchedulingPlan("test_scheduling_plan",
475
+ compartment_id=compartment_id,
476
+ resource_id=test_resource["id"],
477
+ scheduling_policy_id=test_scheduling_policy["id"],
478
+ service_type=scheduling_plan_service_type,
479
+ defined_tags=scheduling_plan_defined_tags,
480
+ freeform_tags={
481
+ "Department": "Finance",
482
+ },
483
+ is_using_recommended_scheduled_actions=scheduling_plan_is_using_recommended_scheduled_actions)
484
+ ```
485
+
486
+ ## Import
487
+
488
+ SchedulingPlans can be imported using the `id`, e.g.
489
+
490
+ ```sh
491
+ $ pulumi import oci:Database/schedulingPlan:SchedulingPlan test_scheduling_plan "id"
492
+ ```
493
+
494
+ :param str resource_name: The name of the resource.
495
+ :param SchedulingPlanArgs args: The arguments to use to populate this resource's properties.
496
+ :param pulumi.ResourceOptions opts: Options for the resource.
497
+ """
498
+ ...
499
+ def __init__(__self__, resource_name: str, *args, **kwargs):
500
+ resource_args, opts = _utilities.get_resource_args_opts(SchedulingPlanArgs, pulumi.ResourceOptions, *args, **kwargs)
501
+ if resource_args is not None:
502
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
503
+ else:
504
+ __self__._internal_init(resource_name, *args, **kwargs)
505
+
506
+ def _internal_init(__self__,
507
+ resource_name: str,
508
+ opts: Optional[pulumi.ResourceOptions] = None,
509
+ compartment_id: Optional[pulumi.Input[str]] = None,
510
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
511
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
512
+ is_using_recommended_scheduled_actions: Optional[pulumi.Input[bool]] = None,
513
+ resource_id: Optional[pulumi.Input[str]] = None,
514
+ scheduling_policy_id: Optional[pulumi.Input[str]] = None,
515
+ service_type: Optional[pulumi.Input[str]] = None,
516
+ __props__=None):
517
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
518
+ if not isinstance(opts, pulumi.ResourceOptions):
519
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
520
+ if opts.id is None:
521
+ if __props__ is not None:
522
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
523
+ __props__ = SchedulingPlanArgs.__new__(SchedulingPlanArgs)
524
+
525
+ if compartment_id is None and not opts.urn:
526
+ raise TypeError("Missing required property 'compartment_id'")
527
+ __props__.__dict__["compartment_id"] = compartment_id
528
+ __props__.__dict__["defined_tags"] = defined_tags
529
+ __props__.__dict__["freeform_tags"] = freeform_tags
530
+ __props__.__dict__["is_using_recommended_scheduled_actions"] = is_using_recommended_scheduled_actions
531
+ if resource_id is None and not opts.urn:
532
+ raise TypeError("Missing required property 'resource_id'")
533
+ __props__.__dict__["resource_id"] = resource_id
534
+ if scheduling_policy_id is None and not opts.urn:
535
+ raise TypeError("Missing required property 'scheduling_policy_id'")
536
+ __props__.__dict__["scheduling_policy_id"] = scheduling_policy_id
537
+ if service_type is None and not opts.urn:
538
+ raise TypeError("Missing required property 'service_type'")
539
+ __props__.__dict__["service_type"] = service_type
540
+ __props__.__dict__["display_name"] = None
541
+ __props__.__dict__["estimated_time_in_mins"] = None
542
+ __props__.__dict__["lifecycle_details"] = None
543
+ __props__.__dict__["plan_intent"] = None
544
+ __props__.__dict__["state"] = None
545
+ __props__.__dict__["system_tags"] = None
546
+ __props__.__dict__["time_created"] = None
547
+ __props__.__dict__["time_updated"] = None
548
+ super(SchedulingPlan, __self__).__init__(
549
+ 'oci:Database/schedulingPlan:SchedulingPlan',
550
+ resource_name,
551
+ __props__,
552
+ opts)
553
+
554
+ @staticmethod
555
+ def get(resource_name: str,
556
+ id: pulumi.Input[str],
557
+ opts: Optional[pulumi.ResourceOptions] = None,
558
+ compartment_id: Optional[pulumi.Input[str]] = None,
559
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
560
+ display_name: Optional[pulumi.Input[str]] = None,
561
+ estimated_time_in_mins: Optional[pulumi.Input[int]] = None,
562
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
563
+ is_using_recommended_scheduled_actions: Optional[pulumi.Input[bool]] = None,
564
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
565
+ plan_intent: Optional[pulumi.Input[str]] = None,
566
+ resource_id: Optional[pulumi.Input[str]] = None,
567
+ scheduling_policy_id: Optional[pulumi.Input[str]] = None,
568
+ service_type: Optional[pulumi.Input[str]] = None,
569
+ state: Optional[pulumi.Input[str]] = None,
570
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
571
+ time_created: Optional[pulumi.Input[str]] = None,
572
+ time_updated: Optional[pulumi.Input[str]] = None) -> 'SchedulingPlan':
573
+ """
574
+ Get an existing SchedulingPlan resource's state with the given name, id, and optional extra
575
+ properties used to qualify the lookup.
576
+
577
+ :param str resource_name: The unique name of the resulting resource.
578
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
579
+ :param pulumi.ResourceOptions opts: Options for the resource.
580
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
581
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
582
+ :param pulumi.Input[str] display_name: The display name of the Scheduling Plan.
583
+ :param pulumi.Input[int] estimated_time_in_mins: The estimated time for the Scheduling Plan.
584
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
585
+ :param pulumi.Input[bool] is_using_recommended_scheduled_actions: If true, recommended scheduled actions will be generated for the scheduling plan.
586
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
587
+ :param pulumi.Input[str] plan_intent: The current intent the Scheduling Plan. Valid states is EXADATA_INFRASTRUCTURE_FULL_SOFTWARE_UPDATE.
588
+ :param pulumi.Input[str] resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
589
+ :param pulumi.Input[str] scheduling_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
590
+ :param pulumi.Input[str] service_type: The service type of the Scheduling Plan.
591
+
592
+
593
+ ** IMPORTANT **
594
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
595
+ :param pulumi.Input[str] state: The current state of the Scheduling Plan. Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED.
596
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
597
+ :param pulumi.Input[str] time_created: The date and time the Scheduling Plan Resource was created.
598
+ :param pulumi.Input[str] time_updated: The date and time the Scheduling Plan Resource was updated.
599
+ """
600
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
601
+
602
+ __props__ = _SchedulingPlanState.__new__(_SchedulingPlanState)
603
+
604
+ __props__.__dict__["compartment_id"] = compartment_id
605
+ __props__.__dict__["defined_tags"] = defined_tags
606
+ __props__.__dict__["display_name"] = display_name
607
+ __props__.__dict__["estimated_time_in_mins"] = estimated_time_in_mins
608
+ __props__.__dict__["freeform_tags"] = freeform_tags
609
+ __props__.__dict__["is_using_recommended_scheduled_actions"] = is_using_recommended_scheduled_actions
610
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
611
+ __props__.__dict__["plan_intent"] = plan_intent
612
+ __props__.__dict__["resource_id"] = resource_id
613
+ __props__.__dict__["scheduling_policy_id"] = scheduling_policy_id
614
+ __props__.__dict__["service_type"] = service_type
615
+ __props__.__dict__["state"] = state
616
+ __props__.__dict__["system_tags"] = system_tags
617
+ __props__.__dict__["time_created"] = time_created
618
+ __props__.__dict__["time_updated"] = time_updated
619
+ return SchedulingPlan(resource_name, opts=opts, __props__=__props__)
620
+
621
+ @property
622
+ @pulumi.getter(name="compartmentId")
623
+ def compartment_id(self) -> pulumi.Output[str]:
624
+ """
625
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
626
+ """
627
+ return pulumi.get(self, "compartment_id")
628
+
629
+ @property
630
+ @pulumi.getter(name="definedTags")
631
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
632
+ """
633
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
634
+ """
635
+ return pulumi.get(self, "defined_tags")
636
+
637
+ @property
638
+ @pulumi.getter(name="displayName")
639
+ def display_name(self) -> pulumi.Output[str]:
640
+ """
641
+ The display name of the Scheduling Plan.
642
+ """
643
+ return pulumi.get(self, "display_name")
644
+
645
+ @property
646
+ @pulumi.getter(name="estimatedTimeInMins")
647
+ def estimated_time_in_mins(self) -> pulumi.Output[int]:
648
+ """
649
+ The estimated time for the Scheduling Plan.
650
+ """
651
+ return pulumi.get(self, "estimated_time_in_mins")
652
+
653
+ @property
654
+ @pulumi.getter(name="freeformTags")
655
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
656
+ """
657
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
658
+ """
659
+ return pulumi.get(self, "freeform_tags")
660
+
661
+ @property
662
+ @pulumi.getter(name="isUsingRecommendedScheduledActions")
663
+ def is_using_recommended_scheduled_actions(self) -> pulumi.Output[bool]:
664
+ """
665
+ If true, recommended scheduled actions will be generated for the scheduling plan.
666
+ """
667
+ return pulumi.get(self, "is_using_recommended_scheduled_actions")
668
+
669
+ @property
670
+ @pulumi.getter(name="lifecycleDetails")
671
+ def lifecycle_details(self) -> pulumi.Output[str]:
672
+ """
673
+ Additional information about the current lifecycle state.
674
+ """
675
+ return pulumi.get(self, "lifecycle_details")
676
+
677
+ @property
678
+ @pulumi.getter(name="planIntent")
679
+ def plan_intent(self) -> pulumi.Output[str]:
680
+ """
681
+ The current intent the Scheduling Plan. Valid states is EXADATA_INFRASTRUCTURE_FULL_SOFTWARE_UPDATE.
682
+ """
683
+ return pulumi.get(self, "plan_intent")
684
+
685
+ @property
686
+ @pulumi.getter(name="resourceId")
687
+ def resource_id(self) -> pulumi.Output[str]:
688
+ """
689
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
690
+ """
691
+ return pulumi.get(self, "resource_id")
692
+
693
+ @property
694
+ @pulumi.getter(name="schedulingPolicyId")
695
+ def scheduling_policy_id(self) -> pulumi.Output[str]:
696
+ """
697
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Scheduling Policy.
698
+ """
699
+ return pulumi.get(self, "scheduling_policy_id")
700
+
701
+ @property
702
+ @pulumi.getter(name="serviceType")
703
+ def service_type(self) -> pulumi.Output[str]:
704
+ """
705
+ The service type of the Scheduling Plan.
706
+
707
+
708
+ ** IMPORTANT **
709
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
710
+ """
711
+ return pulumi.get(self, "service_type")
712
+
713
+ @property
714
+ @pulumi.getter
715
+ def state(self) -> pulumi.Output[str]:
716
+ """
717
+ The current state of the Scheduling Plan. Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED.
718
+ """
719
+ return pulumi.get(self, "state")
720
+
721
+ @property
722
+ @pulumi.getter(name="systemTags")
723
+ def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
724
+ """
725
+ System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
726
+ """
727
+ return pulumi.get(self, "system_tags")
728
+
729
+ @property
730
+ @pulumi.getter(name="timeCreated")
731
+ def time_created(self) -> pulumi.Output[str]:
732
+ """
733
+ The date and time the Scheduling Plan Resource was created.
734
+ """
735
+ return pulumi.get(self, "time_created")
736
+
737
+ @property
738
+ @pulumi.getter(name="timeUpdated")
739
+ def time_updated(self) -> pulumi.Output[str]:
740
+ """
741
+ The date and time the Scheduling Plan Resource was updated.
742
+ """
743
+ return pulumi.get(self, "time_updated")
744
+