pulumi-oci 2.6.0__py3-none-any.whl → 2.6.0a1722924801__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 +0 -32
- pulumi_oci/bigdataservice/_inputs.py +14 -157
- pulumi_oci/bigdataservice/bds_instance.py +0 -128
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +3 -64
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
- pulumi_oci/bigdataservice/outputs.py +30 -257
- pulumi_oci/devops/__init__.py +0 -6
- pulumi_oci/devops/_inputs.py +32 -531
- pulumi_oci/devops/get_build_runs.py +5 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +4 -17
- pulumi_oci/devops/get_repository_diffs.py +3 -20
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_triggers.py +5 -0
- pulumi_oci/devops/outputs.py +162 -1198
- pulumi_oci/devops/repository.py +75 -66
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/jms/__init__.py +0 -4
- pulumi_oci/jms/_inputs.py +0 -80
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +3 -29
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +3 -97
- 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 +5 -45
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +5 -25
- 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 +1 -14
- pulumi_oci/jms/outputs.py +32 -488
- pulumi_oci/osmanagementhub/get_software_source.py +1 -19
- pulumi_oci/osmanagementhub/software_source.py +0 -82
- pulumi_oci/psql/_inputs.py +4 -8
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +38 -141
- pulumi_oci/psql/db_system.py +55 -53
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +1 -27
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +2 -15
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +13 -176
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/METADATA +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/RECORD +52 -62
- pulumi_oci/devops/get_project_repository_setting.py +0 -129
- pulumi_oci/devops/get_repository_protected_branches.py +0 -150
- pulumi_oci/devops/get_repository_setting.py +0 -142
- pulumi_oci/devops/project_repository_setting.py +0 -338
- pulumi_oci/devops/repository_protected_branch_management.py +0 -333
- pulumi_oci/devops/repository_setting.py +0 -391
- pulumi_oci/jms/get_agent_installers.py +0 -190
- pulumi_oci/jms/get_jms_plugin.py +0 -313
- pulumi_oci/jms/get_jms_plugins.py +0 -291
- pulumi_oci/jms/jms_plugin.py +0 -731
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.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:
|
45
|
-
:param pulumi.Input[str] shape:
|
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: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
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: Count of database instances nodes to be created in the database system.
|
54
|
-
:param pulumi.Input[int] instance_memory_size_in_gbs:
|
55
|
-
:param pulumi.Input[int] instance_ocpu_count:
|
53
|
+
:param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
|
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.
|
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
|
-
|
141
|
+
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
|
-
|
153
|
+
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
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
|
-
Count of database instances nodes to be created in the database system.
|
249
|
+
(Updatable when patch_operations are specified) 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
|
-
|
261
|
+
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
|
-
|
273
|
+
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: Count of database instances nodes to be created in the database system.
|
389
|
-
:param pulumi.Input[int] instance_memory_size_in_gbs:
|
390
|
-
:param pulumi.Input[int] instance_ocpu_count:
|
388
|
+
:param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
|
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.
|
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:
|
395
|
+
:param pulumi.Input['DbSystemNetworkDetailsArgs'] network_details: 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:
|
397
|
+
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
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
|
-
Count of database instances nodes to be created in the database system.
|
589
|
+
(Updatable when patch_operations are specified) 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
|
-
|
601
|
+
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
|
-
|
613
|
+
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
|
-
|
673
|
+
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
|
-
|
697
|
+
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
698
698
|
"""
|
699
699
|
return pulumi.get(self, "shape")
|
700
700
|
|
@@ -830,15 +830,6 @@ 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
|
-
),
|
842
833
|
db_version=db_system_db_version,
|
843
834
|
display_name=db_system_display_name,
|
844
835
|
network_details=oci.psql.DbSystemNetworkDetailsArgs(
|
@@ -854,6 +845,16 @@ class DbSystem(pulumi.CustomResource):
|
|
854
845
|
iops=db_system_storage_details_iops,
|
855
846
|
),
|
856
847
|
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
|
+
),
|
857
858
|
defined_tags={
|
858
859
|
"foo-namespace.bar-key": "value",
|
859
860
|
},
|
@@ -911,14 +912,14 @@ class DbSystem(pulumi.CustomResource):
|
|
911
912
|
:param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
|
912
913
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
|
913
914
|
: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"}`
|
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:
|
916
|
-
:param pulumi.Input[int] instance_ocpu_count:
|
915
|
+
:param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
|
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.
|
917
918
|
: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`.
|
918
919
|
:param pulumi.Input[pulumi.InputType['DbSystemManagementPolicyArgs']] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
919
|
-
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details:
|
920
|
+
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: Network details for the database system.
|
920
921
|
: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.
|
921
|
-
:param pulumi.Input[str] shape:
|
922
|
+
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
922
923
|
:param pulumi.Input[pulumi.InputType['DbSystemSourceArgs']] source: The source used to restore the database system.
|
923
924
|
:param pulumi.Input[pulumi.InputType['DbSystemStorageDetailsArgs']] storage_details: (Updatable) Storage details of the database system.
|
924
925
|
:param pulumi.Input[str] system_type: Type of the database system.
|
@@ -946,15 +947,6 @@ class DbSystem(pulumi.CustomResource):
|
|
946
947
|
|
947
948
|
test_db_system = oci.psql.DbSystem("test_db_system",
|
948
949
|
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
|
-
),
|
958
950
|
db_version=db_system_db_version,
|
959
951
|
display_name=db_system_display_name,
|
960
952
|
network_details=oci.psql.DbSystemNetworkDetailsArgs(
|
@@ -970,6 +962,16 @@ class DbSystem(pulumi.CustomResource):
|
|
970
962
|
iops=db_system_storage_details_iops,
|
971
963
|
),
|
972
964
|
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
|
+
),
|
973
975
|
defined_tags={
|
974
976
|
"foo-namespace.bar-key": "value",
|
975
977
|
},
|
@@ -1153,16 +1155,16 @@ class DbSystem(pulumi.CustomResource):
|
|
1153
1155
|
:param pulumi.Input[str] description: (Updatable) A user-provided description of a database system.
|
1154
1156
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly display name for the database system. Avoid entering confidential information.
|
1155
1157
|
: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"}`
|
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:
|
1158
|
-
:param pulumi.Input[int] instance_ocpu_count:
|
1158
|
+
:param pulumi.Input[int] instance_count: (Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
|
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.
|
1159
1161
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DbSystemInstanceArgs']]]] instances: The list of instances, or nodes, in the database system.
|
1160
1162
|
: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`.
|
1161
1163
|
: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.
|
1162
1164
|
:param pulumi.Input[pulumi.InputType['DbSystemManagementPolicyArgs']] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
1163
|
-
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details:
|
1165
|
+
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: Network details for the database system.
|
1164
1166
|
: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.
|
1165
|
-
:param pulumi.Input[str] shape:
|
1167
|
+
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
1166
1168
|
:param pulumi.Input[pulumi.InputType['DbSystemSourceArgs']] source: The source used to restore the database system.
|
1167
1169
|
:param pulumi.Input[str] state: The current state of the database system.
|
1168
1170
|
:param pulumi.Input[pulumi.InputType['DbSystemStorageDetailsArgs']] storage_details: (Updatable) Storage details of the database system.
|
@@ -1292,7 +1294,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1292
1294
|
@pulumi.getter(name="instanceCount")
|
1293
1295
|
def instance_count(self) -> pulumi.Output[int]:
|
1294
1296
|
"""
|
1295
|
-
Count of database instances nodes to be created in the database system.
|
1297
|
+
(Updatable when patch_operations are specified) Count of database instances nodes to be created in the database system.
|
1296
1298
|
"""
|
1297
1299
|
return pulumi.get(self, "instance_count")
|
1298
1300
|
|
@@ -1300,7 +1302,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1300
1302
|
@pulumi.getter(name="instanceMemorySizeInGbs")
|
1301
1303
|
def instance_memory_size_in_gbs(self) -> pulumi.Output[int]:
|
1302
1304
|
"""
|
1303
|
-
|
1305
|
+
The total amount of memory available to each database instance node, in gigabytes.
|
1304
1306
|
"""
|
1305
1307
|
return pulumi.get(self, "instance_memory_size_in_gbs")
|
1306
1308
|
|
@@ -1308,7 +1310,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1308
1310
|
@pulumi.getter(name="instanceOcpuCount")
|
1309
1311
|
def instance_ocpu_count(self) -> pulumi.Output[int]:
|
1310
1312
|
"""
|
1311
|
-
|
1313
|
+
The total number of OCPUs available to each database instance node.
|
1312
1314
|
"""
|
1313
1315
|
return pulumi.get(self, "instance_ocpu_count")
|
1314
1316
|
|
@@ -1348,7 +1350,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1348
1350
|
@pulumi.getter(name="networkDetails")
|
1349
1351
|
def network_details(self) -> pulumi.Output['outputs.DbSystemNetworkDetails']:
|
1350
1352
|
"""
|
1351
|
-
|
1353
|
+
Network details for the database system.
|
1352
1354
|
"""
|
1353
1355
|
return pulumi.get(self, "network_details")
|
1354
1356
|
|
@@ -1364,7 +1366,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1364
1366
|
@pulumi.getter
|
1365
1367
|
def shape(self) -> pulumi.Output[str]:
|
1366
1368
|
"""
|
1367
|
-
|
1369
|
+
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `PostgreSQL.VM.Standard.E4.Flex.2.32GB`. Find more about the supported shapes [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/supported-shapes.htm).
|
1368
1370
|
"""
|
1369
1371
|
return pulumi.get(self, "shape")
|
1370
1372
|
|
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
|
221
|
+
The date and time the backup was created, 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,13 +22,10 @@ class GetConfigurationResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getConfiguration.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None,
|
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):
|
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)
|
32
29
|
if configuration_details and not isinstance(configuration_details, list):
|
33
30
|
raise TypeError("Expected argument 'configuration_details' to be a list")
|
34
31
|
pulumi.set(__self__, "configuration_details", configuration_details)
|
@@ -62,9 +59,6 @@ class GetConfigurationResult:
|
|
62
59
|
if instance_ocpu_count and not isinstance(instance_ocpu_count, int):
|
63
60
|
raise TypeError("Expected argument 'instance_ocpu_count' to be a int")
|
64
61
|
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)
|
68
62
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
69
63
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
70
64
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -89,14 +83,6 @@ class GetConfigurationResult:
|
|
89
83
|
"""
|
90
84
|
return pulumi.get(self, "compartment_id")
|
91
85
|
|
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
|
-
|
100
86
|
@property
|
101
87
|
@pulumi.getter(name="configurationDetails")
|
102
88
|
def configuration_details(self) -> Sequence['outputs.GetConfigurationConfigurationDetailResult']:
|
@@ -179,14 +165,6 @@ class GetConfigurationResult:
|
|
179
165
|
"""
|
180
166
|
return pulumi.get(self, "instance_ocpu_count")
|
181
167
|
|
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
|
-
|
190
168
|
@property
|
191
169
|
@pulumi.getter(name="lifecycleDetails")
|
192
170
|
def lifecycle_details(self) -> str:
|
@@ -235,7 +213,6 @@ class AwaitableGetConfigurationResult(GetConfigurationResult):
|
|
235
213
|
yield self
|
236
214
|
return GetConfigurationResult(
|
237
215
|
compartment_id=self.compartment_id,
|
238
|
-
config_type=self.config_type,
|
239
216
|
configuration_details=self.configuration_details,
|
240
217
|
configuration_id=self.configuration_id,
|
241
218
|
db_configuration_overrides=self.db_configuration_overrides,
|
@@ -247,7 +224,6 @@ class AwaitableGetConfigurationResult(GetConfigurationResult):
|
|
247
224
|
id=self.id,
|
248
225
|
instance_memory_size_in_gbs=self.instance_memory_size_in_gbs,
|
249
226
|
instance_ocpu_count=self.instance_ocpu_count,
|
250
|
-
is_flexible=self.is_flexible,
|
251
227
|
lifecycle_details=self.lifecycle_details,
|
252
228
|
shape=self.shape,
|
253
229
|
state=self.state,
|
@@ -281,7 +257,6 @@ def get_configuration(configuration_id: Optional[str] = None,
|
|
281
257
|
|
282
258
|
return AwaitableGetConfigurationResult(
|
283
259
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
284
|
-
config_type=pulumi.get(__ret__, 'config_type'),
|
285
260
|
configuration_details=pulumi.get(__ret__, 'configuration_details'),
|
286
261
|
configuration_id=pulumi.get(__ret__, 'configuration_id'),
|
287
262
|
db_configuration_overrides=pulumi.get(__ret__, 'db_configuration_overrides'),
|
@@ -293,7 +268,6 @@ def get_configuration(configuration_id: Optional[str] = None,
|
|
293
268
|
id=pulumi.get(__ret__, 'id'),
|
294
269
|
instance_memory_size_in_gbs=pulumi.get(__ret__, 'instance_memory_size_in_gbs'),
|
295
270
|
instance_ocpu_count=pulumi.get(__ret__, 'instance_ocpu_count'),
|
296
|
-
is_flexible=pulumi.get(__ret__, 'is_flexible'),
|
297
271
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
298
272
|
shape=pulumi.get(__ret__, 'shape'),
|
299
273
|
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: Verison 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: Verison 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,
|
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):
|
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,9 +47,6 @@ 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)
|
53
50
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
54
51
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
55
52
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -120,18 +117,10 @@ class GetDefaultConfigurationResult:
|
|
120
117
|
@pulumi.getter(name="instanceOcpuCount")
|
121
118
|
def instance_ocpu_count(self) -> int:
|
122
119
|
"""
|
123
|
-
CPU core count.
|
120
|
+
CPU core count. Minimum value is 1.
|
124
121
|
"""
|
125
122
|
return pulumi.get(self, "instance_ocpu_count")
|
126
123
|
|
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
|
-
|
135
124
|
@property
|
136
125
|
@pulumi.getter(name="lifecycleDetails")
|
137
126
|
def lifecycle_details(self) -> str:
|
@@ -179,7 +168,6 @@ class AwaitableGetDefaultConfigurationResult(GetDefaultConfigurationResult):
|
|
179
168
|
id=self.id,
|
180
169
|
instance_memory_size_in_gbs=self.instance_memory_size_in_gbs,
|
181
170
|
instance_ocpu_count=self.instance_ocpu_count,
|
182
|
-
is_flexible=self.is_flexible,
|
183
171
|
lifecycle_details=self.lifecycle_details,
|
184
172
|
shape=self.shape,
|
185
173
|
state=self.state,
|
@@ -219,7 +207,6 @@ def get_default_configuration(default_configuration_id: Optional[str] = None,
|
|
219
207
|
id=pulumi.get(__ret__, 'id'),
|
220
208
|
instance_memory_size_in_gbs=pulumi.get(__ret__, 'instance_memory_size_in_gbs'),
|
221
209
|
instance_ocpu_count=pulumi.get(__ret__, 'instance_ocpu_count'),
|
222
|
-
is_flexible=pulumi.get(__ret__, 'is_flexible'),
|
223
210
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
224
211
|
shape=pulumi.get(__ret__, 'shape'),
|
225
212
|
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: Verison 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: Verison 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`.
|