pulumi-oci 1.31.0a1712729931__py3-none-any.whl → 1.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +16 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/autonomous_container_database.py +83 -8
- pulumi_oci/database/autonomous_database_software_image.py +638 -0
- pulumi_oci/database/autonomous_vm_cluster.py +12 -4
- pulumi_oci/database/get_autonomous_container_database.py +26 -5
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +3 -3
- pulumi_oci/database/get_autonomous_database_software_image.py +262 -0
- pulumi_oci/database/get_autonomous_database_software_images.py +200 -0
- pulumi_oci/database/get_autonomous_vm_cluster.py +3 -1
- pulumi_oci/database/outputs.py +538 -28
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +17 -1
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +39 -3
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/meteringcomputation/__init__.py +3 -0
- pulumi_oci/meteringcomputation/_inputs.py +110 -0
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +173 -0
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +157 -0
- pulumi_oci/meteringcomputation/outputs.py +292 -2
- pulumi_oci/meteringcomputation/schedule.py +7 -7
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +392 -0
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +222 -10
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -62
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +397 -28
- pulumi_oci/opa/opa_instance.py +41 -22
- pulumi_oci/psql/_inputs.py +4 -4
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/outputs.py +4 -4
- pulumi_oci/redis/get_redis_cluster.py +14 -1
- pulumi_oci/redis/outputs.py +11 -0
- pulumi_oci/redis/redis_cluster.py +52 -3
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/RECORD +57 -51
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/top_level.txt +0 -0
pulumi_oci/opa/opa_instance.py
CHANGED
@@ -25,16 +25,13 @@ class OpaInstanceArgs:
|
|
25
25
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
26
26
|
idcs_at: Optional[pulumi.Input[str]] = None,
|
27
27
|
is_breakglass_enabled: Optional[pulumi.Input[bool]] = None,
|
28
|
-
metering_type: Optional[pulumi.Input[str]] = None
|
28
|
+
metering_type: Optional[pulumi.Input[str]] = None,
|
29
|
+
state: Optional[pulumi.Input[str]] = None):
|
29
30
|
"""
|
30
31
|
The set of arguments for constructing a OpaInstance resource.
|
31
32
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
|
32
33
|
:param pulumi.Input[str] display_name: (Updatable) OpaInstance Identifier. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime.
|
33
34
|
:param pulumi.Input[str] shape_name: Shape of the instance.
|
34
|
-
|
35
|
-
|
36
|
-
** IMPORTANT **
|
37
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
38
35
|
:param pulumi.Input[str] consumption_model: Parameter specifying which entitlement to use for billing purposes
|
39
36
|
: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"}`
|
40
37
|
:param pulumi.Input[str] description: (Updatable) Description of the Oracle Process Automation instance.
|
@@ -42,6 +39,11 @@ class OpaInstanceArgs:
|
|
42
39
|
:param pulumi.Input[str] idcs_at: IDCS Authentication token. This is required for all realms with IDCS. This property is optional, as it is not required for non-IDCS realms.
|
43
40
|
:param pulumi.Input[bool] is_breakglass_enabled: indicates if breakGlass is enabled for the opa instance.
|
44
41
|
:param pulumi.Input[str] metering_type: MeteringType Identifier
|
42
|
+
:param pulumi.Input[str] state: (Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
43
|
+
|
44
|
+
|
45
|
+
** IMPORTANT **
|
46
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
45
47
|
"""
|
46
48
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
47
49
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -60,6 +62,8 @@ class OpaInstanceArgs:
|
|
60
62
|
pulumi.set(__self__, "is_breakglass_enabled", is_breakglass_enabled)
|
61
63
|
if metering_type is not None:
|
62
64
|
pulumi.set(__self__, "metering_type", metering_type)
|
65
|
+
if state is not None:
|
66
|
+
pulumi.set(__self__, "state", state)
|
63
67
|
|
64
68
|
@property
|
65
69
|
@pulumi.getter(name="compartmentId")
|
@@ -90,10 +94,6 @@ class OpaInstanceArgs:
|
|
90
94
|
def shape_name(self) -> pulumi.Input[str]:
|
91
95
|
"""
|
92
96
|
Shape of the instance.
|
93
|
-
|
94
|
-
|
95
|
-
** IMPORTANT **
|
96
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
97
97
|
"""
|
98
98
|
return pulumi.get(self, "shape_name")
|
99
99
|
|
@@ -185,6 +185,22 @@ class OpaInstanceArgs:
|
|
185
185
|
def metering_type(self, value: Optional[pulumi.Input[str]]):
|
186
186
|
pulumi.set(self, "metering_type", value)
|
187
187
|
|
188
|
+
@property
|
189
|
+
@pulumi.getter
|
190
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
191
|
+
"""
|
192
|
+
(Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
193
|
+
|
194
|
+
|
195
|
+
** IMPORTANT **
|
196
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
197
|
+
"""
|
198
|
+
return pulumi.get(self, "state")
|
199
|
+
|
200
|
+
@state.setter
|
201
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
202
|
+
pulumi.set(self, "state", value)
|
203
|
+
|
188
204
|
|
189
205
|
@pulumi.input_type
|
190
206
|
class _OpaInstanceState:
|
@@ -227,11 +243,11 @@ class _OpaInstanceState:
|
|
227
243
|
:param pulumi.Input[bool] is_breakglass_enabled: indicates if breakGlass is enabled for the opa instance.
|
228
244
|
:param pulumi.Input[str] metering_type: MeteringType Identifier
|
229
245
|
:param pulumi.Input[str] shape_name: Shape of the instance.
|
246
|
+
:param pulumi.Input[str] state: (Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
230
247
|
|
231
248
|
|
232
249
|
** IMPORTANT **
|
233
250
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
234
|
-
:param pulumi.Input[str] state: The current state of the OpaInstance.
|
235
251
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
236
252
|
:param pulumi.Input[str] time_created: The time when OpaInstance was created. An RFC3339 formatted datetime string
|
237
253
|
:param pulumi.Input[str] time_updated: The time the OpaInstance was updated. An RFC3339 formatted datetime string
|
@@ -462,10 +478,6 @@ class _OpaInstanceState:
|
|
462
478
|
def shape_name(self) -> Optional[pulumi.Input[str]]:
|
463
479
|
"""
|
464
480
|
Shape of the instance.
|
465
|
-
|
466
|
-
|
467
|
-
** IMPORTANT **
|
468
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
469
481
|
"""
|
470
482
|
return pulumi.get(self, "shape_name")
|
471
483
|
|
@@ -477,7 +489,11 @@ class _OpaInstanceState:
|
|
477
489
|
@pulumi.getter
|
478
490
|
def state(self) -> Optional[pulumi.Input[str]]:
|
479
491
|
"""
|
480
|
-
The
|
492
|
+
(Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
493
|
+
|
494
|
+
|
495
|
+
** IMPORTANT **
|
496
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
481
497
|
"""
|
482
498
|
return pulumi.get(self, "state")
|
483
499
|
|
@@ -537,6 +553,7 @@ class OpaInstance(pulumi.CustomResource):
|
|
537
553
|
is_breakglass_enabled: Optional[pulumi.Input[bool]] = None,
|
538
554
|
metering_type: Optional[pulumi.Input[str]] = None,
|
539
555
|
shape_name: Optional[pulumi.Input[str]] = None,
|
556
|
+
state: Optional[pulumi.Input[str]] = None,
|
540
557
|
__props__=None):
|
541
558
|
"""
|
542
559
|
This resource provides the Opa Instance resource in Oracle Cloud Infrastructure Opa service.
|
@@ -588,6 +605,7 @@ class OpaInstance(pulumi.CustomResource):
|
|
588
605
|
:param pulumi.Input[bool] is_breakglass_enabled: indicates if breakGlass is enabled for the opa instance.
|
589
606
|
:param pulumi.Input[str] metering_type: MeteringType Identifier
|
590
607
|
:param pulumi.Input[str] shape_name: Shape of the instance.
|
608
|
+
:param pulumi.Input[str] state: (Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
591
609
|
|
592
610
|
|
593
611
|
** IMPORTANT **
|
@@ -662,6 +680,7 @@ class OpaInstance(pulumi.CustomResource):
|
|
662
680
|
is_breakglass_enabled: Optional[pulumi.Input[bool]] = None,
|
663
681
|
metering_type: Optional[pulumi.Input[str]] = None,
|
664
682
|
shape_name: Optional[pulumi.Input[str]] = None,
|
683
|
+
state: Optional[pulumi.Input[str]] = None,
|
665
684
|
__props__=None):
|
666
685
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
667
686
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -687,13 +706,13 @@ class OpaInstance(pulumi.CustomResource):
|
|
687
706
|
if shape_name is None and not opts.urn:
|
688
707
|
raise TypeError("Missing required property 'shape_name'")
|
689
708
|
__props__.__dict__["shape_name"] = shape_name
|
709
|
+
__props__.__dict__["state"] = state
|
690
710
|
__props__.__dict__["attachments"] = None
|
691
711
|
__props__.__dict__["identity_app_display_name"] = None
|
692
712
|
__props__.__dict__["identity_app_guid"] = None
|
693
713
|
__props__.__dict__["identity_app_opc_service_instance_guid"] = None
|
694
714
|
__props__.__dict__["identity_domain_url"] = None
|
695
715
|
__props__.__dict__["instance_url"] = None
|
696
|
-
__props__.__dict__["state"] = None
|
697
716
|
__props__.__dict__["system_tags"] = None
|
698
717
|
__props__.__dict__["time_created"] = None
|
699
718
|
__props__.__dict__["time_updated"] = None
|
@@ -750,11 +769,11 @@ class OpaInstance(pulumi.CustomResource):
|
|
750
769
|
:param pulumi.Input[bool] is_breakglass_enabled: indicates if breakGlass is enabled for the opa instance.
|
751
770
|
:param pulumi.Input[str] metering_type: MeteringType Identifier
|
752
771
|
:param pulumi.Input[str] shape_name: Shape of the instance.
|
772
|
+
:param pulumi.Input[str] state: (Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
753
773
|
|
754
774
|
|
755
775
|
** IMPORTANT **
|
756
776
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
757
|
-
:param pulumi.Input[str] state: The current state of the OpaInstance.
|
758
777
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
759
778
|
:param pulumi.Input[str] time_created: The time when OpaInstance was created. An RFC3339 formatted datetime string
|
760
779
|
:param pulumi.Input[str] time_updated: The time the OpaInstance was updated. An RFC3339 formatted datetime string
|
@@ -910,10 +929,6 @@ class OpaInstance(pulumi.CustomResource):
|
|
910
929
|
def shape_name(self) -> pulumi.Output[str]:
|
911
930
|
"""
|
912
931
|
Shape of the instance.
|
913
|
-
|
914
|
-
|
915
|
-
** IMPORTANT **
|
916
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
917
932
|
"""
|
918
933
|
return pulumi.get(self, "shape_name")
|
919
934
|
|
@@ -921,7 +936,11 @@ class OpaInstance(pulumi.CustomResource):
|
|
921
936
|
@pulumi.getter
|
922
937
|
def state(self) -> pulumi.Output[str]:
|
923
938
|
"""
|
924
|
-
The
|
939
|
+
(Updatable) The target state for the Opa Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
940
|
+
|
941
|
+
|
942
|
+
** IMPORTANT **
|
943
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
925
944
|
"""
|
926
945
|
return pulumi.get(self, "state")
|
927
946
|
|
pulumi_oci/psql/_inputs.py
CHANGED
@@ -861,7 +861,7 @@ class DbSystemSourceArgs:
|
|
861
861
|
backup_id: Optional[pulumi.Input[str]] = None,
|
862
862
|
is_having_restore_config_overrides: Optional[pulumi.Input[bool]] = None):
|
863
863
|
"""
|
864
|
-
:param pulumi.Input[str] source_type: The source descriminator.
|
864
|
+
:param pulumi.Input[str] source_type: The source descriminator. Example: `{"source_type": "BACKUP"}`.
|
865
865
|
:param pulumi.Input[str] backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database system backup.
|
866
866
|
:param pulumi.Input[bool] is_having_restore_config_overrides: Deprecated. Don't use.
|
867
867
|
"""
|
@@ -875,7 +875,7 @@ class DbSystemSourceArgs:
|
|
875
875
|
@pulumi.getter(name="sourceType")
|
876
876
|
def source_type(self) -> pulumi.Input[str]:
|
877
877
|
"""
|
878
|
-
The source descriminator.
|
878
|
+
The source descriminator. Example: `{"source_type": "BACKUP"}`.
|
879
879
|
"""
|
880
880
|
return pulumi.get(self, "source_type")
|
881
881
|
|
@@ -923,7 +923,7 @@ class DbSystemStorageDetailsArgs:
|
|
923
923
|
** IMPORTANT **
|
924
924
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
925
925
|
:param pulumi.Input[str] availability_domain: Specifies the availability domain of AD-local storage. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
|
926
|
-
:param pulumi.Input[str] iops: (Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system.
|
926
|
+
:param pulumi.Input[str] iops: (Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system. Find more about the supported Peformance Tiers [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/performance-tiers.htm).
|
927
927
|
"""
|
928
928
|
pulumi.set(__self__, "is_regionally_durable", is_regionally_durable)
|
929
929
|
pulumi.set(__self__, "system_type", system_type)
|
@@ -976,7 +976,7 @@ class DbSystemStorageDetailsArgs:
|
|
976
976
|
@pulumi.getter
|
977
977
|
def iops(self) -> Optional[pulumi.Input[str]]:
|
978
978
|
"""
|
979
|
-
(Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system.
|
979
|
+
(Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system. Find more about the supported Peformance Tiers [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/performance-tiers.htm).
|
980
980
|
"""
|
981
981
|
return pulumi.get(self, "iops")
|
982
982
|
|
pulumi_oci/psql/db_system.py
CHANGED
@@ -42,7 +42,7 @@ class DbSystemArgs:
|
|
42
42
|
:param pulumi.Input[str] db_version: Version of database system software.
|
43
43
|
:param pulumi.Input[str] display_name: Display name of the database instance node. Avoid entering confidential information.
|
44
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: `VM.Standard.E4.Flex
|
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.
|
@@ -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: `VM.Standard.E4.Flex
|
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
|
|
@@ -394,7 +394,7 @@ class _DbSystemState:
|
|
394
394
|
:param pulumi.Input['DbSystemManagementPolicyArgs'] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
395
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: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex
|
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.
|
@@ -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: `VM.Standard.E4.Flex
|
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
|
|
@@ -921,7 +921,7 @@ class DbSystem(pulumi.CustomResource):
|
|
921
921
|
:param pulumi.Input[pulumi.InputType['DbSystemManagementPolicyArgs']] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
922
922
|
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: Network details for the database system.
|
923
923
|
: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.
|
924
|
-
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex
|
924
|
+
: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).
|
925
925
|
:param pulumi.Input[pulumi.InputType['DbSystemSourceArgs']] source: The source used to restore the database system.
|
926
926
|
:param pulumi.Input[pulumi.InputType['DbSystemStorageDetailsArgs']] storage_details: (Updatable) Storage details of the database system.
|
927
927
|
:param pulumi.Input[str] system_type: Type of the database system.
|
@@ -1168,7 +1168,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1168
1168
|
:param pulumi.Input[pulumi.InputType['DbSystemManagementPolicyArgs']] management_policy: (Updatable) PostgreSQL database system management policy update details.
|
1169
1169
|
:param pulumi.Input[pulumi.InputType['DbSystemNetworkDetailsArgs']] network_details: Network details for the database system.
|
1170
1170
|
: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.
|
1171
|
-
:param pulumi.Input[str] shape: The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex
|
1171
|
+
: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).
|
1172
1172
|
:param pulumi.Input[pulumi.InputType['DbSystemSourceArgs']] source: The source used to restore the database system.
|
1173
1173
|
:param pulumi.Input[str] state: The current state of the database system.
|
1174
1174
|
:param pulumi.Input[pulumi.InputType['DbSystemStorageDetailsArgs']] storage_details: (Updatable) Storage details of the database system.
|
@@ -1370,7 +1370,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1370
1370
|
@pulumi.getter
|
1371
1371
|
def shape(self) -> pulumi.Output[str]:
|
1372
1372
|
"""
|
1373
|
-
The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex
|
1373
|
+
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).
|
1374
1374
|
"""
|
1375
1375
|
return pulumi.get(self, "shape")
|
1376
1376
|
|
pulumi_oci/psql/outputs.py
CHANGED
@@ -973,7 +973,7 @@ class DbSystemSource(dict):
|
|
973
973
|
backup_id: Optional[str] = None,
|
974
974
|
is_having_restore_config_overrides: Optional[bool] = None):
|
975
975
|
"""
|
976
|
-
:param str source_type: The source descriminator.
|
976
|
+
:param str source_type: The source descriminator. Example: `{"source_type": "BACKUP"}`.
|
977
977
|
:param str backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database system backup.
|
978
978
|
:param bool is_having_restore_config_overrides: Deprecated. Don't use.
|
979
979
|
"""
|
@@ -987,7 +987,7 @@ class DbSystemSource(dict):
|
|
987
987
|
@pulumi.getter(name="sourceType")
|
988
988
|
def source_type(self) -> str:
|
989
989
|
"""
|
990
|
-
The source descriminator.
|
990
|
+
The source descriminator. Example: `{"source_type": "BACKUP"}`.
|
991
991
|
"""
|
992
992
|
return pulumi.get(self, "source_type")
|
993
993
|
|
@@ -1044,7 +1044,7 @@ class DbSystemStorageDetails(dict):
|
|
1044
1044
|
** IMPORTANT **
|
1045
1045
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1046
1046
|
:param str availability_domain: Specifies the availability domain of AD-local storage. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
|
1047
|
-
:param str iops: (Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system.
|
1047
|
+
:param str iops: (Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system. Find more about the supported Peformance Tiers [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/performance-tiers.htm).
|
1048
1048
|
"""
|
1049
1049
|
pulumi.set(__self__, "is_regionally_durable", is_regionally_durable)
|
1050
1050
|
pulumi.set(__self__, "system_type", system_type)
|
@@ -1085,7 +1085,7 @@ class DbSystemStorageDetails(dict):
|
|
1085
1085
|
@pulumi.getter
|
1086
1086
|
def iops(self) -> Optional[str]:
|
1087
1087
|
"""
|
1088
|
-
(Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system.
|
1088
|
+
(Updatable) Guaranteed input/output storage requests per second (IOPS) available to the database system. Find more about the supported Peformance Tiers [here](https://docs.oracle.com/en-us/iaas/Content/postgresql/performance-tiers.htm).
|
1089
1089
|
"""
|
1090
1090
|
return pulumi.get(self, "iops")
|
1091
1091
|
|
@@ -22,7 +22,7 @@ class GetRedisClusterResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getRedisCluster.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, node_collections=None, node_count=None, node_memory_in_gbs=None, primary_endpoint_ip_address=None, primary_fqdn=None, redis_cluster_id=None, replicas_endpoint_ip_address=None, replicas_fqdn=None, software_version=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=None):
|
25
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, node_collections=None, node_count=None, node_memory_in_gbs=None, nsg_ids=None, primary_endpoint_ip_address=None, primary_fqdn=None, redis_cluster_id=None, replicas_endpoint_ip_address=None, replicas_fqdn=None, software_version=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=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)
|
@@ -50,6 +50,9 @@ class GetRedisClusterResult:
|
|
50
50
|
if node_memory_in_gbs and not isinstance(node_memory_in_gbs, float):
|
51
51
|
raise TypeError("Expected argument 'node_memory_in_gbs' to be a float")
|
52
52
|
pulumi.set(__self__, "node_memory_in_gbs", node_memory_in_gbs)
|
53
|
+
if nsg_ids and not isinstance(nsg_ids, list):
|
54
|
+
raise TypeError("Expected argument 'nsg_ids' to be a list")
|
55
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
53
56
|
if primary_endpoint_ip_address and not isinstance(primary_endpoint_ip_address, str):
|
54
57
|
raise TypeError("Expected argument 'primary_endpoint_ip_address' to be a str")
|
55
58
|
pulumi.set(__self__, "primary_endpoint_ip_address", primary_endpoint_ip_address)
|
@@ -156,6 +159,14 @@ class GetRedisClusterResult:
|
|
156
159
|
"""
|
157
160
|
return pulumi.get(self, "node_memory_in_gbs")
|
158
161
|
|
162
|
+
@property
|
163
|
+
@pulumi.getter(name="nsgIds")
|
164
|
+
def nsg_ids(self) -> Sequence[str]:
|
165
|
+
"""
|
166
|
+
OCIDs of the NSGs to control access in the customer network
|
167
|
+
"""
|
168
|
+
return pulumi.get(self, "nsg_ids")
|
169
|
+
|
159
170
|
@property
|
160
171
|
@pulumi.getter(name="primaryEndpointIpAddress")
|
161
172
|
def primary_endpoint_ip_address(self) -> str:
|
@@ -257,6 +268,7 @@ class AwaitableGetRedisClusterResult(GetRedisClusterResult):
|
|
257
268
|
node_collections=self.node_collections,
|
258
269
|
node_count=self.node_count,
|
259
270
|
node_memory_in_gbs=self.node_memory_in_gbs,
|
271
|
+
nsg_ids=self.nsg_ids,
|
260
272
|
primary_endpoint_ip_address=self.primary_endpoint_ip_address,
|
261
273
|
primary_fqdn=self.primary_fqdn,
|
262
274
|
redis_cluster_id=self.redis_cluster_id,
|
@@ -306,6 +318,7 @@ def get_redis_cluster(redis_cluster_id: Optional[str] = None,
|
|
306
318
|
node_collections=pulumi.get(__ret__, 'node_collections'),
|
307
319
|
node_count=pulumi.get(__ret__, 'node_count'),
|
308
320
|
node_memory_in_gbs=pulumi.get(__ret__, 'node_memory_in_gbs'),
|
321
|
+
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
309
322
|
primary_endpoint_ip_address=pulumi.get(__ret__, 'primary_endpoint_ip_address'),
|
310
323
|
primary_fqdn=pulumi.get(__ret__, 'primary_fqdn'),
|
311
324
|
redis_cluster_id=pulumi.get(__ret__, 'redis_cluster_id'),
|
pulumi_oci/redis/outputs.py
CHANGED
@@ -220,6 +220,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
220
220
|
node_collections: Sequence['outputs.GetRedisClustersRedisClusterCollectionItemNodeCollectionResult'],
|
221
221
|
node_count: int,
|
222
222
|
node_memory_in_gbs: float,
|
223
|
+
nsg_ids: Sequence[str],
|
223
224
|
primary_endpoint_ip_address: str,
|
224
225
|
primary_fqdn: str,
|
225
226
|
replicas_endpoint_ip_address: str,
|
@@ -240,6 +241,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
240
241
|
:param Sequence['GetRedisClustersRedisClusterCollectionItemNodeCollectionArgs'] node_collections: The collection of Redis cluster nodes.
|
241
242
|
:param int node_count: The number of nodes in the Redis cluster.
|
242
243
|
:param float node_memory_in_gbs: The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
244
|
+
:param Sequence[str] nsg_ids: OCIDs of the NSGs to control access in the customer network
|
243
245
|
:param str primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
|
244
246
|
:param str primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
|
245
247
|
:param str replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
|
@@ -260,6 +262,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
260
262
|
pulumi.set(__self__, "node_collections", node_collections)
|
261
263
|
pulumi.set(__self__, "node_count", node_count)
|
262
264
|
pulumi.set(__self__, "node_memory_in_gbs", node_memory_in_gbs)
|
265
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
263
266
|
pulumi.set(__self__, "primary_endpoint_ip_address", primary_endpoint_ip_address)
|
264
267
|
pulumi.set(__self__, "primary_fqdn", primary_fqdn)
|
265
268
|
pulumi.set(__self__, "replicas_endpoint_ip_address", replicas_endpoint_ip_address)
|
@@ -343,6 +346,14 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
343
346
|
"""
|
344
347
|
return pulumi.get(self, "node_memory_in_gbs")
|
345
348
|
|
349
|
+
@property
|
350
|
+
@pulumi.getter(name="nsgIds")
|
351
|
+
def nsg_ids(self) -> Sequence[str]:
|
352
|
+
"""
|
353
|
+
OCIDs of the NSGs to control access in the customer network
|
354
|
+
"""
|
355
|
+
return pulumi.get(self, "nsg_ids")
|
356
|
+
|
346
357
|
@property
|
347
358
|
@pulumi.getter(name="primaryEndpointIpAddress")
|
348
359
|
def primary_endpoint_ip_address(self) -> str:
|
@@ -23,7 +23,8 @@ class RedisClusterArgs:
|
|
23
23
|
software_version: pulumi.Input[str],
|
24
24
|
subnet_id: pulumi.Input[str],
|
25
25
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
26
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None
|
26
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
27
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a RedisCluster resource.
|
29
30
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the Redis cluster.
|
@@ -38,6 +39,7 @@ class RedisClusterArgs:
|
|
38
39
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
39
40
|
: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"}`
|
40
41
|
: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"}`
|
42
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
41
43
|
"""
|
42
44
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
43
45
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -49,6 +51,8 @@ class RedisClusterArgs:
|
|
49
51
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
50
52
|
if freeform_tags is not None:
|
51
53
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
54
|
+
if nsg_ids is not None:
|
55
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
52
56
|
|
53
57
|
@property
|
54
58
|
@pulumi.getter(name="compartmentId")
|
@@ -150,6 +154,18 @@ class RedisClusterArgs:
|
|
150
154
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
151
155
|
pulumi.set(self, "freeform_tags", value)
|
152
156
|
|
157
|
+
@property
|
158
|
+
@pulumi.getter(name="nsgIds")
|
159
|
+
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
160
|
+
"""
|
161
|
+
(Updatable) OCIDs of the NSGs to control access in the customer network
|
162
|
+
"""
|
163
|
+
return pulumi.get(self, "nsg_ids")
|
164
|
+
|
165
|
+
@nsg_ids.setter
|
166
|
+
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
167
|
+
pulumi.set(self, "nsg_ids", value)
|
168
|
+
|
153
169
|
|
154
170
|
@pulumi.input_type
|
155
171
|
class _RedisClusterState:
|
@@ -162,6 +178,7 @@ class _RedisClusterState:
|
|
162
178
|
node_collections: Optional[pulumi.Input[Sequence[pulumi.Input['RedisClusterNodeCollectionArgs']]]] = None,
|
163
179
|
node_count: Optional[pulumi.Input[int]] = None,
|
164
180
|
node_memory_in_gbs: Optional[pulumi.Input[float]] = None,
|
181
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
165
182
|
primary_endpoint_ip_address: Optional[pulumi.Input[str]] = None,
|
166
183
|
primary_fqdn: Optional[pulumi.Input[str]] = None,
|
167
184
|
replicas_endpoint_ip_address: Optional[pulumi.Input[str]] = None,
|
@@ -182,6 +199,7 @@ class _RedisClusterState:
|
|
182
199
|
:param pulumi.Input[Sequence[pulumi.Input['RedisClusterNodeCollectionArgs']]] node_collections: The collection of Redis cluster nodes.
|
183
200
|
:param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
|
184
201
|
:param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
202
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
185
203
|
:param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
|
186
204
|
:param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
|
187
205
|
:param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
|
@@ -213,6 +231,8 @@ class _RedisClusterState:
|
|
213
231
|
pulumi.set(__self__, "node_count", node_count)
|
214
232
|
if node_memory_in_gbs is not None:
|
215
233
|
pulumi.set(__self__, "node_memory_in_gbs", node_memory_in_gbs)
|
234
|
+
if nsg_ids is not None:
|
235
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
216
236
|
if primary_endpoint_ip_address is not None:
|
217
237
|
pulumi.set(__self__, "primary_endpoint_ip_address", primary_endpoint_ip_address)
|
218
238
|
if primary_fqdn is not None:
|
@@ -330,6 +350,18 @@ class _RedisClusterState:
|
|
330
350
|
def node_memory_in_gbs(self, value: Optional[pulumi.Input[float]]):
|
331
351
|
pulumi.set(self, "node_memory_in_gbs", value)
|
332
352
|
|
353
|
+
@property
|
354
|
+
@pulumi.getter(name="nsgIds")
|
355
|
+
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
356
|
+
"""
|
357
|
+
(Updatable) OCIDs of the NSGs to control access in the customer network
|
358
|
+
"""
|
359
|
+
return pulumi.get(self, "nsg_ids")
|
360
|
+
|
361
|
+
@nsg_ids.setter
|
362
|
+
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
363
|
+
pulumi.set(self, "nsg_ids", value)
|
364
|
+
|
333
365
|
@property
|
334
366
|
@pulumi.getter(name="primaryEndpointIpAddress")
|
335
367
|
def primary_endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
|
@@ -466,6 +498,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
466
498
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
467
499
|
node_count: Optional[pulumi.Input[int]] = None,
|
468
500
|
node_memory_in_gbs: Optional[pulumi.Input[float]] = None,
|
501
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
469
502
|
software_version: Optional[pulumi.Input[str]] = None,
|
470
503
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
471
504
|
__props__=None):
|
@@ -493,7 +526,8 @@ class RedisCluster(pulumi.CustomResource):
|
|
493
526
|
},
|
494
527
|
freeform_tags={
|
495
528
|
"bar-key": "value",
|
496
|
-
}
|
529
|
+
},
|
530
|
+
nsg_ids=var["redis_cluster_nsg_ids"])
|
497
531
|
```
|
498
532
|
<!--End PulumiCodeChooser -->
|
499
533
|
|
@@ -513,6 +547,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
513
547
|
: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"}`
|
514
548
|
:param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
|
515
549
|
:param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
550
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
516
551
|
:param pulumi.Input[str] software_version: The Redis version that the cluster is running.
|
517
552
|
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster's subnet.
|
518
553
|
|
@@ -550,7 +585,8 @@ class RedisCluster(pulumi.CustomResource):
|
|
550
585
|
},
|
551
586
|
freeform_tags={
|
552
587
|
"bar-key": "value",
|
553
|
-
}
|
588
|
+
},
|
589
|
+
nsg_ids=var["redis_cluster_nsg_ids"])
|
554
590
|
```
|
555
591
|
<!--End PulumiCodeChooser -->
|
556
592
|
|
@@ -583,6 +619,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
583
619
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
584
620
|
node_count: Optional[pulumi.Input[int]] = None,
|
585
621
|
node_memory_in_gbs: Optional[pulumi.Input[float]] = None,
|
622
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
586
623
|
software_version: Optional[pulumi.Input[str]] = None,
|
587
624
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
588
625
|
__props__=None):
|
@@ -608,6 +645,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
608
645
|
if node_memory_in_gbs is None and not opts.urn:
|
609
646
|
raise TypeError("Missing required property 'node_memory_in_gbs'")
|
610
647
|
__props__.__dict__["node_memory_in_gbs"] = node_memory_in_gbs
|
648
|
+
__props__.__dict__["nsg_ids"] = nsg_ids
|
611
649
|
if software_version is None and not opts.urn:
|
612
650
|
raise TypeError("Missing required property 'software_version'")
|
613
651
|
__props__.__dict__["software_version"] = software_version
|
@@ -642,6 +680,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
642
680
|
node_collections: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisClusterNodeCollectionArgs']]]]] = None,
|
643
681
|
node_count: Optional[pulumi.Input[int]] = None,
|
644
682
|
node_memory_in_gbs: Optional[pulumi.Input[float]] = None,
|
683
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
645
684
|
primary_endpoint_ip_address: Optional[pulumi.Input[str]] = None,
|
646
685
|
primary_fqdn: Optional[pulumi.Input[str]] = None,
|
647
686
|
replicas_endpoint_ip_address: Optional[pulumi.Input[str]] = None,
|
@@ -667,6 +706,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
667
706
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisClusterNodeCollectionArgs']]]] node_collections: The collection of Redis cluster nodes.
|
668
707
|
:param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
|
669
708
|
:param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
709
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
670
710
|
:param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
|
671
711
|
:param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
|
672
712
|
:param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
|
@@ -694,6 +734,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
694
734
|
__props__.__dict__["node_collections"] = node_collections
|
695
735
|
__props__.__dict__["node_count"] = node_count
|
696
736
|
__props__.__dict__["node_memory_in_gbs"] = node_memory_in_gbs
|
737
|
+
__props__.__dict__["nsg_ids"] = nsg_ids
|
697
738
|
__props__.__dict__["primary_endpoint_ip_address"] = primary_endpoint_ip_address
|
698
739
|
__props__.__dict__["primary_fqdn"] = primary_fqdn
|
699
740
|
__props__.__dict__["replicas_endpoint_ip_address"] = replicas_endpoint_ip_address
|
@@ -770,6 +811,14 @@ class RedisCluster(pulumi.CustomResource):
|
|
770
811
|
"""
|
771
812
|
return pulumi.get(self, "node_memory_in_gbs")
|
772
813
|
|
814
|
+
@property
|
815
|
+
@pulumi.getter(name="nsgIds")
|
816
|
+
def nsg_ids(self) -> pulumi.Output[Sequence[str]]:
|
817
|
+
"""
|
818
|
+
(Updatable) OCIDs of the NSGs to control access in the customer network
|
819
|
+
"""
|
820
|
+
return pulumi.get(self, "nsg_ids")
|
821
|
+
|
773
822
|
@property
|
774
823
|
@pulumi.getter(name="primaryEndpointIpAddress")
|
775
824
|
def primary_endpoint_ip_address(self) -> pulumi.Output[str]:
|