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
@@ -167,6 +167,7 @@ class _FsuCollectionState:
|
|
167
167
|
display_name: Optional[pulumi.Input[str]] = None,
|
168
168
|
fleet_discovery: Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']] = None,
|
169
169
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
170
|
+
last_completed_fsu_cycle_id: Optional[pulumi.Input[str]] = None,
|
170
171
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
171
172
|
service_type: Optional[pulumi.Input[str]] = None,
|
172
173
|
source_major_version: Optional[pulumi.Input[str]] = None,
|
@@ -184,6 +185,7 @@ class _FsuCollectionState:
|
|
184
185
|
:param pulumi.Input[str] display_name: (Updatable) Exadata Fleet Update Collection Identifier.
|
185
186
|
:param pulumi.Input['FsuCollectionFleetDiscoveryArgs'] fleet_discovery: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
|
186
187
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
188
|
+
:param pulumi.Input[str] last_completed_fsu_cycle_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
187
189
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
188
190
|
:param pulumi.Input[str] service_type: Exadata service type for the target resource members.
|
189
191
|
:param pulumi.Input[str] source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
|
@@ -210,6 +212,8 @@ class _FsuCollectionState:
|
|
210
212
|
pulumi.set(__self__, "fleet_discovery", fleet_discovery)
|
211
213
|
if freeform_tags is not None:
|
212
214
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
215
|
+
if last_completed_fsu_cycle_id is not None:
|
216
|
+
pulumi.set(__self__, "last_completed_fsu_cycle_id", last_completed_fsu_cycle_id)
|
213
217
|
if lifecycle_details is not None:
|
214
218
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
215
219
|
if service_type is not None:
|
@@ -301,6 +305,18 @@ class _FsuCollectionState:
|
|
301
305
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
302
306
|
pulumi.set(self, "freeform_tags", value)
|
303
307
|
|
308
|
+
@property
|
309
|
+
@pulumi.getter(name="lastCompletedFsuCycleId")
|
310
|
+
def last_completed_fsu_cycle_id(self) -> Optional[pulumi.Input[str]]:
|
311
|
+
"""
|
312
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
313
|
+
"""
|
314
|
+
return pulumi.get(self, "last_completed_fsu_cycle_id")
|
315
|
+
|
316
|
+
@last_completed_fsu_cycle_id.setter
|
317
|
+
def last_completed_fsu_cycle_id(self, value: Optional[pulumi.Input[str]]):
|
318
|
+
pulumi.set(self, "last_completed_fsu_cycle_id", value)
|
319
|
+
|
304
320
|
@property
|
305
321
|
@pulumi.getter(name="lifecycleDetails")
|
306
322
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
@@ -604,6 +620,7 @@ class FsuCollection(pulumi.CustomResource):
|
|
604
620
|
raise TypeError("Missing required property 'type'")
|
605
621
|
__props__.__dict__["type"] = type
|
606
622
|
__props__.__dict__["active_fsu_cycles"] = None
|
623
|
+
__props__.__dict__["last_completed_fsu_cycle_id"] = None
|
607
624
|
__props__.__dict__["lifecycle_details"] = None
|
608
625
|
__props__.__dict__["state"] = None
|
609
626
|
__props__.__dict__["system_tags"] = None
|
@@ -626,6 +643,7 @@ class FsuCollection(pulumi.CustomResource):
|
|
626
643
|
display_name: Optional[pulumi.Input[str]] = None,
|
627
644
|
fleet_discovery: Optional[pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']]] = None,
|
628
645
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
646
|
+
last_completed_fsu_cycle_id: Optional[pulumi.Input[str]] = None,
|
629
647
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
630
648
|
service_type: Optional[pulumi.Input[str]] = None,
|
631
649
|
source_major_version: Optional[pulumi.Input[str]] = None,
|
@@ -648,6 +666,7 @@ class FsuCollection(pulumi.CustomResource):
|
|
648
666
|
:param pulumi.Input[str] display_name: (Updatable) Exadata Fleet Update Collection Identifier.
|
649
667
|
:param pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']] fleet_discovery: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
|
650
668
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
669
|
+
:param pulumi.Input[str] last_completed_fsu_cycle_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
651
670
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
652
671
|
:param pulumi.Input[str] service_type: Exadata service type for the target resource members.
|
653
672
|
:param pulumi.Input[str] source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
|
@@ -672,6 +691,7 @@ class FsuCollection(pulumi.CustomResource):
|
|
672
691
|
__props__.__dict__["display_name"] = display_name
|
673
692
|
__props__.__dict__["fleet_discovery"] = fleet_discovery
|
674
693
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
694
|
+
__props__.__dict__["last_completed_fsu_cycle_id"] = last_completed_fsu_cycle_id
|
675
695
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
676
696
|
__props__.__dict__["service_type"] = service_type
|
677
697
|
__props__.__dict__["source_major_version"] = source_major_version
|
@@ -731,6 +751,14 @@ class FsuCollection(pulumi.CustomResource):
|
|
731
751
|
"""
|
732
752
|
return pulumi.get(self, "freeform_tags")
|
733
753
|
|
754
|
+
@property
|
755
|
+
@pulumi.getter(name="lastCompletedFsuCycleId")
|
756
|
+
def last_completed_fsu_cycle_id(self) -> pulumi.Output[str]:
|
757
|
+
"""
|
758
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
759
|
+
"""
|
760
|
+
return pulumi.get(self, "last_completed_fsu_cycle_id")
|
761
|
+
|
734
762
|
@property
|
735
763
|
@pulumi.getter(name="lifecycleDetails")
|
736
764
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
@@ -288,9 +288,11 @@ class _FsuCycleState:
|
|
288
288
|
is_ignore_patches: Optional[pulumi.Input[bool]] = None,
|
289
289
|
is_keep_placement: Optional[pulumi.Input[bool]] = None,
|
290
290
|
last_completed_action: Optional[pulumi.Input[str]] = None,
|
291
|
+
last_completed_action_id: Optional[pulumi.Input[str]] = None,
|
291
292
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
292
293
|
max_drain_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
|
293
294
|
next_action_to_executes: Optional[pulumi.Input[Sequence[pulumi.Input['FsuCycleNextActionToExecuteArgs']]]] = None,
|
295
|
+
rollback_cycle_state: Optional[pulumi.Input[str]] = None,
|
294
296
|
stage_action_schedule: Optional[pulumi.Input['FsuCycleStageActionScheduleArgs']] = None,
|
295
297
|
state: Optional[pulumi.Input[str]] = None,
|
296
298
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -315,9 +317,11 @@ class _FsuCycleState:
|
|
315
317
|
:param pulumi.Input[bool] is_ignore_patches: (Updatable) Ignore all patches between the source and target homes during patching.
|
316
318
|
:param pulumi.Input[bool] is_keep_placement: (Updatable) Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
|
317
319
|
:param pulumi.Input[str] last_completed_action: The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
|
320
|
+
:param pulumi.Input[str] last_completed_action_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
318
321
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
319
322
|
:param pulumi.Input[int] max_drain_timeout_in_seconds: (Updatable) Service drain timeout specified in seconds.
|
320
323
|
:param pulumi.Input[Sequence[pulumi.Input['FsuCycleNextActionToExecuteArgs']]] next_action_to_executes: In this array all the possible actions will be listed. The first element is the suggested Action.
|
324
|
+
:param pulumi.Input[str] rollback_cycle_state: Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
321
325
|
:param pulumi.Input['FsuCycleStageActionScheduleArgs'] stage_action_schedule: Scheduling related details for the Exadata Fleet Update Action during create operations. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails for Stage and Apply Actions in Exadata Fleet Update Cycle creation would not create Actions. Null scheduleDetails for CreateAction would execute the Exadata Fleet Update Action as soon as possible.
|
322
326
|
:param pulumi.Input[str] state: The current state of the Exadata Fleet Update Cycle.
|
323
327
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -360,12 +364,16 @@ class _FsuCycleState:
|
|
360
364
|
pulumi.set(__self__, "is_keep_placement", is_keep_placement)
|
361
365
|
if last_completed_action is not None:
|
362
366
|
pulumi.set(__self__, "last_completed_action", last_completed_action)
|
367
|
+
if last_completed_action_id is not None:
|
368
|
+
pulumi.set(__self__, "last_completed_action_id", last_completed_action_id)
|
363
369
|
if lifecycle_details is not None:
|
364
370
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
365
371
|
if max_drain_timeout_in_seconds is not None:
|
366
372
|
pulumi.set(__self__, "max_drain_timeout_in_seconds", max_drain_timeout_in_seconds)
|
367
373
|
if next_action_to_executes is not None:
|
368
374
|
pulumi.set(__self__, "next_action_to_executes", next_action_to_executes)
|
375
|
+
if rollback_cycle_state is not None:
|
376
|
+
pulumi.set(__self__, "rollback_cycle_state", rollback_cycle_state)
|
369
377
|
if stage_action_schedule is not None:
|
370
378
|
pulumi.set(__self__, "stage_action_schedule", stage_action_schedule)
|
371
379
|
if state is not None:
|
@@ -561,6 +569,18 @@ class _FsuCycleState:
|
|
561
569
|
def last_completed_action(self, value: Optional[pulumi.Input[str]]):
|
562
570
|
pulumi.set(self, "last_completed_action", value)
|
563
571
|
|
572
|
+
@property
|
573
|
+
@pulumi.getter(name="lastCompletedActionId")
|
574
|
+
def last_completed_action_id(self) -> Optional[pulumi.Input[str]]:
|
575
|
+
"""
|
576
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
577
|
+
"""
|
578
|
+
return pulumi.get(self, "last_completed_action_id")
|
579
|
+
|
580
|
+
@last_completed_action_id.setter
|
581
|
+
def last_completed_action_id(self, value: Optional[pulumi.Input[str]]):
|
582
|
+
pulumi.set(self, "last_completed_action_id", value)
|
583
|
+
|
564
584
|
@property
|
565
585
|
@pulumi.getter(name="lifecycleDetails")
|
566
586
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
@@ -597,6 +617,18 @@ class _FsuCycleState:
|
|
597
617
|
def next_action_to_executes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FsuCycleNextActionToExecuteArgs']]]]):
|
598
618
|
pulumi.set(self, "next_action_to_executes", value)
|
599
619
|
|
620
|
+
@property
|
621
|
+
@pulumi.getter(name="rollbackCycleState")
|
622
|
+
def rollback_cycle_state(self) -> Optional[pulumi.Input[str]]:
|
623
|
+
"""
|
624
|
+
Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
625
|
+
"""
|
626
|
+
return pulumi.get(self, "rollback_cycle_state")
|
627
|
+
|
628
|
+
@rollback_cycle_state.setter
|
629
|
+
def rollback_cycle_state(self, value: Optional[pulumi.Input[str]]):
|
630
|
+
pulumi.set(self, "rollback_cycle_state", value)
|
631
|
+
|
600
632
|
@property
|
601
633
|
@pulumi.getter(name="stageActionSchedule")
|
602
634
|
def stage_action_schedule(self) -> Optional[pulumi.Input['FsuCycleStageActionScheduleArgs']]:
|
@@ -920,8 +952,10 @@ class FsuCycle(pulumi.CustomResource):
|
|
920
952
|
__props__.__dict__["collection_type"] = None
|
921
953
|
__props__.__dict__["executing_fsu_action_id"] = None
|
922
954
|
__props__.__dict__["last_completed_action"] = None
|
955
|
+
__props__.__dict__["last_completed_action_id"] = None
|
923
956
|
__props__.__dict__["lifecycle_details"] = None
|
924
957
|
__props__.__dict__["next_action_to_executes"] = None
|
958
|
+
__props__.__dict__["rollback_cycle_state"] = None
|
925
959
|
__props__.__dict__["state"] = None
|
926
960
|
__props__.__dict__["system_tags"] = None
|
927
961
|
__props__.__dict__["time_created"] = None
|
@@ -952,9 +986,11 @@ class FsuCycle(pulumi.CustomResource):
|
|
952
986
|
is_ignore_patches: Optional[pulumi.Input[bool]] = None,
|
953
987
|
is_keep_placement: Optional[pulumi.Input[bool]] = None,
|
954
988
|
last_completed_action: Optional[pulumi.Input[str]] = None,
|
989
|
+
last_completed_action_id: Optional[pulumi.Input[str]] = None,
|
955
990
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
956
991
|
max_drain_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
|
957
992
|
next_action_to_executes: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FsuCycleNextActionToExecuteArgs', 'FsuCycleNextActionToExecuteArgsDict']]]]] = None,
|
993
|
+
rollback_cycle_state: Optional[pulumi.Input[str]] = None,
|
958
994
|
stage_action_schedule: Optional[pulumi.Input[Union['FsuCycleStageActionScheduleArgs', 'FsuCycleStageActionScheduleArgsDict']]] = None,
|
959
995
|
state: Optional[pulumi.Input[str]] = None,
|
960
996
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -984,9 +1020,11 @@ class FsuCycle(pulumi.CustomResource):
|
|
984
1020
|
:param pulumi.Input[bool] is_ignore_patches: (Updatable) Ignore all patches between the source and target homes during patching.
|
985
1021
|
:param pulumi.Input[bool] is_keep_placement: (Updatable) Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
|
986
1022
|
:param pulumi.Input[str] last_completed_action: The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
|
1023
|
+
:param pulumi.Input[str] last_completed_action_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
987
1024
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
988
1025
|
:param pulumi.Input[int] max_drain_timeout_in_seconds: (Updatable) Service drain timeout specified in seconds.
|
989
1026
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FsuCycleNextActionToExecuteArgs', 'FsuCycleNextActionToExecuteArgsDict']]]] next_action_to_executes: In this array all the possible actions will be listed. The first element is the suggested Action.
|
1027
|
+
:param pulumi.Input[str] rollback_cycle_state: Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
990
1028
|
:param pulumi.Input[Union['FsuCycleStageActionScheduleArgs', 'FsuCycleStageActionScheduleArgsDict']] stage_action_schedule: Scheduling related details for the Exadata Fleet Update Action during create operations. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails for Stage and Apply Actions in Exadata Fleet Update Cycle creation would not create Actions. Null scheduleDetails for CreateAction would execute the Exadata Fleet Update Action as soon as possible.
|
991
1029
|
:param pulumi.Input[str] state: The current state of the Exadata Fleet Update Cycle.
|
992
1030
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -1018,9 +1056,11 @@ class FsuCycle(pulumi.CustomResource):
|
|
1018
1056
|
__props__.__dict__["is_ignore_patches"] = is_ignore_patches
|
1019
1057
|
__props__.__dict__["is_keep_placement"] = is_keep_placement
|
1020
1058
|
__props__.__dict__["last_completed_action"] = last_completed_action
|
1059
|
+
__props__.__dict__["last_completed_action_id"] = last_completed_action_id
|
1021
1060
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
1022
1061
|
__props__.__dict__["max_drain_timeout_in_seconds"] = max_drain_timeout_in_seconds
|
1023
1062
|
__props__.__dict__["next_action_to_executes"] = next_action_to_executes
|
1063
|
+
__props__.__dict__["rollback_cycle_state"] = rollback_cycle_state
|
1024
1064
|
__props__.__dict__["stage_action_schedule"] = stage_action_schedule
|
1025
1065
|
__props__.__dict__["state"] = state
|
1026
1066
|
__props__.__dict__["system_tags"] = system_tags
|
@@ -1150,6 +1190,14 @@ class FsuCycle(pulumi.CustomResource):
|
|
1150
1190
|
"""
|
1151
1191
|
return pulumi.get(self, "last_completed_action")
|
1152
1192
|
|
1193
|
+
@property
|
1194
|
+
@pulumi.getter(name="lastCompletedActionId")
|
1195
|
+
def last_completed_action_id(self) -> pulumi.Output[str]:
|
1196
|
+
"""
|
1197
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
1198
|
+
"""
|
1199
|
+
return pulumi.get(self, "last_completed_action_id")
|
1200
|
+
|
1153
1201
|
@property
|
1154
1202
|
@pulumi.getter(name="lifecycleDetails")
|
1155
1203
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
@@ -1174,6 +1222,14 @@ class FsuCycle(pulumi.CustomResource):
|
|
1174
1222
|
"""
|
1175
1223
|
return pulumi.get(self, "next_action_to_executes")
|
1176
1224
|
|
1225
|
+
@property
|
1226
|
+
@pulumi.getter(name="rollbackCycleState")
|
1227
|
+
def rollback_cycle_state(self) -> pulumi.Output[str]:
|
1228
|
+
"""
|
1229
|
+
Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
1230
|
+
"""
|
1231
|
+
return pulumi.get(self, "rollback_cycle_state")
|
1232
|
+
|
1177
1233
|
@property
|
1178
1234
|
@pulumi.getter(name="stageActionSchedule")
|
1179
1235
|
def stage_action_schedule(self) -> pulumi.Output['outputs.FsuCycleStageActionSchedule']:
|
@@ -27,7 +27,7 @@ class GetFsuCollectionResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getFsuCollection.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, active_fsu_cycles=None, compartment_id=None, defined_tags=None, display_name=None, fleet_discoveries=None, freeform_tags=None, fsu_collection_id=None, id=None, lifecycle_details=None, service_type=None, source_major_version=None, state=None, system_tags=None, target_count=None, time_created=None, time_updated=None, type=None):
|
30
|
+
def __init__(__self__, active_fsu_cycles=None, compartment_id=None, defined_tags=None, display_name=None, fleet_discoveries=None, freeform_tags=None, fsu_collection_id=None, id=None, last_completed_fsu_cycle_id=None, lifecycle_details=None, service_type=None, source_major_version=None, state=None, system_tags=None, target_count=None, time_created=None, time_updated=None, type=None):
|
31
31
|
if active_fsu_cycles and not isinstance(active_fsu_cycles, list):
|
32
32
|
raise TypeError("Expected argument 'active_fsu_cycles' to be a list")
|
33
33
|
pulumi.set(__self__, "active_fsu_cycles", active_fsu_cycles)
|
@@ -52,6 +52,9 @@ class GetFsuCollectionResult:
|
|
52
52
|
if id and not isinstance(id, str):
|
53
53
|
raise TypeError("Expected argument 'id' to be a str")
|
54
54
|
pulumi.set(__self__, "id", id)
|
55
|
+
if last_completed_fsu_cycle_id and not isinstance(last_completed_fsu_cycle_id, str):
|
56
|
+
raise TypeError("Expected argument 'last_completed_fsu_cycle_id' to be a str")
|
57
|
+
pulumi.set(__self__, "last_completed_fsu_cycle_id", last_completed_fsu_cycle_id)
|
55
58
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
56
59
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
57
60
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -141,6 +144,14 @@ class GetFsuCollectionResult:
|
|
141
144
|
"""
|
142
145
|
return pulumi.get(self, "id")
|
143
146
|
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="lastCompletedFsuCycleId")
|
149
|
+
def last_completed_fsu_cycle_id(self) -> str:
|
150
|
+
"""
|
151
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "last_completed_fsu_cycle_id")
|
154
|
+
|
144
155
|
@property
|
145
156
|
@pulumi.getter(name="lifecycleDetails")
|
146
157
|
def lifecycle_details(self) -> str:
|
@@ -228,6 +239,7 @@ class AwaitableGetFsuCollectionResult(GetFsuCollectionResult):
|
|
228
239
|
freeform_tags=self.freeform_tags,
|
229
240
|
fsu_collection_id=self.fsu_collection_id,
|
230
241
|
id=self.id,
|
242
|
+
last_completed_fsu_cycle_id=self.last_completed_fsu_cycle_id,
|
231
243
|
lifecycle_details=self.lifecycle_details,
|
232
244
|
service_type=self.service_type,
|
233
245
|
source_major_version=self.source_major_version,
|
@@ -272,6 +284,7 @@ def get_fsu_collection(fsu_collection_id: Optional[str] = None,
|
|
272
284
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
273
285
|
fsu_collection_id=pulumi.get(__ret__, 'fsu_collection_id'),
|
274
286
|
id=pulumi.get(__ret__, 'id'),
|
287
|
+
last_completed_fsu_cycle_id=pulumi.get(__ret__, 'last_completed_fsu_cycle_id'),
|
275
288
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
276
289
|
service_type=pulumi.get(__ret__, 'service_type'),
|
277
290
|
source_major_version=pulumi.get(__ret__, 'source_major_version'),
|
@@ -313,6 +326,7 @@ def get_fsu_collection_output(fsu_collection_id: Optional[pulumi.Input[str]] = N
|
|
313
326
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
314
327
|
fsu_collection_id=pulumi.get(__response__, 'fsu_collection_id'),
|
315
328
|
id=pulumi.get(__response__, 'id'),
|
329
|
+
last_completed_fsu_cycle_id=pulumi.get(__response__, 'last_completed_fsu_cycle_id'),
|
316
330
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
317
331
|
service_type=pulumi.get(__response__, 'service_type'),
|
318
332
|
source_major_version=pulumi.get(__response__, 'source_major_version'),
|
@@ -27,7 +27,7 @@ class GetFsuCycleResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getFsuCycle.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, apply_action_schedules=None, batching_strategies=None, collection_type=None, compartment_id=None, defined_tags=None, diagnostics_collections=None, display_name=None, executing_fsu_action_id=None, freeform_tags=None, fsu_collection_id=None, fsu_cycle_id=None, goal_version_details=None, id=None, is_ignore_missing_patches=None, is_ignore_patches=None, is_keep_placement=None, last_completed_action=None, lifecycle_details=None, max_drain_timeout_in_seconds=None, next_action_to_executes=None, stage_action_schedules=None, state=None, system_tags=None, time_created=None, time_finished=None, time_updated=None, type=None):
|
30
|
+
def __init__(__self__, apply_action_schedules=None, batching_strategies=None, collection_type=None, compartment_id=None, defined_tags=None, diagnostics_collections=None, display_name=None, executing_fsu_action_id=None, freeform_tags=None, fsu_collection_id=None, fsu_cycle_id=None, goal_version_details=None, id=None, is_ignore_missing_patches=None, is_ignore_patches=None, is_keep_placement=None, last_completed_action=None, last_completed_action_id=None, lifecycle_details=None, max_drain_timeout_in_seconds=None, next_action_to_executes=None, rollback_cycle_state=None, stage_action_schedules=None, state=None, system_tags=None, time_created=None, time_finished=None, time_updated=None, type=None):
|
31
31
|
if apply_action_schedules and not isinstance(apply_action_schedules, list):
|
32
32
|
raise TypeError("Expected argument 'apply_action_schedules' to be a list")
|
33
33
|
pulumi.set(__self__, "apply_action_schedules", apply_action_schedules)
|
@@ -79,6 +79,9 @@ class GetFsuCycleResult:
|
|
79
79
|
if last_completed_action and not isinstance(last_completed_action, str):
|
80
80
|
raise TypeError("Expected argument 'last_completed_action' to be a str")
|
81
81
|
pulumi.set(__self__, "last_completed_action", last_completed_action)
|
82
|
+
if last_completed_action_id and not isinstance(last_completed_action_id, str):
|
83
|
+
raise TypeError("Expected argument 'last_completed_action_id' to be a str")
|
84
|
+
pulumi.set(__self__, "last_completed_action_id", last_completed_action_id)
|
82
85
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
83
86
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
84
87
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -88,6 +91,9 @@ class GetFsuCycleResult:
|
|
88
91
|
if next_action_to_executes and not isinstance(next_action_to_executes, list):
|
89
92
|
raise TypeError("Expected argument 'next_action_to_executes' to be a list")
|
90
93
|
pulumi.set(__self__, "next_action_to_executes", next_action_to_executes)
|
94
|
+
if rollback_cycle_state and not isinstance(rollback_cycle_state, str):
|
95
|
+
raise TypeError("Expected argument 'rollback_cycle_state' to be a str")
|
96
|
+
pulumi.set(__self__, "rollback_cycle_state", rollback_cycle_state)
|
91
97
|
if stage_action_schedules and not isinstance(stage_action_schedules, list):
|
92
98
|
raise TypeError("Expected argument 'stage_action_schedules' to be a list")
|
93
99
|
pulumi.set(__self__, "stage_action_schedules", stage_action_schedules)
|
@@ -243,6 +249,14 @@ class GetFsuCycleResult:
|
|
243
249
|
"""
|
244
250
|
return pulumi.get(self, "last_completed_action")
|
245
251
|
|
252
|
+
@property
|
253
|
+
@pulumi.getter(name="lastCompletedActionId")
|
254
|
+
def last_completed_action_id(self) -> str:
|
255
|
+
"""
|
256
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
257
|
+
"""
|
258
|
+
return pulumi.get(self, "last_completed_action_id")
|
259
|
+
|
246
260
|
@property
|
247
261
|
@pulumi.getter(name="lifecycleDetails")
|
248
262
|
def lifecycle_details(self) -> str:
|
@@ -267,6 +281,14 @@ class GetFsuCycleResult:
|
|
267
281
|
"""
|
268
282
|
return pulumi.get(self, "next_action_to_executes")
|
269
283
|
|
284
|
+
@property
|
285
|
+
@pulumi.getter(name="rollbackCycleState")
|
286
|
+
def rollback_cycle_state(self) -> str:
|
287
|
+
"""
|
288
|
+
Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
289
|
+
"""
|
290
|
+
return pulumi.get(self, "rollback_cycle_state")
|
291
|
+
|
270
292
|
@property
|
271
293
|
@pulumi.getter(name="stageActionSchedules")
|
272
294
|
def stage_action_schedules(self) -> Sequence['outputs.GetFsuCycleStageActionScheduleResult']:
|
@@ -347,9 +369,11 @@ class AwaitableGetFsuCycleResult(GetFsuCycleResult):
|
|
347
369
|
is_ignore_patches=self.is_ignore_patches,
|
348
370
|
is_keep_placement=self.is_keep_placement,
|
349
371
|
last_completed_action=self.last_completed_action,
|
372
|
+
last_completed_action_id=self.last_completed_action_id,
|
350
373
|
lifecycle_details=self.lifecycle_details,
|
351
374
|
max_drain_timeout_in_seconds=self.max_drain_timeout_in_seconds,
|
352
375
|
next_action_to_executes=self.next_action_to_executes,
|
376
|
+
rollback_cycle_state=self.rollback_cycle_state,
|
353
377
|
stage_action_schedules=self.stage_action_schedules,
|
354
378
|
state=self.state,
|
355
379
|
system_tags=self.system_tags,
|
@@ -401,9 +425,11 @@ def get_fsu_cycle(fsu_cycle_id: Optional[str] = None,
|
|
401
425
|
is_ignore_patches=pulumi.get(__ret__, 'is_ignore_patches'),
|
402
426
|
is_keep_placement=pulumi.get(__ret__, 'is_keep_placement'),
|
403
427
|
last_completed_action=pulumi.get(__ret__, 'last_completed_action'),
|
428
|
+
last_completed_action_id=pulumi.get(__ret__, 'last_completed_action_id'),
|
404
429
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
405
430
|
max_drain_timeout_in_seconds=pulumi.get(__ret__, 'max_drain_timeout_in_seconds'),
|
406
431
|
next_action_to_executes=pulumi.get(__ret__, 'next_action_to_executes'),
|
432
|
+
rollback_cycle_state=pulumi.get(__ret__, 'rollback_cycle_state'),
|
407
433
|
stage_action_schedules=pulumi.get(__ret__, 'stage_action_schedules'),
|
408
434
|
state=pulumi.get(__ret__, 'state'),
|
409
435
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
@@ -452,9 +478,11 @@ def get_fsu_cycle_output(fsu_cycle_id: Optional[pulumi.Input[str]] = None,
|
|
452
478
|
is_ignore_patches=pulumi.get(__response__, 'is_ignore_patches'),
|
453
479
|
is_keep_placement=pulumi.get(__response__, 'is_keep_placement'),
|
454
480
|
last_completed_action=pulumi.get(__response__, 'last_completed_action'),
|
481
|
+
last_completed_action_id=pulumi.get(__response__, 'last_completed_action_id'),
|
455
482
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
456
483
|
max_drain_timeout_in_seconds=pulumi.get(__response__, 'max_drain_timeout_in_seconds'),
|
457
484
|
next_action_to_executes=pulumi.get(__response__, 'next_action_to_executes'),
|
485
|
+
rollback_cycle_state=pulumi.get(__response__, 'rollback_cycle_state'),
|
458
486
|
stage_action_schedules=pulumi.get(__response__, 'stage_action_schedules'),
|
459
487
|
state=pulumi.get(__response__, 'state'),
|
460
488
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
@@ -965,6 +965,7 @@ class GetFsuCollectionsFsuCollectionSummaryCollectionItemResult(dict):
|
|
965
965
|
fleet_discoveries: Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryResult'],
|
966
966
|
freeform_tags: Mapping[str, str],
|
967
967
|
id: str,
|
968
|
+
last_completed_fsu_cycle_id: str,
|
968
969
|
lifecycle_details: str,
|
969
970
|
service_type: str,
|
970
971
|
source_major_version: str,
|
@@ -982,6 +983,7 @@ class GetFsuCollectionsFsuCollectionSummaryCollectionItemResult(dict):
|
|
982
983
|
:param Sequence['GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryArgs'] fleet_discoveries: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
|
983
984
|
: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: `{"bar-key": "value"}`
|
984
985
|
:param str id: OCID identifier for the Exadata Fleet Update Collection.
|
986
|
+
:param str last_completed_fsu_cycle_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
985
987
|
:param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
986
988
|
:param str service_type: Exadata service type for the target resource members.
|
987
989
|
:param str source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
|
@@ -999,6 +1001,7 @@ class GetFsuCollectionsFsuCollectionSummaryCollectionItemResult(dict):
|
|
999
1001
|
pulumi.set(__self__, "fleet_discoveries", fleet_discoveries)
|
1000
1002
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
1001
1003
|
pulumi.set(__self__, "id", id)
|
1004
|
+
pulumi.set(__self__, "last_completed_fsu_cycle_id", last_completed_fsu_cycle_id)
|
1002
1005
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1003
1006
|
pulumi.set(__self__, "service_type", service_type)
|
1004
1007
|
pulumi.set(__self__, "source_major_version", source_major_version)
|
@@ -1065,6 +1068,14 @@ class GetFsuCollectionsFsuCollectionSummaryCollectionItemResult(dict):
|
|
1065
1068
|
"""
|
1066
1069
|
return pulumi.get(self, "id")
|
1067
1070
|
|
1071
|
+
@property
|
1072
|
+
@pulumi.getter(name="lastCompletedFsuCycleId")
|
1073
|
+
def last_completed_fsu_cycle_id(self) -> str:
|
1074
|
+
"""
|
1075
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
|
1076
|
+
"""
|
1077
|
+
return pulumi.get(self, "last_completed_fsu_cycle_id")
|
1078
|
+
|
1068
1079
|
@property
|
1069
1080
|
@pulumi.getter(name="lifecycleDetails")
|
1070
1081
|
def lifecycle_details(self) -> str:
|
@@ -1640,9 +1651,11 @@ class GetFsuCyclesFsuCycleSummaryCollectionItemResult(dict):
|
|
1640
1651
|
is_ignore_patches: bool,
|
1641
1652
|
is_keep_placement: bool,
|
1642
1653
|
last_completed_action: str,
|
1654
|
+
last_completed_action_id: str,
|
1643
1655
|
lifecycle_details: str,
|
1644
1656
|
max_drain_timeout_in_seconds: int,
|
1645
1657
|
next_action_to_executes: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteResult'],
|
1658
|
+
rollback_cycle_state: str,
|
1646
1659
|
stage_action_schedules: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleResult'],
|
1647
1660
|
state: str,
|
1648
1661
|
system_tags: Mapping[str, str],
|
@@ -1667,9 +1680,11 @@ class GetFsuCyclesFsuCycleSummaryCollectionItemResult(dict):
|
|
1667
1680
|
:param bool is_ignore_patches: Ignore all patches between the source and target homes during patching.
|
1668
1681
|
:param bool is_keep_placement: Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
|
1669
1682
|
:param str last_completed_action: The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
|
1683
|
+
:param str last_completed_action_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
1670
1684
|
:param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
1671
1685
|
:param int max_drain_timeout_in_seconds: Service drain timeout specified in seconds.
|
1672
1686
|
:param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteArgs'] next_action_to_executes: In this array all the possible actions will be listed. The first element is the suggested Action.
|
1687
|
+
:param str rollback_cycle_state: Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
1673
1688
|
:param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleArgs'] stage_action_schedules: Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
|
1674
1689
|
:param str state: A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
1675
1690
|
: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"}`
|
@@ -1694,9 +1709,11 @@ class GetFsuCyclesFsuCycleSummaryCollectionItemResult(dict):
|
|
1694
1709
|
pulumi.set(__self__, "is_ignore_patches", is_ignore_patches)
|
1695
1710
|
pulumi.set(__self__, "is_keep_placement", is_keep_placement)
|
1696
1711
|
pulumi.set(__self__, "last_completed_action", last_completed_action)
|
1712
|
+
pulumi.set(__self__, "last_completed_action_id", last_completed_action_id)
|
1697
1713
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1698
1714
|
pulumi.set(__self__, "max_drain_timeout_in_seconds", max_drain_timeout_in_seconds)
|
1699
1715
|
pulumi.set(__self__, "next_action_to_executes", next_action_to_executes)
|
1716
|
+
pulumi.set(__self__, "rollback_cycle_state", rollback_cycle_state)
|
1700
1717
|
pulumi.set(__self__, "stage_action_schedules", stage_action_schedules)
|
1701
1718
|
pulumi.set(__self__, "state", state)
|
1702
1719
|
pulumi.set(__self__, "system_tags", system_tags)
|
@@ -1833,6 +1850,14 @@ class GetFsuCyclesFsuCycleSummaryCollectionItemResult(dict):
|
|
1833
1850
|
"""
|
1834
1851
|
return pulumi.get(self, "last_completed_action")
|
1835
1852
|
|
1853
|
+
@property
|
1854
|
+
@pulumi.getter(name="lastCompletedActionId")
|
1855
|
+
def last_completed_action_id(self) -> str:
|
1856
|
+
"""
|
1857
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action in the Exadata Fleet Update Cycle.
|
1858
|
+
"""
|
1859
|
+
return pulumi.get(self, "last_completed_action_id")
|
1860
|
+
|
1836
1861
|
@property
|
1837
1862
|
@pulumi.getter(name="lifecycleDetails")
|
1838
1863
|
def lifecycle_details(self) -> str:
|
@@ -1857,6 +1882,14 @@ class GetFsuCyclesFsuCycleSummaryCollectionItemResult(dict):
|
|
1857
1882
|
"""
|
1858
1883
|
return pulumi.get(self, "next_action_to_executes")
|
1859
1884
|
|
1885
|
+
@property
|
1886
|
+
@pulumi.getter(name="rollbackCycleState")
|
1887
|
+
def rollback_cycle_state(self) -> str:
|
1888
|
+
"""
|
1889
|
+
Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
|
1890
|
+
"""
|
1891
|
+
return pulumi.get(self, "rollback_cycle_state")
|
1892
|
+
|
1860
1893
|
@property
|
1861
1894
|
@pulumi.getter(name="stageActionSchedules")
|
1862
1895
|
def stage_action_schedules(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleResult']:
|
@@ -45,11 +45,14 @@ class DedicatedAiClusterArgs:
|
|
45
45
|
* LARGE_COHERE_V2
|
46
46
|
* SMALL_COHERE
|
47
47
|
* SMALL_COHERE_V2
|
48
|
+
* SMALL_COHERE_4
|
48
49
|
* EMBED_COHERE
|
49
50
|
* LLAMA2_70
|
50
51
|
* LARGE_GENERIC
|
51
52
|
* LARGE_COHERE_V2_2
|
52
53
|
* LARGE_GENERIC_4
|
54
|
+
* SMALL_GENERIC_V2
|
55
|
+
* LARGE_GENERIC_2
|
53
56
|
|
54
57
|
|
55
58
|
** IMPORTANT **
|
@@ -123,11 +126,14 @@ class DedicatedAiClusterArgs:
|
|
123
126
|
* LARGE_COHERE_V2
|
124
127
|
* SMALL_COHERE
|
125
128
|
* SMALL_COHERE_V2
|
129
|
+
* SMALL_COHERE_4
|
126
130
|
* EMBED_COHERE
|
127
131
|
* LLAMA2_70
|
128
132
|
* LARGE_GENERIC
|
129
133
|
* LARGE_COHERE_V2_2
|
130
134
|
* LARGE_GENERIC_4
|
135
|
+
* SMALL_GENERIC_V2
|
136
|
+
* LARGE_GENERIC_2
|
131
137
|
|
132
138
|
|
133
139
|
** IMPORTANT **
|
@@ -231,11 +237,14 @@ class _DedicatedAiClusterState:
|
|
231
237
|
* LARGE_COHERE_V2
|
232
238
|
* SMALL_COHERE
|
233
239
|
* SMALL_COHERE_V2
|
240
|
+
* SMALL_COHERE_4
|
234
241
|
* EMBED_COHERE
|
235
242
|
* LLAMA2_70
|
236
243
|
* LARGE_GENERIC
|
237
244
|
* LARGE_COHERE_V2_2
|
238
245
|
* LARGE_GENERIC_4
|
246
|
+
* SMALL_GENERIC_V2
|
247
|
+
* LARGE_GENERIC_2
|
239
248
|
|
240
249
|
|
241
250
|
** IMPORTANT **
|
@@ -441,11 +450,14 @@ class _DedicatedAiClusterState:
|
|
441
450
|
* LARGE_COHERE_V2
|
442
451
|
* SMALL_COHERE
|
443
452
|
* SMALL_COHERE_V2
|
453
|
+
* SMALL_COHERE_4
|
444
454
|
* EMBED_COHERE
|
445
455
|
* LLAMA2_70
|
446
456
|
* LARGE_GENERIC
|
447
457
|
* LARGE_COHERE_V2_2
|
448
458
|
* LARGE_GENERIC_4
|
459
|
+
* SMALL_GENERIC_V2
|
460
|
+
* LARGE_GENERIC_2
|
449
461
|
|
450
462
|
|
451
463
|
** IMPORTANT **
|
@@ -526,11 +538,14 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
526
538
|
* LARGE_COHERE_V2
|
527
539
|
* SMALL_COHERE
|
528
540
|
* SMALL_COHERE_V2
|
541
|
+
* SMALL_COHERE_4
|
529
542
|
* EMBED_COHERE
|
530
543
|
* LLAMA2_70
|
531
544
|
* LARGE_GENERIC
|
532
545
|
* LARGE_COHERE_V2_2
|
533
546
|
* LARGE_GENERIC_4
|
547
|
+
* SMALL_GENERIC_V2
|
548
|
+
* LARGE_GENERIC_2
|
534
549
|
|
535
550
|
|
536
551
|
** IMPORTANT **
|
@@ -685,11 +700,14 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
685
700
|
* LARGE_COHERE_V2
|
686
701
|
* SMALL_COHERE
|
687
702
|
* SMALL_COHERE_V2
|
703
|
+
* SMALL_COHERE_4
|
688
704
|
* EMBED_COHERE
|
689
705
|
* LLAMA2_70
|
690
706
|
* LARGE_GENERIC
|
691
707
|
* LARGE_COHERE_V2_2
|
692
708
|
* LARGE_GENERIC_4
|
709
|
+
* SMALL_GENERIC_V2
|
710
|
+
* LARGE_GENERIC_2
|
693
711
|
|
694
712
|
|
695
713
|
** IMPORTANT **
|
@@ -834,11 +852,14 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
834
852
|
* LARGE_COHERE_V2
|
835
853
|
* SMALL_COHERE
|
836
854
|
* SMALL_COHERE_V2
|
855
|
+
* SMALL_COHERE_4
|
837
856
|
* EMBED_COHERE
|
838
857
|
* LLAMA2_70
|
839
858
|
* LARGE_GENERIC
|
840
859
|
* LARGE_COHERE_V2_2
|
841
860
|
* LARGE_GENERIC_4
|
861
|
+
* SMALL_GENERIC_V2
|
862
|
+
* LARGE_GENERIC_2
|
842
863
|
|
843
864
|
|
844
865
|
** IMPORTANT **
|
@@ -31,9 +31,16 @@ from .get_deployment_versions import *
|
|
31
31
|
from .get_deployments import *
|
32
32
|
from .get_message import *
|
33
33
|
from .get_messages import *
|
34
|
+
from .get_pipeline import *
|
35
|
+
from .get_pipeline_running_processes import *
|
36
|
+
from .get_pipeline_schema_tables import *
|
37
|
+
from .get_pipeline_schemas import *
|
38
|
+
from .get_pipelines import *
|
39
|
+
from .get_recipes import *
|
34
40
|
from .get_trail_file import *
|
35
41
|
from .get_trail_files import *
|
36
42
|
from .get_trail_sequence import *
|
37
43
|
from .get_trail_sequences import *
|
44
|
+
from .pipeline import *
|
38
45
|
from ._inputs import *
|
39
46
|
from . import outputs
|