pulumi-oci 2.5.0a1722606028__py3-none-any.whl → 2.6.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 +32 -0
- pulumi_oci/bigdataservice/_inputs.py +157 -14
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +257 -30
- pulumi_oci/devops/__init__.py +6 -0
- pulumi_oci/devops/_inputs.py +531 -32
- pulumi_oci/devops/get_build_runs.py +0 -5
- pulumi_oci/devops/get_project_repository_setting.py +129 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +17 -4
- pulumi_oci/devops/get_repository_diffs.py +20 -3
- pulumi_oci/devops/get_repository_protected_branches.py +150 -0
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_repository_setting.py +142 -0
- pulumi_oci/devops/get_triggers.py +0 -5
- pulumi_oci/devops/outputs.py +1216 -180
- pulumi_oci/devops/project_repository_setting.py +338 -0
- pulumi_oci/devops/repository.py +66 -75
- pulumi_oci/devops/repository_protected_branch_management.py +333 -0
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/devops/repository_setting.py +391 -0
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +80 -0
- pulumi_oci/jms/get_agent_installers.py +190 -0
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
- pulumi_oci/jms/get_fleets.py +2 -2
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
- pulumi_oci/jms/get_java_family.py +14 -1
- pulumi_oci/jms/get_jms_plugin.py +313 -0
- pulumi_oci/jms/get_jms_plugins.py +291 -0
- pulumi_oci/jms/jms_plugin.py +731 -0
- pulumi_oci/jms/outputs.py +488 -32
- pulumi_oci/osmanagementhub/get_software_source.py +19 -1
- pulumi_oci/osmanagementhub/software_source.py +82 -0
- pulumi_oci/psql/_inputs.py +8 -4
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +141 -38
- pulumi_oci/psql/db_system.py +53 -55
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +27 -1
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +15 -2
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +176 -13
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/RECORD +62 -52
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/psql/db_system.py
CHANGED
@@ -41,8 +41,8 @@ class DbSystemArgs:
|
|
41
41
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the database system.
|
42
42
|
:param pulumi.Input[str] db_version: Version of database system software.
|
43
43
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
|
44
|
-
:param pulumi.Input['DbSystemNetworkDetailsArgs'] network_details: Network details for the database system.
|
45
|
-
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
44
|
+
:param pulumi.Input['DbSystemNetworkDetailsArgs'] network_details: (Updatable) Network details for the database system.
|
45
|
+
:param pulumi.Input[str] shape: (Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
46
46
|
:param pulumi.Input['DbSystemStorageDetailsArgs'] storage_details: (Updatable) Storage details of the database system.
|
47
47
|
:param pulumi.Input[str] apply_config: Whether a configuration update requires a restart of the database instance or a reload of the configuration. Some configuration changes require a restart of database instances to be applied. Apply config can be passed as `RESTART` or `RELOAD`
|
48
48
|
:param pulumi.Input[str] config_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the configuration associated with the database system.
|
@@ -50,9 +50,9 @@ class DbSystemArgs:
|
|
50
50
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
51
51
|
:param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
|
52
52
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
53
|
-
:param pulumi.Input[int] instance_count:
|
54
|
-
:param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
|
55
|
-
:param pulumi.Input[int] instance_ocpu_count: The total number of OCPUs available to each database instance node.
|
53
|
+
:param pulumi.Input[int] instance_count: Count of database instances nodes to be created in the database system.
|
54
|
+
:param pulumi.Input[int] instance_memory_size_in_gbs: (Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
55
|
+
:param pulumi.Input[int] instance_ocpu_count: (Updatable) The total number of OCPUs available to each database instance node.
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['DbSystemInstancesDetailArgs']]] instances_details: Details of database instances nodes to be created. This parameter is optional. If specified, its size must match `instanceCount`.
|
57
57
|
:param pulumi.Input['DbSystemManagementPolicyArgs'] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
58
58
|
:param pulumi.Input[Sequence[pulumi.Input['DbSystemPatchOperationArgs']]] patch_operations: (Updatable) For adding and removing from read replica database instances. Please remove the patch_operations after it is applied. Update the instance_count arrodrandly. Cannot be specified when creating the resource.
|
@@ -138,7 +138,7 @@ class DbSystemArgs:
|
|
138
138
|
@pulumi.getter(name="networkDetails")
|
139
139
|
def network_details(self) -> pulumi.Input['DbSystemNetworkDetailsArgs']:
|
140
140
|
"""
|
141
|
-
Network details for the database system.
|
141
|
+
(Updatable) Network details for the database system.
|
142
142
|
"""
|
143
143
|
return pulumi.get(self, "network_details")
|
144
144
|
|
@@ -150,7 +150,7 @@ class DbSystemArgs:
|
|
150
150
|
@pulumi.getter
|
151
151
|
def shape(self) -> pulumi.Input[str]:
|
152
152
|
"""
|
153
|
-
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
153
|
+
(Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
154
154
|
"""
|
155
155
|
return pulumi.get(self, "shape")
|
156
156
|
|
@@ -246,7 +246,7 @@ class DbSystemArgs:
|
|
246
246
|
@pulumi.getter(name="instanceCount")
|
247
247
|
def instance_count(self) -> Optional[pulumi.Input[int]]:
|
248
248
|
"""
|
249
|
-
|
249
|
+
Count of database instances nodes to be created in the database system.
|
250
250
|
"""
|
251
251
|
return pulumi.get(self, "instance_count")
|
252
252
|
|
@@ -258,7 +258,7 @@ class DbSystemArgs:
|
|
258
258
|
@pulumi.getter(name="instanceMemorySizeInGbs")
|
259
259
|
def instance_memory_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
|
260
260
|
"""
|
261
|
-
The total amount of memory available to each database instance node, in gigabytes.
|
261
|
+
(Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
262
262
|
"""
|
263
263
|
return pulumi.get(self, "instance_memory_size_in_gbs")
|
264
264
|
|
@@ -270,7 +270,7 @@ class DbSystemArgs:
|
|
270
270
|
@pulumi.getter(name="instanceOcpuCount")
|
271
271
|
def instance_ocpu_count(self) -> Optional[pulumi.Input[int]]:
|
272
272
|
"""
|
273
|
-
The total number of OCPUs available to each database instance node.
|
273
|
+
(Updatable) The total number of OCPUs available to each database instance node.
|
274
274
|
"""
|
275
275
|
return pulumi.get(self, "instance_ocpu_count")
|
276
276
|
|
@@ -385,16 +385,16 @@ class _DbSystemState:
|
|
385
385
|
:param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
|
386
386
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
|
387
387
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
388
|
-
:param pulumi.Input[int] instance_count:
|
389
|
-
:param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
|
390
|
-
:param pulumi.Input[int] instance_ocpu_count: The total number of OCPUs available to each database instance node.
|
388
|
+
:param pulumi.Input[int] instance_count: Count of database instances nodes to be created in the database system.
|
389
|
+
:param pulumi.Input[int] instance_memory_size_in_gbs: (Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
390
|
+
:param pulumi.Input[int] instance_ocpu_count: (Updatable) The total number of OCPUs available to each database instance node.
|
391
391
|
:param pulumi.Input[Sequence[pulumi.Input['DbSystemInstanceArgs']]] instances: The list of instances, or nodes, in the database system.
|
392
392
|
:param pulumi.Input[Sequence[pulumi.Input['DbSystemInstancesDetailArgs']]] instances_details: Details of database instances nodes to be created. This parameter is optional. If specified, its size must match `instanceCount`.
|
393
393
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
394
394
|
:param pulumi.Input['DbSystemManagementPolicyArgs'] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
395
|
-
:param pulumi.Input['DbSystemNetworkDetailsArgs'] network_details: Network details for the database system.
|
395
|
+
:param pulumi.Input['DbSystemNetworkDetailsArgs'] network_details: (Updatable) Network details for the database system.
|
396
396
|
:param pulumi.Input[Sequence[pulumi.Input['DbSystemPatchOperationArgs']]] patch_operations: (Updatable) For adding and removing from read replica database instances. Please remove the patch_operations after it is applied. Update the instance_count arrodrandly. Cannot be specified when creating the resource.
|
397
|
-
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
397
|
+
:param pulumi.Input[str] shape: (Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
398
398
|
:param pulumi.Input['DbSystemSourceArgs'] source: The source used to restore the database system.
|
399
399
|
:param pulumi.Input[str] state: The current state of the database system.
|
400
400
|
:param pulumi.Input['DbSystemStorageDetailsArgs'] storage_details: (Updatable) Storage details of the database system.
|
@@ -586,7 +586,7 @@ class _DbSystemState:
|
|
586
586
|
@pulumi.getter(name="instanceCount")
|
587
587
|
def instance_count(self) -> Optional[pulumi.Input[int]]:
|
588
588
|
"""
|
589
|
-
|
589
|
+
Count of database instances nodes to be created in the database system.
|
590
590
|
"""
|
591
591
|
return pulumi.get(self, "instance_count")
|
592
592
|
|
@@ -598,7 +598,7 @@ class _DbSystemState:
|
|
598
598
|
@pulumi.getter(name="instanceMemorySizeInGbs")
|
599
599
|
def instance_memory_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
|
600
600
|
"""
|
601
|
-
The total amount of memory available to each database instance node, in gigabytes.
|
601
|
+
(Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
602
602
|
"""
|
603
603
|
return pulumi.get(self, "instance_memory_size_in_gbs")
|
604
604
|
|
@@ -610,7 +610,7 @@ class _DbSystemState:
|
|
610
610
|
@pulumi.getter(name="instanceOcpuCount")
|
611
611
|
def instance_ocpu_count(self) -> Optional[pulumi.Input[int]]:
|
612
612
|
"""
|
613
|
-
The total number of OCPUs available to each database instance node.
|
613
|
+
(Updatable) The total number of OCPUs available to each database instance node.
|
614
614
|
"""
|
615
615
|
return pulumi.get(self, "instance_ocpu_count")
|
616
616
|
|
@@ -670,7 +670,7 @@ class _DbSystemState:
|
|
670
670
|
@pulumi.getter(name="networkDetails")
|
671
671
|
def network_details(self) -> Optional[pulumi.Input['DbSystemNetworkDetailsArgs']]:
|
672
672
|
"""
|
673
|
-
Network details for the database system.
|
673
|
+
(Updatable) Network details for the database system.
|
674
674
|
"""
|
675
675
|
return pulumi.get(self, "network_details")
|
676
676
|
|
@@ -694,7 +694,7 @@ class _DbSystemState:
|
|
694
694
|
@pulumi.getter
|
695
695
|
def shape(self) -> Optional[pulumi.Input[str]]:
|
696
696
|
"""
|
697
|
-
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
697
|
+
(Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
698
698
|
"""
|
699
699
|
return pulumi.get(self, "shape")
|
700
700
|
|
@@ -830,6 +830,15 @@ class DbSystem(pulumi.CustomResource):
|
|
830
830
|
|
831
831
|
test_db_system = oci.psql.DbSystem("test_db_system",
|
832
832
|
compartment_id=compartment_id,
|
833
|
+
credentials=oci.psql.DbSystemCredentialsArgs(
|
834
|
+
password_details=oci.psql.DbSystemCredentialsPasswordDetailsArgs(
|
835
|
+
password_type=db_system_credentials_password_details_password_type,
|
836
|
+
password=db_system_credentials_password_details_password,
|
837
|
+
secret_id=test_secret["id"],
|
838
|
+
secret_version=db_system_credentials_password_details_secret_version,
|
839
|
+
),
|
840
|
+
username=db_system_credentials_username,
|
841
|
+
),
|
833
842
|
db_version=db_system_db_version,
|
834
843
|
display_name=db_system_display_name,
|
835
844
|
network_details=oci.psql.DbSystemNetworkDetailsArgs(
|
@@ -845,16 +854,6 @@ class DbSystem(pulumi.CustomResource):
|
|
845
854
|
iops=db_system_storage_details_iops,
|
846
855
|
),
|
847
856
|
config_id=test_config["id"],
|
848
|
-
apply_config=db_system_apply_config_type,
|
849
|
-
credentials=oci.psql.DbSystemCredentialsArgs(
|
850
|
-
password_details=oci.psql.DbSystemCredentialsPasswordDetailsArgs(
|
851
|
-
password_type=db_system_credentials_password_details_password_type,
|
852
|
-
password=db_system_credentials_password_details_password,
|
853
|
-
secret_id=test_secret["id"],
|
854
|
-
secret_version=db_system_credentials_password_details_secret_version,
|
855
|
-
),
|
856
|
-
username=db_system_credentials_username,
|
857
|
-
),
|
858
857
|
defined_tags={
|
859
858
|
"foo-namespace.bar-key": "value",
|
860
859
|
},
|
@@ -912,14 +911,14 @@ class DbSystem(pulumi.CustomResource):
|
|
912
911
|
:param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
|
913
912
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
|
914
913
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
915
|
-
:param pulumi.Input[int] instance_count:
|
916
|
-
:param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
|
917
|
-
:param pulumi.Input[int] instance_ocpu_count: The total number of OCPUs available to each database instance node.
|
914
|
+
:param pulumi.Input[int] instance_count: Count of database instances nodes to be created in the database system.
|
915
|
+
:param pulumi.Input[int] instance_memory_size_in_gbs: (Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
916
|
+
:param pulumi.Input[int] instance_ocpu_count: (Updatable) The total number of OCPUs available to each database instance node.
|
918
917
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DbSystemInstancesDetailArgs']]]] instances_details: Details of database instances nodes to be created. This parameter is optional. If specified, its size must match `instanceCount`.
|
919
918
|
:param pulumi.Input[pulumi.InputType['DbSystemManagementPolicyArgs']] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
920
|
-
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: Network details for the database system.
|
919
|
+
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: (Updatable) Network details for the database system.
|
921
920
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DbSystemPatchOperationArgs']]]] patch_operations: (Updatable) For adding and removing from read replica database instances. Please remove the patch_operations after it is applied. Update the instance_count arrodrandly. Cannot be specified when creating the resource.
|
922
|
-
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
921
|
+
:param pulumi.Input[str] shape: (Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
923
922
|
:param pulumi.Input[pulumi.InputType['DbSystemSourceArgs']] source: The source used to restore the database system.
|
924
923
|
:param pulumi.Input[pulumi.InputType['DbSystemStorageDetailsArgs']] storage_details: (Updatable) Storage details of the database system.
|
925
924
|
:param pulumi.Input[str] system_type: Type of the database system.
|
@@ -947,6 +946,15 @@ class DbSystem(pulumi.CustomResource):
|
|
947
946
|
|
948
947
|
test_db_system = oci.psql.DbSystem("test_db_system",
|
949
948
|
compartment_id=compartment_id,
|
949
|
+
credentials=oci.psql.DbSystemCredentialsArgs(
|
950
|
+
password_details=oci.psql.DbSystemCredentialsPasswordDetailsArgs(
|
951
|
+
password_type=db_system_credentials_password_details_password_type,
|
952
|
+
password=db_system_credentials_password_details_password,
|
953
|
+
secret_id=test_secret["id"],
|
954
|
+
secret_version=db_system_credentials_password_details_secret_version,
|
955
|
+
),
|
956
|
+
username=db_system_credentials_username,
|
957
|
+
),
|
950
958
|
db_version=db_system_db_version,
|
951
959
|
display_name=db_system_display_name,
|
952
960
|
network_details=oci.psql.DbSystemNetworkDetailsArgs(
|
@@ -962,16 +970,6 @@ class DbSystem(pulumi.CustomResource):
|
|
962
970
|
iops=db_system_storage_details_iops,
|
963
971
|
),
|
964
972
|
config_id=test_config["id"],
|
965
|
-
apply_config=db_system_apply_config_type,
|
966
|
-
credentials=oci.psql.DbSystemCredentialsArgs(
|
967
|
-
password_details=oci.psql.DbSystemCredentialsPasswordDetailsArgs(
|
968
|
-
password_type=db_system_credentials_password_details_password_type,
|
969
|
-
password=db_system_credentials_password_details_password,
|
970
|
-
secret_id=test_secret["id"],
|
971
|
-
secret_version=db_system_credentials_password_details_secret_version,
|
972
|
-
),
|
973
|
-
username=db_system_credentials_username,
|
974
|
-
),
|
975
973
|
defined_tags={
|
976
974
|
"foo-namespace.bar-key": "value",
|
977
975
|
},
|
@@ -1155,16 +1153,16 @@ class DbSystem(pulumi.CustomResource):
|
|
1155
1153
|
:param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
|
1156
1154
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
|
1157
1155
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1158
|
-
:param pulumi.Input[int] instance_count:
|
1159
|
-
:param pulumi.Input[int] instance_memory_size_in_gbs: The total amount of memory available to each database instance node, in gigabytes.
|
1160
|
-
:param pulumi.Input[int] instance_ocpu_count: The total number of OCPUs available to each database instance node.
|
1156
|
+
:param pulumi.Input[int] instance_count: Count of database instances nodes to be created in the database system.
|
1157
|
+
:param pulumi.Input[int] instance_memory_size_in_gbs: (Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
1158
|
+
:param pulumi.Input[int] instance_ocpu_count: (Updatable) The total number of OCPUs available to each database instance node.
|
1161
1159
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DbSystemInstanceArgs']]]] instances: The list of instances, or nodes, in the database system.
|
1162
1160
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DbSystemInstancesDetailArgs']]]] instances_details: Details of database instances nodes to be created. This parameter is optional. If specified, its size must match `instanceCount`.
|
1163
1161
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
1164
1162
|
:param pulumi.Input[pulumi.InputType['DbSystemManagementPolicyArgs']] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
1165
|
-
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: Network details for the database system.
|
1163
|
+
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: (Updatable) Network details for the database system.
|
1166
1164
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DbSystemPatchOperationArgs']]]] patch_operations: (Updatable) For adding and removing from read replica database instances. Please remove the patch_operations after it is applied. Update the instance_count arrodrandly. Cannot be specified when creating the resource.
|
1167
|
-
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
1165
|
+
:param pulumi.Input[str] shape: (Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
1168
1166
|
:param pulumi.Input[pulumi.InputType['DbSystemSourceArgs']] source: The source used to restore the database system.
|
1169
1167
|
:param pulumi.Input[str] state: The current state of the database system.
|
1170
1168
|
:param pulumi.Input[pulumi.InputType['DbSystemStorageDetailsArgs']] storage_details: (Updatable) Storage details of the database system.
|
@@ -1294,7 +1292,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1294
1292
|
@pulumi.getter(name="instanceCount")
|
1295
1293
|
def instance_count(self) -> pulumi.Output[int]:
|
1296
1294
|
"""
|
1297
|
-
|
1295
|
+
Count of database instances nodes to be created in the database system.
|
1298
1296
|
"""
|
1299
1297
|
return pulumi.get(self, "instance_count")
|
1300
1298
|
|
@@ -1302,7 +1300,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1302
1300
|
@pulumi.getter(name="instanceMemorySizeInGbs")
|
1303
1301
|
def instance_memory_size_in_gbs(self) -> pulumi.Output[int]:
|
1304
1302
|
"""
|
1305
|
-
The total amount of memory available to each database instance node, in gigabytes.
|
1303
|
+
(Updatable) The total amount of memory available to each database instance node, in gigabytes.
|
1306
1304
|
"""
|
1307
1305
|
return pulumi.get(self, "instance_memory_size_in_gbs")
|
1308
1306
|
|
@@ -1310,7 +1308,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1310
1308
|
@pulumi.getter(name="instanceOcpuCount")
|
1311
1309
|
def instance_ocpu_count(self) -> pulumi.Output[int]:
|
1312
1310
|
"""
|
1313
|
-
The total number of OCPUs available to each database instance node.
|
1311
|
+
(Updatable) The total number of OCPUs available to each database instance node.
|
1314
1312
|
"""
|
1315
1313
|
return pulumi.get(self, "instance_ocpu_count")
|
1316
1314
|
|
@@ -1350,7 +1348,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1350
1348
|
@pulumi.getter(name="networkDetails")
|
1351
1349
|
def network_details(self) -> pulumi.Output['outputs.DbSystemNetworkDetails']:
|
1352
1350
|
"""
|
1353
|
-
Network details for the database system.
|
1351
|
+
(Updatable) Network details for the database system.
|
1354
1352
|
"""
|
1355
1353
|
return pulumi.get(self, "network_details")
|
1356
1354
|
|
@@ -1366,7 +1364,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1366
1364
|
@pulumi.getter
|
1367
1365
|
def shape(self) -> pulumi.Output[str]:
|
1368
1366
|
"""
|
1369
|
-
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `
|
1367
|
+
(Updatable) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
|
1370
1368
|
"""
|
1371
1369
|
return pulumi.get(self, "shape")
|
1372
1370
|
|
pulumi_oci/psql/get_backup.py
CHANGED
@@ -218,7 +218,7 @@ class GetBackupResult:
|
|
218
218
|
@pulumi.getter(name="timeCreated")
|
219
219
|
def time_created(self) -> str:
|
220
220
|
"""
|
221
|
-
The date and time the backup was
|
221
|
+
The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
222
222
|
"""
|
223
223
|
return pulumi.get(self, "time_created")
|
224
224
|
|
@@ -22,10 +22,13 @@ class GetConfigurationResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getConfiguration.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, configuration_details=None, configuration_id=None, db_configuration_overrides=None, db_version=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, instance_memory_size_in_gbs=None, instance_ocpu_count=None, lifecycle_details=None, shape=None, state=None, system_tags=None, time_created=None):
|
25
|
+
def __init__(__self__, compartment_id=None, config_type=None, configuration_details=None, configuration_id=None, db_configuration_overrides=None, db_version=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, instance_memory_size_in_gbs=None, instance_ocpu_count=None, is_flexible=None, lifecycle_details=None, shape=None, state=None, system_tags=None, time_created=None):
|
26
26
|
if compartment_id and not isinstance(compartment_id, str):
|
27
27
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
28
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
29
|
+
if config_type and not isinstance(config_type, str):
|
30
|
+
raise TypeError("Expected argument 'config_type' to be a str")
|
31
|
+
pulumi.set(__self__, "config_type", config_type)
|
29
32
|
if configuration_details and not isinstance(configuration_details, list):
|
30
33
|
raise TypeError("Expected argument 'configuration_details' to be a list")
|
31
34
|
pulumi.set(__self__, "configuration_details", configuration_details)
|
@@ -59,6 +62,9 @@ class GetConfigurationResult:
|
|
59
62
|
if instance_ocpu_count and not isinstance(instance_ocpu_count, int):
|
60
63
|
raise TypeError("Expected argument 'instance_ocpu_count' to be a int")
|
61
64
|
pulumi.set(__self__, "instance_ocpu_count", instance_ocpu_count)
|
65
|
+
if is_flexible and not isinstance(is_flexible, bool):
|
66
|
+
raise TypeError("Expected argument 'is_flexible' to be a bool")
|
67
|
+
pulumi.set(__self__, "is_flexible", is_flexible)
|
62
68
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
63
69
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
64
70
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -83,6 +89,14 @@ class GetConfigurationResult:
|
|
83
89
|
"""
|
84
90
|
return pulumi.get(self, "compartment_id")
|
85
91
|
|
92
|
+
@property
|
93
|
+
@pulumi.getter(name="configType")
|
94
|
+
def config_type(self) -> str:
|
95
|
+
"""
|
96
|
+
The type of configuration. Either user-created or a default configuration.
|
97
|
+
"""
|
98
|
+
return pulumi.get(self, "config_type")
|
99
|
+
|
86
100
|
@property
|
87
101
|
@pulumi.getter(name="configurationDetails")
|
88
102
|
def configuration_details(self) -> Sequence['outputs.GetConfigurationConfigurationDetailResult']:
|
@@ -165,6 +179,14 @@ class GetConfigurationResult:
|
|
165
179
|
"""
|
166
180
|
return pulumi.get(self, "instance_ocpu_count")
|
167
181
|
|
182
|
+
@property
|
183
|
+
@pulumi.getter(name="isFlexible")
|
184
|
+
def is_flexible(self) -> bool:
|
185
|
+
"""
|
186
|
+
Whether the configuration supports flexible shapes.
|
187
|
+
"""
|
188
|
+
return pulumi.get(self, "is_flexible")
|
189
|
+
|
168
190
|
@property
|
169
191
|
@pulumi.getter(name="lifecycleDetails")
|
170
192
|
def lifecycle_details(self) -> str:
|
@@ -213,6 +235,7 @@ class AwaitableGetConfigurationResult(GetConfigurationResult):
|
|
213
235
|
yield self
|
214
236
|
return GetConfigurationResult(
|
215
237
|
compartment_id=self.compartment_id,
|
238
|
+
config_type=self.config_type,
|
216
239
|
configuration_details=self.configuration_details,
|
217
240
|
configuration_id=self.configuration_id,
|
218
241
|
db_configuration_overrides=self.db_configuration_overrides,
|
@@ -224,6 +247,7 @@ class AwaitableGetConfigurationResult(GetConfigurationResult):
|
|
224
247
|
id=self.id,
|
225
248
|
instance_memory_size_in_gbs=self.instance_memory_size_in_gbs,
|
226
249
|
instance_ocpu_count=self.instance_ocpu_count,
|
250
|
+
is_flexible=self.is_flexible,
|
227
251
|
lifecycle_details=self.lifecycle_details,
|
228
252
|
shape=self.shape,
|
229
253
|
state=self.state,
|
@@ -257,6 +281,7 @@ def get_configuration(configuration_id: Optional[str] = None,
|
|
257
281
|
|
258
282
|
return AwaitableGetConfigurationResult(
|
259
283
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
284
|
+
config_type=pulumi.get(__ret__, 'config_type'),
|
260
285
|
configuration_details=pulumi.get(__ret__, 'configuration_details'),
|
261
286
|
configuration_id=pulumi.get(__ret__, 'configuration_id'),
|
262
287
|
db_configuration_overrides=pulumi.get(__ret__, 'db_configuration_overrides'),
|
@@ -268,6 +293,7 @@ def get_configuration(configuration_id: Optional[str] = None,
|
|
268
293
|
id=pulumi.get(__ret__, 'id'),
|
269
294
|
instance_memory_size_in_gbs=pulumi.get(__ret__, 'instance_memory_size_in_gbs'),
|
270
295
|
instance_ocpu_count=pulumi.get(__ret__, 'instance_ocpu_count'),
|
296
|
+
is_flexible=pulumi.get(__ret__, 'is_flexible'),
|
271
297
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
272
298
|
shape=pulumi.get(__ret__, 'shape'),
|
273
299
|
state=pulumi.get(__ret__, 'state'),
|
@@ -166,7 +166,7 @@ def get_configurations(compartment_id: Optional[str] = None,
|
|
166
166
|
|
167
167
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
168
168
|
:param str configuration_id: A unique identifier for the configuration.
|
169
|
-
:param str db_version:
|
169
|
+
:param str db_version: Version of the PostgreSQL database, such as 14.9.
|
170
170
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
171
171
|
:param str shape: The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
|
172
172
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
@@ -225,7 +225,7 @@ def get_configurations_output(compartment_id: Optional[pulumi.Input[Optional[str
|
|
225
225
|
|
226
226
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
227
227
|
:param str configuration_id: A unique identifier for the configuration.
|
228
|
-
:param str db_version:
|
228
|
+
:param str db_version: Version of the PostgreSQL database, such as 14.9.
|
229
229
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
230
230
|
:param str shape: The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
|
231
231
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
@@ -22,7 +22,7 @@ class GetDefaultConfigurationResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getDefaultConfiguration.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, configuration_details=None, db_version=None, default_configuration_id=None, description=None, display_name=None, id=None, instance_memory_size_in_gbs=None, instance_ocpu_count=None, lifecycle_details=None, shape=None, state=None, time_created=None):
|
25
|
+
def __init__(__self__, configuration_details=None, db_version=None, default_configuration_id=None, description=None, display_name=None, id=None, instance_memory_size_in_gbs=None, instance_ocpu_count=None, is_flexible=None, lifecycle_details=None, shape=None, state=None, time_created=None):
|
26
26
|
if configuration_details and not isinstance(configuration_details, list):
|
27
27
|
raise TypeError("Expected argument 'configuration_details' to be a list")
|
28
28
|
pulumi.set(__self__, "configuration_details", configuration_details)
|
@@ -47,6 +47,9 @@ class GetDefaultConfigurationResult:
|
|
47
47
|
if instance_ocpu_count and not isinstance(instance_ocpu_count, int):
|
48
48
|
raise TypeError("Expected argument 'instance_ocpu_count' to be a int")
|
49
49
|
pulumi.set(__self__, "instance_ocpu_count", instance_ocpu_count)
|
50
|
+
if is_flexible and not isinstance(is_flexible, bool):
|
51
|
+
raise TypeError("Expected argument 'is_flexible' to be a bool")
|
52
|
+
pulumi.set(__self__, "is_flexible", is_flexible)
|
50
53
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
51
54
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
52
55
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -117,10 +120,18 @@ class GetDefaultConfigurationResult:
|
|
117
120
|
@pulumi.getter(name="instanceOcpuCount")
|
118
121
|
def instance_ocpu_count(self) -> int:
|
119
122
|
"""
|
120
|
-
CPU core count.
|
123
|
+
CPU core count.
|
121
124
|
"""
|
122
125
|
return pulumi.get(self, "instance_ocpu_count")
|
123
126
|
|
127
|
+
@property
|
128
|
+
@pulumi.getter(name="isFlexible")
|
129
|
+
def is_flexible(self) -> bool:
|
130
|
+
"""
|
131
|
+
True if the configuration supports flexible shapes, false otherwise.
|
132
|
+
"""
|
133
|
+
return pulumi.get(self, "is_flexible")
|
134
|
+
|
124
135
|
@property
|
125
136
|
@pulumi.getter(name="lifecycleDetails")
|
126
137
|
def lifecycle_details(self) -> str:
|
@@ -168,6 +179,7 @@ class AwaitableGetDefaultConfigurationResult(GetDefaultConfigurationResult):
|
|
168
179
|
id=self.id,
|
169
180
|
instance_memory_size_in_gbs=self.instance_memory_size_in_gbs,
|
170
181
|
instance_ocpu_count=self.instance_ocpu_count,
|
182
|
+
is_flexible=self.is_flexible,
|
171
183
|
lifecycle_details=self.lifecycle_details,
|
172
184
|
shape=self.shape,
|
173
185
|
state=self.state,
|
@@ -207,6 +219,7 @@ def get_default_configuration(default_configuration_id: Optional[str] = None,
|
|
207
219
|
id=pulumi.get(__ret__, 'id'),
|
208
220
|
instance_memory_size_in_gbs=pulumi.get(__ret__, 'instance_memory_size_in_gbs'),
|
209
221
|
instance_ocpu_count=pulumi.get(__ret__, 'instance_ocpu_count'),
|
222
|
+
is_flexible=pulumi.get(__ret__, 'is_flexible'),
|
210
223
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
211
224
|
shape=pulumi.get(__ret__, 'shape'),
|
212
225
|
state=pulumi.get(__ret__, 'state'),
|
@@ -151,7 +151,7 @@ def get_default_configurations(configuration_id: Optional[str] = None,
|
|
151
151
|
|
152
152
|
|
153
153
|
:param str configuration_id: A unique identifier for the configuration.
|
154
|
-
:param str db_version:
|
154
|
+
:param str db_version: Version of the PostgreSQL database, such as 14.9.
|
155
155
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
156
156
|
:param str shape: The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
|
157
157
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
@@ -205,7 +205,7 @@ def get_default_configurations_output(configuration_id: Optional[pulumi.Input[Op
|
|
205
205
|
|
206
206
|
|
207
207
|
:param str configuration_id: A unique identifier for the configuration.
|
208
|
-
:param str db_version:
|
208
|
+
:param str db_version: Version of the PostgreSQL database, such as 14.9.
|
209
209
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
210
210
|
:param str shape: The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
|
211
211
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|