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
@@ -1420,6 +1420,12 @@ class BdsInstanceCloudSqlDetail(dict):
|
|
1420
1420
|
suggest = "kerberos_details"
|
1421
1421
|
elif key == "memoryInGbs":
|
1422
1422
|
suggest = "memory_in_gbs"
|
1423
|
+
elif key == "odhVersion":
|
1424
|
+
suggest = "odh_version"
|
1425
|
+
elif key == "osVersion":
|
1426
|
+
suggest = "os_version"
|
1427
|
+
elif key == "sshFingerprint":
|
1428
|
+
suggest = "ssh_fingerprint"
|
1423
1429
|
|
1424
1430
|
if suggest:
|
1425
1431
|
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceCloudSqlDetail. Access the value via the '{suggest}' property getter instead.")
|
@@ -1440,7 +1446,10 @@ class BdsInstanceCloudSqlDetail(dict):
|
|
1440
1446
|
kerberos_details: Optional[Sequence['outputs.BdsInstanceCloudSqlDetailKerberosDetail']] = None,
|
1441
1447
|
memory_in_gbs: Optional[int] = None,
|
1442
1448
|
nvmes: Optional[int] = None,
|
1443
|
-
ocpus: Optional[int] = None
|
1449
|
+
ocpus: Optional[int] = None,
|
1450
|
+
odh_version: Optional[str] = None,
|
1451
|
+
os_version: Optional[str] = None,
|
1452
|
+
ssh_fingerprint: Optional[str] = None):
|
1444
1453
|
"""
|
1445
1454
|
:param str shape: Shape of the node
|
1446
1455
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
@@ -1450,6 +1459,9 @@ class BdsInstanceCloudSqlDetail(dict):
|
|
1450
1459
|
:param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
|
1451
1460
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
1452
1461
|
:param int ocpus: The total number of OCPUs available to the node.
|
1462
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
1463
|
+
:param str os_version: BDS-assigned Operating System version for the node.
|
1464
|
+
:param str ssh_fingerprint: The fingerprint of the SSH key used for node access
|
1453
1465
|
"""
|
1454
1466
|
pulumi.set(__self__, "shape", shape)
|
1455
1467
|
if block_volume_size_in_gbs is not None:
|
@@ -1466,6 +1478,12 @@ class BdsInstanceCloudSqlDetail(dict):
|
|
1466
1478
|
pulumi.set(__self__, "nvmes", nvmes)
|
1467
1479
|
if ocpus is not None:
|
1468
1480
|
pulumi.set(__self__, "ocpus", ocpus)
|
1481
|
+
if odh_version is not None:
|
1482
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
1483
|
+
if os_version is not None:
|
1484
|
+
pulumi.set(__self__, "os_version", os_version)
|
1485
|
+
if ssh_fingerprint is not None:
|
1486
|
+
pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
|
1469
1487
|
|
1470
1488
|
@property
|
1471
1489
|
@pulumi.getter
|
@@ -1531,6 +1549,30 @@ class BdsInstanceCloudSqlDetail(dict):
|
|
1531
1549
|
"""
|
1532
1550
|
return pulumi.get(self, "ocpus")
|
1533
1551
|
|
1552
|
+
@property
|
1553
|
+
@pulumi.getter(name="odhVersion")
|
1554
|
+
def odh_version(self) -> Optional[str]:
|
1555
|
+
"""
|
1556
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
1557
|
+
"""
|
1558
|
+
return pulumi.get(self, "odh_version")
|
1559
|
+
|
1560
|
+
@property
|
1561
|
+
@pulumi.getter(name="osVersion")
|
1562
|
+
def os_version(self) -> Optional[str]:
|
1563
|
+
"""
|
1564
|
+
BDS-assigned Operating System version for the node.
|
1565
|
+
"""
|
1566
|
+
return pulumi.get(self, "os_version")
|
1567
|
+
|
1568
|
+
@property
|
1569
|
+
@pulumi.getter(name="sshFingerprint")
|
1570
|
+
def ssh_fingerprint(self) -> Optional[str]:
|
1571
|
+
"""
|
1572
|
+
The fingerprint of the SSH key used for node access
|
1573
|
+
"""
|
1574
|
+
return pulumi.get(self, "ssh_fingerprint")
|
1575
|
+
|
1534
1576
|
|
1535
1577
|
@pulumi.output_type
|
1536
1578
|
class BdsInstanceCloudSqlDetailKerberosDetail(dict):
|
@@ -4948,7 +4990,10 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
|
|
4948
4990
|
memory_in_gbs: int,
|
4949
4991
|
nvmes: int,
|
4950
4992
|
ocpus: int,
|
4951
|
-
|
4993
|
+
odh_version: str,
|
4994
|
+
os_version: str,
|
4995
|
+
shape: str,
|
4996
|
+
ssh_fingerprint: str):
|
4952
4997
|
"""
|
4953
4998
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
4954
4999
|
:param str ip_address: IP address of the node.
|
@@ -4957,7 +5002,10 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
|
|
4957
5002
|
:param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
|
4958
5003
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
4959
5004
|
:param int ocpus: The total number of OCPUs available to the node.
|
5005
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
5006
|
+
:param str os_version: BDS-assigned Operating System version for the node.
|
4960
5007
|
:param str shape: Shape of the node.
|
5008
|
+
:param str ssh_fingerprint: The fingerprint of the SSH key used for node access.
|
4961
5009
|
"""
|
4962
5010
|
pulumi.set(__self__, "block_volume_size_in_gbs", block_volume_size_in_gbs)
|
4963
5011
|
pulumi.set(__self__, "ip_address", ip_address)
|
@@ -4966,7 +5014,10 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
|
|
4966
5014
|
pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
|
4967
5015
|
pulumi.set(__self__, "nvmes", nvmes)
|
4968
5016
|
pulumi.set(__self__, "ocpus", ocpus)
|
5017
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
5018
|
+
pulumi.set(__self__, "os_version", os_version)
|
4969
5019
|
pulumi.set(__self__, "shape", shape)
|
5020
|
+
pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
|
4970
5021
|
|
4971
5022
|
@property
|
4972
5023
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -5024,6 +5075,22 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
|
|
5024
5075
|
"""
|
5025
5076
|
return pulumi.get(self, "ocpus")
|
5026
5077
|
|
5078
|
+
@property
|
5079
|
+
@pulumi.getter(name="odhVersion")
|
5080
|
+
def odh_version(self) -> str:
|
5081
|
+
"""
|
5082
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
5083
|
+
"""
|
5084
|
+
return pulumi.get(self, "odh_version")
|
5085
|
+
|
5086
|
+
@property
|
5087
|
+
@pulumi.getter(name="osVersion")
|
5088
|
+
def os_version(self) -> str:
|
5089
|
+
"""
|
5090
|
+
BDS-assigned Operating System version for the node.
|
5091
|
+
"""
|
5092
|
+
return pulumi.get(self, "os_version")
|
5093
|
+
|
5027
5094
|
@property
|
5028
5095
|
@pulumi.getter
|
5029
5096
|
def shape(self) -> str:
|
@@ -5032,6 +5099,14 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
|
|
5032
5099
|
"""
|
5033
5100
|
return pulumi.get(self, "shape")
|
5034
5101
|
|
5102
|
+
@property
|
5103
|
+
@pulumi.getter(name="sshFingerprint")
|
5104
|
+
def ssh_fingerprint(self) -> str:
|
5105
|
+
"""
|
5106
|
+
The fingerprint of the SSH key used for node access.
|
5107
|
+
"""
|
5108
|
+
return pulumi.get(self, "ssh_fingerprint")
|
5109
|
+
|
5035
5110
|
|
5036
5111
|
@pulumi.output_type
|
5037
5112
|
class GetBdsInstanceCloudSqlDetailKerberosDetailResult(dict):
|
@@ -6550,6 +6625,7 @@ class GetBdsInstanceWorkerNodeShapeConfigResult(dict):
|
|
6550
6625
|
@pulumi.output_type
|
6551
6626
|
class GetBdsInstancesBdsInstanceResult(dict):
|
6552
6627
|
def __init__(__self__, *,
|
6628
|
+
add_kafka_trigger: int,
|
6553
6629
|
bootstrap_script_url: str,
|
6554
6630
|
cloud_sql_details: Sequence['outputs.GetBdsInstancesBdsInstanceCloudSqlDetailResult'],
|
6555
6631
|
cluster_admin_password: str,
|
@@ -6563,6 +6639,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6563
6639
|
defined_tags: Mapping[str, str],
|
6564
6640
|
display_name: str,
|
6565
6641
|
edge_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeResult'],
|
6642
|
+
execute_bootstrap_script_trigger: int,
|
6566
6643
|
freeform_tags: Mapping[str, str],
|
6567
6644
|
id: str,
|
6568
6645
|
ignore_existing_nodes_shapes: Sequence[str],
|
@@ -6580,6 +6657,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6580
6657
|
number_of_nodes: int,
|
6581
6658
|
number_of_nodes_requiring_maintenance_reboot: int,
|
6582
6659
|
os_patch_version: str,
|
6660
|
+
remove_kafka_trigger: int,
|
6583
6661
|
state: str,
|
6584
6662
|
time_created: str,
|
6585
6663
|
time_updated: str,
|
@@ -6610,6 +6688,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6610
6688
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
6611
6689
|
:param str time_updated: The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
|
6612
6690
|
"""
|
6691
|
+
pulumi.set(__self__, "add_kafka_trigger", add_kafka_trigger)
|
6613
6692
|
pulumi.set(__self__, "bootstrap_script_url", bootstrap_script_url)
|
6614
6693
|
pulumi.set(__self__, "cloud_sql_details", cloud_sql_details)
|
6615
6694
|
pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
|
@@ -6623,6 +6702,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6623
6702
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
6624
6703
|
pulumi.set(__self__, "display_name", display_name)
|
6625
6704
|
pulumi.set(__self__, "edge_nodes", edge_nodes)
|
6705
|
+
pulumi.set(__self__, "execute_bootstrap_script_trigger", execute_bootstrap_script_trigger)
|
6626
6706
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
6627
6707
|
pulumi.set(__self__, "id", id)
|
6628
6708
|
pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
|
@@ -6640,12 +6720,18 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6640
6720
|
pulumi.set(__self__, "number_of_nodes", number_of_nodes)
|
6641
6721
|
pulumi.set(__self__, "number_of_nodes_requiring_maintenance_reboot", number_of_nodes_requiring_maintenance_reboot)
|
6642
6722
|
pulumi.set(__self__, "os_patch_version", os_patch_version)
|
6723
|
+
pulumi.set(__self__, "remove_kafka_trigger", remove_kafka_trigger)
|
6643
6724
|
pulumi.set(__self__, "state", state)
|
6644
6725
|
pulumi.set(__self__, "time_created", time_created)
|
6645
6726
|
pulumi.set(__self__, "time_updated", time_updated)
|
6646
6727
|
pulumi.set(__self__, "util_nodes", util_nodes)
|
6647
6728
|
pulumi.set(__self__, "worker_nodes", worker_nodes)
|
6648
6729
|
|
6730
|
+
@property
|
6731
|
+
@pulumi.getter(name="addKafkaTrigger")
|
6732
|
+
def add_kafka_trigger(self) -> int:
|
6733
|
+
return pulumi.get(self, "add_kafka_trigger")
|
6734
|
+
|
6649
6735
|
@property
|
6650
6736
|
@pulumi.getter(name="bootstrapScriptUrl")
|
6651
6737
|
def bootstrap_script_url(self) -> str:
|
@@ -6738,6 +6824,11 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6738
6824
|
def edge_nodes(self) -> Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeResult']:
|
6739
6825
|
return pulumi.get(self, "edge_nodes")
|
6740
6826
|
|
6827
|
+
@property
|
6828
|
+
@pulumi.getter(name="executeBootstrapScriptTrigger")
|
6829
|
+
def execute_bootstrap_script_trigger(self) -> int:
|
6830
|
+
return pulumi.get(self, "execute_bootstrap_script_trigger")
|
6831
|
+
|
6741
6832
|
@property
|
6742
6833
|
@pulumi.getter(name="freeformTags")
|
6743
6834
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -6856,6 +6947,11 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6856
6947
|
def os_patch_version(self) -> str:
|
6857
6948
|
return pulumi.get(self, "os_patch_version")
|
6858
6949
|
|
6950
|
+
@property
|
6951
|
+
@pulumi.getter(name="removeKafkaTrigger")
|
6952
|
+
def remove_kafka_trigger(self) -> int:
|
6953
|
+
return pulumi.get(self, "remove_kafka_trigger")
|
6954
|
+
|
6859
6955
|
@property
|
6860
6956
|
@pulumi.getter
|
6861
6957
|
def state(self) -> str:
|
@@ -6901,7 +6997,10 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
|
6901
6997
|
memory_in_gbs: int,
|
6902
6998
|
nvmes: int,
|
6903
6999
|
ocpus: int,
|
6904
|
-
|
7000
|
+
odh_version: str,
|
7001
|
+
os_version: str,
|
7002
|
+
shape: str,
|
7003
|
+
ssh_fingerprint: str):
|
6905
7004
|
"""
|
6906
7005
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
6907
7006
|
:param str ip_address: IP address of the node.
|
@@ -6910,7 +7009,10 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
|
6910
7009
|
:param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
|
6911
7010
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6912
7011
|
:param int ocpus: The total number of OCPUs available to the node.
|
7012
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
7013
|
+
:param str os_version: BDS-assigned Operating System version for the node.
|
6913
7014
|
:param str shape: Shape of the node.
|
7015
|
+
:param str ssh_fingerprint: The fingerprint of the SSH key used for node access.
|
6914
7016
|
"""
|
6915
7017
|
pulumi.set(__self__, "block_volume_size_in_gbs", block_volume_size_in_gbs)
|
6916
7018
|
pulumi.set(__self__, "ip_address", ip_address)
|
@@ -6919,7 +7021,10 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
|
6919
7021
|
pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
|
6920
7022
|
pulumi.set(__self__, "nvmes", nvmes)
|
6921
7023
|
pulumi.set(__self__, "ocpus", ocpus)
|
7024
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
7025
|
+
pulumi.set(__self__, "os_version", os_version)
|
6922
7026
|
pulumi.set(__self__, "shape", shape)
|
7027
|
+
pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
|
6923
7028
|
|
6924
7029
|
@property
|
6925
7030
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -6977,6 +7082,22 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
|
6977
7082
|
"""
|
6978
7083
|
return pulumi.get(self, "ocpus")
|
6979
7084
|
|
7085
|
+
@property
|
7086
|
+
@pulumi.getter(name="odhVersion")
|
7087
|
+
def odh_version(self) -> str:
|
7088
|
+
"""
|
7089
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
7090
|
+
"""
|
7091
|
+
return pulumi.get(self, "odh_version")
|
7092
|
+
|
7093
|
+
@property
|
7094
|
+
@pulumi.getter(name="osVersion")
|
7095
|
+
def os_version(self) -> str:
|
7096
|
+
"""
|
7097
|
+
BDS-assigned Operating System version for the node.
|
7098
|
+
"""
|
7099
|
+
return pulumi.get(self, "os_version")
|
7100
|
+
|
6980
7101
|
@property
|
6981
7102
|
@pulumi.getter
|
6982
7103
|
def shape(self) -> str:
|
@@ -6985,6 +7106,14 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
|
6985
7106
|
"""
|
6986
7107
|
return pulumi.get(self, "shape")
|
6987
7108
|
|
7109
|
+
@property
|
7110
|
+
@pulumi.getter(name="sshFingerprint")
|
7111
|
+
def ssh_fingerprint(self) -> str:
|
7112
|
+
"""
|
7113
|
+
The fingerprint of the SSH key used for node access.
|
7114
|
+
"""
|
7115
|
+
return pulumi.get(self, "ssh_fingerprint")
|
7116
|
+
|
6988
7117
|
|
6989
7118
|
@pulumi.output_type
|
6990
7119
|
class GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetailResult(dict):
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -1891,22 +1891,18 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
|
|
1891
1891
|
@pulumi.input_type
|
1892
1892
|
class AutonomousDatabaseLocalStandbyDbArgs:
|
1893
1893
|
def __init__(__self__, *,
|
1894
|
-
availability_domain: Optional[pulumi.Input[str]] = None,
|
1895
1894
|
lag_time_in_seconds: Optional[pulumi.Input[int]] = None,
|
1896
1895
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
1897
1896
|
state: Optional[pulumi.Input[str]] = None,
|
1898
1897
|
time_data_guard_role_changed: Optional[pulumi.Input[str]] = None,
|
1899
1898
|
time_disaster_recovery_role_changed: Optional[pulumi.Input[str]] = None):
|
1900
1899
|
"""
|
1901
|
-
:param pulumi.Input[str] availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
1902
1900
|
:param pulumi.Input[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.
|
1903
1901
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
1904
1902
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
1905
1903
|
:param pulumi.Input[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.
|
1906
1904
|
:param pulumi.Input[str] time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
1907
1905
|
"""
|
1908
|
-
if availability_domain is not None:
|
1909
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
1910
1906
|
if lag_time_in_seconds is not None:
|
1911
1907
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
1912
1908
|
if lifecycle_details is not None:
|
@@ -1918,18 +1914,6 @@ class AutonomousDatabaseLocalStandbyDbArgs:
|
|
1918
1914
|
if time_disaster_recovery_role_changed is not None:
|
1919
1915
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
1920
1916
|
|
1921
|
-
@property
|
1922
|
-
@pulumi.getter(name="availabilityDomain")
|
1923
|
-
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
1924
|
-
"""
|
1925
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
1926
|
-
"""
|
1927
|
-
return pulumi.get(self, "availability_domain")
|
1928
|
-
|
1929
|
-
@availability_domain.setter
|
1930
|
-
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
1931
|
-
pulumi.set(self, "availability_domain", value)
|
1932
|
-
|
1933
1917
|
@property
|
1934
1918
|
@pulumi.getter(name="lagTimeInSeconds")
|
1935
1919
|
def lag_time_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -2386,22 +2370,18 @@ class AutonomousDatabaseScheduledOperationDayOfWeekArgs:
|
|
2386
2370
|
@pulumi.input_type
|
2387
2371
|
class AutonomousDatabaseStandbyDbArgs:
|
2388
2372
|
def __init__(__self__, *,
|
2389
|
-
availability_domain: Optional[pulumi.Input[str]] = None,
|
2390
2373
|
lag_time_in_seconds: Optional[pulumi.Input[int]] = None,
|
2391
2374
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
2392
2375
|
state: Optional[pulumi.Input[str]] = None,
|
2393
2376
|
time_data_guard_role_changed: Optional[pulumi.Input[str]] = None,
|
2394
2377
|
time_disaster_recovery_role_changed: Optional[pulumi.Input[str]] = None):
|
2395
2378
|
"""
|
2396
|
-
:param pulumi.Input[str] availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2397
2379
|
:param pulumi.Input[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.
|
2398
2380
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
2399
2381
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
2400
2382
|
:param pulumi.Input[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.
|
2401
2383
|
:param pulumi.Input[str] time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
2402
2384
|
"""
|
2403
|
-
if availability_domain is not None:
|
2404
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
2405
2385
|
if lag_time_in_seconds is not None:
|
2406
2386
|
pulumi.set(__self__, "lag_time_in_seconds", lag_time_in_seconds)
|
2407
2387
|
if lifecycle_details is not None:
|
@@ -2413,18 +2393,6 @@ class AutonomousDatabaseStandbyDbArgs:
|
|
2413
2393
|
if time_disaster_recovery_role_changed is not None:
|
2414
2394
|
pulumi.set(__self__, "time_disaster_recovery_role_changed", time_disaster_recovery_role_changed)
|
2415
2395
|
|
2416
|
-
@property
|
2417
|
-
@pulumi.getter(name="availabilityDomain")
|
2418
|
-
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
2419
|
-
"""
|
2420
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2421
|
-
"""
|
2422
|
-
return pulumi.get(self, "availability_domain")
|
2423
|
-
|
2424
|
-
@availability_domain.setter
|
2425
|
-
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
2426
|
-
pulumi.set(self, "availability_domain", value)
|
2427
|
-
|
2428
2396
|
@property
|
2429
2397
|
@pulumi.getter(name="lagTimeInSeconds")
|
2430
2398
|
def lag_time_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -1449,7 +1449,6 @@ class _AutonomousDatabaseState:
|
|
1449
1449
|
autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
|
1450
1450
|
autonomous_database_id: Optional[pulumi.Input[str]] = None,
|
1451
1451
|
autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
|
1452
|
-
availability_domain: Optional[pulumi.Input[str]] = None,
|
1453
1452
|
available_upgrade_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1454
1453
|
backup_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseBackupConfigArgs']]]] = None,
|
1455
1454
|
backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
|
@@ -1588,7 +1587,6 @@ class _AutonomousDatabaseState:
|
|
1588
1587
|
:param pulumi.Input[str] autonomous_database_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
1589
1588
|
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
1590
1589
|
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
1591
|
-
:param pulumi.Input[str] availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
1592
1590
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1593
1591
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseBackupConfigArgs']]] 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.
|
1594
1592
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
@@ -1812,8 +1810,6 @@ class _AutonomousDatabaseState:
|
|
1812
1810
|
pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
|
1813
1811
|
if autonomous_maintenance_schedule_type is not None:
|
1814
1812
|
pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
|
1815
|
-
if availability_domain is not None:
|
1816
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
1817
1813
|
if available_upgrade_versions is not None:
|
1818
1814
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
1819
1815
|
if backup_configs is not None:
|
@@ -2200,18 +2196,6 @@ class _AutonomousDatabaseState:
|
|
2200
2196
|
def autonomous_maintenance_schedule_type(self, value: Optional[pulumi.Input[str]]):
|
2201
2197
|
pulumi.set(self, "autonomous_maintenance_schedule_type", value)
|
2202
2198
|
|
2203
|
-
@property
|
2204
|
-
@pulumi.getter(name="availabilityDomain")
|
2205
|
-
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
2206
|
-
"""
|
2207
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
2208
|
-
"""
|
2209
|
-
return pulumi.get(self, "availability_domain")
|
2210
|
-
|
2211
|
-
@availability_domain.setter
|
2212
|
-
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
2213
|
-
pulumi.set(self, "availability_domain", value)
|
2214
|
-
|
2215
2199
|
@property
|
2216
2200
|
@pulumi.getter(name="availableUpgradeVersions")
|
2217
2201
|
def available_upgrade_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -4251,7 +4235,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4251
4235
|
__props__.__dict__["actual_used_data_storage_size_in_tbs"] = None
|
4252
4236
|
__props__.__dict__["allocated_storage_size_in_tbs"] = None
|
4253
4237
|
__props__.__dict__["apex_details"] = None
|
4254
|
-
__props__.__dict__["availability_domain"] = None
|
4255
4238
|
__props__.__dict__["available_upgrade_versions"] = None
|
4256
4239
|
__props__.__dict__["backup_configs"] = None
|
4257
4240
|
__props__.__dict__["cluster_placement_group_id"] = None
|
@@ -4329,7 +4312,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4329
4312
|
autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
|
4330
4313
|
autonomous_database_id: Optional[pulumi.Input[str]] = None,
|
4331
4314
|
autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
|
4332
|
-
availability_domain: Optional[pulumi.Input[str]] = None,
|
4333
4315
|
available_upgrade_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4334
4316
|
backup_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousDatabaseBackupConfigArgs', 'AutonomousDatabaseBackupConfigArgsDict']]]]] = None,
|
4335
4317
|
backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
|
@@ -4473,7 +4455,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4473
4455
|
:param pulumi.Input[str] autonomous_database_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
4474
4456
|
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
4475
4457
|
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
4476
|
-
:param pulumi.Input[str] availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
4477
4458
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4478
4459
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousDatabaseBackupConfigArgs', 'AutonomousDatabaseBackupConfigArgsDict']]]] 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.
|
4479
4460
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
@@ -4690,7 +4671,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4690
4671
|
__props__.__dict__["autonomous_database_backup_id"] = autonomous_database_backup_id
|
4691
4672
|
__props__.__dict__["autonomous_database_id"] = autonomous_database_id
|
4692
4673
|
__props__.__dict__["autonomous_maintenance_schedule_type"] = autonomous_maintenance_schedule_type
|
4693
|
-
__props__.__dict__["availability_domain"] = availability_domain
|
4694
4674
|
__props__.__dict__["available_upgrade_versions"] = available_upgrade_versions
|
4695
4675
|
__props__.__dict__["backup_configs"] = backup_configs
|
4696
4676
|
__props__.__dict__["backup_retention_period_in_days"] = backup_retention_period_in_days
|
@@ -4906,14 +4886,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4906
4886
|
"""
|
4907
4887
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
4908
4888
|
|
4909
|
-
@property
|
4910
|
-
@pulumi.getter(name="availabilityDomain")
|
4911
|
-
def availability_domain(self) -> pulumi.Output[str]:
|
4912
|
-
"""
|
4913
|
-
The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
4914
|
-
"""
|
4915
|
-
return pulumi.get(self, "availability_domain")
|
4916
|
-
|
4917
4889
|
@property
|
4918
4890
|
@pulumi.getter(name="availableUpgradeVersions")
|
4919
4891
|
def available_upgrade_versions(self) -> pulumi.Output[Sequence[str]]:
|
@@ -33,7 +33,6 @@ class DataGuardAssociationArgs:
|
|
33
33
|
db_system_defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
34
34
|
db_system_freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
35
35
|
display_name: Optional[pulumi.Input[str]] = None,
|
36
|
-
domain: Optional[pulumi.Input[str]] = None,
|
37
36
|
fault_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
38
37
|
hostname: Optional[pulumi.Input[str]] = None,
|
39
38
|
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -88,7 +87,6 @@ class DataGuardAssociationArgs:
|
|
88
87
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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).
|
89
88
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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"}`
|
90
89
|
:param pulumi.Input[str] display_name: The user-friendly name of the DB system that will contain the the standby database. The display name does not have to be unique.
|
91
|
-
:param pulumi.Input[str] domain: A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
92
90
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] fault_domains: A Fault Domain is a grouping of hardware and infrastructure within an availability domain. Fault Domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or maintenance that affects one Fault Domain does not affect DB systems in other Fault Domains.
|
93
91
|
|
94
92
|
If you do not specify the Fault Domain, the system selects one for you. To change the Fault Domain for a DB system, terminate it and launch a new DB system in the preferred Fault Domain.
|
@@ -148,8 +146,6 @@ class DataGuardAssociationArgs:
|
|
148
146
|
pulumi.set(__self__, "db_system_freeform_tags", db_system_freeform_tags)
|
149
147
|
if display_name is not None:
|
150
148
|
pulumi.set(__self__, "display_name", display_name)
|
151
|
-
if domain is not None:
|
152
|
-
pulumi.set(__self__, "domain", domain)
|
153
149
|
if fault_domains is not None:
|
154
150
|
pulumi.set(__self__, "fault_domains", fault_domains)
|
155
151
|
if hostname is not None:
|
@@ -402,18 +398,6 @@ class DataGuardAssociationArgs:
|
|
402
398
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
403
399
|
pulumi.set(self, "display_name", value)
|
404
400
|
|
405
|
-
@property
|
406
|
-
@pulumi.getter
|
407
|
-
def domain(self) -> Optional[pulumi.Input[str]]:
|
408
|
-
"""
|
409
|
-
A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
410
|
-
"""
|
411
|
-
return pulumi.get(self, "domain")
|
412
|
-
|
413
|
-
@domain.setter
|
414
|
-
def domain(self, value: Optional[pulumi.Input[str]]):
|
415
|
-
pulumi.set(self, "domain", value)
|
416
|
-
|
417
401
|
@property
|
418
402
|
@pulumi.getter(name="faultDomains")
|
419
403
|
def fault_domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -641,7 +625,6 @@ class _DataGuardAssociationState:
|
|
641
625
|
db_system_freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
642
626
|
delete_standby_db_home_on_delete: Optional[pulumi.Input[str]] = None,
|
643
627
|
display_name: Optional[pulumi.Input[str]] = None,
|
644
|
-
domain: Optional[pulumi.Input[str]] = None,
|
645
628
|
fault_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
646
629
|
hostname: Optional[pulumi.Input[str]] = None,
|
647
630
|
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -692,7 +675,6 @@ class _DataGuardAssociationState:
|
|
692
675
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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).
|
693
676
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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"}`
|
694
677
|
:param pulumi.Input[str] display_name: The user-friendly name of the DB system that will contain the the standby database. The display name does not have to be unique.
|
695
|
-
:param pulumi.Input[str] domain: A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
696
678
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] fault_domains: A Fault Domain is a grouping of hardware and infrastructure within an availability domain. Fault Domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or maintenance that affects one Fault Domain does not affect DB systems in other Fault Domains.
|
697
679
|
|
698
680
|
If you do not specify the Fault Domain, the system selects one for you. To change the Fault Domain for a DB system, terminate it and launch a new DB system in the preferred Fault Domain.
|
@@ -780,8 +762,6 @@ class _DataGuardAssociationState:
|
|
780
762
|
pulumi.set(__self__, "delete_standby_db_home_on_delete", delete_standby_db_home_on_delete)
|
781
763
|
if display_name is not None:
|
782
764
|
pulumi.set(__self__, "display_name", display_name)
|
783
|
-
if domain is not None:
|
784
|
-
pulumi.set(__self__, "domain", domain)
|
785
765
|
if fault_domains is not None:
|
786
766
|
pulumi.set(__self__, "fault_domains", fault_domains)
|
787
767
|
if hostname is not None:
|
@@ -1039,18 +1019,6 @@ class _DataGuardAssociationState:
|
|
1039
1019
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
1040
1020
|
pulumi.set(self, "display_name", value)
|
1041
1021
|
|
1042
|
-
@property
|
1043
|
-
@pulumi.getter
|
1044
|
-
def domain(self) -> Optional[pulumi.Input[str]]:
|
1045
|
-
"""
|
1046
|
-
A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
1047
|
-
"""
|
1048
|
-
return pulumi.get(self, "domain")
|
1049
|
-
|
1050
|
-
@domain.setter
|
1051
|
-
def domain(self, value: Optional[pulumi.Input[str]]):
|
1052
|
-
pulumi.set(self, "domain", value)
|
1053
|
-
|
1054
1022
|
@property
|
1055
1023
|
@pulumi.getter(name="faultDomains")
|
1056
1024
|
def fault_domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -1399,7 +1367,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1399
1367
|
db_system_freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1400
1368
|
delete_standby_db_home_on_delete: Optional[pulumi.Input[str]] = None,
|
1401
1369
|
display_name: Optional[pulumi.Input[str]] = None,
|
1402
|
-
domain: Optional[pulumi.Input[str]] = None,
|
1403
1370
|
fault_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1404
1371
|
hostname: Optional[pulumi.Input[str]] = None,
|
1405
1372
|
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -1458,7 +1425,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1458
1425
|
db_system_defined_tags=data_guard_association_db_system_defined_tags,
|
1459
1426
|
db_system_freeform_tags=data_guard_association_db_system_freeform_tags,
|
1460
1427
|
display_name=data_guard_association_display_name,
|
1461
|
-
domain=data_guard_association_domain,
|
1462
1428
|
fault_domains=data_guard_association_fault_domains,
|
1463
1429
|
hostname=data_guard_association_hostname,
|
1464
1430
|
is_active_data_guard_enabled=data_guard_association_is_active_data_guard_enabled,
|
@@ -1504,7 +1470,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1504
1470
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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).
|
1505
1471
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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"}`
|
1506
1472
|
:param pulumi.Input[str] display_name: The user-friendly name of the DB system that will contain the the standby database. The display name does not have to be unique.
|
1507
|
-
:param pulumi.Input[str] domain: A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
1508
1473
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] fault_domains: A Fault Domain is a grouping of hardware and infrastructure within an availability domain. Fault Domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or maintenance that affects one Fault Domain does not affect DB systems in other Fault Domains.
|
1509
1474
|
|
1510
1475
|
If you do not specify the Fault Domain, the system selects one for you. To change the Fault Domain for a DB system, terminate it and launch a new DB system in the preferred Fault Domain.
|
@@ -1596,7 +1561,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1596
1561
|
db_system_defined_tags=data_guard_association_db_system_defined_tags,
|
1597
1562
|
db_system_freeform_tags=data_guard_association_db_system_freeform_tags,
|
1598
1563
|
display_name=data_guard_association_display_name,
|
1599
|
-
domain=data_guard_association_domain,
|
1600
1564
|
fault_domains=data_guard_association_fault_domains,
|
1601
1565
|
hostname=data_guard_association_hostname,
|
1602
1566
|
is_active_data_guard_enabled=data_guard_association_is_active_data_guard_enabled,
|
@@ -1649,7 +1613,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1649
1613
|
db_system_freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1650
1614
|
delete_standby_db_home_on_delete: Optional[pulumi.Input[str]] = None,
|
1651
1615
|
display_name: Optional[pulumi.Input[str]] = None,
|
1652
|
-
domain: Optional[pulumi.Input[str]] = None,
|
1653
1616
|
fault_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1654
1617
|
hostname: Optional[pulumi.Input[str]] = None,
|
1655
1618
|
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -1700,7 +1663,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1700
1663
|
raise TypeError("Missing required property 'delete_standby_db_home_on_delete'")
|
1701
1664
|
__props__.__dict__["delete_standby_db_home_on_delete"] = delete_standby_db_home_on_delete
|
1702
1665
|
__props__.__dict__["display_name"] = display_name
|
1703
|
-
__props__.__dict__["domain"] = domain
|
1704
1666
|
__props__.__dict__["fault_domains"] = fault_domains
|
1705
1667
|
__props__.__dict__["hostname"] = hostname
|
1706
1668
|
__props__.__dict__["is_active_data_guard_enabled"] = is_active_data_guard_enabled
|
@@ -1761,7 +1723,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1761
1723
|
db_system_freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1762
1724
|
delete_standby_db_home_on_delete: Optional[pulumi.Input[str]] = None,
|
1763
1725
|
display_name: Optional[pulumi.Input[str]] = None,
|
1764
|
-
domain: Optional[pulumi.Input[str]] = None,
|
1765
1726
|
fault_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1766
1727
|
hostname: Optional[pulumi.Input[str]] = None,
|
1767
1728
|
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -1817,7 +1778,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1817
1778
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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).
|
1818
1779
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] db_system_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"}`
|
1819
1780
|
:param pulumi.Input[str] display_name: The user-friendly name of the DB system that will contain the the standby database. The display name does not have to be unique.
|
1820
|
-
:param pulumi.Input[str] domain: A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
1821
1781
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] fault_domains: A Fault Domain is a grouping of hardware and infrastructure within an availability domain. Fault Domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or maintenance that affects one Fault Domain does not affect DB systems in other Fault Domains.
|
1822
1782
|
|
1823
1783
|
If you do not specify the Fault Domain, the system selects one for you. To change the Fault Domain for a DB system, terminate it and launch a new DB system in the preferred Fault Domain.
|
@@ -1892,7 +1852,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1892
1852
|
__props__.__dict__["db_system_freeform_tags"] = db_system_freeform_tags
|
1893
1853
|
__props__.__dict__["delete_standby_db_home_on_delete"] = delete_standby_db_home_on_delete
|
1894
1854
|
__props__.__dict__["display_name"] = display_name
|
1895
|
-
__props__.__dict__["domain"] = domain
|
1896
1855
|
__props__.__dict__["fault_domains"] = fault_domains
|
1897
1856
|
__props__.__dict__["hostname"] = hostname
|
1898
1857
|
__props__.__dict__["is_active_data_guard_enabled"] = is_active_data_guard_enabled
|
@@ -2058,14 +2017,6 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
2058
2017
|
"""
|
2059
2018
|
return pulumi.get(self, "display_name")
|
2060
2019
|
|
2061
|
-
@property
|
2062
|
-
@pulumi.getter
|
2063
|
-
def domain(self) -> pulumi.Output[str]:
|
2064
|
-
"""
|
2065
|
-
A domain name used for the DB system. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
|
2066
|
-
"""
|
2067
|
-
return pulumi.get(self, "domain")
|
2068
|
-
|
2069
2020
|
@property
|
2070
2021
|
@pulumi.getter(name="faultDomains")
|
2071
2022
|
def fault_domains(self) -> pulumi.Output[Optional[Sequence[str]]]:
|