pulumi-oci 1.30.0a1712219839__py3-none-any.whl → 1.31.0a1712402206__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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -24
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/RECORD +33 -33
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/top_level.txt +0 -0
pulumi_oci/core/outputs.py
CHANGED
@@ -6847,7 +6847,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6847
6847
|
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.
|
6848
6848
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
6849
6849
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
6850
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
6850
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
6851
6851
|
|
6852
6852
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
6853
6853
|
"""
|
@@ -6969,7 +6969,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6969
6969
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
6970
6970
|
def percentage_of_cores_enabled(self) -> Optional[int]:
|
6971
6971
|
"""
|
6972
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
6972
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
6973
6973
|
|
6974
6974
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
6975
6975
|
"""
|
@@ -9039,7 +9039,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9039
9039
|
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.
|
9040
9040
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
9041
9041
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
9042
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
9042
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
9043
9043
|
|
9044
9044
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
9045
9045
|
"""
|
@@ -9151,7 +9151,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9151
9151
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
9152
9152
|
def percentage_of_cores_enabled(self) -> Optional[int]:
|
9153
9153
|
"""
|
9154
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
9154
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
9155
9155
|
|
9156
9156
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
9157
9157
|
"""
|
@@ -10891,7 +10891,7 @@ class InstancePlatformConfig(dict):
|
|
10891
10891
|
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.
|
10892
10892
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
10893
10893
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
10894
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
10894
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
10895
10895
|
|
10896
10896
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
10897
10897
|
"""
|
@@ -11013,7 +11013,7 @@ class InstancePlatformConfig(dict):
|
|
11013
11013
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
11014
11014
|
def percentage_of_cores_enabled(self) -> Optional[int]:
|
11015
11015
|
"""
|
11016
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
11016
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
11017
11017
|
|
11018
11018
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
11019
11019
|
"""
|
@@ -26993,7 +26993,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dic
|
|
26993
26993
|
: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.
|
26994
26994
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
26995
26995
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
26996
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
26996
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
26997
26997
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
26998
26998
|
"""
|
26999
26999
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -27093,7 +27093,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dic
|
|
27093
27093
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
27094
27094
|
def percentage_of_cores_enabled(self) -> int:
|
27095
27095
|
"""
|
27096
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
27096
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
27097
27097
|
"""
|
27098
27098
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
27099
27099
|
|
@@ -28406,7 +28406,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResu
|
|
28406
28406
|
: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.
|
28407
28407
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
28408
28408
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
28409
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
28409
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
28410
28410
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
28411
28411
|
"""
|
28412
28412
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -28497,7 +28497,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResu
|
|
28497
28497
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
28498
28498
|
def percentage_of_cores_enabled(self) -> int:
|
28499
28499
|
"""
|
28500
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
28500
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
28501
28501
|
"""
|
28502
28502
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
28503
28503
|
|
@@ -30388,7 +30388,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPl
|
|
30388
30388
|
: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.
|
30389
30389
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
30390
30390
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
30391
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
30391
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
30392
30392
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
30393
30393
|
"""
|
30394
30394
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -30488,7 +30488,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPl
|
|
30488
30488
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
30489
30489
|
def percentage_of_cores_enabled(self) -> int:
|
30490
30490
|
"""
|
30491
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
30491
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
30492
30492
|
"""
|
30493
30493
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
30494
30494
|
|
@@ -31801,7 +31801,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31801
31801
|
: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.
|
31802
31802
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
31803
31803
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
31804
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
31804
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
31805
31805
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
31806
31806
|
"""
|
31807
31807
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -31892,7 +31892,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31892
31892
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
31893
31893
|
def percentage_of_cores_enabled(self) -> int:
|
31894
31894
|
"""
|
31895
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
31895
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
31896
31896
|
"""
|
31897
31897
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
31898
31898
|
|
@@ -604,11 +604,12 @@ class DatabaseUpgrade(pulumi.CustomResource):
|
|
604
604
|
Database upgrade requires source to be `DB_VERSION` or `DB_SOFTWARE_IMAGE`.
|
605
605
|
`db_home.0.db_version` is updated to target DB version specified in the upgrade request.
|
606
606
|
To avoid a force new create of the db_home on the next apply, add the following to the resource
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
607
|
+
``` lifecycle {
|
608
|
+
ignore_changes = [
|
609
|
+
db_home.0.db_version,
|
610
|
+
]
|
611
|
+
}
|
612
|
+
```
|
612
613
|
|
613
614
|
:param str resource_name: The name of the resource.
|
614
615
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -630,11 +631,12 @@ class DatabaseUpgrade(pulumi.CustomResource):
|
|
630
631
|
Database upgrade requires source to be `DB_VERSION` or `DB_SOFTWARE_IMAGE`.
|
631
632
|
`db_home.0.db_version` is updated to target DB version specified in the upgrade request.
|
632
633
|
To avoid a force new create of the db_home on the next apply, add the following to the resource
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
634
|
+
``` lifecycle {
|
635
|
+
ignore_changes = [
|
636
|
+
db_home.0.db_version,
|
637
|
+
]
|
638
|
+
}
|
639
|
+
```
|
638
640
|
|
639
641
|
:param str resource_name: The name of the resource.
|
640
642
|
:param DatabaseUpgradeArgs args: The arguments to use to populate this resource's properties.
|
@@ -133,7 +133,7 @@ def get_managed_database_cursor_cache_statements(filters: Optional[Sequence[pulu
|
|
133
133
|
|
134
134
|
:param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
135
135
|
:param str opc_named_credential_id: The OCID of the Named Credential.
|
136
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
136
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
137
137
|
"""
|
138
138
|
__args__ = dict()
|
139
139
|
__args__['filters'] = filters
|
@@ -182,6 +182,6 @@ def get_managed_database_cursor_cache_statements_output(filters: Optional[pulumi
|
|
182
182
|
|
183
183
|
:param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
184
184
|
:param str opc_named_credential_id: The OCID of the Named Credential.
|
185
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
185
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
186
186
|
"""
|
187
187
|
...
|
@@ -239,7 +239,7 @@ def get_managed_database_sql_plan_baselines(filters: Optional[Sequence[pulumi.In
|
|
239
239
|
:param str origin: A filter to return all the SQL plan baselines that match the origin.
|
240
240
|
:param str plan_name: A filter to return only SQL plan baselines that match the plan name.
|
241
241
|
:param str sql_handle: A filter to return all the SQL plan baselines for the specified SQL handle.
|
242
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
242
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
243
243
|
"""
|
244
244
|
__args__ = dict()
|
245
245
|
__args__['filters'] = filters
|
@@ -315,6 +315,6 @@ def get_managed_database_sql_plan_baselines_output(filters: Optional[pulumi.Inpu
|
|
315
315
|
:param str origin: A filter to return all the SQL plan baselines that match the origin.
|
316
316
|
:param str plan_name: A filter to return only SQL plan baselines that match the plan name.
|
317
317
|
:param str sql_handle: A filter to return all the SQL plan baselines for the specified SQL handle.
|
318
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
318
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
319
319
|
"""
|
320
320
|
...
|
@@ -18616,7 +18616,7 @@ class GetManagedDatabaseCursorCacheStatementsCursorCacheStatementCollectionItemR
|
|
18616
18616
|
"""
|
18617
18617
|
:param str schema: The name of the parsing schema.
|
18618
18618
|
:param str sql_id: The SQL statement identifier. Identifies a SQL statement in the cursor cache.
|
18619
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
18619
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
18620
18620
|
"""
|
18621
18621
|
pulumi.set(__self__, "schema", schema)
|
18622
18622
|
pulumi.set(__self__, "sql_id", sql_id)
|
@@ -18642,7 +18642,7 @@ class GetManagedDatabaseCursorCacheStatementsCursorCacheStatementCollectionItemR
|
|
18642
18642
|
@pulumi.getter(name="sqlText")
|
18643
18643
|
def sql_text(self) -> str:
|
18644
18644
|
"""
|
18645
|
-
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
18645
|
+
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
18646
18646
|
"""
|
18647
18647
|
return pulumi.get(self, "sql_text")
|
18648
18648
|
|
@@ -20971,7 +20971,7 @@ class GetManagedDatabaseSqlPlanBaselinesSqlPlanBaselineCollectionItemResult(dict
|
|
20971
20971
|
:param str plan_name: A filter to return only SQL plan baselines that match the plan name.
|
20972
20972
|
:param str reproduced: Indicates whether the optimizer was able to reproduce the plan (`YES`) or not (`NO`). The value is set to `YES` when a plan is initially added to the plan baseline.
|
20973
20973
|
:param str sql_handle: A filter to return all the SQL plan baselines for the specified SQL handle.
|
20974
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
20974
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
20975
20975
|
:param str time_created: The date and time when the plan baseline was created.
|
20976
20976
|
:param str time_last_executed: The date and time when the plan baseline was last executed.
|
20977
20977
|
:param str time_last_modified: The date and time when the plan baseline was last modified.
|
@@ -21093,7 +21093,7 @@ class GetManagedDatabaseSqlPlanBaselinesSqlPlanBaselineCollectionItemResult(dict
|
|
21093
21093
|
@pulumi.getter(name="sqlText")
|
21094
21094
|
def sql_text(self) -> str:
|
21095
21095
|
"""
|
21096
|
-
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
21096
|
+
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
21097
21097
|
"""
|
21098
21098
|
return pulumi.get(self, "sql_text")
|
21099
21099
|
|
@@ -26211,7 +26211,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
26211
26211
|
:param str last_seen: The date and time the query was last seen.
|
26212
26212
|
:param float max_timer_wait: The slowest the query has been executed.
|
26213
26213
|
:param float min_timer_wait: The fastest the query has been executed.
|
26214
|
-
:param float quantile95: The 95th percentile of the query latency. That is, 95
|
26214
|
+
:param float quantile95: The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
|
26215
26215
|
:param float quantile99: The 99th percentile of the query latency.
|
26216
26216
|
:param float quantile999: The 99.9th percentile of the query latency.
|
26217
26217
|
:param str schema_name: The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
|
@@ -26355,7 +26355,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
26355
26355
|
@pulumi.getter
|
26356
26356
|
def quantile95(self) -> float:
|
26357
26357
|
"""
|
26358
|
-
The 95th percentile of the query latency. That is, 95
|
26358
|
+
The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
|
26359
26359
|
"""
|
26360
26360
|
return pulumi.get(self, "quantile95")
|
26361
26361
|
|
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -1439,7 +1439,7 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
1439
1439
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
1440
1440
|
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
1441
1441
|
:param pulumi.Input[str] schema_name: (Updatable) The name of the schema that contains the substitution column.
|
1442
|
-
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1442
|
+
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1443
1443
|
:param pulumi.Input[str] start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
1444
1444
|
:param pulumi.Input[int] start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
1445
1445
|
:param pulumi.Input[int] start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -1707,7 +1707,7 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
1707
1707
|
@pulumi.getter(name="sqlExpression")
|
1708
1708
|
def sql_expression(self) -> Optional[pulumi.Input[str]]:
|
1709
1709
|
"""
|
1710
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1710
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1711
1711
|
"""
|
1712
1712
|
return pulumi.get(self, "sql_expression")
|
1713
1713
|
|
@@ -1891,7 +1891,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
1891
1891
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
1892
1892
|
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
1893
1893
|
:param pulumi.Input[str] schema_name: The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
|
1894
|
-
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1894
|
+
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1895
1895
|
:param pulumi.Input[str] start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
1896
1896
|
:param pulumi.Input[int] start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
1897
1897
|
:param pulumi.Input[int] start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -2159,7 +2159,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
2159
2159
|
@pulumi.getter(name="sqlExpression")
|
2160
2160
|
def sql_expression(self) -> Optional[pulumi.Input[str]]:
|
2161
2161
|
"""
|
2162
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
2162
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2163
2163
|
"""
|
2164
2164
|
return pulumi.get(self, "sql_expression")
|
2165
2165
|
|
pulumi_oci/datasafe/outputs.py
CHANGED
@@ -1738,7 +1738,7 @@ class LibraryMasingFormatFormatEntry(dict):
|
|
1738
1738
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
1739
1739
|
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
1740
1740
|
:param str schema_name: (Updatable) The name of the schema that contains the substitution column.
|
1741
|
-
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1741
|
+
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1742
1742
|
:param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
1743
1743
|
:param int start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
1744
1744
|
:param int start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -1938,7 +1938,7 @@ class LibraryMasingFormatFormatEntry(dict):
|
|
1938
1938
|
@pulumi.getter(name="sqlExpression")
|
1939
1939
|
def sql_expression(self) -> Optional[str]:
|
1940
1940
|
"""
|
1941
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1941
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1942
1942
|
"""
|
1943
1943
|
return pulumi.get(self, "sql_expression")
|
1944
1944
|
|
@@ -2154,7 +2154,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
|
|
2154
2154
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2155
2155
|
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
2156
2156
|
:param str schema_name: The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
|
2157
|
-
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
2157
|
+
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2158
2158
|
:param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
2159
2159
|
:param int start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
2160
2160
|
:param int start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -2354,7 +2354,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
|
|
2354
2354
|
@pulumi.getter(name="sqlExpression")
|
2355
2355
|
def sql_expression(self) -> Optional[str]:
|
2356
2356
|
"""
|
2357
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
2357
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2358
2358
|
"""
|
2359
2359
|
return pulumi.get(self, "sql_expression")
|
2360
2360
|
|
@@ -10439,7 +10439,7 @@ class GetLibraryMaskingFormatFormatEntryResult(dict):
|
|
10439
10439
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
10440
10440
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
10441
10441
|
:param str schema_name: The name of the schema that contains the substitution column.
|
10442
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
10442
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
10443
10443
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
10444
10444
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
10445
10445
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -10605,7 +10605,7 @@ class GetLibraryMaskingFormatFormatEntryResult(dict):
|
|
10605
10605
|
@pulumi.getter(name="sqlExpression")
|
10606
10606
|
def sql_expression(self) -> str:
|
10607
10607
|
"""
|
10608
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
10608
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
10609
10609
|
"""
|
10610
10610
|
return pulumi.get(self, "sql_expression")
|
10611
10611
|
|
@@ -10888,7 +10888,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResul
|
|
10888
10888
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
10889
10889
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
10890
10890
|
:param str schema_name: The name of the schema that contains the substitution column.
|
10891
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
10891
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
10892
10892
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
10893
10893
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
10894
10894
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -11054,7 +11054,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResul
|
|
11054
11054
|
@pulumi.getter(name="sqlExpression")
|
11055
11055
|
def sql_expression(self) -> str:
|
11056
11056
|
"""
|
11057
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
11057
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11058
11058
|
"""
|
11059
11059
|
return pulumi.get(self, "sql_expression")
|
11060
11060
|
|
@@ -11498,7 +11498,7 @@ class GetMaskingPoliciesMaskingColumnMaskingFormatFormatEntryResult(dict):
|
|
11498
11498
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
11499
11499
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
11500
11500
|
:param str schema_name: The name of the schema that contains the database column.
|
11501
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
11501
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11502
11502
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
11503
11503
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
11504
11504
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -11664,7 +11664,7 @@ class GetMaskingPoliciesMaskingColumnMaskingFormatFormatEntryResult(dict):
|
|
11664
11664
|
@pulumi.getter(name="sqlExpression")
|
11665
11665
|
def sql_expression(self) -> str:
|
11666
11666
|
"""
|
11667
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
11667
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11668
11668
|
"""
|
11669
11669
|
return pulumi.get(self, "sql_expression")
|
11670
11670
|
|
@@ -12031,7 +12031,7 @@ class GetMaskingPoliciesMaskingColumnsMaskingColumnCollectionItemMaskingFormatFo
|
|
12031
12031
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
12032
12032
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
12033
12033
|
:param str schema_name: A filter to return only items related to specific schema name.
|
12034
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
12034
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
12035
12035
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
12036
12036
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
12037
12037
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -12197,7 +12197,7 @@ class GetMaskingPoliciesMaskingColumnsMaskingColumnCollectionItemMaskingFormatFo
|
|
12197
12197
|
@pulumi.getter(name="sqlExpression")
|
12198
12198
|
def sql_expression(self) -> str:
|
12199
12199
|
"""
|
12200
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
12200
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
12201
12201
|
"""
|
12202
12202
|
return pulumi.get(self, "sql_expression")
|
12203
12203
|
|
@@ -465,22 +465,10 @@ class DrProtectionGroup(pulumi.CustomResource):
|
|
465
465
|
|
466
466
|
Create DR Protection Group resource with a default value of `disassociate_trigger` property, e.g.
|
467
467
|
|
468
|
-
<!--Start PulumiCodeChooser -->
|
469
|
-
```python
|
470
|
-
import pulumi
|
471
|
-
```
|
472
|
-
<!--End PulumiCodeChooser -->
|
473
|
-
|
474
468
|
## Delete
|
475
469
|
|
476
470
|
Disassociate DR Protection Group (if associated) before deleting it. Increment value of `disassociate_trigger` property to trigger Disassociate, e.g.
|
477
471
|
|
478
|
-
<!--Start PulumiCodeChooser -->
|
479
|
-
```python
|
480
|
-
import pulumi
|
481
|
-
```
|
482
|
-
<!--End PulumiCodeChooser -->
|
483
|
-
|
484
472
|
## Import
|
485
473
|
|
486
474
|
DrProtectionGroups can be imported using the `id`, e.g.
|
@@ -519,22 +507,10 @@ class DrProtectionGroup(pulumi.CustomResource):
|
|
519
507
|
|
520
508
|
Create DR Protection Group resource with a default value of `disassociate_trigger` property, e.g.
|
521
509
|
|
522
|
-
<!--Start PulumiCodeChooser -->
|
523
|
-
```python
|
524
|
-
import pulumi
|
525
|
-
```
|
526
|
-
<!--End PulumiCodeChooser -->
|
527
|
-
|
528
510
|
## Delete
|
529
511
|
|
530
512
|
Disassociate DR Protection Group (if associated) before deleting it. Increment value of `disassociate_trigger` property to trigger Disassociate, e.g.
|
531
513
|
|
532
|
-
<!--Start PulumiCodeChooser -->
|
533
|
-
```python
|
534
|
-
import pulumi
|
535
|
-
```
|
536
|
-
<!--End PulumiCodeChooser -->
|
537
|
-
|
538
514
|
## Import
|
539
515
|
|
540
516
|
DrProtectionGroups can be imported using the `id`, e.g.
|
@@ -136,7 +136,7 @@ class ConnectionArgs:
|
|
136
136
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
137
137
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
138
138
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
139
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
139
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
140
140
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
141
141
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
142
142
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -859,7 +859,7 @@ class ConnectionArgs:
|
|
859
859
|
@pulumi.getter(name="sasToken")
|
860
860
|
def sas_token(self) -> Optional[pulumi.Input[str]]:
|
861
861
|
"""
|
862
|
-
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
862
|
+
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
863
863
|
"""
|
864
864
|
return pulumi.get(self, "sas_token")
|
865
865
|
|
@@ -1277,7 +1277,7 @@ class _ConnectionState:
|
|
1277
1277
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
1278
1278
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
1279
1279
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
1280
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
1280
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
1281
1281
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
1282
1282
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
1283
1283
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -2033,7 +2033,7 @@ class _ConnectionState:
|
|
2033
2033
|
@pulumi.getter(name="sasToken")
|
2034
2034
|
def sas_token(self) -> Optional[pulumi.Input[str]]:
|
2035
2035
|
"""
|
2036
|
-
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
2036
|
+
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
2037
2037
|
"""
|
2038
2038
|
return pulumi.get(self, "sas_token")
|
2039
2039
|
|
@@ -2611,7 +2611,7 @@ class Connection(pulumi.CustomResource):
|
|
2611
2611
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
2612
2612
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
2613
2613
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
2614
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
2614
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
2615
2615
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
2616
2616
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
2617
2617
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -3073,7 +3073,7 @@ class Connection(pulumi.CustomResource):
|
|
3073
3073
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
3074
3074
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
3075
3075
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
3076
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
3076
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
3077
3077
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
3078
3078
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
3079
3079
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -3570,7 +3570,7 @@ class Connection(pulumi.CustomResource):
|
|
3570
3570
|
@pulumi.getter(name="sasToken")
|
3571
3571
|
def sas_token(self) -> pulumi.Output[str]:
|
3572
3572
|
"""
|
3573
|
-
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
3573
|
+
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
3574
3574
|
"""
|
3575
3575
|
return pulumi.get(self, "sas_token")
|
3576
3576
|
|
@@ -745,7 +745,7 @@ class _DomainsAppRoleState:
|
|
745
745
|
* returned: request
|
746
746
|
* type: string
|
747
747
|
* uniqueness: none
|
748
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsAppRoleMemberArgs']]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
748
|
+
:param pulumi.Input[Sequence[pulumi.Input['DomainsAppRoleMemberArgs']]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
749
749
|
|
750
750
|
**SCIM++ Properties:**
|
751
751
|
* idcsCompositeKey: [value, type]
|
@@ -1322,7 +1322,7 @@ class _DomainsAppRoleState:
|
|
1322
1322
|
@pulumi.getter
|
1323
1323
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsAppRoleMemberArgs']]]]:
|
1324
1324
|
"""
|
1325
|
-
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
1325
|
+
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
1326
1326
|
|
1327
1327
|
**SCIM++ Properties:**
|
1328
1328
|
* idcsCompositeKey: [value, type]
|
@@ -2016,7 +2016,7 @@ class DomainsAppRole(pulumi.CustomResource):
|
|
2016
2016
|
* returned: request
|
2017
2017
|
* type: string
|
2018
2018
|
* uniqueness: none
|
2019
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsAppRoleMemberArgs']]]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
2019
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsAppRoleMemberArgs']]]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
2020
2020
|
|
2021
2021
|
**SCIM++ Properties:**
|
2022
2022
|
* idcsCompositeKey: [value, type]
|
@@ -2484,7 +2484,7 @@ class DomainsAppRole(pulumi.CustomResource):
|
|
2484
2484
|
@pulumi.getter
|
2485
2485
|
def members(self) -> pulumi.Output[Sequence['outputs.DomainsAppRoleMember']]:
|
2486
2486
|
"""
|
2487
|
-
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
2487
|
+
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
2488
2488
|
|
2489
2489
|
**SCIM++ Properties:**
|
2490
2490
|
* idcsCompositeKey: [value, type]
|