pulumi-oci 3.7.0a1757720206__py3-none-any.whl → 3.8.0a1758168665__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/database/cloud_exadata_infrastructure.py +7 -7
- pulumi_oci/database/data_guard_association.py +68 -0
- pulumi_oci/database/db_system.py +68 -0
- pulumi_oci/database/exadb_vm_cluster.py +4 -4
- pulumi_oci/database/exascale_db_storage_vault.py +7 -7
- pulumi_oci/database/get_autonomous_database.py +3 -0
- pulumi_oci/database/get_autonomous_databases_clones.py +3 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_db_system_storage_performances.py +26 -2
- pulumi_oci/database/get_exadb_vm_cluster.py +1 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +1 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +1 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +1 -1
- pulumi_oci/database/outputs.py +51 -0
- pulumi_oci/email/_inputs.py +342 -0
- pulumi_oci/email/email_domain.py +26 -4
- pulumi_oci/email/email_return_path.py +34 -4
- pulumi_oci/email/get_email_domain.py +17 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +17 -2
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +17 -2
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/outputs.py +678 -0
- pulumi_oci/email/sender.py +30 -0
- pulumi_oci/filestorage/mount_target.py +14 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.7.0a1757720206.dist-info → pulumi_oci-3.8.0a1758168665.dist-info}/METADATA +1 -1
- {pulumi_oci-3.7.0a1757720206.dist-info → pulumi_oci-3.8.0a1758168665.dist-info}/RECORD +33 -33
- {pulumi_oci-3.7.0a1757720206.dist-info → pulumi_oci-3.8.0a1758168665.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.7.0a1757720206.dist-info → pulumi_oci-3.8.0a1758168665.dist-info}/top_level.txt +0 -0
@@ -626,6 +626,9 @@ class GetAutonomousDatabaseResult:
|
|
626
626
|
@_builtins.property
|
627
627
|
@pulumi.getter(name="cloneType")
|
628
628
|
def clone_type(self) -> _builtins.str:
|
629
|
+
"""
|
630
|
+
The Autonomous Database clone type.
|
631
|
+
"""
|
629
632
|
return pulumi.get(self, "clone_type")
|
630
633
|
|
631
634
|
@_builtins.property
|
@@ -70,6 +70,9 @@ class GetAutonomousDatabasesClonesResult:
|
|
70
70
|
@_builtins.property
|
71
71
|
@pulumi.getter(name="cloneType")
|
72
72
|
def clone_type(self) -> Optional[_builtins.str]:
|
73
|
+
"""
|
74
|
+
The Autonomous Database clone type.
|
75
|
+
"""
|
73
76
|
return pulumi.get(self, "clone_type")
|
74
77
|
|
75
78
|
@_builtins.property
|
@@ -193,7 +193,7 @@ class GetCloudExadataInfrastructureResult:
|
|
193
193
|
@pulumi.getter(name="clusterPlacementGroupId")
|
194
194
|
def cluster_placement_group_id(self) -> _builtins.str:
|
195
195
|
"""
|
196
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
196
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
197
197
|
"""
|
198
198
|
return pulumi.get(self, "cluster_placement_group_id")
|
199
199
|
|
@@ -63,7 +63,7 @@ class GetCloudExadataInfrastructuresResult:
|
|
63
63
|
@pulumi.getter(name="clusterPlacementGroupId")
|
64
64
|
def cluster_placement_group_id(self) -> Optional[_builtins.str]:
|
65
65
|
"""
|
66
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
66
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
67
67
|
"""
|
68
68
|
return pulumi.get(self, "cluster_placement_group_id")
|
69
69
|
|
@@ -27,7 +27,7 @@ class GetDataGuardAssociationResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDataGuardAssociation.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, compute_count=None, compute_model=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
|
30
|
+
def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cluster_placement_group_id=None, compute_count=None, compute_model=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, subscription_id=None, time_created=None, time_zone=None, transport_type=None):
|
31
31
|
if apply_lag and not isinstance(apply_lag, str):
|
32
32
|
raise TypeError("Expected argument 'apply_lag' to be a str")
|
33
33
|
pulumi.set(__self__, "apply_lag", apply_lag)
|
@@ -40,6 +40,9 @@ class GetDataGuardAssociationResult:
|
|
40
40
|
if backup_network_nsg_ids and not isinstance(backup_network_nsg_ids, list):
|
41
41
|
raise TypeError("Expected argument 'backup_network_nsg_ids' to be a list")
|
42
42
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
43
|
+
if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
|
44
|
+
raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
|
45
|
+
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
43
46
|
if compute_count and not isinstance(compute_count, int):
|
44
47
|
raise TypeError("Expected argument 'compute_count' to be a int")
|
45
48
|
pulumi.set(__self__, "compute_count", compute_count)
|
@@ -169,6 +172,9 @@ class GetDataGuardAssociationResult:
|
|
169
172
|
if subnet_id and not isinstance(subnet_id, str):
|
170
173
|
raise TypeError("Expected argument 'subnet_id' to be a str")
|
171
174
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
175
|
+
if subscription_id and not isinstance(subscription_id, str):
|
176
|
+
raise TypeError("Expected argument 'subscription_id' to be a str")
|
177
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
172
178
|
if time_created and not isinstance(time_created, str):
|
173
179
|
raise TypeError("Expected argument 'time_created' to be a str")
|
174
180
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -205,6 +211,11 @@ class GetDataGuardAssociationResult:
|
|
205
211
|
def backup_network_nsg_ids(self) -> Sequence[_builtins.str]:
|
206
212
|
return pulumi.get(self, "backup_network_nsg_ids")
|
207
213
|
|
214
|
+
@_builtins.property
|
215
|
+
@pulumi.getter(name="clusterPlacementGroupId")
|
216
|
+
def cluster_placement_group_id(self) -> _builtins.str:
|
217
|
+
return pulumi.get(self, "cluster_placement_group_id")
|
218
|
+
|
208
219
|
@_builtins.property
|
209
220
|
@pulumi.getter(name="computeCount")
|
210
221
|
def compute_count(self) -> _builtins.int:
|
@@ -456,6 +467,11 @@ class GetDataGuardAssociationResult:
|
|
456
467
|
def subnet_id(self) -> _builtins.str:
|
457
468
|
return pulumi.get(self, "subnet_id")
|
458
469
|
|
470
|
+
@_builtins.property
|
471
|
+
@pulumi.getter(name="subscriptionId")
|
472
|
+
def subscription_id(self) -> _builtins.str:
|
473
|
+
return pulumi.get(self, "subscription_id")
|
474
|
+
|
459
475
|
@_builtins.property
|
460
476
|
@pulumi.getter(name="timeCreated")
|
461
477
|
def time_created(self) -> _builtins.str:
|
@@ -488,6 +504,7 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
|
|
488
504
|
apply_rate=self.apply_rate,
|
489
505
|
availability_domain=self.availability_domain,
|
490
506
|
backup_network_nsg_ids=self.backup_network_nsg_ids,
|
507
|
+
cluster_placement_group_id=self.cluster_placement_group_id,
|
491
508
|
compute_count=self.compute_count,
|
492
509
|
compute_model=self.compute_model,
|
493
510
|
cpu_core_count=self.cpu_core_count,
|
@@ -531,6 +548,7 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
|
|
531
548
|
state=self.state,
|
532
549
|
storage_volume_performance_mode=self.storage_volume_performance_mode,
|
533
550
|
subnet_id=self.subnet_id,
|
551
|
+
subscription_id=self.subscription_id,
|
534
552
|
time_created=self.time_created,
|
535
553
|
time_zone=self.time_zone,
|
536
554
|
transport_type=self.transport_type)
|
@@ -569,6 +587,7 @@ def get_data_guard_association(data_guard_association_id: Optional[_builtins.str
|
|
569
587
|
apply_rate=pulumi.get(__ret__, 'apply_rate'),
|
570
588
|
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
571
589
|
backup_network_nsg_ids=pulumi.get(__ret__, 'backup_network_nsg_ids'),
|
590
|
+
cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
|
572
591
|
compute_count=pulumi.get(__ret__, 'compute_count'),
|
573
592
|
compute_model=pulumi.get(__ret__, 'compute_model'),
|
574
593
|
cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
|
@@ -612,6 +631,7 @@ def get_data_guard_association(data_guard_association_id: Optional[_builtins.str
|
|
612
631
|
state=pulumi.get(__ret__, 'state'),
|
613
632
|
storage_volume_performance_mode=pulumi.get(__ret__, 'storage_volume_performance_mode'),
|
614
633
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
634
|
+
subscription_id=pulumi.get(__ret__, 'subscription_id'),
|
615
635
|
time_created=pulumi.get(__ret__, 'time_created'),
|
616
636
|
time_zone=pulumi.get(__ret__, 'time_zone'),
|
617
637
|
transport_type=pulumi.get(__ret__, 'transport_type'))
|
@@ -647,6 +667,7 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
|
|
647
667
|
apply_rate=pulumi.get(__response__, 'apply_rate'),
|
648
668
|
availability_domain=pulumi.get(__response__, 'availability_domain'),
|
649
669
|
backup_network_nsg_ids=pulumi.get(__response__, 'backup_network_nsg_ids'),
|
670
|
+
cluster_placement_group_id=pulumi.get(__response__, 'cluster_placement_group_id'),
|
650
671
|
compute_count=pulumi.get(__response__, 'compute_count'),
|
651
672
|
compute_model=pulumi.get(__response__, 'compute_model'),
|
652
673
|
cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
|
@@ -690,6 +711,7 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
|
|
690
711
|
state=pulumi.get(__response__, 'state'),
|
691
712
|
storage_volume_performance_mode=pulumi.get(__response__, 'storage_volume_performance_mode'),
|
692
713
|
subnet_id=pulumi.get(__response__, 'subnet_id'),
|
714
|
+
subscription_id=pulumi.get(__response__, 'subscription_id'),
|
693
715
|
time_created=pulumi.get(__response__, 'time_created'),
|
694
716
|
time_zone=pulumi.get(__response__, 'time_zone'),
|
695
717
|
transport_type=pulumi.get(__response__, 'transport_type')))
|
@@ -122,13 +122,25 @@ def get_db_system_storage_performances(compartment_id: Optional[_builtins.str] =
|
|
122
122
|
|
123
123
|
Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.
|
124
124
|
|
125
|
+
## Example Usage
|
126
|
+
|
127
|
+
```python
|
128
|
+
import pulumi
|
129
|
+
import pulumi_oci as oci
|
130
|
+
|
131
|
+
test_db_system_storage_performances = oci.Database.get_db_system_storage_performances(storage_management=db_system_storage_performance_storage_management,
|
132
|
+
shape_type=db_system_storage_performance_shape_type,
|
133
|
+
database_edition=db_system_storage_performance_database_edition,
|
134
|
+
compartment_id=compartment_id)
|
135
|
+
```
|
136
|
+
|
125
137
|
|
126
138
|
:param _builtins.str compartment_id: Optional. The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
127
139
|
:param _builtins.str database_edition: Optional. Filters the performance results by database edition. Valid values are:
|
128
140
|
* STANDARD_EDITION
|
129
141
|
* ENTERPRISE_EDITION
|
130
142
|
* ENTERPRISE_EDITION_HIGH_PERFORMANCE
|
131
|
-
*
|
143
|
+
* ENTERPRISE_EDITION_EXTREME_PERFORMANCE
|
132
144
|
* ENTERPRISE_EDITION_DEVELOPER
|
133
145
|
:param _builtins.str shape_type: Optional. Filters the performance results by shape type.
|
134
146
|
:param _builtins.str storage_management: The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`.
|
@@ -163,13 +175,25 @@ def get_db_system_storage_performances_output(compartment_id: Optional[pulumi.In
|
|
163
175
|
|
164
176
|
Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.
|
165
177
|
|
178
|
+
## Example Usage
|
179
|
+
|
180
|
+
```python
|
181
|
+
import pulumi
|
182
|
+
import pulumi_oci as oci
|
183
|
+
|
184
|
+
test_db_system_storage_performances = oci.Database.get_db_system_storage_performances(storage_management=db_system_storage_performance_storage_management,
|
185
|
+
shape_type=db_system_storage_performance_shape_type,
|
186
|
+
database_edition=db_system_storage_performance_database_edition,
|
187
|
+
compartment_id=compartment_id)
|
188
|
+
```
|
189
|
+
|
166
190
|
|
167
191
|
:param _builtins.str compartment_id: Optional. The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
168
192
|
:param _builtins.str database_edition: Optional. Filters the performance results by database edition. Valid values are:
|
169
193
|
* STANDARD_EDITION
|
170
194
|
* ENTERPRISE_EDITION
|
171
195
|
* ENTERPRISE_EDITION_HIGH_PERFORMANCE
|
172
|
-
*
|
196
|
+
* ENTERPRISE_EDITION_EXTREME_PERFORMANCE
|
173
197
|
* ENTERPRISE_EDITION_DEVELOPER
|
174
198
|
:param _builtins.str shape_type: Optional. Filters the performance results by shape type.
|
175
199
|
:param _builtins.str storage_management: The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`.
|
@@ -200,7 +200,7 @@ class GetExadbVmClusterResult:
|
|
200
200
|
@pulumi.getter(name="clusterPlacementGroupId")
|
201
201
|
def cluster_placement_group_id(self) -> _builtins.str:
|
202
202
|
"""
|
203
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
203
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
204
204
|
"""
|
205
205
|
return pulumi.get(self, "cluster_placement_group_id")
|
206
206
|
|
@@ -58,7 +58,7 @@ class GetExadbVmClustersResult:
|
|
58
58
|
@pulumi.getter(name="clusterPlacementGroupId")
|
59
59
|
def cluster_placement_group_id(self) -> Optional[_builtins.str]:
|
60
60
|
"""
|
61
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
61
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
62
62
|
"""
|
63
63
|
return pulumi.get(self, "cluster_placement_group_id")
|
64
64
|
|
@@ -134,7 +134,7 @@ class GetExascaleDbStorageVaultResult:
|
|
134
134
|
@pulumi.getter(name="clusterPlacementGroupId")
|
135
135
|
def cluster_placement_group_id(self) -> _builtins.str:
|
136
136
|
"""
|
137
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
137
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
138
138
|
"""
|
139
139
|
return pulumi.get(self, "cluster_placement_group_id")
|
140
140
|
|
@@ -83,7 +83,7 @@ class GetExascaleDbStorageVaultsResult:
|
|
83
83
|
@pulumi.getter(name="clusterPlacementGroupId")
|
84
84
|
def cluster_placement_group_id(self) -> Optional[_builtins.str]:
|
85
85
|
"""
|
86
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
86
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
87
87
|
"""
|
88
88
|
return pulumi.get(self, "cluster_placement_group_id")
|
89
89
|
|
pulumi_oci/database/outputs.py
CHANGED
@@ -25309,6 +25309,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
25309
25309
|
:param _builtins.float byol_compute_count_limit: The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
|
25310
25310
|
:param _builtins.str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
25311
25311
|
:param Sequence[_builtins.int] clone_table_space_lists: A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
|
25312
|
+
:param _builtins.str clone_type: The Autonomous Database clone type.
|
25312
25313
|
:param _builtins.str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
25313
25314
|
:param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
25314
25315
|
:param _builtins.float compute_count: Compute used by database tools.
|
@@ -25720,6 +25721,9 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
25720
25721
|
@_builtins.property
|
25721
25722
|
@pulumi.getter(name="cloneType")
|
25722
25723
|
def clone_type(self) -> _builtins.str:
|
25724
|
+
"""
|
25725
|
+
The Autonomous Database clone type.
|
25726
|
+
"""
|
25723
25727
|
return pulumi.get(self, "clone_type")
|
25724
25728
|
|
25725
25729
|
@_builtins.property
|
@@ -28087,6 +28091,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
28087
28091
|
byol_compute_count_limit: _builtins.float,
|
28088
28092
|
character_set: _builtins.str,
|
28089
28093
|
clone_table_space_lists: Sequence[_builtins.int],
|
28094
|
+
clone_type: _builtins.str,
|
28090
28095
|
cluster_placement_group_id: _builtins.str,
|
28091
28096
|
compartment_id: _builtins.str,
|
28092
28097
|
compute_count: _builtins.float,
|
@@ -28216,6 +28221,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
28216
28221
|
:param _builtins.float byol_compute_count_limit: The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
|
28217
28222
|
:param _builtins.str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
28218
28223
|
:param Sequence[_builtins.int] clone_table_space_lists: A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
|
28224
|
+
:param _builtins.str clone_type: A filter to return only resources that match the given clone type exactly.
|
28219
28225
|
:param _builtins.str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
28220
28226
|
:param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
28221
28227
|
:param _builtins.float compute_count: Compute used by database tools.
|
@@ -28352,6 +28358,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
28352
28358
|
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
28353
28359
|
pulumi.set(__self__, "character_set", character_set)
|
28354
28360
|
pulumi.set(__self__, "clone_table_space_lists", clone_table_space_lists)
|
28361
|
+
pulumi.set(__self__, "clone_type", clone_type)
|
28355
28362
|
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
28356
28363
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
28357
28364
|
pulumi.set(__self__, "compute_count", compute_count)
|
@@ -28586,6 +28593,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
28586
28593
|
"""
|
28587
28594
|
return pulumi.get(self, "clone_table_space_lists")
|
28588
28595
|
|
28596
|
+
@_builtins.property
|
28597
|
+
@pulumi.getter(name="cloneType")
|
28598
|
+
def clone_type(self) -> _builtins.str:
|
28599
|
+
"""
|
28600
|
+
A filter to return only resources that match the given clone type exactly.
|
28601
|
+
"""
|
28602
|
+
return pulumi.get(self, "clone_type")
|
28603
|
+
|
28589
28604
|
@_builtins.property
|
28590
28605
|
@pulumi.getter(name="clusterPlacementGroupId")
|
28591
28606
|
def cluster_placement_group_id(self) -> _builtins.str:
|
@@ -38804,6 +38819,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
38804
38819
|
apply_rate: _builtins.str,
|
38805
38820
|
availability_domain: _builtins.str,
|
38806
38821
|
backup_network_nsg_ids: Sequence[_builtins.str],
|
38822
|
+
cluster_placement_group_id: _builtins.str,
|
38807
38823
|
compute_count: _builtins.int,
|
38808
38824
|
compute_model: _builtins.str,
|
38809
38825
|
cpu_core_count: _builtins.int,
|
@@ -38846,6 +38862,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
38846
38862
|
state: _builtins.str,
|
38847
38863
|
storage_volume_performance_mode: _builtins.str,
|
38848
38864
|
subnet_id: _builtins.str,
|
38865
|
+
subscription_id: _builtins.str,
|
38849
38866
|
time_created: _builtins.str,
|
38850
38867
|
time_zone: _builtins.str,
|
38851
38868
|
transport_type: _builtins.str):
|
@@ -38871,6 +38888,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
38871
38888
|
pulumi.set(__self__, "apply_rate", apply_rate)
|
38872
38889
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
38873
38890
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
38891
|
+
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
38874
38892
|
pulumi.set(__self__, "compute_count", compute_count)
|
38875
38893
|
pulumi.set(__self__, "compute_model", compute_model)
|
38876
38894
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
@@ -38913,6 +38931,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
38913
38931
|
pulumi.set(__self__, "state", state)
|
38914
38932
|
pulumi.set(__self__, "storage_volume_performance_mode", storage_volume_performance_mode)
|
38915
38933
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
38934
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
38916
38935
|
pulumi.set(__self__, "time_created", time_created)
|
38917
38936
|
pulumi.set(__self__, "time_zone", time_zone)
|
38918
38937
|
pulumi.set(__self__, "transport_type", transport_type)
|
@@ -38943,6 +38962,11 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
38943
38962
|
def backup_network_nsg_ids(self) -> Sequence[_builtins.str]:
|
38944
38963
|
return pulumi.get(self, "backup_network_nsg_ids")
|
38945
38964
|
|
38965
|
+
@_builtins.property
|
38966
|
+
@pulumi.getter(name="clusterPlacementGroupId")
|
38967
|
+
def cluster_placement_group_id(self) -> _builtins.str:
|
38968
|
+
return pulumi.get(self, "cluster_placement_group_id")
|
38969
|
+
|
38946
38970
|
@_builtins.property
|
38947
38971
|
@pulumi.getter(name="computeCount")
|
38948
38972
|
def compute_count(self) -> _builtins.int:
|
@@ -39189,6 +39213,11 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
39189
39213
|
def subnet_id(self) -> _builtins.str:
|
39190
39214
|
return pulumi.get(self, "subnet_id")
|
39191
39215
|
|
39216
|
+
@_builtins.property
|
39217
|
+
@pulumi.getter(name="subscriptionId")
|
39218
|
+
def subscription_id(self) -> _builtins.str:
|
39219
|
+
return pulumi.get(self, "subscription_id")
|
39220
|
+
|
39192
39221
|
@_builtins.property
|
39193
39222
|
@pulumi.getter(name="timeCreated")
|
39194
39223
|
def time_created(self) -> _builtins.str:
|
@@ -47922,6 +47951,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
47922
47951
|
backup_network_nsg_ids: Sequence[_builtins.str],
|
47923
47952
|
backup_subnet_id: _builtins.str,
|
47924
47953
|
cluster_name: _builtins.str,
|
47954
|
+
cluster_placement_group_id: _builtins.str,
|
47925
47955
|
compartment_id: _builtins.str,
|
47926
47956
|
compute_count: _builtins.int,
|
47927
47957
|
compute_model: _builtins.str,
|
@@ -47972,6 +48002,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
47972
48002
|
state: _builtins.str,
|
47973
48003
|
storage_volume_performance_mode: _builtins.str,
|
47974
48004
|
subnet_id: _builtins.str,
|
48005
|
+
subscription_id: _builtins.str,
|
47975
48006
|
system_tags: Mapping[str, _builtins.str],
|
47976
48007
|
time_created: _builtins.str,
|
47977
48008
|
time_zone: _builtins.str,
|
@@ -47984,6 +48015,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
47984
48015
|
:param Sequence[_builtins.str] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
47985
48016
|
:param _builtins.str backup_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
|
47986
48017
|
:param _builtins.str cluster_name: The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
|
48018
|
+
:param _builtins.str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
47987
48019
|
:param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
47988
48020
|
:param _builtins.int compute_count: The number of compute servers for the DB system.
|
47989
48021
|
:param _builtins.str compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
@@ -48030,6 +48062,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
48030
48062
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
|
48031
48063
|
:param _builtins.str storage_volume_performance_mode: The block storage volume performance level. Valid values are `BALANCED` and `HIGH_PERFORMANCE`. See [Block Volume Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm) for more information.
|
48032
48064
|
:param _builtins.str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the DB system is associated with.
|
48065
|
+
:param _builtins.str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
48033
48066
|
:param Mapping[str, _builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
48034
48067
|
:param _builtins.str time_created: The date and time the DB system was created.
|
48035
48068
|
:param _builtins.str time_zone: The time zone of the DB system. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
@@ -48042,6 +48075,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
48042
48075
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
48043
48076
|
pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
|
48044
48077
|
pulumi.set(__self__, "cluster_name", cluster_name)
|
48078
|
+
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
48045
48079
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
48046
48080
|
pulumi.set(__self__, "compute_count", compute_count)
|
48047
48081
|
pulumi.set(__self__, "compute_model", compute_model)
|
@@ -48092,6 +48126,7 @@ class GetDbSystemsDbSystemResult(dict):
|
|
48092
48126
|
pulumi.set(__self__, "state", state)
|
48093
48127
|
pulumi.set(__self__, "storage_volume_performance_mode", storage_volume_performance_mode)
|
48094
48128
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
48129
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
48095
48130
|
pulumi.set(__self__, "system_tags", system_tags)
|
48096
48131
|
pulumi.set(__self__, "time_created", time_created)
|
48097
48132
|
pulumi.set(__self__, "time_zone", time_zone)
|
@@ -48132,6 +48167,14 @@ class GetDbSystemsDbSystemResult(dict):
|
|
48132
48167
|
"""
|
48133
48168
|
return pulumi.get(self, "cluster_name")
|
48134
48169
|
|
48170
|
+
@_builtins.property
|
48171
|
+
@pulumi.getter(name="clusterPlacementGroupId")
|
48172
|
+
def cluster_placement_group_id(self) -> _builtins.str:
|
48173
|
+
"""
|
48174
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
|
48175
|
+
"""
|
48176
|
+
return pulumi.get(self, "cluster_placement_group_id")
|
48177
|
+
|
48135
48178
|
@_builtins.property
|
48136
48179
|
@pulumi.getter(name="compartmentId")
|
48137
48180
|
def compartment_id(self) -> _builtins.str:
|
@@ -48514,6 +48557,14 @@ class GetDbSystemsDbSystemResult(dict):
|
|
48514
48557
|
"""
|
48515
48558
|
return pulumi.get(self, "subnet_id")
|
48516
48559
|
|
48560
|
+
@_builtins.property
|
48561
|
+
@pulumi.getter(name="subscriptionId")
|
48562
|
+
def subscription_id(self) -> _builtins.str:
|
48563
|
+
"""
|
48564
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
48565
|
+
"""
|
48566
|
+
return pulumi.get(self, "subscription_id")
|
48567
|
+
|
48517
48568
|
@_builtins.property
|
48518
48569
|
@pulumi.getter(name="systemTags")
|
48519
48570
|
def system_tags(self) -> Mapping[str, _builtins.str]:
|