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
pulumi_oci/database/outputs.py
CHANGED
@@ -2268,9 +2268,7 @@ class AutonomousDatabaseLocalStandbyDb(dict):
|
|
2268
2268
|
@staticmethod
|
2269
2269
|
def __key_warning(key: str):
|
2270
2270
|
suggest = None
|
2271
|
-
if key == "
|
2272
|
-
suggest = "availability_domain"
|
2273
|
-
elif key == "lagTimeInSeconds":
|
2271
|
+
if key == "lagTimeInSeconds":
|
2274
2272
|
suggest = "lag_time_in_seconds"
|
2275
2273
|
elif key == "lifecycleDetails":
|
2276
2274
|
suggest = "lifecycle_details"
|
@@ -2291,22 +2289,18 @@ class AutonomousDatabaseLocalStandbyDb(dict):
|
|
2291
2289
|
return super().get(key, default)
|
2292
2290
|
|
2293
2291
|
def __init__(__self__, *,
|
2294
|
-
availability_domain: Optional[str] = None,
|
2295
2292
|
lag_time_in_seconds: Optional[int] = None,
|
2296
2293
|
lifecycle_details: Optional[str] = None,
|
2297
2294
|
state: Optional[str] = None,
|
2298
2295
|
time_data_guard_role_changed: Optional[str] = None,
|
2299
2296
|
time_disaster_recovery_role_changed: Optional[str] = None):
|
2300
2297
|
"""
|
2301
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2302
2298
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
2303
2299
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
2304
2300
|
:param str state: The current state of the Autonomous Database.
|
2305
2301
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
2306
2302
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
2307
2303
|
"""
|
2308
|
-
if availability_domain is not None:
|
2309
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
2310
2304
|
if lag_time_in_seconds is not None:
|
2311
2305
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
2312
2306
|
if lifecycle_details is not None:
|
@@ -2318,14 +2312,6 @@ class AutonomousDatabaseLocalStandbyDb(dict):
|
|
2318
2312
|
if time_disaster_recovery_role_changed is not None:
|
2319
2313
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
2320
2314
|
|
2321
|
-
@property
|
2322
|
-
@pulumi.getter(name="availabilityDomain")
|
2323
|
-
def availability_domain(self) -> Optional[str]:
|
2324
|
-
"""
|
2325
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2326
|
-
"""
|
2327
|
-
return pulumi.get(self, "availability_domain")
|
2328
|
-
|
2329
2315
|
@property
|
2330
2316
|
@pulumi.getter(name="lagTimeInSeconds")
|
2331
2317
|
def lag_time_in_seconds(self) -> Optional[int]:
|
@@ -2793,9 +2779,7 @@ class AutonomousDatabaseStandbyDb(dict):
|
|
2793
2779
|
@staticmethod
|
2794
2780
|
def __key_warning(key: str):
|
2795
2781
|
suggest = None
|
2796
|
-
if key == "
|
2797
|
-
suggest = "availability_domain"
|
2798
|
-
elif key == "lagTimeInSeconds":
|
2782
|
+
if key == "lagTimeInSeconds":
|
2799
2783
|
suggest = "lag_time_in_seconds"
|
2800
2784
|
elif key == "lifecycleDetails":
|
2801
2785
|
suggest = "lifecycle_details"
|
@@ -2816,22 +2800,18 @@ class AutonomousDatabaseStandbyDb(dict):
|
|
2816
2800
|
return super().get(key, default)
|
2817
2801
|
|
2818
2802
|
def __init__(__self__, *,
|
2819
|
-
availability_domain: Optional[str] = None,
|
2820
2803
|
lag_time_in_seconds: Optional[int] = None,
|
2821
2804
|
lifecycle_details: Optional[str] = None,
|
2822
2805
|
state: Optional[str] = None,
|
2823
2806
|
time_data_guard_role_changed: Optional[str] = None,
|
2824
2807
|
time_disaster_recovery_role_changed: Optional[str] = None):
|
2825
2808
|
"""
|
2826
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2827
2809
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
2828
2810
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
2829
2811
|
:param str state: The current state of the Autonomous Database.
|
2830
2812
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
2831
2813
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
2832
2814
|
"""
|
2833
|
-
if availability_domain is not None:
|
2834
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
2835
2815
|
if lag_time_in_seconds is not None:
|
2836
2816
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
2837
2817
|
if lifecycle_details is not None:
|
@@ -2843,14 +2823,6 @@ class AutonomousDatabaseStandbyDb(dict):
|
|
2843
2823
|
if time_disaster_recovery_role_changed is not None:
|
2844
2824
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
2845
2825
|
|
2846
|
-
@property
|
2847
|
-
@pulumi.getter(name="availabilityDomain")
|
2848
|
-
def availability_domain(self) -> Optional[str]:
|
2849
|
-
"""
|
2850
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2851
|
-
"""
|
2852
|
-
return pulumi.get(self, "availability_domain")
|
2853
|
-
|
2854
2826
|
@property
|
2855
2827
|
@pulumi.getter(name="lagTimeInSeconds")
|
2856
2828
|
def lag_time_in_seconds(self) -> Optional[int]:
|
@@ -16333,35 +16305,24 @@ class GetAutonomousDatabaseKeyHistoryEntryResult(dict):
|
|
16333
16305
|
@pulumi.output_type
|
16334
16306
|
class GetAutonomousDatabaseLocalStandbyDbResult(dict):
|
16335
16307
|
def __init__(__self__, *,
|
16336
|
-
availability_domain: str,
|
16337
16308
|
lag_time_in_seconds: int,
|
16338
16309
|
lifecycle_details: str,
|
16339
16310
|
state: str,
|
16340
16311
|
time_data_guard_role_changed: str,
|
16341
16312
|
time_disaster_recovery_role_changed: str):
|
16342
16313
|
"""
|
16343
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
16344
16314
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
16345
16315
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
16346
16316
|
:param str state: The current state of the Autonomous Database.
|
16347
16317
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
16348
16318
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
16349
16319
|
"""
|
16350
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
16351
16320
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
16352
16321
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
16353
16322
|
pulumi.set(__self__, "state", state)
|
16354
16323
|
pulumi.set(__self__, "time_data_guard_role_changed", time_data_guard_role_changed)
|
16355
16324
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
16356
16325
|
|
16357
|
-
@property
|
16358
|
-
@pulumi.getter(name="availabilityDomain")
|
16359
|
-
def availability_domain(self) -> str:
|
16360
|
-
"""
|
16361
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
16362
|
-
"""
|
16363
|
-
return pulumi.get(self, "availability_domain")
|
16364
|
-
|
16365
16326
|
@property
|
16366
16327
|
@pulumi.getter(name="lagTimeInSeconds")
|
16367
16328
|
def lag_time_in_seconds(self) -> int:
|
@@ -17009,35 +16970,24 @@ class GetAutonomousDatabaseSoftwareImagesFilterResult(dict):
|
|
17009
16970
|
@pulumi.output_type
|
17010
16971
|
class GetAutonomousDatabaseStandbyDbResult(dict):
|
17011
16972
|
def __init__(__self__, *,
|
17012
|
-
availability_domain: str,
|
17013
16973
|
lag_time_in_seconds: int,
|
17014
16974
|
lifecycle_details: str,
|
17015
16975
|
state: str,
|
17016
16976
|
time_data_guard_role_changed: str,
|
17017
16977
|
time_disaster_recovery_role_changed: str):
|
17018
16978
|
"""
|
17019
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
17020
16979
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
17021
16980
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
17022
16981
|
:param str state: The current state of the Autonomous Database.
|
17023
16982
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
17024
16983
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
17025
16984
|
"""
|
17026
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
17027
16985
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
17028
16986
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
17029
16987
|
pulumi.set(__self__, "state", state)
|
17030
16988
|
pulumi.set(__self__, "time_data_guard_role_changed", time_data_guard_role_changed)
|
17031
16989
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
17032
16990
|
|
17033
|
-
@property
|
17034
|
-
@pulumi.getter(name="availabilityDomain")
|
17035
|
-
def availability_domain(self) -> str:
|
17036
|
-
"""
|
17037
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
17038
|
-
"""
|
17039
|
-
return pulumi.get(self, "availability_domain")
|
17040
|
-
|
17041
16991
|
@property
|
17042
16992
|
@pulumi.getter(name="lagTimeInSeconds")
|
17043
16993
|
def lag_time_in_seconds(self) -> int:
|
@@ -17093,7 +17043,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17093
17043
|
autonomous_database_backup_id: str,
|
17094
17044
|
autonomous_database_id: str,
|
17095
17045
|
autonomous_maintenance_schedule_type: str,
|
17096
|
-
availability_domain: str,
|
17097
17046
|
available_upgrade_versions: Sequence[str],
|
17098
17047
|
backup_configs: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseBackupConfigResult'],
|
17099
17048
|
backup_retention_period_in_days: int,
|
@@ -17228,15 +17177,13 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17228
17177
|
:param int auto_refresh_frequency_in_seconds: The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
|
17229
17178
|
:param int auto_refresh_point_lag_in_seconds: The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
|
17230
17179
|
:param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17231
|
-
:param str autonomous_database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17232
17180
|
:param str autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
17233
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
17234
17181
|
:param Sequence[str] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
|
17235
17182
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
17236
17183
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
17237
17184
|
:param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
17238
17185
|
:param 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.
|
17239
|
-
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
17186
|
+
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17240
17187
|
:param float compute_count: Compute used by database tools.
|
17241
17188
|
:param str compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
17242
17189
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseConnectionStringArgs'] connection_strings: The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
|
@@ -17251,34 +17198,30 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17251
17198
|
:param str dataguard_region_type: The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
17252
17199
|
:param str db_name: The database name.
|
17253
17200
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
|
17254
|
-
:param str db_version: A
|
17255
|
-
:param str db_workload:
|
17256
|
-
* OLTP - indicates an Autonomous Transaction Processing database
|
17257
|
-
* DW - indicates an Autonomous Data Warehouse database
|
17258
|
-
* AJD - indicates an Autonomous JSON Database
|
17259
|
-
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
17201
|
+
:param str db_version: A filter to return only autonomous database resources that match the specified dbVersion.
|
17202
|
+
:param str db_workload: A filter to return only autonomous database resources that match the specified workload type.
|
17260
17203
|
:param Mapping[str, str] defined_tags: Defined 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).
|
17261
17204
|
:param str disaster_recovery_region_type: The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
17262
17205
|
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
17263
|
-
:param str display_name:
|
17206
|
+
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
17264
17207
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
17265
17208
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
17266
17209
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
17267
17210
|
:param int in_memory_area_in_gbs: The area assigned to In-Memory tables in Autonomous Database.
|
17268
17211
|
:param int in_memory_percentage: The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
|
17269
|
-
:param str infrastructure_type:
|
17212
|
+
:param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
17270
17213
|
:param bool is_access_control_enabled: Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
|
17271
17214
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
17272
17215
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
17273
|
-
:param bool is_data_guard_enabled:
|
17216
|
+
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
17274
17217
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
17275
17218
|
:param bool is_dev_tier: Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
|
17276
|
-
:param bool is_free_tier:
|
17219
|
+
: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.
|
17277
17220
|
:param bool is_local_data_guard_enabled: Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
17278
17221
|
:param bool is_mtls_connection_required: Specifies if the Autonomous Database requires mTLS connections.
|
17279
17222
|
:param bool is_preview: Indicates if the Autonomous Database version is a preview version.
|
17280
17223
|
:param bool is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
17281
|
-
:param bool is_refreshable_clone:
|
17224
|
+
: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.
|
17282
17225
|
:param bool is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
17283
17226
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
17284
17227
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
@@ -17294,7 +17237,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17294
17237
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDbArgs'] local_standby_dbs: Autonomous Data Guard standby database details.
|
17295
17238
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseLongTermBackupScheduleArgs'] long_term_backup_schedules: Details for the long-term backup schedule.
|
17296
17239
|
:param int max_cpu_core_count: The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
17297
|
-
:param int memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per
|
17240
|
+
:param int memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per OCPU or ECPU.
|
17298
17241
|
:param str ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
17299
17242
|
:param str net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
17300
17243
|
:param str next_long_term_backup_time_stamp: The date and time when the next long-term backup would be created.
|
@@ -17314,7 +17257,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17314
17257
|
:param str refreshable_mode: The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
|
17315
17258
|
:param str refreshable_status: The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
|
17316
17259
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs'] remote_disaster_recovery_configurations: Configurations of a Disaster Recovery.
|
17317
|
-
:param str resource_pool_leader_id: The
|
17260
|
+
: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.
|
17318
17261
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseResourcePoolSummaryArgs'] resource_pool_summaries: The configuration details for resource pool
|
17319
17262
|
:param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
17320
17263
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseScheduledOperationArgs'] scheduled_operations: The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
|
@@ -17322,10 +17265,9 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17322
17265
|
:param str source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that was cloned to create the current Autonomous Database.
|
17323
17266
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseStandbyDbArgs'] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
17324
17267
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
17325
|
-
:param str state:
|
17268
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
17326
17269
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
17327
17270
|
:param 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.
|
17328
|
-
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
17329
17271
|
:param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
17330
17272
|
:param Mapping[str, 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).
|
17331
17273
|
:param str time_created: The date and time the Autonomous Database was created.
|
@@ -17361,7 +17303,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17361
17303
|
pulumi.set(__self__, "autonomous_database_backup_id", autonomous_database_backup_id)
|
17362
17304
|
pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
|
17363
17305
|
pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
|
17364
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
17365
17306
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
17366
17307
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
17367
17308
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
@@ -17558,9 +17499,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17558
17499
|
@property
|
17559
17500
|
@pulumi.getter(name="autonomousDatabaseId")
|
17560
17501
|
def autonomous_database_id(self) -> str:
|
17561
|
-
"""
|
17562
|
-
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17563
|
-
"""
|
17564
17502
|
return pulumi.get(self, "autonomous_database_id")
|
17565
17503
|
|
17566
17504
|
@property
|
@@ -17571,14 +17509,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17571
17509
|
"""
|
17572
17510
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
17573
17511
|
|
17574
|
-
@property
|
17575
|
-
@pulumi.getter(name="availabilityDomain")
|
17576
|
-
def availability_domain(self) -> str:
|
17577
|
-
"""
|
17578
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
17579
|
-
"""
|
17580
|
-
return pulumi.get(self, "availability_domain")
|
17581
|
-
|
17582
17512
|
@property
|
17583
17513
|
@pulumi.getter(name="availableUpgradeVersions")
|
17584
17514
|
def available_upgrade_versions(self) -> Sequence[str]:
|
@@ -17633,7 +17563,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17633
17563
|
@pulumi.getter(name="compartmentId")
|
17634
17564
|
def compartment_id(self) -> str:
|
17635
17565
|
"""
|
17636
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
17566
|
+
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17637
17567
|
"""
|
17638
17568
|
return pulumi.get(self, "compartment_id")
|
17639
17569
|
|
@@ -17753,7 +17683,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17753
17683
|
@pulumi.getter(name="dbVersion")
|
17754
17684
|
def db_version(self) -> str:
|
17755
17685
|
"""
|
17756
|
-
A
|
17686
|
+
A filter to return only autonomous database resources that match the specified dbVersion.
|
17757
17687
|
"""
|
17758
17688
|
return pulumi.get(self, "db_version")
|
17759
17689
|
|
@@ -17761,11 +17691,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17761
17691
|
@pulumi.getter(name="dbWorkload")
|
17762
17692
|
def db_workload(self) -> str:
|
17763
17693
|
"""
|
17764
|
-
|
17765
|
-
* OLTP - indicates an Autonomous Transaction Processing database
|
17766
|
-
* DW - indicates an Autonomous Data Warehouse database
|
17767
|
-
* AJD - indicates an Autonomous JSON Database
|
17768
|
-
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
17694
|
+
A filter to return only autonomous database resources that match the specified workload type.
|
17769
17695
|
"""
|
17770
17696
|
return pulumi.get(self, "db_workload")
|
17771
17697
|
|
@@ -17797,7 +17723,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17797
17723
|
@pulumi.getter(name="displayName")
|
17798
17724
|
def display_name(self) -> str:
|
17799
17725
|
"""
|
17800
|
-
|
17726
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
17801
17727
|
"""
|
17802
17728
|
return pulumi.get(self, "display_name")
|
17803
17729
|
|
@@ -17845,7 +17771,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17845
17771
|
@pulumi.getter(name="infrastructureType")
|
17846
17772
|
def infrastructure_type(self) -> str:
|
17847
17773
|
"""
|
17848
|
-
|
17774
|
+
A filter to return only resources that match the given Infrastructure Type.
|
17849
17775
|
"""
|
17850
17776
|
return pulumi.get(self, "infrastructure_type")
|
17851
17777
|
|
@@ -17877,7 +17803,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17877
17803
|
@pulumi.getter(name="isDataGuardEnabled")
|
17878
17804
|
def is_data_guard_enabled(self) -> bool:
|
17879
17805
|
"""
|
17880
|
-
|
17806
|
+
A filter to return only resources that have Data Guard enabled.
|
17881
17807
|
"""
|
17882
17808
|
return pulumi.get(self, "is_data_guard_enabled")
|
17883
17809
|
|
@@ -17901,7 +17827,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17901
17827
|
@pulumi.getter(name="isFreeTier")
|
17902
17828
|
def is_free_tier(self) -> bool:
|
17903
17829
|
"""
|
17904
|
-
|
17830
|
+
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.
|
17905
17831
|
"""
|
17906
17832
|
return pulumi.get(self, "is_free_tier")
|
17907
17833
|
|
@@ -17946,7 +17872,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17946
17872
|
@pulumi.getter(name="isRefreshableClone")
|
17947
17873
|
def is_refreshable_clone(self) -> bool:
|
17948
17874
|
"""
|
17949
|
-
|
17875
|
+
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.
|
17950
17876
|
"""
|
17951
17877
|
return pulumi.get(self, "is_refreshable_clone")
|
17952
17878
|
|
@@ -18080,7 +18006,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18080
18006
|
@pulumi.getter(name="memoryPerOracleComputeUnitInGbs")
|
18081
18007
|
def memory_per_oracle_compute_unit_in_gbs(self) -> int:
|
18082
18008
|
"""
|
18083
|
-
The amount of memory (in GBs) enabled per
|
18009
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU.
|
18084
18010
|
"""
|
18085
18011
|
return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
|
18086
18012
|
|
@@ -18238,7 +18164,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18238
18164
|
@pulumi.getter(name="resourcePoolLeaderId")
|
18239
18165
|
def resource_pool_leader_id(self) -> str:
|
18240
18166
|
"""
|
18241
|
-
The
|
18167
|
+
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resourcepool Leader Autonomous Database.
|
18242
18168
|
"""
|
18243
18169
|
return pulumi.get(self, "resource_pool_leader_id")
|
18244
18170
|
|
@@ -18327,7 +18253,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18327
18253
|
@pulumi.getter
|
18328
18254
|
def state(self) -> str:
|
18329
18255
|
"""
|
18330
|
-
|
18256
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
18331
18257
|
"""
|
18332
18258
|
return pulumi.get(self, "state")
|
18333
18259
|
|
@@ -18344,7 +18270,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18344
18270
|
def subscription_id(self) -> str:
|
18345
18271
|
"""
|
18346
18272
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
18347
|
-
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
18348
18273
|
"""
|
18349
18274
|
return pulumi.get(self, "subscription_id")
|
18350
18275
|
|
@@ -18698,11 +18623,12 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult(dict
|
|
18698
18623
|
value: str):
|
18699
18624
|
"""
|
18700
18625
|
:param str consumer_group: Consumer group used by the connection.
|
18701
|
-
:param str display_name:
|
18626
|
+
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18702
18627
|
:param str host_format: Host format used in connection string.
|
18628
|
+
:param bool is_regional: True for a regional connection string, applicable to cross-region DG only.
|
18703
18629
|
:param str protocol: Protocol used by the connection.
|
18704
18630
|
:param str session_mode: Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use `DIRECT` for direct hand-offs. Use `REDIRECT` to redirect the session.
|
18705
|
-
:param str syntax_format: Specifies whether the connection string is using the long (`LONG`), Easy Connect (`EZCONNECT`), or Easy Connect Plus (`EZCONNECTPLUS`) format. Autonomous
|
18631
|
+
:param str syntax_format: Specifies whether the connection string is using the long (`LONG`), Easy Connect (`EZCONNECT`), or Easy Connect Plus (`EZCONNECTPLUS`) format. Autonomous Database Serverless instances always use the long format.
|
18706
18632
|
:param str tls_authentication: Specifies whether the TLS handshake is using one-way (`SERVER`) or mutual (`MUTUAL`) authentication.
|
18707
18633
|
:param str value: Connection string value.
|
18708
18634
|
"""
|
@@ -18728,7 +18654,7 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult(dict
|
|
18728
18654
|
@pulumi.getter(name="displayName")
|
18729
18655
|
def display_name(self) -> str:
|
18730
18656
|
"""
|
18731
|
-
|
18657
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18732
18658
|
"""
|
18733
18659
|
return pulumi.get(self, "display_name")
|
18734
18660
|
|
@@ -18743,6 +18669,9 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult(dict
|
|
18743
18669
|
@property
|
18744
18670
|
@pulumi.getter(name="isRegional")
|
18745
18671
|
def is_regional(self) -> bool:
|
18672
|
+
"""
|
18673
|
+
True for a regional connection string, applicable to cross-region DG only.
|
18674
|
+
"""
|
18746
18675
|
return pulumi.get(self, "is_regional")
|
18747
18676
|
|
18748
18677
|
@property
|
@@ -18765,7 +18694,7 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult(dict
|
|
18765
18694
|
@pulumi.getter(name="syntaxFormat")
|
18766
18695
|
def syntax_format(self) -> str:
|
18767
18696
|
"""
|
18768
|
-
Specifies whether the connection string is using the long (`LONG`), Easy Connect (`EZCONNECT`), or Easy Connect Plus (`EZCONNECTPLUS`) format. Autonomous
|
18697
|
+
Specifies whether the connection string is using the long (`LONG`), Easy Connect (`EZCONNECT`), or Easy Connect Plus (`EZCONNECTPLUS`) format. Autonomous Database Serverless instances always use the long format.
|
18769
18698
|
"""
|
18770
18699
|
return pulumi.get(self, "syntax_format")
|
18771
18700
|
|
@@ -19004,35 +18933,24 @@ class GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryResult(dict):
|
|
19004
18933
|
@pulumi.output_type
|
19005
18934
|
class GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDbResult(dict):
|
19006
18935
|
def __init__(__self__, *,
|
19007
|
-
availability_domain: str,
|
19008
18936
|
lag_time_in_seconds: int,
|
19009
18937
|
lifecycle_details: str,
|
19010
18938
|
state: str,
|
19011
18939
|
time_data_guard_role_changed: str,
|
19012
18940
|
time_disaster_recovery_role_changed: str):
|
19013
18941
|
"""
|
19014
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
19015
18942
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
19016
18943
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
19017
|
-
:param str state:
|
18944
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
19018
18945
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
19019
18946
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
19020
18947
|
"""
|
19021
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
19022
18948
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
19023
18949
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
19024
18950
|
pulumi.set(__self__, "state", state)
|
19025
18951
|
pulumi.set(__self__, "time_data_guard_role_changed", time_data_guard_role_changed)
|
19026
18952
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
19027
18953
|
|
19028
|
-
@property
|
19029
|
-
@pulumi.getter(name="availabilityDomain")
|
19030
|
-
def availability_domain(self) -> str:
|
19031
|
-
"""
|
19032
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
19033
|
-
"""
|
19034
|
-
return pulumi.get(self, "availability_domain")
|
19035
|
-
|
19036
18954
|
@property
|
19037
18955
|
@pulumi.getter(name="lagTimeInSeconds")
|
19038
18956
|
def lag_time_in_seconds(self) -> int:
|
@@ -19053,7 +18971,7 @@ class GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDbResult(dict):
|
|
19053
18971
|
@pulumi.getter
|
19054
18972
|
def state(self) -> str:
|
19055
18973
|
"""
|
19056
|
-
|
18974
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
19057
18975
|
"""
|
19058
18976
|
return pulumi.get(self, "state")
|
19059
18977
|
|
@@ -19353,35 +19271,24 @@ class GetAutonomousDatabasesAutonomousDatabaseScheduledOperationDayOfWeekResult(
|
|
19353
19271
|
@pulumi.output_type
|
19354
19272
|
class GetAutonomousDatabasesAutonomousDatabaseStandbyDbResult(dict):
|
19355
19273
|
def __init__(__self__, *,
|
19356
|
-
availability_domain: str,
|
19357
19274
|
lag_time_in_seconds: int,
|
19358
19275
|
lifecycle_details: str,
|
19359
19276
|
state: str,
|
19360
19277
|
time_data_guard_role_changed: str,
|
19361
19278
|
time_disaster_recovery_role_changed: str):
|
19362
19279
|
"""
|
19363
|
-
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
19364
19280
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
19365
19281
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
19366
|
-
:param str state:
|
19282
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
19367
19283
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
19368
19284
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
19369
19285
|
"""
|
19370
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
19371
19286
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
19372
19287
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
19373
19288
|
pulumi.set(__self__, "state", state)
|
19374
19289
|
pulumi.set(__self__, "time_data_guard_role_changed", time_data_guard_role_changed)
|
19375
19290
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
19376
19291
|
|
19377
|
-
@property
|
19378
|
-
@pulumi.getter(name="availabilityDomain")
|
19379
|
-
def availability_domain(self) -> str:
|
19380
|
-
"""
|
19381
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
19382
|
-
"""
|
19383
|
-
return pulumi.get(self, "availability_domain")
|
19384
|
-
|
19385
19292
|
@property
|
19386
19293
|
@pulumi.getter(name="lagTimeInSeconds")
|
19387
19294
|
def lag_time_in_seconds(self) -> int:
|
@@ -19402,7 +19309,7 @@ class GetAutonomousDatabasesAutonomousDatabaseStandbyDbResult(dict):
|
|
19402
19309
|
@pulumi.getter
|
19403
19310
|
def state(self) -> str:
|
19404
19311
|
"""
|
19405
|
-
|
19312
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
19406
19313
|
"""
|
19407
19314
|
return pulumi.get(self, "state")
|
19408
19315
|
|
@@ -19434,7 +19341,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19434
19341
|
auto_refresh_point_lag_in_seconds: int,
|
19435
19342
|
autonomous_container_database_id: str,
|
19436
19343
|
autonomous_maintenance_schedule_type: str,
|
19437
|
-
availability_domain: str,
|
19438
19344
|
available_upgrade_versions: Sequence[str],
|
19439
19345
|
backup_configs: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigResult'],
|
19440
19346
|
backup_retention_period_in_days: int,
|
@@ -19552,7 +19458,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19552
19458
|
:param int auto_refresh_frequency_in_seconds: The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
|
19553
19459
|
:param int auto_refresh_point_lag_in_seconds: The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
|
19554
19460
|
:param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
19555
|
-
:param str autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
19461
|
+
:param str autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
19556
19462
|
:param Sequence[str] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
|
19557
19463
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
19558
19464
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
@@ -19611,7 +19517,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19611
19517
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
19612
19518
|
:param int local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
19613
19519
|
:param str local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
19614
|
-
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDbArgs'] local_standby_dbs: Autonomous Data Guard standby database details
|
19520
|
+
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDbArgs'] local_standby_dbs: Autonomous Data Guard standby database details.
|
19615
19521
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseLongTermBackupScheduleArgs'] long_term_backup_schedules: Details for the long-term backup schedule.
|
19616
19522
|
:param int max_cpu_core_count: The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
19617
19523
|
:param int memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per OCPU or ECPU. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
@@ -19638,7 +19544,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19638
19544
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperationArgs'] scheduled_operations: The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
|
19639
19545
|
:param str service_console_url: The URL of the Service Console for the Autonomous Database.
|
19640
19546
|
:param str source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that was cloned to create the current Autonomous Database.
|
19641
|
-
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbArgs'] standby_dbs: **Deprecated** Autonomous Data Guard standby database details
|
19547
|
+
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbArgs'] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
19642
19548
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
19643
19549
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
19644
19550
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
@@ -19674,7 +19580,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19674
19580
|
pulumi.set(__self__, "auto_refresh_point_lag_in_seconds", auto_refresh_point_lag_in_seconds)
|
19675
19581
|
pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
|
19676
19582
|
pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
|
19677
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
19678
19583
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
19679
19584
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
19680
19585
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
@@ -19845,15 +19750,10 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19845
19750
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
19846
19751
|
def autonomous_maintenance_schedule_type(self) -> str:
|
19847
19752
|
"""
|
19848
|
-
The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
19753
|
+
The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
19849
19754
|
"""
|
19850
19755
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
19851
19756
|
|
19852
|
-
@property
|
19853
|
-
@pulumi.getter(name="availabilityDomain")
|
19854
|
-
def availability_domain(self) -> str:
|
19855
|
-
return pulumi.get(self, "availability_domain")
|
19856
|
-
|
19857
19757
|
@property
|
19858
19758
|
@pulumi.getter(name="availableUpgradeVersions")
|
19859
19759
|
def available_upgrade_versions(self) -> Sequence[str]:
|
@@ -20299,7 +20199,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20299
20199
|
@pulumi.getter(name="localStandbyDbs")
|
20300
20200
|
def local_standby_dbs(self) -> Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDbResult']:
|
20301
20201
|
"""
|
20302
|
-
Autonomous Data Guard standby database details
|
20202
|
+
Autonomous Data Guard standby database details.
|
20303
20203
|
"""
|
20304
20204
|
return pulumi.get(self, "local_standby_dbs")
|
20305
20205
|
|
@@ -20508,7 +20408,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20508
20408
|
@pulumi.getter(name="standbyDbs")
|
20509
20409
|
def standby_dbs(self) -> Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbResult']:
|
20510
20410
|
"""
|
20511
|
-
**Deprecated** Autonomous Data Guard standby database details
|
20411
|
+
**Deprecated** Autonomous Data Guard standby database details.
|
20512
20412
|
"""
|
20513
20413
|
return pulumi.get(self, "standby_dbs")
|
20514
20414
|
|
@@ -21181,7 +21081,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseKeyHistoryEntryResult(dict):
|
|
21181
21081
|
@pulumi.output_type
|
21182
21082
|
class GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDbResult(dict):
|
21183
21083
|
def __init__(__self__, *,
|
21184
|
-
availability_domain: str,
|
21185
21084
|
lag_time_in_seconds: int,
|
21186
21085
|
lifecycle_details: str,
|
21187
21086
|
state: str,
|
@@ -21194,18 +21093,12 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDbResult(dict):
|
|
21194
21093
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
21195
21094
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
21196
21095
|
"""
|
21197
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
21198
21096
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
21199
21097
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
21200
21098
|
pulumi.set(__self__, "state", state)
|
21201
21099
|
pulumi.set(__self__, "time_data_guard_role_changed", time_data_guard_role_changed)
|
21202
21100
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
21203
21101
|
|
21204
|
-
@property
|
21205
|
-
@pulumi.getter(name="availabilityDomain")
|
21206
|
-
def availability_domain(self) -> str:
|
21207
|
-
return pulumi.get(self, "availability_domain")
|
21208
|
-
|
21209
21102
|
@property
|
21210
21103
|
@pulumi.getter(name="lagTimeInSeconds")
|
21211
21104
|
def lag_time_in_seconds(self) -> int:
|
@@ -21530,7 +21423,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperationDayOfWeekR
|
|
21530
21423
|
@pulumi.output_type
|
21531
21424
|
class GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbResult(dict):
|
21532
21425
|
def __init__(__self__, *,
|
21533
|
-
availability_domain: str,
|
21534
21426
|
lag_time_in_seconds: int,
|
21535
21427
|
lifecycle_details: str,
|
21536
21428
|
state: str,
|
@@ -21543,18 +21435,12 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbResult(dict):
|
|
21543
21435
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
21544
21436
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
21545
21437
|
"""
|
21546
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
21547
21438
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
21548
21439
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
21549
21440
|
pulumi.set(__self__, "state", state)
|
21550
21441
|
pulumi.set(__self__, "time_data_guard_role_changed", time_data_guard_role_changed)
|
21551
21442
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
21552
21443
|
|
21553
|
-
@property
|
21554
|
-
@pulumi.getter(name="availabilityDomain")
|
21555
|
-
def availability_domain(self) -> str:
|
21556
|
-
return pulumi.get(self, "availability_domain")
|
21557
|
-
|
21558
21444
|
@property
|
21559
21445
|
@pulumi.getter(name="lagTimeInSeconds")
|
21560
21446
|
def lag_time_in_seconds(self) -> int:
|
@@ -28938,7 +28824,6 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
28938
28824
|
db_system_freeform_tags: Mapping[str, str],
|
28939
28825
|
delete_standby_db_home_on_delete: str,
|
28940
28826
|
display_name: str,
|
28941
|
-
domain: str,
|
28942
28827
|
fault_domains: Sequence[str],
|
28943
28828
|
hostname: str,
|
28944
28829
|
id: str,
|
@@ -29000,7 +28885,6 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
29000
28885
|
pulumi.set(__self__, "db_system_freeform_tags", db_system_freeform_tags)
|
29001
28886
|
pulumi.set(__self__, "delete_standby_db_home_on_delete", delete_standby_db_home_on_delete)
|
29002
28887
|
pulumi.set(__self__, "display_name", display_name)
|
29003
|
-
pulumi.set(__self__, "domain", domain)
|
29004
28888
|
pulumi.set(__self__, "fault_domains", fault_domains)
|
29005
28889
|
pulumi.set(__self__, "hostname", hostname)
|
29006
28890
|
pulumi.set(__self__, "id", id)
|
@@ -29122,11 +29006,6 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
29122
29006
|
def display_name(self) -> str:
|
29123
29007
|
return pulumi.get(self, "display_name")
|
29124
29008
|
|
29125
|
-
@property
|
29126
|
-
@pulumi.getter
|
29127
|
-
def domain(self) -> str:
|
29128
|
-
return pulumi.get(self, "domain")
|
29129
|
-
|
29130
29009
|
@property
|
29131
29010
|
@pulumi.getter(name="faultDomains")
|
29132
29011
|
def fault_domains(self) -> Sequence[str]:
|