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
@@ -27,10 +27,10 @@ class PropertyArgs:
|
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a Property resource.
|
29
29
|
:param pulumi.Input[str] compartment_id: Tenancy OCID
|
30
|
-
:param pulumi.Input[str] selection: (Updatable) Text selection of the
|
31
|
-
:param pulumi.Input[str] value_type: (Updatable) Format of the value
|
30
|
+
:param pulumi.Input[str] selection: (Updatable) Text selection of the property.
|
31
|
+
:param pulumi.Input[str] value_type: (Updatable) Format of the value.
|
32
32
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
33
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = '
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
34
34
|
|
35
35
|
|
36
36
|
** IMPORTANT **
|
@@ -60,7 +60,7 @@ class PropertyArgs:
|
|
60
60
|
@pulumi.getter
|
61
61
|
def selection(self) -> pulumi.Input[str]:
|
62
62
|
"""
|
63
|
-
(Updatable) Text selection of the
|
63
|
+
(Updatable) Text selection of the property.
|
64
64
|
"""
|
65
65
|
return pulumi.get(self, "selection")
|
66
66
|
|
@@ -72,7 +72,7 @@ class PropertyArgs:
|
|
72
72
|
@pulumi.getter(name="valueType")
|
73
73
|
def value_type(self) -> pulumi.Input[str]:
|
74
74
|
"""
|
75
|
-
(Updatable) Format of the value
|
75
|
+
(Updatable) Format of the value.
|
76
76
|
"""
|
77
77
|
return pulumi.get(self, "value_type")
|
78
78
|
|
@@ -96,7 +96,7 @@ class PropertyArgs:
|
|
96
96
|
@pulumi.getter
|
97
97
|
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
98
98
|
"""
|
99
|
-
(Updatable) Values of the property (must be a single value if selection = '
|
99
|
+
(Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
100
100
|
|
101
101
|
|
102
102
|
** IMPORTANT **
|
@@ -135,15 +135,15 @@ class _PropertyState:
|
|
135
135
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
136
136
|
: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.
|
137
137
|
:param pulumi.Input[str] resource_region: Associated region
|
138
|
-
:param pulumi.Input[str] scope: The scope of the property
|
139
|
-
:param pulumi.Input[str] selection: (Updatable) Text selection of the
|
138
|
+
:param pulumi.Input[str] scope: The scope of the property.
|
139
|
+
:param pulumi.Input[str] selection: (Updatable) Text selection of the property.
|
140
140
|
:param pulumi.Input[str] state: The current state of the Property.
|
141
141
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
142
142
|
:param pulumi.Input[str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
143
143
|
:param pulumi.Input[str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
144
144
|
:param pulumi.Input[str] type: The type of the property.
|
145
|
-
:param pulumi.Input[str] value_type: (Updatable) Format of the value
|
146
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = '
|
145
|
+
:param pulumi.Input[str] value_type: (Updatable) Format of the value.
|
146
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
147
147
|
|
148
148
|
|
149
149
|
** IMPORTANT **
|
@@ -256,7 +256,7 @@ class _PropertyState:
|
|
256
256
|
@pulumi.getter
|
257
257
|
def scope(self) -> Optional[pulumi.Input[str]]:
|
258
258
|
"""
|
259
|
-
The scope of the property
|
259
|
+
The scope of the property.
|
260
260
|
"""
|
261
261
|
return pulumi.get(self, "scope")
|
262
262
|
|
@@ -268,7 +268,7 @@ class _PropertyState:
|
|
268
268
|
@pulumi.getter
|
269
269
|
def selection(self) -> Optional[pulumi.Input[str]]:
|
270
270
|
"""
|
271
|
-
(Updatable) Text selection of the
|
271
|
+
(Updatable) Text selection of the property.
|
272
272
|
"""
|
273
273
|
return pulumi.get(self, "selection")
|
274
274
|
|
@@ -340,7 +340,7 @@ class _PropertyState:
|
|
340
340
|
@pulumi.getter(name="valueType")
|
341
341
|
def value_type(self) -> Optional[pulumi.Input[str]]:
|
342
342
|
"""
|
343
|
-
(Updatable) Format of the value
|
343
|
+
(Updatable) Format of the value.
|
344
344
|
"""
|
345
345
|
return pulumi.get(self, "value_type")
|
346
346
|
|
@@ -352,7 +352,7 @@ class _PropertyState:
|
|
352
352
|
@pulumi.getter
|
353
353
|
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
354
354
|
"""
|
355
|
-
(Updatable) Values of the property (must be a single value if selection = '
|
355
|
+
(Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
356
356
|
|
357
357
|
|
358
358
|
** IMPORTANT **
|
@@ -379,7 +379,7 @@ class Property(pulumi.CustomResource):
|
|
379
379
|
"""
|
380
380
|
This resource provides the Property resource in Oracle Cloud Infrastructure Fleet Apps Management service.
|
381
381
|
|
382
|
-
|
382
|
+
Create a business-specific metadata property in Fleet Application Management and capture the business metadata classifications.
|
383
383
|
|
384
384
|
## Example Usage
|
385
385
|
|
@@ -407,9 +407,9 @@ class Property(pulumi.CustomResource):
|
|
407
407
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
408
408
|
:param pulumi.Input[str] compartment_id: Tenancy OCID
|
409
409
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
410
|
-
:param pulumi.Input[str] selection: (Updatable) Text selection of the
|
411
|
-
:param pulumi.Input[str] value_type: (Updatable) Format of the value
|
412
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = '
|
410
|
+
:param pulumi.Input[str] selection: (Updatable) Text selection of the property.
|
411
|
+
:param pulumi.Input[str] value_type: (Updatable) Format of the value.
|
412
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
413
413
|
|
414
414
|
|
415
415
|
** IMPORTANT **
|
@@ -424,7 +424,7 @@ class Property(pulumi.CustomResource):
|
|
424
424
|
"""
|
425
425
|
This resource provides the Property resource in Oracle Cloud Infrastructure Fleet Apps Management service.
|
426
426
|
|
427
|
-
|
427
|
+
Create a business-specific metadata property in Fleet Application Management and capture the business metadata classifications.
|
428
428
|
|
429
429
|
## Example Usage
|
430
430
|
|
@@ -536,15 +536,15 @@ class Property(pulumi.CustomResource):
|
|
536
536
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
537
537
|
: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.
|
538
538
|
:param pulumi.Input[str] resource_region: Associated region
|
539
|
-
:param pulumi.Input[str] scope: The scope of the property
|
540
|
-
:param pulumi.Input[str] selection: (Updatable) Text selection of the
|
539
|
+
:param pulumi.Input[str] scope: The scope of the property.
|
540
|
+
:param pulumi.Input[str] selection: (Updatable) Text selection of the property.
|
541
541
|
:param pulumi.Input[str] state: The current state of the Property.
|
542
542
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
543
543
|
:param pulumi.Input[str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
544
544
|
:param pulumi.Input[str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
545
545
|
:param pulumi.Input[str] type: The type of the property.
|
546
|
-
:param pulumi.Input[str] value_type: (Updatable) Format of the value
|
547
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = '
|
546
|
+
:param pulumi.Input[str] value_type: (Updatable) Format of the value.
|
547
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
548
548
|
|
549
549
|
|
550
550
|
** IMPORTANT **
|
@@ -623,7 +623,7 @@ class Property(pulumi.CustomResource):
|
|
623
623
|
@pulumi.getter
|
624
624
|
def scope(self) -> pulumi.Output[str]:
|
625
625
|
"""
|
626
|
-
The scope of the property
|
626
|
+
The scope of the property.
|
627
627
|
"""
|
628
628
|
return pulumi.get(self, "scope")
|
629
629
|
|
@@ -631,7 +631,7 @@ class Property(pulumi.CustomResource):
|
|
631
631
|
@pulumi.getter
|
632
632
|
def selection(self) -> pulumi.Output[str]:
|
633
633
|
"""
|
634
|
-
(Updatable) Text selection of the
|
634
|
+
(Updatable) Text selection of the property.
|
635
635
|
"""
|
636
636
|
return pulumi.get(self, "selection")
|
637
637
|
|
@@ -679,7 +679,7 @@ class Property(pulumi.CustomResource):
|
|
679
679
|
@pulumi.getter(name="valueType")
|
680
680
|
def value_type(self) -> pulumi.Output[str]:
|
681
681
|
"""
|
682
|
-
(Updatable) Format of the value
|
682
|
+
(Updatable) Format of the value.
|
683
683
|
"""
|
684
684
|
return pulumi.get(self, "value_type")
|
685
685
|
|
@@ -687,7 +687,7 @@ class Property(pulumi.CustomResource):
|
|
687
687
|
@pulumi.getter
|
688
688
|
def values(self) -> pulumi.Output[Sequence[str]]:
|
689
689
|
"""
|
690
|
-
(Updatable) Values of the property (must be a single value if selection = '
|
690
|
+
(Updatable) Values of the property (must be a single value if selection = 'SINGLE_CHOICE').
|
691
691
|
|
692
692
|
|
693
693
|
** IMPORTANT **
|