pulumi-oci 1.23.0a1707980719__py3-none-any.whl → 1.24.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +8 -0
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/outputs.py +6 -6
- pulumi_oci/database/_inputs.py +49 -1
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/outputs.py +128 -4
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +749 -0
- pulumi_oci/dataintegration/get_workspace_application_schedule.py +316 -0
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +230 -0
- pulumi_oci/dataintegration/outputs.py +2826 -912
- pulumi_oci/dataintegration/workspace_application_schedule.py +926 -0
- pulumi_oci/datascience/_inputs.py +204 -0
- pulumi_oci/datascience/get_job.py +14 -1
- pulumi_oci/datascience/get_job_run.py +14 -1
- pulumi_oci/datascience/get_model_version_set.py +14 -1
- pulumi_oci/datascience/get_private_endpoint.py +14 -1
- pulumi_oci/datascience/get_project.py +14 -1
- pulumi_oci/datascience/job.py +63 -0
- pulumi_oci/datascience/job_run.py +63 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +549 -0
- pulumi_oci/datascience/private_endpoint.py +28 -0
- pulumi_oci/datascience/project.py +28 -0
- pulumi_oci/loganalytics/_inputs.py +80 -0
- pulumi_oci/loganalytics/get_log_analytics_entities.py +18 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +28 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -2
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +27 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +25 -5
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +18 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +112 -0
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +98 -0
- pulumi_oci/loganalytics/outputs.py +271 -4
- {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/RECORD +40 -37
- {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -1734,6 +1734,14 @@ _utilities.register(
|
|
1734
1734
|
"oci:DataIntegration/workspaceApplicationPatch:WorkspaceApplicationPatch": "WorkspaceApplicationPatch"
|
1735
1735
|
}
|
1736
1736
|
},
|
1737
|
+
{
|
1738
|
+
"pkg": "oci",
|
1739
|
+
"mod": "DataIntegration/workspaceApplicationSchedule",
|
1740
|
+
"fqn": "pulumi_oci.dataintegration",
|
1741
|
+
"classes": {
|
1742
|
+
"oci:DataIntegration/workspaceApplicationSchedule:WorkspaceApplicationSchedule": "WorkspaceApplicationSchedule"
|
1743
|
+
}
|
1744
|
+
},
|
1737
1745
|
{
|
1738
1746
|
"pkg": "oci",
|
1739
1747
|
"mod": "DataIntegration/workspaceExportRequest",
|
pulumi_oci/core/_inputs.py
CHANGED
@@ -6225,7 +6225,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs:
|
|
6225
6225
|
:param pulumi.Input[bool] is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
6226
6226
|
:param pulumi.Input[bool] is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
6227
6227
|
:param pulumi.Input[bool] is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
6228
|
-
:param pulumi.Input[bool] is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6228
|
+
:param pulumi.Input[bool] is_symmetric_multi_threading_enabled: (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6229
6229
|
|
6230
6230
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6231
6231
|
:param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
@@ -6358,7 +6358,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs:
|
|
6358
6358
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
6359
6359
|
def is_symmetric_multi_threading_enabled(self) -> Optional[pulumi.Input[bool]]:
|
6360
6360
|
"""
|
6361
|
-
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6361
|
+
(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6362
6362
|
|
6363
6363
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6364
6364
|
"""
|
@@ -8379,7 +8379,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs:
|
|
8379
8379
|
:param pulumi.Input[bool] is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
8380
8380
|
:param pulumi.Input[bool] is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
8381
8381
|
:param pulumi.Input[bool] is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
8382
|
-
:param pulumi.Input[bool] is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
8382
|
+
:param pulumi.Input[bool] is_symmetric_multi_threading_enabled: (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
8383
8383
|
|
8384
8384
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
8385
8385
|
:param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
@@ -8498,7 +8498,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs:
|
|
8498
8498
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
8499
8499
|
def is_symmetric_multi_threading_enabled(self) -> Optional[pulumi.Input[bool]]:
|
8500
8500
|
"""
|
8501
|
-
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
8501
|
+
(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
8502
8502
|
|
8503
8503
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
8504
8504
|
"""
|
@@ -9914,7 +9914,7 @@ class InstancePlatformConfigArgs:
|
|
9914
9914
|
:param pulumi.Input[bool] is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
9915
9915
|
:param pulumi.Input[bool] is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
9916
9916
|
:param pulumi.Input[bool] is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
9917
|
-
:param pulumi.Input[bool] is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9917
|
+
:param pulumi.Input[bool] is_symmetric_multi_threading_enabled: (Updatable only for INTEL_VM and AMD_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9918
9918
|
|
9919
9919
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
9920
9920
|
:param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
@@ -10047,7 +10047,7 @@ class InstancePlatformConfigArgs:
|
|
10047
10047
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
10048
10048
|
def is_symmetric_multi_threading_enabled(self) -> Optional[pulumi.Input[bool]]:
|
10049
10049
|
"""
|
10050
|
-
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
10050
|
+
(Updatable only for INTEL_VM and AMD_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
10051
10051
|
|
10052
10052
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
10053
10053
|
"""
|
pulumi_oci/core/instance.py
CHANGED
@@ -116,7 +116,7 @@ class InstanceArgs:
|
|
116
116
|
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
117
117
|
|
118
118
|
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
119
|
-
:param pulumi.Input['InstancePlatformConfigArgs'] platform_config: The platform configuration requested for the instance.
|
119
|
+
:param pulumi.Input['InstancePlatformConfigArgs'] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
120
120
|
|
121
121
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
122
122
|
|
@@ -527,7 +527,7 @@ class InstanceArgs:
|
|
527
527
|
@pulumi.getter(name="platformConfig")
|
528
528
|
def platform_config(self) -> Optional[pulumi.Input['InstancePlatformConfigArgs']]:
|
529
529
|
"""
|
530
|
-
The platform configuration requested for the instance.
|
530
|
+
(Updatable only for VM's) The platform configuration requested for the instance.
|
531
531
|
|
532
532
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
533
533
|
|
@@ -764,7 +764,7 @@ class _InstanceState:
|
|
764
764
|
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
765
765
|
|
766
766
|
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
767
|
-
:param pulumi.Input['InstancePlatformConfigArgs'] platform_config: The platform configuration requested for the instance.
|
767
|
+
:param pulumi.Input['InstancePlatformConfigArgs'] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
768
768
|
|
769
769
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
770
770
|
|
@@ -1241,7 +1241,7 @@ class _InstanceState:
|
|
1241
1241
|
@pulumi.getter(name="platformConfig")
|
1242
1242
|
def platform_config(self) -> Optional[pulumi.Input['InstancePlatformConfigArgs']]:
|
1243
1243
|
"""
|
1244
|
-
The platform configuration requested for the instance.
|
1244
|
+
(Updatable only for VM's) The platform configuration requested for the instance.
|
1245
1245
|
|
1246
1246
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
1247
1247
|
|
@@ -1600,7 +1600,7 @@ class Instance(pulumi.CustomResource):
|
|
1600
1600
|
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
1601
1601
|
|
1602
1602
|
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
1603
|
-
:param pulumi.Input[pulumi.InputType['InstancePlatformConfigArgs']] platform_config: The platform configuration requested for the instance.
|
1603
|
+
:param pulumi.Input[pulumi.InputType['InstancePlatformConfigArgs']] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
1604
1604
|
|
1605
1605
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
1606
1606
|
|
@@ -1913,7 +1913,7 @@ class Instance(pulumi.CustomResource):
|
|
1913
1913
|
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
1914
1914
|
|
1915
1915
|
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
1916
|
-
:param pulumi.Input[pulumi.InputType['InstancePlatformConfigArgs']] platform_config: The platform configuration requested for the instance.
|
1916
|
+
:param pulumi.Input[pulumi.InputType['InstancePlatformConfigArgs']] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
1917
1917
|
|
1918
1918
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
1919
1919
|
|
@@ -2246,7 +2246,7 @@ class Instance(pulumi.CustomResource):
|
|
2246
2246
|
@pulumi.getter(name="platformConfig")
|
2247
2247
|
def platform_config(self) -> pulumi.Output['outputs.InstancePlatformConfig']:
|
2248
2248
|
"""
|
2249
|
-
The platform configuration requested for the instance.
|
2249
|
+
(Updatable only for VM's) The platform configuration requested for the instance.
|
2250
2250
|
|
2251
2251
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
2252
2252
|
|
pulumi_oci/core/outputs.py
CHANGED
@@ -6836,7 +6836,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6836
6836
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
6837
6837
|
:param bool is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
6838
6838
|
:param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
6839
|
-
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6839
|
+
:param bool is_symmetric_multi_threading_enabled: (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6840
6840
|
|
6841
6841
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6842
6842
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
@@ -6937,7 +6937,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6937
6937
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
6938
6938
|
def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
|
6939
6939
|
"""
|
6940
|
-
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6940
|
+
(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6941
6941
|
|
6942
6942
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6943
6943
|
"""
|
@@ -9028,7 +9028,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9028
9028
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
9029
9029
|
:param bool is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
9030
9030
|
:param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
9031
|
-
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9031
|
+
:param bool is_symmetric_multi_threading_enabled: (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9032
9032
|
|
9033
9033
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
9034
9034
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
@@ -9119,7 +9119,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9119
9119
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
9120
9120
|
def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
|
9121
9121
|
"""
|
9122
|
-
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9122
|
+
(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9123
9123
|
|
9124
9124
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
9125
9125
|
"""
|
@@ -10615,7 +10615,7 @@ class InstancePlatformConfig(dict):
|
|
10615
10615
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
10616
10616
|
:param bool is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
10617
10617
|
:param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
10618
|
-
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
10618
|
+
:param bool is_symmetric_multi_threading_enabled: (Updatable only for INTEL_VM and AMD_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
10619
10619
|
|
10620
10620
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
10621
10621
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
@@ -10716,7 +10716,7 @@ class InstancePlatformConfig(dict):
|
|
10716
10716
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
10717
10717
|
def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
|
10718
10718
|
"""
|
10719
|
-
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
10719
|
+
(Updatable only for INTEL_VM and AMD_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
10720
10720
|
|
10721
10721
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
10722
10722
|
"""
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -1997,12 +1997,24 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
1997
1997
|
@pulumi.input_type
|
1998
1998
|
class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
|
1999
1999
|
def __init__(__self__, *,
|
2000
|
-
disaster_recovery_type: Optional[pulumi.Input[str]] = None
|
2000
|
+
disaster_recovery_type: Optional[pulumi.Input[str]] = None,
|
2001
|
+
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
2002
|
+
is_snapshot_standby: Optional[pulumi.Input[bool]] = None,
|
2003
|
+
time_snapshot_standby_enabled_till: Optional[pulumi.Input[str]] = None):
|
2001
2004
|
"""
|
2002
2005
|
:param pulumi.Input[str] disaster_recovery_type: Indicates the disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
2006
|
+
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
2007
|
+
:param pulumi.Input[bool] is_snapshot_standby: Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
2008
|
+
:param pulumi.Input[str] time_snapshot_standby_enabled_till: Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
2003
2009
|
"""
|
2004
2010
|
if disaster_recovery_type is not None:
|
2005
2011
|
pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
|
2012
|
+
if is_replicate_automatic_backups is not None:
|
2013
|
+
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
2014
|
+
if is_snapshot_standby is not None:
|
2015
|
+
pulumi.set(__self__, "is_snapshot_standby", is_snapshot_standby)
|
2016
|
+
if time_snapshot_standby_enabled_till is not None:
|
2017
|
+
pulumi.set(__self__, "time_snapshot_standby_enabled_till", time_snapshot_standby_enabled_till)
|
2006
2018
|
|
2007
2019
|
@property
|
2008
2020
|
@pulumi.getter(name="disasterRecoveryType")
|
@@ -2016,6 +2028,42 @@ class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
|
|
2016
2028
|
def disaster_recovery_type(self, value: Optional[pulumi.Input[str]]):
|
2017
2029
|
pulumi.set(self, "disaster_recovery_type", value)
|
2018
2030
|
|
2031
|
+
@property
|
2032
|
+
@pulumi.getter(name="isReplicateAutomaticBackups")
|
2033
|
+
def is_replicate_automatic_backups(self) -> Optional[pulumi.Input[bool]]:
|
2034
|
+
"""
|
2035
|
+
If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
2036
|
+
"""
|
2037
|
+
return pulumi.get(self, "is_replicate_automatic_backups")
|
2038
|
+
|
2039
|
+
@is_replicate_automatic_backups.setter
|
2040
|
+
def is_replicate_automatic_backups(self, value: Optional[pulumi.Input[bool]]):
|
2041
|
+
pulumi.set(self, "is_replicate_automatic_backups", value)
|
2042
|
+
|
2043
|
+
@property
|
2044
|
+
@pulumi.getter(name="isSnapshotStandby")
|
2045
|
+
def is_snapshot_standby(self) -> Optional[pulumi.Input[bool]]:
|
2046
|
+
"""
|
2047
|
+
Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
|
2048
|
+
"""
|
2049
|
+
return pulumi.get(self, "is_snapshot_standby")
|
2050
|
+
|
2051
|
+
@is_snapshot_standby.setter
|
2052
|
+
def is_snapshot_standby(self, value: Optional[pulumi.Input[bool]]):
|
2053
|
+
pulumi.set(self, "is_snapshot_standby", value)
|
2054
|
+
|
2055
|
+
@property
|
2056
|
+
@pulumi.getter(name="timeSnapshotStandbyEnabledTill")
|
2057
|
+
def time_snapshot_standby_enabled_till(self) -> Optional[pulumi.Input[str]]:
|
2058
|
+
"""
|
2059
|
+
Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
|
2060
|
+
"""
|
2061
|
+
return pulumi.get(self, "time_snapshot_standby_enabled_till")
|
2062
|
+
|
2063
|
+
@time_snapshot_standby_enabled_till.setter
|
2064
|
+
def time_snapshot_standby_enabled_till(self, value: Optional[pulumi.Input[str]]):
|
2065
|
+
pulumi.set(self, "time_snapshot_standby_enabled_till", value)
|
2066
|
+
|
2019
2067
|
|
2020
2068
|
@pulumi.input_type
|
2021
2069
|
class AutonomousDatabaseResourcePoolSummaryArgs:
|
@@ -53,6 +53,7 @@ class AutonomousDatabaseArgs:
|
|
53
53
|
is_mtls_connection_required: Optional[pulumi.Input[bool]] = None,
|
54
54
|
is_preview_version_with_service_terms_accepted: Optional[pulumi.Input[bool]] = None,
|
55
55
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
56
|
+
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
56
57
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
57
58
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
58
59
|
license_model: Optional[pulumi.Input[str]] = None,
|
@@ -152,6 +153,7 @@ class AutonomousDatabaseArgs:
|
|
152
153
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
153
154
|
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
154
155
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
156
|
+
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
155
157
|
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
156
158
|
|
157
159
|
** IMPORTANT **
|
@@ -295,6 +297,8 @@ class AutonomousDatabaseArgs:
|
|
295
297
|
pulumi.set(__self__, "is_preview_version_with_service_terms_accepted", is_preview_version_with_service_terms_accepted)
|
296
298
|
if is_refreshable_clone is not None:
|
297
299
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
300
|
+
if is_replicate_automatic_backups is not None:
|
301
|
+
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
298
302
|
if is_shrink_only is not None:
|
299
303
|
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
300
304
|
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
@@ -837,6 +841,18 @@ class AutonomousDatabaseArgs:
|
|
837
841
|
def is_refreshable_clone(self, value: Optional[pulumi.Input[bool]]):
|
838
842
|
pulumi.set(self, "is_refreshable_clone", value)
|
839
843
|
|
844
|
+
@property
|
845
|
+
@pulumi.getter(name="isReplicateAutomaticBackups")
|
846
|
+
def is_replicate_automatic_backups(self) -> Optional[pulumi.Input[bool]]:
|
847
|
+
"""
|
848
|
+
If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
849
|
+
"""
|
850
|
+
return pulumi.get(self, "is_replicate_automatic_backups")
|
851
|
+
|
852
|
+
@is_replicate_automatic_backups.setter
|
853
|
+
def is_replicate_automatic_backups(self, value: Optional[pulumi.Input[bool]]):
|
854
|
+
pulumi.set(self, "is_replicate_automatic_backups", value)
|
855
|
+
|
840
856
|
@property
|
841
857
|
@pulumi.getter(name="isShrinkOnly")
|
842
858
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1334,6 +1350,7 @@ class _AutonomousDatabaseState:
|
|
1334
1350
|
is_reconnect_clone_enabled: Optional[pulumi.Input[bool]] = None,
|
1335
1351
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
1336
1352
|
is_remote_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
1353
|
+
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
1337
1354
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
1338
1355
|
key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseKeyHistoryEntryArgs']]]] = None,
|
1339
1356
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
@@ -1486,6 +1503,7 @@ class _AutonomousDatabaseState:
|
|
1486
1503
|
:param pulumi.Input[bool] is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
1487
1504
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
1488
1505
|
:param pulumi.Input[bool] is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1506
|
+
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
1489
1507
|
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
1490
1508
|
|
1491
1509
|
** IMPORTANT **
|
@@ -1698,6 +1716,8 @@ class _AutonomousDatabaseState:
|
|
1698
1716
|
pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
|
1699
1717
|
if is_remote_data_guard_enabled is not None:
|
1700
1718
|
pulumi.set(__self__, "is_remote_data_guard_enabled", is_remote_data_guard_enabled)
|
1719
|
+
if is_replicate_automatic_backups is not None:
|
1720
|
+
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
1701
1721
|
if is_shrink_only is not None:
|
1702
1722
|
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
1703
1723
|
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
@@ -2496,6 +2516,18 @@ class _AutonomousDatabaseState:
|
|
2496
2516
|
def is_remote_data_guard_enabled(self, value: Optional[pulumi.Input[bool]]):
|
2497
2517
|
pulumi.set(self, "is_remote_data_guard_enabled", value)
|
2498
2518
|
|
2519
|
+
@property
|
2520
|
+
@pulumi.getter(name="isReplicateAutomaticBackups")
|
2521
|
+
def is_replicate_automatic_backups(self) -> Optional[pulumi.Input[bool]]:
|
2522
|
+
"""
|
2523
|
+
If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
2524
|
+
"""
|
2525
|
+
return pulumi.get(self, "is_replicate_automatic_backups")
|
2526
|
+
|
2527
|
+
@is_replicate_automatic_backups.setter
|
2528
|
+
def is_replicate_automatic_backups(self, value: Optional[pulumi.Input[bool]]):
|
2529
|
+
pulumi.set(self, "is_replicate_automatic_backups", value)
|
2530
|
+
|
2499
2531
|
@property
|
2500
2532
|
@pulumi.getter(name="isShrinkOnly")
|
2501
2533
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
@@ -3433,6 +3465,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3433
3465
|
is_mtls_connection_required: Optional[pulumi.Input[bool]] = None,
|
3434
3466
|
is_preview_version_with_service_terms_accepted: Optional[pulumi.Input[bool]] = None,
|
3435
3467
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
3468
|
+
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
3436
3469
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
3437
3470
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
3438
3471
|
license_model: Optional[pulumi.Input[str]] = None,
|
@@ -3546,6 +3579,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3546
3579
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
3547
3580
|
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
3548
3581
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
3582
|
+
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
3549
3583
|
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
3550
3584
|
|
3551
3585
|
** IMPORTANT **
|
@@ -3688,6 +3722,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3688
3722
|
is_mtls_connection_required: Optional[pulumi.Input[bool]] = None,
|
3689
3723
|
is_preview_version_with_service_terms_accepted: Optional[pulumi.Input[bool]] = None,
|
3690
3724
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
3725
|
+
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
3691
3726
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
3692
3727
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
3693
3728
|
license_model: Optional[pulumi.Input[str]] = None,
|
@@ -3772,6 +3807,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3772
3807
|
__props__.__dict__["is_mtls_connection_required"] = is_mtls_connection_required
|
3773
3808
|
__props__.__dict__["is_preview_version_with_service_terms_accepted"] = is_preview_version_with_service_terms_accepted
|
3774
3809
|
__props__.__dict__["is_refreshable_clone"] = is_refreshable_clone
|
3810
|
+
__props__.__dict__["is_replicate_automatic_backups"] = is_replicate_automatic_backups
|
3775
3811
|
__props__.__dict__["is_shrink_only"] = is_shrink_only
|
3776
3812
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
3777
3813
|
__props__.__dict__["license_model"] = license_model
|
@@ -3923,6 +3959,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3923
3959
|
is_reconnect_clone_enabled: Optional[pulumi.Input[bool]] = None,
|
3924
3960
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
3925
3961
|
is_remote_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
3962
|
+
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
3926
3963
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
3927
3964
|
key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseKeyHistoryEntryArgs']]]]] = None,
|
3928
3965
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
@@ -4080,6 +4117,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4080
4117
|
:param pulumi.Input[bool] is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
4081
4118
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
4082
4119
|
:param pulumi.Input[bool] is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4120
|
+
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
4083
4121
|
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
4084
4122
|
|
4085
4123
|
** IMPORTANT **
|
@@ -4244,6 +4282,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4244
4282
|
__props__.__dict__["is_reconnect_clone_enabled"] = is_reconnect_clone_enabled
|
4245
4283
|
__props__.__dict__["is_refreshable_clone"] = is_refreshable_clone
|
4246
4284
|
__props__.__dict__["is_remote_data_guard_enabled"] = is_remote_data_guard_enabled
|
4285
|
+
__props__.__dict__["is_replicate_automatic_backups"] = is_replicate_automatic_backups
|
4247
4286
|
__props__.__dict__["is_shrink_only"] = is_shrink_only
|
4248
4287
|
__props__.__dict__["key_history_entries"] = key_history_entries
|
4249
4288
|
__props__.__dict__["key_store_id"] = key_store_id
|
@@ -4760,6 +4799,14 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4760
4799
|
"""
|
4761
4800
|
return pulumi.get(self, "is_remote_data_guard_enabled")
|
4762
4801
|
|
4802
|
+
@property
|
4803
|
+
@pulumi.getter(name="isReplicateAutomaticBackups")
|
4804
|
+
def is_replicate_automatic_backups(self) -> pulumi.Output[bool]:
|
4805
|
+
"""
|
4806
|
+
If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
4807
|
+
"""
|
4808
|
+
return pulumi.get(self, "is_replicate_automatic_backups")
|
4809
|
+
|
4763
4810
|
@property
|
4764
4811
|
@pulumi.getter(name="isShrinkOnly")
|
4765
4812
|
def is_shrink_only(self) -> pulumi.Output[Optional[bool]]:
|
@@ -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, 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):
|
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_replicate_automatic_backups=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)
|
@@ -182,6 +182,9 @@ class GetAutonomousDatabaseResult:
|
|
182
182
|
if is_remote_data_guard_enabled and not isinstance(is_remote_data_guard_enabled, bool):
|
183
183
|
raise TypeError("Expected argument 'is_remote_data_guard_enabled' to be a bool")
|
184
184
|
pulumi.set(__self__, "is_remote_data_guard_enabled", is_remote_data_guard_enabled)
|
185
|
+
if is_replicate_automatic_backups and not isinstance(is_replicate_automatic_backups, bool):
|
186
|
+
raise TypeError("Expected argument 'is_replicate_automatic_backups' to be a bool")
|
187
|
+
pulumi.set(__self__, "is_replicate_automatic_backups", is_replicate_automatic_backups)
|
185
188
|
if is_shrink_only and not isinstance(is_shrink_only, bool):
|
186
189
|
raise TypeError("Expected argument 'is_shrink_only' to be a bool")
|
187
190
|
pulumi.set(__self__, "is_shrink_only", is_shrink_only)
|
@@ -812,6 +815,14 @@ class GetAutonomousDatabaseResult:
|
|
812
815
|
"""
|
813
816
|
return pulumi.get(self, "is_remote_data_guard_enabled")
|
814
817
|
|
818
|
+
@property
|
819
|
+
@pulumi.getter(name="isReplicateAutomaticBackups")
|
820
|
+
def is_replicate_automatic_backups(self) -> bool:
|
821
|
+
"""
|
822
|
+
If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
823
|
+
"""
|
824
|
+
return pulumi.get(self, "is_replicate_automatic_backups")
|
825
|
+
|
815
826
|
@property
|
816
827
|
@pulumi.getter(name="isShrinkOnly")
|
817
828
|
def is_shrink_only(self) -> bool:
|
@@ -1419,6 +1430,7 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1419
1430
|
is_reconnect_clone_enabled=self.is_reconnect_clone_enabled,
|
1420
1431
|
is_refreshable_clone=self.is_refreshable_clone,
|
1421
1432
|
is_remote_data_guard_enabled=self.is_remote_data_guard_enabled,
|
1433
|
+
is_replicate_automatic_backups=self.is_replicate_automatic_backups,
|
1422
1434
|
is_shrink_only=self.is_shrink_only,
|
1423
1435
|
key_history_entries=self.key_history_entries,
|
1424
1436
|
key_store_id=self.key_store_id,
|
@@ -1571,6 +1583,7 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1571
1583
|
is_reconnect_clone_enabled=pulumi.get(__ret__, 'is_reconnect_clone_enabled'),
|
1572
1584
|
is_refreshable_clone=pulumi.get(__ret__, 'is_refreshable_clone'),
|
1573
1585
|
is_remote_data_guard_enabled=pulumi.get(__ret__, 'is_remote_data_guard_enabled'),
|
1586
|
+
is_replicate_automatic_backups=pulumi.get(__ret__, 'is_replicate_automatic_backups'),
|
1574
1587
|
is_shrink_only=pulumi.get(__ret__, 'is_shrink_only'),
|
1575
1588
|
key_history_entries=pulumi.get(__ret__, 'key_history_entries'),
|
1576
1589
|
key_store_id=pulumi.get(__ret__, 'key_store_id'),
|