pulumi-oci 1.20.0a1706213871__py3-none-any.whl → 1.21.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 +16 -0
- pulumi_oci/core/get_boot_volume_attachments.py +36 -2
- pulumi_oci/database/autonomous_database.py +49 -0
- pulumi_oci/database/autonomous_database_wallet.py +18 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/get_managed_preferred_credential.py +19 -1
- pulumi_oci/database/outputs.py +21 -0
- pulumi_oci/database/vm_cluster_network.py +20 -7
- pulumi_oci/databasemanagement/__init__.py +3 -0
- pulumi_oci/databasemanagement/_inputs.py +863 -48
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +22 -5
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +22 -5
- pulumi_oci/databasemanagement/get_external_asm_users.py +22 -5
- pulumi_oci/databasemanagement/get_external_listener_services.py +22 -5
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +46 -37
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +18 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_named_credential.py +249 -0
- pulumi_oci/databasemanagement/get_named_credentials.py +216 -0
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +99 -37
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +91 -29
- pulumi_oci/databasemanagement/named_credential.py +635 -0
- pulumi_oci/databasemanagement/outputs.py +1896 -157
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +798 -0
- pulumi_oci/dataintegration/get_workspace_application_patch.py +391 -0
- pulumi_oci/dataintegration/get_workspace_application_patches.py +207 -0
- pulumi_oci/dataintegration/get_workspace_import_request.py +14 -1
- pulumi_oci/dataintegration/outputs.py +2844 -739
- pulumi_oci/dataintegration/workspace_application_patch.py +1026 -0
- pulumi_oci/dataintegration/workspace_import_request.py +49 -0
- pulumi_oci/loadbalancer/_inputs.py +12 -0
- pulumi_oci/loadbalancer/outputs.py +12 -0
- pulumi_oci/ospgateway/_inputs.py +16 -0
- pulumi_oci/ospgateway/outputs.py +94 -19
- {pulumi_oci-1.20.0a1706213871.dist-info → pulumi_oci-1.21.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.20.0a1706213871.dist-info → pulumi_oci-1.21.0.dist-info}/RECORD +58 -52
- {pulumi_oci-1.20.0a1706213871.dist-info → pulumi_oci-1.21.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.20.0a1706213871.dist-info → pulumi_oci-1.21.0.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -1726,6 +1726,14 @@ _utilities.register(
|
|
1726
1726
|
"oci:DataIntegration/workspaceApplication:WorkspaceApplication": "WorkspaceApplication"
|
1727
1727
|
}
|
1728
1728
|
},
|
1729
|
+
{
|
1730
|
+
"pkg": "oci",
|
1731
|
+
"mod": "DataIntegration/workspaceApplicationPatch",
|
1732
|
+
"fqn": "pulumi_oci.dataintegration",
|
1733
|
+
"classes": {
|
1734
|
+
"oci:DataIntegration/workspaceApplicationPatch:WorkspaceApplicationPatch": "WorkspaceApplicationPatch"
|
1735
|
+
}
|
1736
|
+
},
|
1729
1737
|
{
|
1730
1738
|
"pkg": "oci",
|
1731
1739
|
"mod": "DataIntegration/workspaceExportRequest",
|
@@ -2854,6 +2862,14 @@ _utilities.register(
|
|
2854
2862
|
"oci:DatabaseManagement/managedDatabasesResetDatabaseParameter:ManagedDatabasesResetDatabaseParameter": "ManagedDatabasesResetDatabaseParameter"
|
2855
2863
|
}
|
2856
2864
|
},
|
2865
|
+
{
|
2866
|
+
"pkg": "oci",
|
2867
|
+
"mod": "DatabaseManagement/namedCredential",
|
2868
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2869
|
+
"classes": {
|
2870
|
+
"oci:DatabaseManagement/namedCredential:NamedCredential": "NamedCredential"
|
2871
|
+
}
|
2872
|
+
},
|
2857
2873
|
{
|
2858
2874
|
"pkg": "oci",
|
2859
2875
|
"mod": "DatabaseMigration/agent",
|
@@ -122,7 +122,24 @@ def get_boot_volume_attachments(availability_domain: Optional[str] = None,
|
|
122
122
|
instance_id: Optional[str] = None,
|
123
123
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBootVolumeAttachmentsResult:
|
124
124
|
"""
|
125
|
-
|
125
|
+
This data source provides the list of Boot Volume Attachments in Oracle Cloud Infrastructure Core service.
|
126
|
+
|
127
|
+
Lists the boot volume attachments in the specified compartment. You can filter the
|
128
|
+
list by specifying an instance OCID, boot volume OCID, or both.
|
129
|
+
|
130
|
+
## Example Usage
|
131
|
+
|
132
|
+
```python
|
133
|
+
import pulumi
|
134
|
+
import pulumi_oci as oci
|
135
|
+
|
136
|
+
test_boot_volume_attachments = oci.Core.get_boot_volume_attachments(availability_domain=var["boot_volume_attachment_availability_domain"],
|
137
|
+
compartment_id=var["compartment_id"],
|
138
|
+
boot_volume_id=oci_core_boot_volume["test_boot_volume"]["id"],
|
139
|
+
instance_id=oci_core_instance["test_instance"]["id"])
|
140
|
+
```
|
141
|
+
For more detailed implementation refer the instance example
|
142
|
+
|
126
143
|
|
127
144
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
128
145
|
:param str boot_volume_id: The OCID of the boot volume.
|
@@ -156,7 +173,24 @@ def get_boot_volume_attachments_output(availability_domain: Optional[pulumi.Inpu
|
|
156
173
|
instance_id: Optional[pulumi.Input[Optional[str]]] = None,
|
157
174
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBootVolumeAttachmentsResult]:
|
158
175
|
"""
|
159
|
-
|
176
|
+
This data source provides the list of Boot Volume Attachments in Oracle Cloud Infrastructure Core service.
|
177
|
+
|
178
|
+
Lists the boot volume attachments in the specified compartment. You can filter the
|
179
|
+
list by specifying an instance OCID, boot volume OCID, or both.
|
180
|
+
|
181
|
+
## Example Usage
|
182
|
+
|
183
|
+
```python
|
184
|
+
import pulumi
|
185
|
+
import pulumi_oci as oci
|
186
|
+
|
187
|
+
test_boot_volume_attachments = oci.Core.get_boot_volume_attachments(availability_domain=var["boot_volume_attachment_availability_domain"],
|
188
|
+
compartment_id=var["compartment_id"],
|
189
|
+
boot_volume_id=oci_core_boot_volume["test_boot_volume"]["id"],
|
190
|
+
instance_id=oci_core_instance["test_instance"]["id"])
|
191
|
+
```
|
192
|
+
For more detailed implementation refer the instance example
|
193
|
+
|
160
194
|
|
161
195
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
162
196
|
:param str boot_volume_id: The OCID of the boot volume.
|
@@ -75,6 +75,7 @@ class AutonomousDatabaseArgs:
|
|
75
75
|
scheduled_operations: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseScheduledOperationArgs']]]] = None,
|
76
76
|
secret_id: Optional[pulumi.Input[str]] = None,
|
77
77
|
secret_version_number: Optional[pulumi.Input[int]] = None,
|
78
|
+
shrink_adb_trigger: Optional[pulumi.Input[int]] = None,
|
78
79
|
source: Optional[pulumi.Input[str]] = None,
|
79
80
|
source_id: Optional[pulumi.Input[str]] = None,
|
80
81
|
standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -294,6 +295,9 @@ class AutonomousDatabaseArgs:
|
|
294
295
|
pulumi.set(__self__, "is_preview_version_with_service_terms_accepted", is_preview_version_with_service_terms_accepted)
|
295
296
|
if is_refreshable_clone is not None:
|
296
297
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
298
|
+
if is_shrink_only is not None:
|
299
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
300
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
297
301
|
if is_shrink_only is not None:
|
298
302
|
pulumi.set(__self__, "is_shrink_only", is_shrink_only)
|
299
303
|
if kms_key_id is not None:
|
@@ -338,6 +342,8 @@ class AutonomousDatabaseArgs:
|
|
338
342
|
pulumi.set(__self__, "secret_id", secret_id)
|
339
343
|
if secret_version_number is not None:
|
340
344
|
pulumi.set(__self__, "secret_version_number", secret_version_number)
|
345
|
+
if shrink_adb_trigger is not None:
|
346
|
+
pulumi.set(__self__, "shrink_adb_trigger", shrink_adb_trigger)
|
341
347
|
if source is not None:
|
342
348
|
pulumi.set(__self__, "source", source)
|
343
349
|
if source_id is not None:
|
@@ -840,6 +846,9 @@ class AutonomousDatabaseArgs:
|
|
840
846
|
** IMPORTANT **
|
841
847
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
842
848
|
"""
|
849
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
850
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
851
|
+
|
843
852
|
return pulumi.get(self, "is_shrink_only")
|
844
853
|
|
845
854
|
@is_shrink_only.setter
|
@@ -1105,6 +1114,15 @@ class AutonomousDatabaseArgs:
|
|
1105
1114
|
def secret_version_number(self, value: Optional[pulumi.Input[int]]):
|
1106
1115
|
pulumi.set(self, "secret_version_number", value)
|
1107
1116
|
|
1117
|
+
@property
|
1118
|
+
@pulumi.getter(name="shrinkAdbTrigger")
|
1119
|
+
def shrink_adb_trigger(self) -> Optional[pulumi.Input[int]]:
|
1120
|
+
return pulumi.get(self, "shrink_adb_trigger")
|
1121
|
+
|
1122
|
+
@shrink_adb_trigger.setter
|
1123
|
+
def shrink_adb_trigger(self, value: Optional[pulumi.Input[int]]):
|
1124
|
+
pulumi.set(self, "shrink_adb_trigger", value)
|
1125
|
+
|
1108
1126
|
@property
|
1109
1127
|
@pulumi.getter
|
1110
1128
|
def source(self) -> Optional[pulumi.Input[str]]:
|
@@ -1355,6 +1373,7 @@ class _AutonomousDatabaseState:
|
|
1355
1373
|
secret_id: Optional[pulumi.Input[str]] = None,
|
1356
1374
|
secret_version_number: Optional[pulumi.Input[int]] = None,
|
1357
1375
|
service_console_url: Optional[pulumi.Input[str]] = None,
|
1376
|
+
shrink_adb_trigger: Optional[pulumi.Input[int]] = None,
|
1358
1377
|
source: Optional[pulumi.Input[str]] = None,
|
1359
1378
|
source_id: Optional[pulumi.Input[str]] = None,
|
1360
1379
|
standby_dbs: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseStandbyDbArgs']]]] = None,
|
@@ -1679,6 +1698,9 @@ class _AutonomousDatabaseState:
|
|
1679
1698
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
1680
1699
|
if is_remote_data_guard_enabled is not None:
|
1681
1700
|
pulumi.set(__self__, "is_remote_data_guard_enabled", is_remote_data_guard_enabled)
|
1701
|
+
if is_shrink_only is not None:
|
1702
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
1703
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
1682
1704
|
if is_shrink_only is not None:
|
1683
1705
|
pulumi.set(__self__, "is_shrink_only", is_shrink_only)
|
1684
1706
|
if key_history_entries is not None:
|
@@ -1757,6 +1779,8 @@ class _AutonomousDatabaseState:
|
|
1757
1779
|
pulumi.set(__self__, "secret_version_number", secret_version_number)
|
1758
1780
|
if service_console_url is not None:
|
1759
1781
|
pulumi.set(__self__, "service_console_url", service_console_url)
|
1782
|
+
if shrink_adb_trigger is not None:
|
1783
|
+
pulumi.set(__self__, "shrink_adb_trigger", shrink_adb_trigger)
|
1760
1784
|
if source is not None:
|
1761
1785
|
pulumi.set(__self__, "source", source)
|
1762
1786
|
if source_id is not None:
|
@@ -2481,6 +2505,9 @@ class _AutonomousDatabaseState:
|
|
2481
2505
|
** IMPORTANT **
|
2482
2506
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2483
2507
|
"""
|
2508
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
2509
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
2510
|
+
|
2484
2511
|
return pulumi.get(self, "is_shrink_only")
|
2485
2512
|
|
2486
2513
|
@is_shrink_only.setter
|
@@ -2950,6 +2977,15 @@ class _AutonomousDatabaseState:
|
|
2950
2977
|
def service_console_url(self, value: Optional[pulumi.Input[str]]):
|
2951
2978
|
pulumi.set(self, "service_console_url", value)
|
2952
2979
|
|
2980
|
+
@property
|
2981
|
+
@pulumi.getter(name="shrinkAdbTrigger")
|
2982
|
+
def shrink_adb_trigger(self) -> Optional[pulumi.Input[int]]:
|
2983
|
+
return pulumi.get(self, "shrink_adb_trigger")
|
2984
|
+
|
2985
|
+
@shrink_adb_trigger.setter
|
2986
|
+
def shrink_adb_trigger(self, value: Optional[pulumi.Input[int]]):
|
2987
|
+
pulumi.set(self, "shrink_adb_trigger", value)
|
2988
|
+
|
2953
2989
|
@property
|
2954
2990
|
@pulumi.getter
|
2955
2991
|
def source(self) -> Optional[pulumi.Input[str]]:
|
@@ -3419,6 +3455,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3419
3455
|
scheduled_operations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseScheduledOperationArgs']]]]] = None,
|
3420
3456
|
secret_id: Optional[pulumi.Input[str]] = None,
|
3421
3457
|
secret_version_number: Optional[pulumi.Input[int]] = None,
|
3458
|
+
shrink_adb_trigger: Optional[pulumi.Input[int]] = None,
|
3422
3459
|
source: Optional[pulumi.Input[str]] = None,
|
3423
3460
|
source_id: Optional[pulumi.Input[str]] = None,
|
3424
3461
|
standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -3673,6 +3710,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3673
3710
|
scheduled_operations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseScheduledOperationArgs']]]]] = None,
|
3674
3711
|
secret_id: Optional[pulumi.Input[str]] = None,
|
3675
3712
|
secret_version_number: Optional[pulumi.Input[int]] = None,
|
3713
|
+
shrink_adb_trigger: Optional[pulumi.Input[int]] = None,
|
3676
3714
|
source: Optional[pulumi.Input[str]] = None,
|
3677
3715
|
source_id: Optional[pulumi.Input[str]] = None,
|
3678
3716
|
standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -3756,6 +3794,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3756
3794
|
__props__.__dict__["scheduled_operations"] = scheduled_operations
|
3757
3795
|
__props__.__dict__["secret_id"] = secret_id
|
3758
3796
|
__props__.__dict__["secret_version_number"] = secret_version_number
|
3797
|
+
__props__.__dict__["shrink_adb_trigger"] = shrink_adb_trigger
|
3759
3798
|
__props__.__dict__["source"] = source
|
3760
3799
|
__props__.__dict__["source_id"] = source_id
|
3761
3800
|
__props__.__dict__["standby_whitelisted_ips"] = standby_whitelisted_ips
|
@@ -3923,6 +3962,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3923
3962
|
secret_id: Optional[pulumi.Input[str]] = None,
|
3924
3963
|
secret_version_number: Optional[pulumi.Input[int]] = None,
|
3925
3964
|
service_console_url: Optional[pulumi.Input[str]] = None,
|
3965
|
+
shrink_adb_trigger: Optional[pulumi.Input[int]] = None,
|
3926
3966
|
source: Optional[pulumi.Input[str]] = None,
|
3927
3967
|
source_id: Optional[pulumi.Input[str]] = None,
|
3928
3968
|
standby_dbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseStandbyDbArgs']]]]] = None,
|
@@ -4243,6 +4283,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4243
4283
|
__props__.__dict__["secret_id"] = secret_id
|
4244
4284
|
__props__.__dict__["secret_version_number"] = secret_version_number
|
4245
4285
|
__props__.__dict__["service_console_url"] = service_console_url
|
4286
|
+
__props__.__dict__["shrink_adb_trigger"] = shrink_adb_trigger
|
4246
4287
|
__props__.__dict__["source"] = source
|
4247
4288
|
__props__.__dict__["source_id"] = source_id
|
4248
4289
|
__props__.__dict__["standby_dbs"] = standby_dbs
|
@@ -4728,6 +4769,9 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4728
4769
|
** IMPORTANT **
|
4729
4770
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4730
4771
|
"""
|
4772
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
4773
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
4774
|
+
|
4731
4775
|
return pulumi.get(self, "is_shrink_only")
|
4732
4776
|
|
4733
4777
|
@property
|
@@ -5041,6 +5085,11 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5041
5085
|
"""
|
5042
5086
|
return pulumi.get(self, "service_console_url")
|
5043
5087
|
|
5088
|
+
@property
|
5089
|
+
@pulumi.getter(name="shrinkAdbTrigger")
|
5090
|
+
def shrink_adb_trigger(self) -> pulumi.Output[int]:
|
5091
|
+
return pulumi.get(self, "shrink_adb_trigger")
|
5092
|
+
|
5044
5093
|
@property
|
5045
5094
|
@pulumi.getter
|
5046
5095
|
def source(self) -> pulumi.Output[str]:
|
@@ -229,6 +229,15 @@ class AutonomousDatabaseWallet(pulumi.CustomResource):
|
|
229
229
|
password: Optional[pulumi.Input[str]] = None,
|
230
230
|
__props__=None):
|
231
231
|
"""
|
232
|
+
This resource provides the Autonomous Database Wallet resource in Oracle Cloud Infrastructure Database service.
|
233
|
+
|
234
|
+
Creates and downloads a wallet for the specified Autonomous Database.
|
235
|
+
|
236
|
+
If passing the base64 encoded content to a `local_file` resource, please use the `content_base64` attribute of the `local_file` resource.
|
237
|
+
See this example for more details.
|
238
|
+
|
239
|
+
Recreate the resource to create and download a new wallet.
|
240
|
+
|
232
241
|
## Example Usage
|
233
242
|
|
234
243
|
```python
|
@@ -267,6 +276,15 @@ class AutonomousDatabaseWallet(pulumi.CustomResource):
|
|
267
276
|
args: AutonomousDatabaseWalletArgs,
|
268
277
|
opts: Optional[pulumi.ResourceOptions] = None):
|
269
278
|
"""
|
279
|
+
This resource provides the Autonomous Database Wallet resource in Oracle Cloud Infrastructure Database service.
|
280
|
+
|
281
|
+
Creates and downloads a wallet for the specified Autonomous Database.
|
282
|
+
|
283
|
+
If passing the base64 encoded content to a `local_file` resource, please use the `content_base64` attribute of the `local_file` resource.
|
284
|
+
See this example for more details.
|
285
|
+
|
286
|
+
Recreate the resource to create and download a new wallet.
|
287
|
+
|
270
288
|
## Example Usage
|
271
289
|
|
272
290
|
```python
|
@@ -22,7 +22,7 @@ class GetAutonomousDatabaseResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getAutonomousDatabase.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
25
|
+
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
26
26
|
if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
|
27
27
|
raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
|
28
28
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -299,6 +299,9 @@ class GetAutonomousDatabaseResult:
|
|
299
299
|
if service_console_url and not isinstance(service_console_url, str):
|
300
300
|
raise TypeError("Expected argument 'service_console_url' to be a str")
|
301
301
|
pulumi.set(__self__, "service_console_url", service_console_url)
|
302
|
+
if shrink_adb_trigger and not isinstance(shrink_adb_trigger, int):
|
303
|
+
raise TypeError("Expected argument 'shrink_adb_trigger' to be a int")
|
304
|
+
pulumi.set(__self__, "shrink_adb_trigger", shrink_adb_trigger)
|
302
305
|
if source and not isinstance(source, str):
|
303
306
|
raise TypeError("Expected argument 'source' to be a str")
|
304
307
|
pulumi.set(__self__, "source", source)
|
@@ -812,6 +815,9 @@ class GetAutonomousDatabaseResult:
|
|
812
815
|
@property
|
813
816
|
@pulumi.getter(name="isShrinkOnly")
|
814
817
|
def is_shrink_only(self) -> bool:
|
818
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
819
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
820
|
+
|
815
821
|
return pulumi.get(self, "is_shrink_only")
|
816
822
|
|
817
823
|
@property
|
@@ -1107,6 +1113,11 @@ class GetAutonomousDatabaseResult:
|
|
1107
1113
|
"""
|
1108
1114
|
return pulumi.get(self, "service_console_url")
|
1109
1115
|
|
1116
|
+
@property
|
1117
|
+
@pulumi.getter(name="shrinkAdbTrigger")
|
1118
|
+
def shrink_adb_trigger(self) -> int:
|
1119
|
+
return pulumi.get(self, "shrink_adb_trigger")
|
1120
|
+
|
1110
1121
|
@property
|
1111
1122
|
@pulumi.getter
|
1112
1123
|
def source(self) -> str:
|
@@ -1447,6 +1458,7 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1447
1458
|
secret_id=self.secret_id,
|
1448
1459
|
secret_version_number=self.secret_version_number,
|
1449
1460
|
service_console_url=self.service_console_url,
|
1461
|
+
shrink_adb_trigger=self.shrink_adb_trigger,
|
1450
1462
|
source=self.source,
|
1451
1463
|
source_id=self.source_id,
|
1452
1464
|
standby_dbs=self.standby_dbs,
|
@@ -1598,6 +1610,7 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1598
1610
|
secret_id=pulumi.get(__ret__, 'secret_id'),
|
1599
1611
|
secret_version_number=pulumi.get(__ret__, 'secret_version_number'),
|
1600
1612
|
service_console_url=pulumi.get(__ret__, 'service_console_url'),
|
1613
|
+
shrink_adb_trigger=pulumi.get(__ret__, 'shrink_adb_trigger'),
|
1601
1614
|
source=pulumi.get(__ret__, 'source'),
|
1602
1615
|
source_id=pulumi.get(__ret__, 'source_id'),
|
1603
1616
|
standby_dbs=pulumi.get(__ret__, 'standby_dbs'),
|
@@ -21,7 +21,7 @@ class GetManagedPreferredCredentialResult:
|
|
21
21
|
"""
|
22
22
|
A collection of values returned by getManagedPreferredCredential.
|
23
23
|
"""
|
24
|
-
def __init__(__self__, credential_name=None, id=None, is_accessible=None, managed_database_id=None, password_secret_id=None, role=None, status=None, type=None, user_name=None):
|
24
|
+
def __init__(__self__, credential_name=None, id=None, is_accessible=None, managed_database_id=None, named_credential_id=None, password_secret_id=None, role=None, status=None, type=None, user_name=None):
|
25
25
|
if credential_name and not isinstance(credential_name, str):
|
26
26
|
raise TypeError("Expected argument 'credential_name' to be a str")
|
27
27
|
pulumi.set(__self__, "credential_name", credential_name)
|
@@ -34,6 +34,9 @@ class GetManagedPreferredCredentialResult:
|
|
34
34
|
if managed_database_id and not isinstance(managed_database_id, str):
|
35
35
|
raise TypeError("Expected argument 'managed_database_id' to be a str")
|
36
36
|
pulumi.set(__self__, "managed_database_id", managed_database_id)
|
37
|
+
if named_credential_id and not isinstance(named_credential_id, str):
|
38
|
+
raise TypeError("Expected argument 'named_credential_id' to be a str")
|
39
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
37
40
|
if password_secret_id and not isinstance(password_secret_id, str):
|
38
41
|
raise TypeError("Expected argument 'password_secret_id' to be a str")
|
39
42
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
@@ -79,6 +82,14 @@ class GetManagedPreferredCredentialResult:
|
|
79
82
|
def managed_database_id(self) -> str:
|
80
83
|
return pulumi.get(self, "managed_database_id")
|
81
84
|
|
85
|
+
@property
|
86
|
+
@pulumi.getter(name="namedCredentialId")
|
87
|
+
def named_credential_id(self) -> str:
|
88
|
+
"""
|
89
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential that contains the database user password metadata.
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "named_credential_id")
|
92
|
+
|
82
93
|
@property
|
83
94
|
@pulumi.getter(name="passwordSecretId")
|
84
95
|
def password_secret_id(self) -> str:
|
@@ -130,6 +141,7 @@ class AwaitableGetManagedPreferredCredentialResult(GetManagedPreferredCredential
|
|
130
141
|
id=self.id,
|
131
142
|
is_accessible=self.is_accessible,
|
132
143
|
managed_database_id=self.managed_database_id,
|
144
|
+
named_credential_id=self.named_credential_id,
|
133
145
|
password_secret_id=self.password_secret_id,
|
134
146
|
role=self.role,
|
135
147
|
status=self.status,
|
@@ -139,6 +151,7 @@ class AwaitableGetManagedPreferredCredentialResult(GetManagedPreferredCredential
|
|
139
151
|
|
140
152
|
def get_managed_preferred_credential(credential_name: Optional[str] = None,
|
141
153
|
managed_database_id: Optional[str] = None,
|
154
|
+
named_credential_id: Optional[str] = None,
|
142
155
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedPreferredCredentialResult:
|
143
156
|
"""
|
144
157
|
This data source provides details about a specific Managed Database Preferred Credential resource in Oracle Cloud Infrastructure Database Management service.
|
@@ -158,10 +171,12 @@ def get_managed_preferred_credential(credential_name: Optional[str] = None,
|
|
158
171
|
|
159
172
|
:param str credential_name: The name of the preferred credential.
|
160
173
|
:param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
174
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential that contains the database user password metadata.
|
161
175
|
"""
|
162
176
|
__args__ = dict()
|
163
177
|
__args__['credentialName'] = credential_name
|
164
178
|
__args__['managedDatabaseId'] = managed_database_id
|
179
|
+
__args__['namedCredentialId'] = named_credential_id
|
165
180
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
166
181
|
__ret__ = pulumi.runtime.invoke('oci:Database/getManagedPreferredCredential:getManagedPreferredCredential', __args__, opts=opts, typ=GetManagedPreferredCredentialResult).value
|
167
182
|
|
@@ -170,6 +185,7 @@ def get_managed_preferred_credential(credential_name: Optional[str] = None,
|
|
170
185
|
id=pulumi.get(__ret__, 'id'),
|
171
186
|
is_accessible=pulumi.get(__ret__, 'is_accessible'),
|
172
187
|
managed_database_id=pulumi.get(__ret__, 'managed_database_id'),
|
188
|
+
named_credential_id=pulumi.get(__ret__, 'named_credential_id'),
|
173
189
|
password_secret_id=pulumi.get(__ret__, 'password_secret_id'),
|
174
190
|
role=pulumi.get(__ret__, 'role'),
|
175
191
|
status=pulumi.get(__ret__, 'status'),
|
@@ -180,6 +196,7 @@ def get_managed_preferred_credential(credential_name: Optional[str] = None,
|
|
180
196
|
@_utilities.lift_output_func(get_managed_preferred_credential)
|
181
197
|
def get_managed_preferred_credential_output(credential_name: Optional[pulumi.Input[str]] = None,
|
182
198
|
managed_database_id: Optional[pulumi.Input[str]] = None,
|
199
|
+
named_credential_id: Optional[pulumi.Input[Optional[str]]] = None,
|
183
200
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedPreferredCredentialResult]:
|
184
201
|
"""
|
185
202
|
This data source provides details about a specific Managed Database Preferred Credential resource in Oracle Cloud Infrastructure Database Management service.
|
@@ -199,5 +216,6 @@ def get_managed_preferred_credential_output(credential_name: Optional[pulumi.Inp
|
|
199
216
|
|
200
217
|
:param str credential_name: The name of the preferred credential.
|
201
218
|
:param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
219
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential that contains the database user password metadata.
|
202
220
|
"""
|
203
221
|
...
|
pulumi_oci/database/outputs.py
CHANGED
@@ -15478,6 +15478,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
15478
15478
|
secret_id: str,
|
15479
15479
|
secret_version_number: int,
|
15480
15480
|
service_console_url: str,
|
15481
|
+
shrink_adb_trigger: int,
|
15481
15482
|
source: str,
|
15482
15483
|
source_id: str,
|
15483
15484
|
standby_dbs: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseStandbyDbResult'],
|
@@ -15714,6 +15715,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
15714
15715
|
pulumi.set(__self__, "secret_id", secret_id)
|
15715
15716
|
pulumi.set(__self__, "secret_version_number", secret_version_number)
|
15716
15717
|
pulumi.set(__self__, "service_console_url", service_console_url)
|
15718
|
+
pulumi.set(__self__, "shrink_adb_trigger", shrink_adb_trigger)
|
15717
15719
|
pulumi.set(__self__, "source", source)
|
15718
15720
|
pulumi.set(__self__, "source_id", source_id)
|
15719
15721
|
pulumi.set(__self__, "standby_dbs", standby_dbs)
|
@@ -16159,6 +16161,9 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
16159
16161
|
@property
|
16160
16162
|
@pulumi.getter(name="isShrinkOnly")
|
16161
16163
|
def is_shrink_only(self) -> bool:
|
16164
|
+
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
16165
|
+
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
16166
|
+
|
16162
16167
|
return pulumi.get(self, "is_shrink_only")
|
16163
16168
|
|
16164
16169
|
@property
|
@@ -16454,6 +16459,11 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
16454
16459
|
"""
|
16455
16460
|
return pulumi.get(self, "service_console_url")
|
16456
16461
|
|
16462
|
+
@property
|
16463
|
+
@pulumi.getter(name="shrinkAdbTrigger")
|
16464
|
+
def shrink_adb_trigger(self) -> int:
|
16465
|
+
return pulumi.get(self, "shrink_adb_trigger")
|
16466
|
+
|
16457
16467
|
@property
|
16458
16468
|
@pulumi.getter
|
16459
16469
|
def source(self) -> str:
|
@@ -38535,6 +38545,7 @@ class GetManagedPreferredCredentialsPreferredCredentialCollectionItemResult(dict
|
|
38535
38545
|
def __init__(__self__, *,
|
38536
38546
|
credential_name: str,
|
38537
38547
|
is_accessible: bool,
|
38548
|
+
named_credential_id: str,
|
38538
38549
|
password_secret_id: str,
|
38539
38550
|
role: str,
|
38540
38551
|
status: str,
|
@@ -38543,6 +38554,7 @@ class GetManagedPreferredCredentialsPreferredCredentialCollectionItemResult(dict
|
|
38543
38554
|
"""
|
38544
38555
|
:param str credential_name: The name of the preferred credential.
|
38545
38556
|
:param bool is_accessible: Indicates whether the preferred credential is accessible.
|
38557
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential that contains the database user password metadata.
|
38546
38558
|
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
38547
38559
|
:param str role: The role of the database user.
|
38548
38560
|
:param str status: The status of the preferred credential.
|
@@ -38551,6 +38563,7 @@ class GetManagedPreferredCredentialsPreferredCredentialCollectionItemResult(dict
|
|
38551
38563
|
"""
|
38552
38564
|
pulumi.set(__self__, "credential_name", credential_name)
|
38553
38565
|
pulumi.set(__self__, "is_accessible", is_accessible)
|
38566
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
38554
38567
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
38555
38568
|
pulumi.set(__self__, "role", role)
|
38556
38569
|
pulumi.set(__self__, "status", status)
|
@@ -38573,6 +38586,14 @@ class GetManagedPreferredCredentialsPreferredCredentialCollectionItemResult(dict
|
|
38573
38586
|
"""
|
38574
38587
|
return pulumi.get(self, "is_accessible")
|
38575
38588
|
|
38589
|
+
@property
|
38590
|
+
@pulumi.getter(name="namedCredentialId")
|
38591
|
+
def named_credential_id(self) -> str:
|
38592
|
+
"""
|
38593
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential that contains the database user password metadata.
|
38594
|
+
"""
|
38595
|
+
return pulumi.get(self, "named_credential_id")
|
38596
|
+
|
38576
38597
|
@property
|
38577
38598
|
@pulumi.getter(name="passwordSecretId")
|
38578
38599
|
def password_secret_id(self) -> str:
|
@@ -34,12 +34,13 @@ class VmClusterNetworkArgs:
|
|
34
34
|
:param pulumi.Input[str] display_name: The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
|
35
35
|
:param pulumi.Input[str] exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkScanArgs']]] scans: (Updatable) The SCAN details.
|
37
|
-
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks:
|
37
|
+
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks: Details of the client and backup networks.
|
38
38
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39
39
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns: (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
|
40
40
|
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkDrScanArgs']]] dr_scans: (Updatable) The SCAN details for DR network
|
41
41
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ntps: (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
|
43
|
+
:param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
43
44
|
"""
|
44
45
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
45
46
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -113,7 +114,7 @@ class VmClusterNetworkArgs:
|
|
113
114
|
@pulumi.getter(name="vmNetworks")
|
114
115
|
def vm_networks(self) -> pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]]:
|
115
116
|
"""
|
116
|
-
|
117
|
+
Details of the client and backup networks.
|
117
118
|
"""
|
118
119
|
return pulumi.get(self, "vm_networks")
|
119
120
|
|
@@ -193,6 +194,9 @@ class VmClusterNetworkArgs:
|
|
193
194
|
@property
|
194
195
|
@pulumi.getter(name="validateVmClusterNetwork")
|
195
196
|
def validate_vm_cluster_network(self) -> Optional[pulumi.Input[bool]]:
|
197
|
+
"""
|
198
|
+
(Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
199
|
+
"""
|
196
200
|
return pulumi.get(self, "validate_vm_cluster_network")
|
197
201
|
|
198
202
|
@validate_vm_cluster_network.setter
|
@@ -233,8 +237,9 @@ class _VmClusterNetworkState:
|
|
233
237
|
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkScanArgs']]] scans: (Updatable) The SCAN details.
|
234
238
|
:param pulumi.Input[str] state: (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
235
239
|
:param pulumi.Input[str] time_created: The date and time when the VM cluster network was created.
|
240
|
+
:param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
236
241
|
:param pulumi.Input[str] vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated VM Cluster.
|
237
|
-
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks:
|
242
|
+
:param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks: Details of the client and backup networks.
|
238
243
|
"""
|
239
244
|
if action is not None:
|
240
245
|
pulumi.set(__self__, "action", action)
|
@@ -425,6 +430,9 @@ class _VmClusterNetworkState:
|
|
425
430
|
@property
|
426
431
|
@pulumi.getter(name="validateVmClusterNetwork")
|
427
432
|
def validate_vm_cluster_network(self) -> Optional[pulumi.Input[bool]]:
|
433
|
+
"""
|
434
|
+
(Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
435
|
+
"""
|
428
436
|
return pulumi.get(self, "validate_vm_cluster_network")
|
429
437
|
|
430
438
|
@validate_vm_cluster_network.setter
|
@@ -447,7 +455,7 @@ class _VmClusterNetworkState:
|
|
447
455
|
@pulumi.getter(name="vmNetworks")
|
448
456
|
def vm_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]]]:
|
449
457
|
"""
|
450
|
-
|
458
|
+
Details of the client and backup networks.
|
451
459
|
"""
|
452
460
|
return pulumi.get(self, "vm_networks")
|
453
461
|
|
@@ -545,7 +553,8 @@ class VmClusterNetwork(pulumi.CustomResource):
|
|
545
553
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
546
554
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ntps: (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
|
547
555
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VmClusterNetworkScanArgs']]]] scans: (Updatable) The SCAN details.
|
548
|
-
:param pulumi.Input[
|
556
|
+
:param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
557
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VmClusterNetworkVmNetworkArgs']]]] vm_networks: Details of the client and backup networks.
|
549
558
|
"""
|
550
559
|
...
|
551
560
|
@overload
|
@@ -720,8 +729,9 @@ class VmClusterNetwork(pulumi.CustomResource):
|
|
720
729
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VmClusterNetworkScanArgs']]]] scans: (Updatable) The SCAN details.
|
721
730
|
:param pulumi.Input[str] state: (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
|
722
731
|
:param pulumi.Input[str] time_created: The date and time when the VM cluster network was created.
|
732
|
+
:param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
723
733
|
:param pulumi.Input[str] vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated VM Cluster.
|
724
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VmClusterNetworkVmNetworkArgs']]]] vm_networks:
|
734
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VmClusterNetworkVmNetworkArgs']]]] vm_networks: Details of the client and backup networks.
|
725
735
|
"""
|
726
736
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
727
737
|
|
@@ -849,6 +859,9 @@ class VmClusterNetwork(pulumi.CustomResource):
|
|
849
859
|
@property
|
850
860
|
@pulumi.getter(name="validateVmClusterNetwork")
|
851
861
|
def validate_vm_cluster_network(self) -> pulumi.Output[Optional[bool]]:
|
862
|
+
"""
|
863
|
+
(Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
|
864
|
+
"""
|
852
865
|
return pulumi.get(self, "validate_vm_cluster_network")
|
853
866
|
|
854
867
|
@property
|
@@ -863,7 +876,7 @@ class VmClusterNetwork(pulumi.CustomResource):
|
|
863
876
|
@pulumi.getter(name="vmNetworks")
|
864
877
|
def vm_networks(self) -> pulumi.Output[Sequence['outputs.VmClusterNetworkVmNetwork']]:
|
865
878
|
"""
|
866
|
-
|
879
|
+
Details of the client and backup networks.
|
867
880
|
"""
|
868
881
|
return pulumi.get(self, "vm_networks")
|
869
882
|
|
@@ -117,8 +117,11 @@ from .get_managed_my_sql_database import *
|
|
117
117
|
from .get_managed_my_sql_database_configuration_data import *
|
118
118
|
from .get_managed_my_sql_database_sql_data import *
|
119
119
|
from .get_managed_my_sql_databases import *
|
120
|
+
from .get_named_credential import *
|
121
|
+
from .get_named_credentials import *
|
120
122
|
from .managed_database_group import *
|
121
123
|
from .managed_databases_change_database_parameter import *
|
122
124
|
from .managed_databases_reset_database_parameter import *
|
125
|
+
from .named_credential import *
|
123
126
|
from ._inputs import *
|
124
127
|
from . import outputs
|