pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetAutonomousDatabaseResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getAutonomousDatabase.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None,
|
25
|
+
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
26
26
|
if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
|
27
27
|
raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
|
28
28
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -56,9 +56,6 @@ class GetAutonomousDatabaseResult:
|
|
56
56
|
if autonomous_maintenance_schedule_type and not isinstance(autonomous_maintenance_schedule_type, str):
|
57
57
|
raise TypeError("Expected argument 'autonomous_maintenance_schedule_type' to be a str")
|
58
58
|
pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
|
59
|
-
if availability_domain and not isinstance(availability_domain, str):
|
60
|
-
raise TypeError("Expected argument 'availability_domain' to be a str")
|
61
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
62
59
|
if available_upgrade_versions and not isinstance(available_upgrade_versions, list):
|
63
60
|
raise TypeError("Expected argument 'available_upgrade_versions' to be a list")
|
64
61
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
@@ -517,14 +514,6 @@ class GetAutonomousDatabaseResult:
|
|
517
514
|
"""
|
518
515
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
519
516
|
|
520
|
-
@property
|
521
|
-
@pulumi.getter(name="availabilityDomain")
|
522
|
-
def availability_domain(self) -> str:
|
523
|
-
"""
|
524
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
525
|
-
"""
|
526
|
-
return pulumi.get(self, "availability_domain")
|
527
|
-
|
528
517
|
@property
|
529
518
|
@pulumi.getter(name="availableUpgradeVersions")
|
530
519
|
def available_upgrade_versions(self) -> Sequence[str]:
|
@@ -1516,7 +1505,6 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1516
1505
|
autonomous_database_backup_id=self.autonomous_database_backup_id,
|
1517
1506
|
autonomous_database_id=self.autonomous_database_id,
|
1518
1507
|
autonomous_maintenance_schedule_type=self.autonomous_maintenance_schedule_type,
|
1519
|
-
availability_domain=self.availability_domain,
|
1520
1508
|
available_upgrade_versions=self.available_upgrade_versions,
|
1521
1509
|
backup_configs=self.backup_configs,
|
1522
1510
|
backup_retention_period_in_days=self.backup_retention_period_in_days,
|
@@ -1681,7 +1669,6 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1681
1669
|
autonomous_database_backup_id=pulumi.get(__ret__, 'autonomous_database_backup_id'),
|
1682
1670
|
autonomous_database_id=pulumi.get(__ret__, 'autonomous_database_id'),
|
1683
1671
|
autonomous_maintenance_schedule_type=pulumi.get(__ret__, 'autonomous_maintenance_schedule_type'),
|
1684
|
-
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
1685
1672
|
available_upgrade_versions=pulumi.get(__ret__, 'available_upgrade_versions'),
|
1686
1673
|
backup_configs=pulumi.get(__ret__, 'backup_configs'),
|
1687
1674
|
backup_retention_period_in_days=pulumi.get(__ret__, 'backup_retention_period_in_days'),
|
@@ -81,6 +81,9 @@ class GetAutonomousDatabasesResult:
|
|
81
81
|
@property
|
82
82
|
@pulumi.getter(name="autonomousDatabases")
|
83
83
|
def autonomous_databases(self) -> Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseResult']:
|
84
|
+
"""
|
85
|
+
The list of autonomous_databases.
|
86
|
+
"""
|
84
87
|
return pulumi.get(self, "autonomous_databases")
|
85
88
|
|
86
89
|
@property
|
@@ -224,26 +227,56 @@ def get_autonomous_databases(autonomous_container_database_id: Optional[str] = N
|
|
224
227
|
state: Optional[str] = None,
|
225
228
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAutonomousDatabasesResult:
|
226
229
|
"""
|
227
|
-
|
230
|
+
##
|
231
|
+
|
232
|
+
***
|
233
|
+
## subcategory: "Database"
|
234
|
+
|
235
|
+
layout: "oci"
|
236
|
+
page_title: "Oracle Cloud Infrastructure: database_get_autonomous_databases"
|
237
|
+
sidebar_current: "docs-oci-datasource-database-autonomous_databases"
|
238
|
+
description: |-
|
239
|
+
Provides the list of Autonomous Databases in Oracle Cloud Infrastructure Database service
|
240
|
+
---
|
241
|
+
|
242
|
+
# Data Source: database_get_autonomous_databases
|
243
|
+
This data source provides the list of Autonomous Databases in Oracle Cloud Infrastructure Database service.
|
244
|
+
|
245
|
+
Gets a list of Autonomous Databases based on the query parameters specified.
|
246
|
+
|
247
|
+
## Example Usage
|
228
248
|
|
229
|
-
|
249
|
+
```python
|
250
|
+
import pulumi
|
251
|
+
import pulumi_oci as oci
|
252
|
+
|
253
|
+
test_autonomous_databases = oci.Database.get_autonomous_databases(compartment_id=compartment_id,
|
254
|
+
autonomous_container_database_id=test_autonomous_container_database["id"],
|
255
|
+
db_version=autonomous_database_db_version,
|
256
|
+
db_workload=autonomous_database_db_workload,
|
257
|
+
display_name=autonomous_database_display_name,
|
258
|
+
infrastructure_type=autonomous_database_infrastructure_type,
|
259
|
+
is_data_guard_enabled=autonomous_database_is_data_guard_enabled,
|
260
|
+
is_free_tier=autonomous_database_is_free_tier,
|
261
|
+
is_refreshable_clone=autonomous_database_is_refreshable_clone,
|
262
|
+
is_resource_pool_leader=autonomous_database_is_resource_pool_leader,
|
263
|
+
resource_pool_leader_id=test_resource_pool_leader["id"],
|
264
|
+
state=autonomous_database_state)
|
265
|
+
```
|
230
266
|
|
231
267
|
|
232
268
|
:param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
233
|
-
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
234
|
-
:param str db_version: A
|
235
|
-
:param str db_workload:
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
:param
|
241
|
-
:param
|
242
|
-
:param
|
243
|
-
:param
|
244
|
-
:param bool is_refreshable_clone: Indicates if the Autonomous Database is a refreshable clone.
|
245
|
-
:param str resource_pool_leader_id: The unique identifier for leader autonomous database OCID [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
246
|
-
:param str state: The current state of the Autonomous Database.
|
269
|
+
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
270
|
+
:param str db_version: A filter to return only autonomous database resources that match the specified dbVersion.
|
271
|
+
:param str db_workload: A filter to return only autonomous database resources that match the specified workload type.
|
272
|
+
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
273
|
+
:param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
274
|
+
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
275
|
+
:param bool is_free_tier: Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources.
|
276
|
+
:param bool is_refreshable_clone: Filter on the value of the resource's 'isRefreshableClone' property. A value of `true` returns only refreshable clones. A value of `false` excludes refreshable clones from the returned results. Omitting this parameter returns both refreshable clones and databases that are not refreshable clones.
|
277
|
+
:param bool is_resource_pool_leader: Filter if the resource is the resource pool leader. A value of `true` returns only resource pool leader.
|
278
|
+
:param str resource_pool_leader_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resourcepool Leader Autonomous Database.
|
279
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
247
280
|
"""
|
248
281
|
__args__ = dict()
|
249
282
|
__args__['autonomousContainerDatabaseId'] = autonomous_container_database_id
|
@@ -296,25 +329,55 @@ def get_autonomous_databases_output(autonomous_container_database_id: Optional[p
|
|
296
329
|
state: Optional[pulumi.Input[Optional[str]]] = None,
|
297
330
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAutonomousDatabasesResult]:
|
298
331
|
"""
|
299
|
-
|
332
|
+
##
|
333
|
+
|
334
|
+
***
|
335
|
+
## subcategory: "Database"
|
336
|
+
|
337
|
+
layout: "oci"
|
338
|
+
page_title: "Oracle Cloud Infrastructure: database_get_autonomous_databases"
|
339
|
+
sidebar_current: "docs-oci-datasource-database-autonomous_databases"
|
340
|
+
description: |-
|
341
|
+
Provides the list of Autonomous Databases in Oracle Cloud Infrastructure Database service
|
342
|
+
---
|
343
|
+
|
344
|
+
# Data Source: database_get_autonomous_databases
|
345
|
+
This data source provides the list of Autonomous Databases in Oracle Cloud Infrastructure Database service.
|
346
|
+
|
347
|
+
Gets a list of Autonomous Databases based on the query parameters specified.
|
348
|
+
|
349
|
+
## Example Usage
|
350
|
+
|
351
|
+
```python
|
352
|
+
import pulumi
|
353
|
+
import pulumi_oci as oci
|
300
354
|
|
301
|
-
|
355
|
+
test_autonomous_databases = oci.Database.get_autonomous_databases(compartment_id=compartment_id,
|
356
|
+
autonomous_container_database_id=test_autonomous_container_database["id"],
|
357
|
+
db_version=autonomous_database_db_version,
|
358
|
+
db_workload=autonomous_database_db_workload,
|
359
|
+
display_name=autonomous_database_display_name,
|
360
|
+
infrastructure_type=autonomous_database_infrastructure_type,
|
361
|
+
is_data_guard_enabled=autonomous_database_is_data_guard_enabled,
|
362
|
+
is_free_tier=autonomous_database_is_free_tier,
|
363
|
+
is_refreshable_clone=autonomous_database_is_refreshable_clone,
|
364
|
+
is_resource_pool_leader=autonomous_database_is_resource_pool_leader,
|
365
|
+
resource_pool_leader_id=test_resource_pool_leader["id"],
|
366
|
+
state=autonomous_database_state)
|
367
|
+
```
|
302
368
|
|
303
369
|
|
304
370
|
:param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
305
|
-
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
306
|
-
:param str db_version: A
|
307
|
-
:param str db_workload:
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
:param
|
313
|
-
:param
|
314
|
-
:param
|
315
|
-
:param
|
316
|
-
:param bool is_refreshable_clone: Indicates if the Autonomous Database is a refreshable clone.
|
317
|
-
:param str resource_pool_leader_id: The unique identifier for leader autonomous database OCID [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
318
|
-
:param str state: The current state of the Autonomous Database.
|
371
|
+
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
372
|
+
:param str db_version: A filter to return only autonomous database resources that match the specified dbVersion.
|
373
|
+
:param str db_workload: A filter to return only autonomous database resources that match the specified workload type.
|
374
|
+
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
375
|
+
:param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
376
|
+
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
377
|
+
:param bool is_free_tier: Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources.
|
378
|
+
:param bool is_refreshable_clone: Filter on the value of the resource's 'isRefreshableClone' property. A value of `true` returns only refreshable clones. A value of `false` excludes refreshable clones from the returned results. Omitting this parameter returns both refreshable clones and databases that are not refreshable clones.
|
379
|
+
:param bool is_resource_pool_leader: Filter if the resource is the resource pool leader. A value of `true` returns only resource pool leader.
|
380
|
+
:param str resource_pool_leader_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resourcepool Leader Autonomous Database.
|
381
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
319
382
|
"""
|
320
383
|
...
|
@@ -22,7 +22,7 @@ class GetDataGuardAssociationResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getDataGuardAssociation.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=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, delete_standby_db_home_on_delete=None, display_name=None,
|
25
|
+
def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=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, delete_standby_db_home_on_delete=None, display_name=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=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, 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):
|
26
26
|
if apply_lag and not isinstance(apply_lag, str):
|
27
27
|
raise TypeError("Expected argument 'apply_lag' to be a str")
|
28
28
|
pulumi.set(__self__, "apply_lag", apply_lag)
|
@@ -77,9 +77,6 @@ class GetDataGuardAssociationResult:
|
|
77
77
|
if display_name and not isinstance(display_name, str):
|
78
78
|
raise TypeError("Expected argument 'display_name' to be a str")
|
79
79
|
pulumi.set(__self__, "display_name", display_name)
|
80
|
-
if domain and not isinstance(domain, str):
|
81
|
-
raise TypeError("Expected argument 'domain' to be a str")
|
82
|
-
pulumi.set(__self__, "domain", domain)
|
83
80
|
if fault_domains and not isinstance(fault_domains, list):
|
84
81
|
raise TypeError("Expected argument 'fault_domains' to be a list")
|
85
82
|
pulumi.set(__self__, "fault_domains", fault_domains)
|
@@ -258,11 +255,6 @@ class GetDataGuardAssociationResult:
|
|
258
255
|
def display_name(self) -> str:
|
259
256
|
return pulumi.get(self, "display_name")
|
260
257
|
|
261
|
-
@property
|
262
|
-
@pulumi.getter
|
263
|
-
def domain(self) -> str:
|
264
|
-
return pulumi.get(self, "domain")
|
265
|
-
|
266
258
|
@property
|
267
259
|
@pulumi.getter(name="faultDomains")
|
268
260
|
def fault_domains(self) -> Sequence[str]:
|
@@ -457,7 +449,6 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
|
|
457
449
|
db_system_freeform_tags=self.db_system_freeform_tags,
|
458
450
|
delete_standby_db_home_on_delete=self.delete_standby_db_home_on_delete,
|
459
451
|
display_name=self.display_name,
|
460
|
-
domain=self.domain,
|
461
452
|
fault_domains=self.fault_domains,
|
462
453
|
hostname=self.hostname,
|
463
454
|
id=self.id,
|
@@ -533,7 +524,6 @@ def get_data_guard_association(data_guard_association_id: Optional[str] = None,
|
|
533
524
|
db_system_freeform_tags=pulumi.get(__ret__, 'db_system_freeform_tags'),
|
534
525
|
delete_standby_db_home_on_delete=pulumi.get(__ret__, 'delete_standby_db_home_on_delete'),
|
535
526
|
display_name=pulumi.get(__ret__, 'display_name'),
|
536
|
-
domain=pulumi.get(__ret__, 'domain'),
|
537
527
|
fault_domains=pulumi.get(__ret__, 'fault_domains'),
|
538
528
|
hostname=pulumi.get(__ret__, 'hostname'),
|
539
529
|
id=pulumi.get(__ret__, 'id'),
|