pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.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.
- pulumi_oci/__init__.py +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetDrPlansResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getDrPlans.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, display_name=None, dr_plan_collections=None, dr_plan_id=None, dr_plan_type=None, dr_protection_group_id=None, filters=None, id=None, state=None):
|
31
|
+
def __init__(__self__, display_name=None, dr_plan_collections=None, dr_plan_id=None, dr_plan_type=None, dr_protection_group_id=None, filters=None, id=None, lifecycle_sub_state=None, state=None):
|
32
32
|
if display_name and not isinstance(display_name, str):
|
33
33
|
raise TypeError("Expected argument 'display_name' to be a str")
|
34
34
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -50,6 +50,9 @@ class GetDrPlansResult:
|
|
50
50
|
if id and not isinstance(id, str):
|
51
51
|
raise TypeError("Expected argument 'id' to be a str")
|
52
52
|
pulumi.set(__self__, "id", id)
|
53
|
+
if lifecycle_sub_state and not isinstance(lifecycle_sub_state, str):
|
54
|
+
raise TypeError("Expected argument 'lifecycle_sub_state' to be a str")
|
55
|
+
pulumi.set(__self__, "lifecycle_sub_state", lifecycle_sub_state)
|
53
56
|
if state and not isinstance(state, str):
|
54
57
|
raise TypeError("Expected argument 'state' to be a str")
|
55
58
|
pulumi.set(__self__, "state", state)
|
@@ -101,6 +104,14 @@ class GetDrPlansResult:
|
|
101
104
|
"""
|
102
105
|
return pulumi.get(self, "id")
|
103
106
|
|
107
|
+
@property
|
108
|
+
@pulumi.getter(name="lifecycleSubState")
|
109
|
+
def lifecycle_sub_state(self) -> Optional[str]:
|
110
|
+
"""
|
111
|
+
The current state of the DR plan.
|
112
|
+
"""
|
113
|
+
return pulumi.get(self, "lifecycle_sub_state")
|
114
|
+
|
104
115
|
@property
|
105
116
|
@pulumi.getter
|
106
117
|
def state(self) -> Optional[str]:
|
@@ -123,6 +134,7 @@ class AwaitableGetDrPlansResult(GetDrPlansResult):
|
|
123
134
|
dr_protection_group_id=self.dr_protection_group_id,
|
124
135
|
filters=self.filters,
|
125
136
|
id=self.id,
|
137
|
+
lifecycle_sub_state=self.lifecycle_sub_state,
|
126
138
|
state=self.state)
|
127
139
|
|
128
140
|
|
@@ -131,6 +143,7 @@ def get_dr_plans(display_name: Optional[str] = None,
|
|
131
143
|
dr_plan_type: Optional[str] = None,
|
132
144
|
dr_protection_group_id: Optional[str] = None,
|
133
145
|
filters: Optional[Sequence[Union['GetDrPlansFilterArgs', 'GetDrPlansFilterArgsDict']]] = None,
|
146
|
+
lifecycle_sub_state: Optional[str] = None,
|
134
147
|
state: Optional[str] = None,
|
135
148
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDrPlansResult:
|
136
149
|
"""
|
@@ -148,6 +161,7 @@ def get_dr_plans(display_name: Optional[str] = None,
|
|
148
161
|
display_name=dr_plan_display_name,
|
149
162
|
dr_plan_id=test_dr_plan["id"],
|
150
163
|
dr_plan_type=dr_plan_dr_plan_type,
|
164
|
+
lifecycle_sub_state=dr_plan_lifecycle_sub_state,
|
151
165
|
state=dr_plan_state)
|
152
166
|
```
|
153
167
|
|
@@ -156,6 +170,7 @@ def get_dr_plans(display_name: Optional[str] = None,
|
|
156
170
|
:param str dr_plan_id: The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`
|
157
171
|
:param str dr_plan_type: The DR plan type.
|
158
172
|
:param str dr_protection_group_id: The OCID of the DR protection group. Mandatory query param. Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
173
|
+
:param str lifecycle_sub_state: A filter to return only DR plans that match the given lifecycle sub-state.
|
159
174
|
:param str state: A filter to return only DR plans that match the given lifecycle state.
|
160
175
|
"""
|
161
176
|
__args__ = dict()
|
@@ -164,6 +179,7 @@ def get_dr_plans(display_name: Optional[str] = None,
|
|
164
179
|
__args__['drPlanType'] = dr_plan_type
|
165
180
|
__args__['drProtectionGroupId'] = dr_protection_group_id
|
166
181
|
__args__['filters'] = filters
|
182
|
+
__args__['lifecycleSubState'] = lifecycle_sub_state
|
167
183
|
__args__['state'] = state
|
168
184
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
169
185
|
__ret__ = pulumi.runtime.invoke('oci:DisasterRecovery/getDrPlans:getDrPlans', __args__, opts=opts, typ=GetDrPlansResult).value
|
@@ -176,12 +192,14 @@ def get_dr_plans(display_name: Optional[str] = None,
|
|
176
192
|
dr_protection_group_id=pulumi.get(__ret__, 'dr_protection_group_id'),
|
177
193
|
filters=pulumi.get(__ret__, 'filters'),
|
178
194
|
id=pulumi.get(__ret__, 'id'),
|
195
|
+
lifecycle_sub_state=pulumi.get(__ret__, 'lifecycle_sub_state'),
|
179
196
|
state=pulumi.get(__ret__, 'state'))
|
180
197
|
def get_dr_plans_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
181
198
|
dr_plan_id: Optional[pulumi.Input[Optional[str]]] = None,
|
182
199
|
dr_plan_type: Optional[pulumi.Input[Optional[str]]] = None,
|
183
200
|
dr_protection_group_id: Optional[pulumi.Input[str]] = None,
|
184
201
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDrPlansFilterArgs', 'GetDrPlansFilterArgsDict']]]]] = None,
|
202
|
+
lifecycle_sub_state: Optional[pulumi.Input[Optional[str]]] = None,
|
185
203
|
state: Optional[pulumi.Input[Optional[str]]] = None,
|
186
204
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDrPlansResult]:
|
187
205
|
"""
|
@@ -199,6 +217,7 @@ def get_dr_plans_output(display_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
199
217
|
display_name=dr_plan_display_name,
|
200
218
|
dr_plan_id=test_dr_plan["id"],
|
201
219
|
dr_plan_type=dr_plan_dr_plan_type,
|
220
|
+
lifecycle_sub_state=dr_plan_lifecycle_sub_state,
|
202
221
|
state=dr_plan_state)
|
203
222
|
```
|
204
223
|
|
@@ -207,6 +226,7 @@ def get_dr_plans_output(display_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
207
226
|
:param str dr_plan_id: The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`
|
208
227
|
:param str dr_plan_type: The DR plan type.
|
209
228
|
:param str dr_protection_group_id: The OCID of the DR protection group. Mandatory query param. Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
229
|
+
:param str lifecycle_sub_state: A filter to return only DR plans that match the given lifecycle sub-state.
|
210
230
|
:param str state: A filter to return only DR plans that match the given lifecycle state.
|
211
231
|
"""
|
212
232
|
__args__ = dict()
|
@@ -215,6 +235,7 @@ def get_dr_plans_output(display_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
215
235
|
__args__['drPlanType'] = dr_plan_type
|
216
236
|
__args__['drProtectionGroupId'] = dr_protection_group_id
|
217
237
|
__args__['filters'] = filters
|
238
|
+
__args__['lifecycleSubState'] = lifecycle_sub_state
|
218
239
|
__args__['state'] = state
|
219
240
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
220
241
|
__ret__ = pulumi.runtime.invoke_output('oci:DisasterRecovery/getDrPlans:getDrPlans', __args__, opts=opts, typ=GetDrPlansResult)
|
@@ -226,4 +247,5 @@ def get_dr_plans_output(display_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
226
247
|
dr_protection_group_id=pulumi.get(__response__, 'dr_protection_group_id'),
|
227
248
|
filters=pulumi.get(__response__, 'filters'),
|
228
249
|
id=pulumi.get(__response__, 'id'),
|
250
|
+
lifecycle_sub_state=pulumi.get(__response__, 'lifecycle_sub_state'),
|
229
251
|
state=pulumi.get(__response__, 'state')))
|
@@ -550,6 +550,8 @@ class DrPlanPlanGroup(dict):
|
|
550
550
|
suggest = "display_name"
|
551
551
|
elif key == "isPauseEnabled":
|
552
552
|
suggest = "is_pause_enabled"
|
553
|
+
elif key == "refreshStatus":
|
554
|
+
suggest = "refresh_status"
|
553
555
|
|
554
556
|
if suggest:
|
555
557
|
pulumi.log.warn(f"Key '{key}' not found in DrPlanPlanGroup. Access the value via the '{suggest}' property getter instead.")
|
@@ -566,18 +568,16 @@ class DrPlanPlanGroup(dict):
|
|
566
568
|
display_name: Optional[str] = None,
|
567
569
|
id: Optional[str] = None,
|
568
570
|
is_pause_enabled: Optional[bool] = None,
|
571
|
+
refresh_status: Optional[str] = None,
|
569
572
|
steps: Optional[Sequence['outputs.DrPlanPlanGroupStep']] = None,
|
570
573
|
type: Optional[str] = None):
|
571
574
|
"""
|
572
575
|
:param str display_name: (Updatable) The display name of the DR plan being created. Example: `EBS Switchover PHX to IAD`
|
573
576
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
574
577
|
:param bool is_pause_enabled: A flag indicating whether this group should be enabled for execution. This flag is only applicable to the `USER_DEFINED_PAUSE` group. The flag should be null for the remaining group types. Example: `true`
|
578
|
+
:param str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
575
579
|
:param Sequence['DrPlanPlanGroupStepArgs'] steps: The list of steps in the group.
|
576
|
-
:param str type: The type of DR plan to be created.
|
577
|
-
|
578
|
-
|
579
|
-
** IMPORTANT **
|
580
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
580
|
+
:param str type: The type of DR plan to be created.
|
581
581
|
"""
|
582
582
|
if display_name is not None:
|
583
583
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -585,6 +585,8 @@ class DrPlanPlanGroup(dict):
|
|
585
585
|
pulumi.set(__self__, "id", id)
|
586
586
|
if is_pause_enabled is not None:
|
587
587
|
pulumi.set(__self__, "is_pause_enabled", is_pause_enabled)
|
588
|
+
if refresh_status is not None:
|
589
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
588
590
|
if steps is not None:
|
589
591
|
pulumi.set(__self__, "steps", steps)
|
590
592
|
if type is not None:
|
@@ -614,6 +616,14 @@ class DrPlanPlanGroup(dict):
|
|
614
616
|
"""
|
615
617
|
return pulumi.get(self, "is_pause_enabled")
|
616
618
|
|
619
|
+
@property
|
620
|
+
@pulumi.getter(name="refreshStatus")
|
621
|
+
def refresh_status(self) -> Optional[str]:
|
622
|
+
"""
|
623
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "refresh_status")
|
626
|
+
|
617
627
|
@property
|
618
628
|
@pulumi.getter
|
619
629
|
def steps(self) -> Optional[Sequence['outputs.DrPlanPlanGroupStep']]:
|
@@ -626,11 +636,7 @@ class DrPlanPlanGroup(dict):
|
|
626
636
|
@pulumi.getter
|
627
637
|
def type(self) -> Optional[str]:
|
628
638
|
"""
|
629
|
-
The type of DR plan to be created.
|
630
|
-
|
631
|
-
|
632
|
-
** IMPORTANT **
|
633
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
639
|
+
The type of DR plan to be created.
|
634
640
|
"""
|
635
641
|
return pulumi.get(self, "type")
|
636
642
|
|
@@ -650,6 +656,8 @@ class DrPlanPlanGroupStep(dict):
|
|
650
656
|
suggest = "is_enabled"
|
651
657
|
elif key == "memberId":
|
652
658
|
suggest = "member_id"
|
659
|
+
elif key == "refreshStatus":
|
660
|
+
suggest = "refresh_status"
|
653
661
|
elif key == "userDefinedSteps":
|
654
662
|
suggest = "user_defined_steps"
|
655
663
|
|
@@ -671,6 +679,7 @@ class DrPlanPlanGroupStep(dict):
|
|
671
679
|
id: Optional[str] = None,
|
672
680
|
is_enabled: Optional[bool] = None,
|
673
681
|
member_id: Optional[str] = None,
|
682
|
+
refresh_status: Optional[str] = None,
|
674
683
|
timeout: Optional[int] = None,
|
675
684
|
type: Optional[str] = None,
|
676
685
|
user_defined_steps: Optional[Sequence['outputs.DrPlanPlanGroupStepUserDefinedStep']] = None):
|
@@ -681,12 +690,9 @@ class DrPlanPlanGroupStep(dict):
|
|
681
690
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
682
691
|
:param bool is_enabled: A flag indicating whether this step should be enabled for execution. Example: `true`
|
683
692
|
:param str member_id: The OCID of the member associated with this step. Example: `ocid1.database.oc1..uniqueID`
|
693
|
+
:param str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
684
694
|
:param int timeout: The timeout in seconds for executing this step. Example: `600`
|
685
|
-
:param str type: The type of DR plan to be created.
|
686
|
-
|
687
|
-
|
688
|
-
** IMPORTANT **
|
689
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
695
|
+
:param str type: The type of DR plan to be created.
|
690
696
|
:param Sequence['DrPlanPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR plan.
|
691
697
|
"""
|
692
698
|
if display_name is not None:
|
@@ -701,6 +707,8 @@ class DrPlanPlanGroupStep(dict):
|
|
701
707
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
702
708
|
if member_id is not None:
|
703
709
|
pulumi.set(__self__, "member_id", member_id)
|
710
|
+
if refresh_status is not None:
|
711
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
704
712
|
if timeout is not None:
|
705
713
|
pulumi.set(__self__, "timeout", timeout)
|
706
714
|
if type is not None:
|
@@ -756,6 +764,14 @@ class DrPlanPlanGroupStep(dict):
|
|
756
764
|
"""
|
757
765
|
return pulumi.get(self, "member_id")
|
758
766
|
|
767
|
+
@property
|
768
|
+
@pulumi.getter(name="refreshStatus")
|
769
|
+
def refresh_status(self) -> Optional[str]:
|
770
|
+
"""
|
771
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
772
|
+
"""
|
773
|
+
return pulumi.get(self, "refresh_status")
|
774
|
+
|
759
775
|
@property
|
760
776
|
@pulumi.getter
|
761
777
|
def timeout(self) -> Optional[int]:
|
@@ -768,11 +784,7 @@ class DrPlanPlanGroupStep(dict):
|
|
768
784
|
@pulumi.getter
|
769
785
|
def type(self) -> Optional[str]:
|
770
786
|
"""
|
771
|
-
The type of DR plan to be created.
|
772
|
-
|
773
|
-
|
774
|
-
** IMPORTANT **
|
775
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
787
|
+
The type of DR plan to be created.
|
776
788
|
"""
|
777
789
|
return pulumi.get(self, "type")
|
778
790
|
|
@@ -2877,18 +2889,21 @@ class GetDrPlanPlanGroupResult(dict):
|
|
2877
2889
|
display_name: str,
|
2878
2890
|
id: str,
|
2879
2891
|
is_pause_enabled: bool,
|
2892
|
+
refresh_status: str,
|
2880
2893
|
steps: Sequence['outputs.GetDrPlanPlanGroupStepResult'],
|
2881
2894
|
type: str):
|
2882
2895
|
"""
|
2883
2896
|
:param str display_name: The display name of the group. Example: `DATABASE_SWITCHOVER`
|
2884
2897
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
2885
2898
|
:param bool is_pause_enabled: A flag indicating whether this group should be enabled for execution. This flag is only applicable to the `USER_DEFINED_PAUSE` group. The flag should be null for the remaining group types. Example: `true`
|
2899
|
+
:param str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
2886
2900
|
:param Sequence['GetDrPlanPlanGroupStepArgs'] steps: The list of steps in the group.
|
2887
2901
|
:param str type: The type of the DR plan.
|
2888
2902
|
"""
|
2889
2903
|
pulumi.set(__self__, "display_name", display_name)
|
2890
2904
|
pulumi.set(__self__, "id", id)
|
2891
2905
|
pulumi.set(__self__, "is_pause_enabled", is_pause_enabled)
|
2906
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
2892
2907
|
pulumi.set(__self__, "steps", steps)
|
2893
2908
|
pulumi.set(__self__, "type", type)
|
2894
2909
|
|
@@ -2916,6 +2931,14 @@ class GetDrPlanPlanGroupResult(dict):
|
|
2916
2931
|
"""
|
2917
2932
|
return pulumi.get(self, "is_pause_enabled")
|
2918
2933
|
|
2934
|
+
@property
|
2935
|
+
@pulumi.getter(name="refreshStatus")
|
2936
|
+
def refresh_status(self) -> str:
|
2937
|
+
"""
|
2938
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
2939
|
+
"""
|
2940
|
+
return pulumi.get(self, "refresh_status")
|
2941
|
+
|
2919
2942
|
@property
|
2920
2943
|
@pulumi.getter
|
2921
2944
|
def steps(self) -> Sequence['outputs.GetDrPlanPlanGroupStepResult']:
|
@@ -2942,6 +2965,7 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
2942
2965
|
id: str,
|
2943
2966
|
is_enabled: bool,
|
2944
2967
|
member_id: str,
|
2968
|
+
refresh_status: str,
|
2945
2969
|
timeout: int,
|
2946
2970
|
type: str,
|
2947
2971
|
user_defined_steps: Sequence['outputs.GetDrPlanPlanGroupStepUserDefinedStepResult']):
|
@@ -2952,6 +2976,7 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
2952
2976
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
2953
2977
|
:param bool is_enabled: A flag indicating whether this step should be enabled for execution. Example: `true`
|
2954
2978
|
:param str member_id: The OCID of the member associated with this step. Example: `ocid1.database.oc1..uniqueID`
|
2979
|
+
:param str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
2955
2980
|
:param int timeout: The timeout in seconds for executing this step. Example: `600`
|
2956
2981
|
:param str type: The type of the DR plan.
|
2957
2982
|
:param Sequence['GetDrPlanPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR plan.
|
@@ -2962,6 +2987,7 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
2962
2987
|
pulumi.set(__self__, "id", id)
|
2963
2988
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
2964
2989
|
pulumi.set(__self__, "member_id", member_id)
|
2990
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
2965
2991
|
pulumi.set(__self__, "timeout", timeout)
|
2966
2992
|
pulumi.set(__self__, "type", type)
|
2967
2993
|
pulumi.set(__self__, "user_defined_steps", user_defined_steps)
|
@@ -3014,6 +3040,14 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
3014
3040
|
"""
|
3015
3041
|
return pulumi.get(self, "member_id")
|
3016
3042
|
|
3043
|
+
@property
|
3044
|
+
@pulumi.getter(name="refreshStatus")
|
3045
|
+
def refresh_status(self) -> str:
|
3046
|
+
"""
|
3047
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
3048
|
+
"""
|
3049
|
+
return pulumi.get(self, "refresh_status")
|
3050
|
+
|
3017
3051
|
@property
|
3018
3052
|
@pulumi.getter
|
3019
3053
|
def timeout(self) -> int:
|
@@ -3207,14 +3241,18 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
3207
3241
|
freeform_tags: Mapping[str, str],
|
3208
3242
|
id: str,
|
3209
3243
|
life_cycle_details: str,
|
3244
|
+
lifecycle_sub_state: str,
|
3210
3245
|
peer_dr_protection_group_id: str,
|
3211
3246
|
peer_region: str,
|
3212
3247
|
plan_groups: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupResult'],
|
3248
|
+
refresh_trigger: int,
|
3249
|
+
source_plan_id: str,
|
3213
3250
|
state: str,
|
3214
3251
|
system_tags: Mapping[str, str],
|
3215
3252
|
time_created: str,
|
3216
3253
|
time_updated: str,
|
3217
|
-
type: str
|
3254
|
+
type: str,
|
3255
|
+
verify_trigger: int):
|
3218
3256
|
"""
|
3219
3257
|
:param str compartment_id: The OCID of the compartment containing the DR plan. Example: `ocid1.compartment.oc1..uniqueID`
|
3220
3258
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"Operations.CostCenter": "42"}`
|
@@ -3223,9 +3261,11 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
3223
3261
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"Department": "Finance"}`
|
3224
3262
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
3225
3263
|
:param str life_cycle_details: A message describing the DR plan's current state in more detail.
|
3264
|
+
:param str lifecycle_sub_state: A filter to return only DR plans that match the given lifecycle sub-state.
|
3226
3265
|
:param str peer_dr_protection_group_id: The OCID of the peer DR protection group associated with this plan's DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
3227
3266
|
:param str peer_region: The region of the peer DR protection group associated with this plan's DR protection group. Example: `us-ashburn-1`
|
3228
3267
|
:param Sequence['GetDrPlansDrPlanCollectionItemPlanGroupArgs'] plan_groups: The list of groups in this DR plan.
|
3268
|
+
:param str source_plan_id: If this is a cloned DR plan, the OCID of the source DR plan that was used to clone this DR plan. If this DR plan was not cloned, then the value for this will be `null`. Example: `ocid1.drplan.oc1..uniqueID`
|
3229
3269
|
:param str state: A filter to return only DR plans that match the given lifecycle state.
|
3230
3270
|
:param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3231
3271
|
:param str time_created: The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
@@ -3239,14 +3279,18 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
3239
3279
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
3240
3280
|
pulumi.set(__self__, "id", id)
|
3241
3281
|
pulumi.set(__self__, "life_cycle_details", life_cycle_details)
|
3282
|
+
pulumi.set(__self__, "lifecycle_sub_state", lifecycle_sub_state)
|
3242
3283
|
pulumi.set(__self__, "peer_dr_protection_group_id", peer_dr_protection_group_id)
|
3243
3284
|
pulumi.set(__self__, "peer_region", peer_region)
|
3244
3285
|
pulumi.set(__self__, "plan_groups", plan_groups)
|
3286
|
+
pulumi.set(__self__, "refresh_trigger", refresh_trigger)
|
3287
|
+
pulumi.set(__self__, "source_plan_id", source_plan_id)
|
3245
3288
|
pulumi.set(__self__, "state", state)
|
3246
3289
|
pulumi.set(__self__, "system_tags", system_tags)
|
3247
3290
|
pulumi.set(__self__, "time_created", time_created)
|
3248
3291
|
pulumi.set(__self__, "time_updated", time_updated)
|
3249
3292
|
pulumi.set(__self__, "type", type)
|
3293
|
+
pulumi.set(__self__, "verify_trigger", verify_trigger)
|
3250
3294
|
|
3251
3295
|
@property
|
3252
3296
|
@pulumi.getter(name="compartmentId")
|
@@ -3304,6 +3348,14 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
3304
3348
|
"""
|
3305
3349
|
return pulumi.get(self, "life_cycle_details")
|
3306
3350
|
|
3351
|
+
@property
|
3352
|
+
@pulumi.getter(name="lifecycleSubState")
|
3353
|
+
def lifecycle_sub_state(self) -> str:
|
3354
|
+
"""
|
3355
|
+
A filter to return only DR plans that match the given lifecycle sub-state.
|
3356
|
+
"""
|
3357
|
+
return pulumi.get(self, "lifecycle_sub_state")
|
3358
|
+
|
3307
3359
|
@property
|
3308
3360
|
@pulumi.getter(name="peerDrProtectionGroupId")
|
3309
3361
|
def peer_dr_protection_group_id(self) -> str:
|
@@ -3328,6 +3380,19 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
3328
3380
|
"""
|
3329
3381
|
return pulumi.get(self, "plan_groups")
|
3330
3382
|
|
3383
|
+
@property
|
3384
|
+
@pulumi.getter(name="refreshTrigger")
|
3385
|
+
def refresh_trigger(self) -> int:
|
3386
|
+
return pulumi.get(self, "refresh_trigger")
|
3387
|
+
|
3388
|
+
@property
|
3389
|
+
@pulumi.getter(name="sourcePlanId")
|
3390
|
+
def source_plan_id(self) -> str:
|
3391
|
+
"""
|
3392
|
+
If this is a cloned DR plan, the OCID of the source DR plan that was used to clone this DR plan. If this DR plan was not cloned, then the value for this will be `null`. Example: `ocid1.drplan.oc1..uniqueID`
|
3393
|
+
"""
|
3394
|
+
return pulumi.get(self, "source_plan_id")
|
3395
|
+
|
3331
3396
|
@property
|
3332
3397
|
@pulumi.getter
|
3333
3398
|
def state(self) -> str:
|
@@ -3368,6 +3433,11 @@ class GetDrPlansDrPlanCollectionItemResult(dict):
|
|
3368
3433
|
"""
|
3369
3434
|
return pulumi.get(self, "type")
|
3370
3435
|
|
3436
|
+
@property
|
3437
|
+
@pulumi.getter(name="verifyTrigger")
|
3438
|
+
def verify_trigger(self) -> int:
|
3439
|
+
return pulumi.get(self, "verify_trigger")
|
3440
|
+
|
3371
3441
|
|
3372
3442
|
@pulumi.output_type
|
3373
3443
|
class GetDrPlansDrPlanCollectionItemPlanGroupResult(dict):
|
@@ -3375,18 +3445,21 @@ class GetDrPlansDrPlanCollectionItemPlanGroupResult(dict):
|
|
3375
3445
|
display_name: str,
|
3376
3446
|
id: str,
|
3377
3447
|
is_pause_enabled: bool,
|
3448
|
+
refresh_status: str,
|
3378
3449
|
steps: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepResult'],
|
3379
3450
|
type: str):
|
3380
3451
|
"""
|
3381
3452
|
:param str display_name: A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`
|
3382
3453
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
3383
3454
|
:param bool is_pause_enabled: A flag indicating whether this group should be enabled for execution. This flag is only applicable to the `USER_DEFINED_PAUSE` group. The flag should be null for the remaining group types. Example: `true`
|
3455
|
+
:param str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
3384
3456
|
:param Sequence['GetDrPlansDrPlanCollectionItemPlanGroupStepArgs'] steps: The list of steps in the group.
|
3385
3457
|
:param str type: The type of the DR plan.
|
3386
3458
|
"""
|
3387
3459
|
pulumi.set(__self__, "display_name", display_name)
|
3388
3460
|
pulumi.set(__self__, "id", id)
|
3389
3461
|
pulumi.set(__self__, "is_pause_enabled", is_pause_enabled)
|
3462
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
3390
3463
|
pulumi.set(__self__, "steps", steps)
|
3391
3464
|
pulumi.set(__self__, "type", type)
|
3392
3465
|
|
@@ -3414,6 +3487,14 @@ class GetDrPlansDrPlanCollectionItemPlanGroupResult(dict):
|
|
3414
3487
|
"""
|
3415
3488
|
return pulumi.get(self, "is_pause_enabled")
|
3416
3489
|
|
3490
|
+
@property
|
3491
|
+
@pulumi.getter(name="refreshStatus")
|
3492
|
+
def refresh_status(self) -> str:
|
3493
|
+
"""
|
3494
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
3495
|
+
"""
|
3496
|
+
return pulumi.get(self, "refresh_status")
|
3497
|
+
|
3417
3498
|
@property
|
3418
3499
|
@pulumi.getter
|
3419
3500
|
def steps(self) -> Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepResult']:
|
@@ -3440,6 +3521,7 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
3440
3521
|
id: str,
|
3441
3522
|
is_enabled: bool,
|
3442
3523
|
member_id: str,
|
3524
|
+
refresh_status: str,
|
3443
3525
|
timeout: int,
|
3444
3526
|
type: str,
|
3445
3527
|
user_defined_steps: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepResult']):
|
@@ -3450,6 +3532,7 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
3450
3532
|
:param str id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
3451
3533
|
:param bool is_enabled: A flag indicating whether this step should be enabled for execution. Example: `true`
|
3452
3534
|
:param str member_id: The OCID of the member associated with this step. Example: `ocid1.database.oc1..uniqueID`
|
3535
|
+
:param str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
3453
3536
|
:param int timeout: The timeout in seconds for executing this step. Example: `600`
|
3454
3537
|
:param str type: The type of the DR plan.
|
3455
3538
|
:param Sequence['GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR plan.
|
@@ -3460,6 +3543,7 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
3460
3543
|
pulumi.set(__self__, "id", id)
|
3461
3544
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
3462
3545
|
pulumi.set(__self__, "member_id", member_id)
|
3546
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
3463
3547
|
pulumi.set(__self__, "timeout", timeout)
|
3464
3548
|
pulumi.set(__self__, "type", type)
|
3465
3549
|
pulumi.set(__self__, "user_defined_steps", user_defined_steps)
|
@@ -3512,6 +3596,14 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
3512
3596
|
"""
|
3513
3597
|
return pulumi.get(self, "member_id")
|
3514
3598
|
|
3599
|
+
@property
|
3600
|
+
@pulumi.getter(name="refreshStatus")
|
3601
|
+
def refresh_status(self) -> str:
|
3602
|
+
"""
|
3603
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
3604
|
+
"""
|
3605
|
+
return pulumi.get(self, "refresh_status")
|
3606
|
+
|
3515
3607
|
@property
|
3516
3608
|
@pulumi.getter
|
3517
3609
|
def timeout(self) -> int:
|
@@ -5,11 +5,18 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
+
from .compliance_policy_rule import *
|
8
9
|
from .fleet import *
|
9
10
|
from .fleet_credential import *
|
10
11
|
from .fleet_property import *
|
11
12
|
from .fleet_resource import *
|
12
13
|
from .get_announcements import *
|
14
|
+
from .get_compliance_policies import *
|
15
|
+
from .get_compliance_policy import *
|
16
|
+
from .get_compliance_policy_rule import *
|
17
|
+
from .get_compliance_policy_rules import *
|
18
|
+
from .get_compliance_record_counts import *
|
19
|
+
from .get_compliance_records import *
|
13
20
|
from .get_fleet import *
|
14
21
|
from .get_fleet_compliance_report import *
|
15
22
|
from .get_fleet_credential import *
|
@@ -24,8 +31,13 @@ from .get_fleets import *
|
|
24
31
|
from .get_inventory_resources import *
|
25
32
|
from .get_maintenance_window import *
|
26
33
|
from .get_maintenance_windows import *
|
34
|
+
from .get_managed_entity_counts import *
|
27
35
|
from .get_onboarding_policies import *
|
28
36
|
from .get_onboardings import *
|
37
|
+
from .get_patch import *
|
38
|
+
from .get_patches import *
|
39
|
+
from .get_platform_configuration import *
|
40
|
+
from .get_platform_configurations import *
|
29
41
|
from .get_properties import *
|
30
42
|
from .get_property import *
|
31
43
|
from .get_runbook import *
|
@@ -33,11 +45,18 @@ from .get_runbooks import *
|
|
33
45
|
from .get_scheduler_definition import *
|
34
46
|
from .get_scheduler_definition_scheduled_fleets import *
|
35
47
|
from .get_scheduler_definitions import *
|
48
|
+
from .get_scheduler_job_counts import *
|
49
|
+
from .get_scheduler_job_job_activity_resources import *
|
50
|
+
from .get_scheduler_job_job_activity_steps import *
|
36
51
|
from .get_task_record import *
|
37
52
|
from .get_task_records import *
|
38
53
|
from .maintenance_window import *
|
39
54
|
from .onboarding import *
|
55
|
+
from .patch import *
|
56
|
+
from .platform_configuration import *
|
40
57
|
from .property import *
|
58
|
+
from .runbook import *
|
41
59
|
from .scheduler_definition import *
|
60
|
+
from .task_record import *
|
42
61
|
from ._inputs import *
|
43
62
|
from . import outputs
|