pulumi-oci 2.15.0a1730374112__py3-none-any.whl → 2.16.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +19 -0
- pulumi_oci/cloudmigrations/target_asset.py +8 -8
- pulumi_oci/containerengine/cluster.py +8 -8
- pulumi_oci/containerengine/node_pool.py +4 -4
- pulumi_oci/containerengine/virtual_node_pool.py +4 -4
- pulumi_oci/core/cluster_network.py +4 -4
- pulumi_oci/core/instance_configuration.py +32 -32
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +105 -0
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_system.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +68 -7
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +16 -2
- pulumi_oci/database/outputs.py +97 -2
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -15
- pulumi_oci/dataflow/outputs.py +0 -11
- pulumi_oci/dataflow/sql_endpoint.py +88 -85
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +348 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +746 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2114 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +822 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +2157 -0
- pulumi_oci/identity/__init__.py +2 -0
- pulumi_oci/identity/_inputs.py +55 -6
- pulumi_oci/identity/domains_condition.py +9 -2
- pulumi_oci/identity/domains_policy.py +9 -2
- pulumi_oci/identity/domains_rule.py +9 -2
- pulumi_oci/identity/get_domains_condition.py +2 -2
- pulumi_oci/identity/get_domains_conditions.py +2 -2
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +503 -0
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +338 -0
- pulumi_oci/identity/get_domains_policies.py +2 -2
- pulumi_oci/identity/get_domains_policy.py +2 -2
- pulumi_oci/identity/get_domains_rule.py +2 -2
- pulumi_oci/identity/get_domains_rules.py +2 -2
- pulumi_oci/identity/outputs.py +917 -4
- pulumi_oci/mysql/mysql_db_system.py +4 -4
- pulumi_oci/osmanagementhub/lifecycle_environment.py +8 -8
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.15.0a1730374112.dist-info → pulumi_oci-2.16.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.15.0a1730374112.dist-info → pulumi_oci-2.16.0.dist-info}/RECORD +52 -41
- {pulumi_oci-2.15.0a1730374112.dist-info → pulumi_oci-2.16.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.15.0a1730374112.dist-info → pulumi_oci-2.16.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/db_system.py
CHANGED
@@ -51,6 +51,7 @@ class DbSystemArgs:
|
|
51
51
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
52
52
|
private_ip: Optional[pulumi.Input[str]] = None,
|
53
53
|
reco_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
|
54
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
54
55
|
source: Optional[pulumi.Input[str]] = None,
|
55
56
|
source_db_system_id: Optional[pulumi.Input[str]] = None,
|
56
57
|
sparse_diskgroup: Optional[pulumi.Input[bool]] = None,
|
@@ -127,6 +128,7 @@ class DbSystemArgs:
|
|
127
128
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
128
129
|
:param pulumi.Input[str] private_ip: A private IP address of your choice. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. Supported for VM BM shape.
|
129
130
|
:param pulumi.Input[int] reco_storage_size_in_gb: The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
|
131
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
130
132
|
:param pulumi.Input[str] source: The source of the database: Use `NONE` for creating a new database. Use `DB_BACKUP` for creating a new database by restoring from a backup. Use `DATABASE` for creating a new database from an existing database, including archive redo log data. The default is `NONE`.
|
131
133
|
:param pulumi.Input[str] source_db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
132
134
|
:param pulumi.Input[bool] sparse_diskgroup: If true, Sparse Diskgroup is configured for Exadata dbsystem. If False, Sparse diskgroup is not configured. Only applied for Exadata shape.
|
@@ -190,6 +192,8 @@ class DbSystemArgs:
|
|
190
192
|
pulumi.set(__self__, "private_ip", private_ip)
|
191
193
|
if reco_storage_size_in_gb is not None:
|
192
194
|
pulumi.set(__self__, "reco_storage_size_in_gb", reco_storage_size_in_gb)
|
195
|
+
if security_attributes is not None:
|
196
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
193
197
|
if source is not None:
|
194
198
|
pulumi.set(__self__, "source", source)
|
195
199
|
if source_db_system_id is not None:
|
@@ -600,6 +604,18 @@ class DbSystemArgs:
|
|
600
604
|
def reco_storage_size_in_gb(self, value: Optional[pulumi.Input[int]]):
|
601
605
|
pulumi.set(self, "reco_storage_size_in_gb", value)
|
602
606
|
|
607
|
+
@property
|
608
|
+
@pulumi.getter(name="securityAttributes")
|
609
|
+
def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
610
|
+
"""
|
611
|
+
(Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
612
|
+
"""
|
613
|
+
return pulumi.get(self, "security_attributes")
|
614
|
+
|
615
|
+
@security_attributes.setter
|
616
|
+
def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
617
|
+
pulumi.set(self, "security_attributes", value)
|
618
|
+
|
603
619
|
@property
|
604
620
|
@pulumi.getter
|
605
621
|
def source(self) -> Optional[pulumi.Input[str]]:
|
@@ -708,6 +724,7 @@ class _DbSystemState:
|
|
708
724
|
scan_dns_name: Optional[pulumi.Input[str]] = None,
|
709
725
|
scan_dns_record_id: Optional[pulumi.Input[str]] = None,
|
710
726
|
scan_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
727
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
711
728
|
shape: Optional[pulumi.Input[str]] = None,
|
712
729
|
source: Optional[pulumi.Input[str]] = None,
|
713
730
|
source_db_system_id: Optional[pulumi.Input[str]] = None,
|
@@ -792,6 +809,7 @@ class _DbSystemState:
|
|
792
809
|
:param pulumi.Input[str] scan_dns_name: The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
|
793
810
|
:param pulumi.Input[str] scan_dns_record_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DNS record for the SCAN IP addresses that are associated with the DB system.
|
794
811
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] scan_ip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
812
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
795
813
|
:param pulumi.Input[str] shape: (Updatable) The shape of the DB system. The shape determines resources allocated to the DB system.
|
796
814
|
* For virtual machine shapes, the number of CPU cores and memory
|
797
815
|
* For bare metal and Exadata shapes, the number of CPU cores, memory, and storage
|
@@ -900,6 +918,8 @@ class _DbSystemState:
|
|
900
918
|
pulumi.set(__self__, "scan_dns_record_id", scan_dns_record_id)
|
901
919
|
if scan_ip_ids is not None:
|
902
920
|
pulumi.set(__self__, "scan_ip_ids", scan_ip_ids)
|
921
|
+
if security_attributes is not None:
|
922
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
903
923
|
if shape is not None:
|
904
924
|
pulumi.set(__self__, "shape", shape)
|
905
925
|
if source is not None:
|
@@ -1436,6 +1456,18 @@ class _DbSystemState:
|
|
1436
1456
|
def scan_ip_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1437
1457
|
pulumi.set(self, "scan_ip_ids", value)
|
1438
1458
|
|
1459
|
+
@property
|
1460
|
+
@pulumi.getter(name="securityAttributes")
|
1461
|
+
def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1462
|
+
"""
|
1463
|
+
(Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
1464
|
+
"""
|
1465
|
+
return pulumi.get(self, "security_attributes")
|
1466
|
+
|
1467
|
+
@security_attributes.setter
|
1468
|
+
def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
1469
|
+
pulumi.set(self, "security_attributes", value)
|
1470
|
+
|
1439
1471
|
@property
|
1440
1472
|
@pulumi.getter
|
1441
1473
|
def shape(self) -> Optional[pulumi.Input[str]]:
|
@@ -1639,6 +1671,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1639
1671
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1640
1672
|
private_ip: Optional[pulumi.Input[str]] = None,
|
1641
1673
|
reco_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
|
1674
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1642
1675
|
shape: Optional[pulumi.Input[str]] = None,
|
1643
1676
|
source: Optional[pulumi.Input[str]] = None,
|
1644
1677
|
source_db_system_id: Optional[pulumi.Input[str]] = None,
|
@@ -1759,6 +1792,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1759
1792
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
1760
1793
|
:param pulumi.Input[str] private_ip: A private IP address of your choice. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. Supported for VM BM shape.
|
1761
1794
|
:param pulumi.Input[int] reco_storage_size_in_gb: The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
|
1795
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
1762
1796
|
:param pulumi.Input[str] shape: (Updatable) The shape of the DB system. The shape determines resources allocated to the DB system.
|
1763
1797
|
* For virtual machine shapes, the number of CPU cores and memory
|
1764
1798
|
* For bare metal and Exadata shapes, the number of CPU cores, memory, and storage
|
@@ -1883,6 +1917,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1883
1917
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1884
1918
|
private_ip: Optional[pulumi.Input[str]] = None,
|
1885
1919
|
reco_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
|
1920
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1886
1921
|
shape: Optional[pulumi.Input[str]] = None,
|
1887
1922
|
source: Optional[pulumi.Input[str]] = None,
|
1888
1923
|
source_db_system_id: Optional[pulumi.Input[str]] = None,
|
@@ -1935,6 +1970,7 @@ class DbSystem(pulumi.CustomResource):
|
|
1935
1970
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
1936
1971
|
__props__.__dict__["private_ip"] = private_ip
|
1937
1972
|
__props__.__dict__["reco_storage_size_in_gb"] = reco_storage_size_in_gb
|
1973
|
+
__props__.__dict__["security_attributes"] = security_attributes
|
1938
1974
|
if shape is None and not opts.urn:
|
1939
1975
|
raise TypeError("Missing required property 'shape'")
|
1940
1976
|
__props__.__dict__["shape"] = shape
|
@@ -2017,6 +2053,7 @@ class DbSystem(pulumi.CustomResource):
|
|
2017
2053
|
scan_dns_name: Optional[pulumi.Input[str]] = None,
|
2018
2054
|
scan_dns_record_id: Optional[pulumi.Input[str]] = None,
|
2019
2055
|
scan_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2056
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
2020
2057
|
shape: Optional[pulumi.Input[str]] = None,
|
2021
2058
|
source: Optional[pulumi.Input[str]] = None,
|
2022
2059
|
source_db_system_id: Optional[pulumi.Input[str]] = None,
|
@@ -2106,6 +2143,7 @@ class DbSystem(pulumi.CustomResource):
|
|
2106
2143
|
:param pulumi.Input[str] scan_dns_name: The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
|
2107
2144
|
:param pulumi.Input[str] scan_dns_record_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DNS record for the SCAN IP addresses that are associated with the DB system.
|
2108
2145
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] scan_ip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
2146
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
2109
2147
|
:param pulumi.Input[str] shape: (Updatable) The shape of the DB system. The shape determines resources allocated to the DB system.
|
2110
2148
|
* For virtual machine shapes, the number of CPU cores and memory
|
2111
2149
|
* For bare metal and Exadata shapes, the number of CPU cores, memory, and storage
|
@@ -2178,6 +2216,7 @@ class DbSystem(pulumi.CustomResource):
|
|
2178
2216
|
__props__.__dict__["scan_dns_name"] = scan_dns_name
|
2179
2217
|
__props__.__dict__["scan_dns_record_id"] = scan_dns_record_id
|
2180
2218
|
__props__.__dict__["scan_ip_ids"] = scan_ip_ids
|
2219
|
+
__props__.__dict__["security_attributes"] = security_attributes
|
2181
2220
|
__props__.__dict__["shape"] = shape
|
2182
2221
|
__props__.__dict__["source"] = source
|
2183
2222
|
__props__.__dict__["source_db_system_id"] = source_db_system_id
|
@@ -2542,6 +2581,14 @@ class DbSystem(pulumi.CustomResource):
|
|
2542
2581
|
"""
|
2543
2582
|
return pulumi.get(self, "scan_ip_ids")
|
2544
2583
|
|
2584
|
+
@property
|
2585
|
+
@pulumi.getter(name="securityAttributes")
|
2586
|
+
def security_attributes(self) -> pulumi.Output[Mapping[str, str]]:
|
2587
|
+
"""
|
2588
|
+
(Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
2589
|
+
"""
|
2590
|
+
return pulumi.get(self, "security_attributes")
|
2591
|
+
|
2545
2592
|
@property
|
2546
2593
|
@pulumi.getter
|
2547
2594
|
def shape(self) -> pulumi.Output[str]:
|
@@ -44,6 +44,7 @@ class ExadbVmClusterArgs:
|
|
44
44
|
private_zone_id: Optional[pulumi.Input[str]] = None,
|
45
45
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
46
46
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
|
47
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
47
48
|
system_version: Optional[pulumi.Input[str]] = None,
|
48
49
|
time_zone: Optional[pulumi.Input[str]] = None):
|
49
50
|
"""
|
@@ -53,7 +54,9 @@ class ExadbVmClusterArgs:
|
|
53
54
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
54
55
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
|
55
56
|
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
56
|
-
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
|
57
|
+
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id.
|
58
|
+
|
59
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
57
60
|
:param pulumi.Input[str] hostname: The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
58
61
|
|
59
62
|
The maximum length of the combined hostname and domain is 63 characters.
|
@@ -76,6 +79,7 @@ class ExadbVmClusterArgs:
|
|
76
79
|
:param pulumi.Input[str] private_zone_id: The private zone ID in which you want DNS records to be created.
|
77
80
|
:param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
78
81
|
:param pulumi.Input[int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
82
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
79
83
|
:param pulumi.Input[str] system_version: (Updatable) Operating system version of the image.
|
80
84
|
:param pulumi.Input[str] time_zone: The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
81
85
|
|
@@ -118,6 +122,8 @@ class ExadbVmClusterArgs:
|
|
118
122
|
pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
|
119
123
|
if scan_listener_port_tcp_ssl is not None:
|
120
124
|
pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
|
125
|
+
if security_attributes is not None:
|
126
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
121
127
|
if system_version is not None:
|
122
128
|
pulumi.set(__self__, "system_version", system_version)
|
123
129
|
if time_zone is not None:
|
@@ -187,7 +193,9 @@ class ExadbVmClusterArgs:
|
|
187
193
|
@pulumi.getter(name="gridImageId")
|
188
194
|
def grid_image_id(self) -> pulumi.Input[str]:
|
189
195
|
"""
|
190
|
-
(Updatable) Grid Setup will be done using this grid image id
|
196
|
+
(Updatable) Grid Setup will be done using this grid image id.
|
197
|
+
|
198
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
191
199
|
"""
|
192
200
|
return pulumi.get(self, "grid_image_id")
|
193
201
|
|
@@ -404,6 +412,18 @@ class ExadbVmClusterArgs:
|
|
404
412
|
def scan_listener_port_tcp_ssl(self, value: Optional[pulumi.Input[int]]):
|
405
413
|
pulumi.set(self, "scan_listener_port_tcp_ssl", value)
|
406
414
|
|
415
|
+
@property
|
416
|
+
@pulumi.getter(name="securityAttributes")
|
417
|
+
def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
418
|
+
"""
|
419
|
+
(Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
420
|
+
"""
|
421
|
+
return pulumi.get(self, "security_attributes")
|
422
|
+
|
423
|
+
@security_attributes.setter
|
424
|
+
def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
425
|
+
pulumi.set(self, "security_attributes", value)
|
426
|
+
|
407
427
|
@property
|
408
428
|
@pulumi.getter(name="systemVersion")
|
409
429
|
def system_version(self) -> Optional[pulumi.Input[str]]:
|
@@ -465,6 +485,7 @@ class _ExadbVmClusterState:
|
|
465
485
|
scan_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
466
486
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
467
487
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
|
488
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
468
489
|
shape: Optional[pulumi.Input[str]] = None,
|
469
490
|
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
470
491
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -489,7 +510,9 @@ class _ExadbVmClusterState:
|
|
489
510
|
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
490
511
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
491
512
|
:param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
492
|
-
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
|
513
|
+
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id.
|
514
|
+
|
515
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
493
516
|
:param pulumi.Input[str] grid_image_type: The type of Grid Image
|
494
517
|
:param pulumi.Input[str] hostname: The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
495
518
|
|
@@ -511,6 +534,7 @@ class _ExadbVmClusterState:
|
|
511
534
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] scan_ip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
512
535
|
:param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
513
536
|
:param pulumi.Input[int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
537
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
514
538
|
:param pulumi.Input[str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
515
539
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
|
516
540
|
:param pulumi.Input[str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
|
@@ -584,6 +608,8 @@ class _ExadbVmClusterState:
|
|
584
608
|
pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
|
585
609
|
if scan_listener_port_tcp_ssl is not None:
|
586
610
|
pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
|
611
|
+
if security_attributes is not None:
|
612
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
587
613
|
if shape is not None:
|
588
614
|
pulumi.set(__self__, "shape", shape)
|
589
615
|
if ssh_public_keys is not None:
|
@@ -753,7 +779,9 @@ class _ExadbVmClusterState:
|
|
753
779
|
@pulumi.getter(name="gridImageId")
|
754
780
|
def grid_image_id(self) -> Optional[pulumi.Input[str]]:
|
755
781
|
"""
|
756
|
-
(Updatable) Grid Setup will be done using this grid image id
|
782
|
+
(Updatable) Grid Setup will be done using this grid image id.
|
783
|
+
|
784
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
757
785
|
"""
|
758
786
|
return pulumi.get(self, "grid_image_id")
|
759
787
|
|
@@ -958,6 +986,18 @@ class _ExadbVmClusterState:
|
|
958
986
|
def scan_listener_port_tcp_ssl(self, value: Optional[pulumi.Input[int]]):
|
959
987
|
pulumi.set(self, "scan_listener_port_tcp_ssl", value)
|
960
988
|
|
989
|
+
@property
|
990
|
+
@pulumi.getter(name="securityAttributes")
|
991
|
+
def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
992
|
+
"""
|
993
|
+
(Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
994
|
+
"""
|
995
|
+
return pulumi.get(self, "security_attributes")
|
996
|
+
|
997
|
+
@security_attributes.setter
|
998
|
+
def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
999
|
+
pulumi.set(self, "security_attributes", value)
|
1000
|
+
|
961
1001
|
@property
|
962
1002
|
@pulumi.getter
|
963
1003
|
def shape(self) -> Optional[pulumi.Input[str]]:
|
@@ -1108,6 +1148,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1108
1148
|
private_zone_id: Optional[pulumi.Input[str]] = None,
|
1109
1149
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
1110
1150
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
|
1151
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1111
1152
|
shape: Optional[pulumi.Input[str]] = None,
|
1112
1153
|
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1113
1154
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
@@ -1140,7 +1181,9 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1140
1181
|
:param pulumi.Input[str] domain: A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
|
1141
1182
|
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
1142
1183
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
1143
|
-
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
|
1184
|
+
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id.
|
1185
|
+
|
1186
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
1144
1187
|
:param pulumi.Input[str] hostname: The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
1145
1188
|
|
1146
1189
|
The maximum length of the combined hostname and domain is 63 characters.
|
@@ -1154,6 +1197,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1154
1197
|
:param pulumi.Input[str] private_zone_id: The private zone ID in which you want DNS records to be created.
|
1155
1198
|
:param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
1156
1199
|
:param pulumi.Input[int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
1200
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
1157
1201
|
:param pulumi.Input[str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
1158
1202
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
|
1159
1203
|
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
@@ -1218,6 +1262,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1218
1262
|
private_zone_id: Optional[pulumi.Input[str]] = None,
|
1219
1263
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
1220
1264
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
|
1265
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1221
1266
|
shape: Optional[pulumi.Input[str]] = None,
|
1222
1267
|
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1223
1268
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
@@ -1268,6 +1313,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1268
1313
|
__props__.__dict__["private_zone_id"] = private_zone_id
|
1269
1314
|
__props__.__dict__["scan_listener_port_tcp"] = scan_listener_port_tcp
|
1270
1315
|
__props__.__dict__["scan_listener_port_tcp_ssl"] = scan_listener_port_tcp_ssl
|
1316
|
+
__props__.__dict__["security_attributes"] = security_attributes
|
1271
1317
|
if shape is None and not opts.urn:
|
1272
1318
|
raise TypeError("Missing required property 'shape'")
|
1273
1319
|
__props__.__dict__["shape"] = shape
|
@@ -1332,6 +1378,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1332
1378
|
scan_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1333
1379
|
scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
|
1334
1380
|
scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
|
1381
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1335
1382
|
shape: Optional[pulumi.Input[str]] = None,
|
1336
1383
|
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1337
1384
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -1361,7 +1408,9 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1361
1408
|
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
1362
1409
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
1363
1410
|
:param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
1364
|
-
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
|
1411
|
+
:param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id.
|
1412
|
+
|
1413
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
1365
1414
|
:param pulumi.Input[str] grid_image_type: The type of Grid Image
|
1366
1415
|
:param pulumi.Input[str] hostname: The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
1367
1416
|
|
@@ -1383,6 +1432,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1383
1432
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] scan_ip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1384
1433
|
:param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
1385
1434
|
:param pulumi.Input[int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
1435
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
1386
1436
|
:param pulumi.Input[str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
1387
1437
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
|
1388
1438
|
:param pulumi.Input[str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
|
@@ -1431,6 +1481,7 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1431
1481
|
__props__.__dict__["scan_ip_ids"] = scan_ip_ids
|
1432
1482
|
__props__.__dict__["scan_listener_port_tcp"] = scan_listener_port_tcp
|
1433
1483
|
__props__.__dict__["scan_listener_port_tcp_ssl"] = scan_listener_port_tcp_ssl
|
1484
|
+
__props__.__dict__["security_attributes"] = security_attributes
|
1434
1485
|
__props__.__dict__["shape"] = shape
|
1435
1486
|
__props__.__dict__["ssh_public_keys"] = ssh_public_keys
|
1436
1487
|
__props__.__dict__["state"] = state
|
@@ -1543,7 +1594,9 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1543
1594
|
@pulumi.getter(name="gridImageId")
|
1544
1595
|
def grid_image_id(self) -> pulumi.Output[str]:
|
1545
1596
|
"""
|
1546
|
-
(Updatable) Grid Setup will be done using this grid image id
|
1597
|
+
(Updatable) Grid Setup will be done using this grid image id.
|
1598
|
+
|
1599
|
+
The grid image id can be extracted from 1. Obtain the supported major versions using API /20160918/giVersions?compartmentId=<compartmentId>&shape=EXADB_XS&availabilityDomain=<AD name> 2. Replace {version} with one of the supported major versions and obtain the supported minor versions using API /20160918/giVersions/{version}/minorVersions?compartmentId=<compartmentId>&shapeFamily=EXADB_XS&availabilityDomain=<AD name>
|
1547
1600
|
"""
|
1548
1601
|
return pulumi.get(self, "grid_image_id")
|
1549
1602
|
|
@@ -1680,6 +1733,14 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1680
1733
|
"""
|
1681
1734
|
return pulumi.get(self, "scan_listener_port_tcp_ssl")
|
1682
1735
|
|
1736
|
+
@property
|
1737
|
+
@pulumi.getter(name="securityAttributes")
|
1738
|
+
def security_attributes(self) -> pulumi.Output[Mapping[str, str]]:
|
1739
|
+
"""
|
1740
|
+
(Updatable) Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
1741
|
+
"""
|
1742
|
+
return pulumi.get(self, "security_attributes")
|
1743
|
+
|
1683
1744
|
@property
|
1684
1745
|
@pulumi.getter
|
1685
1746
|
def shape(self) -> pulumi.Output[str]:
|
@@ -27,7 +27,7 @@ class GetAutonomousDatabaseResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getAutonomousDatabase.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, availability_domain=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, encryption_key_history_entries=None, encryption_keys=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_undeleted=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
30
|
+
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, availability_domain=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, encryption_key_history_entries=None, encryption_keys=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, security_attributes=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_undeleted=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
31
31
|
if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
|
32
32
|
raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
|
33
33
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -340,6 +340,9 @@ class GetAutonomousDatabaseResult:
|
|
340
340
|
if secret_version_number and not isinstance(secret_version_number, int):
|
341
341
|
raise TypeError("Expected argument 'secret_version_number' to be a int")
|
342
342
|
pulumi.set(__self__, "secret_version_number", secret_version_number)
|
343
|
+
if security_attributes and not isinstance(security_attributes, dict):
|
344
|
+
raise TypeError("Expected argument 'security_attributes' to be a dict")
|
345
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
343
346
|
if service_console_url and not isinstance(service_console_url, str):
|
344
347
|
raise TypeError("Expected argument 'service_console_url' to be a str")
|
345
348
|
pulumi.set(__self__, "service_console_url", service_console_url)
|
@@ -1257,6 +1260,14 @@ class GetAutonomousDatabaseResult:
|
|
1257
1260
|
def secret_version_number(self) -> int:
|
1258
1261
|
return pulumi.get(self, "secret_version_number")
|
1259
1262
|
|
1263
|
+
@property
|
1264
|
+
@pulumi.getter(name="securityAttributes")
|
1265
|
+
def security_attributes(self) -> Mapping[str, str]:
|
1266
|
+
"""
|
1267
|
+
Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
1268
|
+
"""
|
1269
|
+
return pulumi.get(self, "security_attributes")
|
1270
|
+
|
1260
1271
|
@property
|
1261
1272
|
@pulumi.getter(name="serviceConsoleUrl")
|
1262
1273
|
def service_console_url(self) -> str:
|
@@ -1647,6 +1658,7 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1647
1658
|
scheduled_operations=self.scheduled_operations,
|
1648
1659
|
secret_id=self.secret_id,
|
1649
1660
|
secret_version_number=self.secret_version_number,
|
1661
|
+
security_attributes=self.security_attributes,
|
1650
1662
|
service_console_url=self.service_console_url,
|
1651
1663
|
shrink_adb_trigger=self.shrink_adb_trigger,
|
1652
1664
|
source=self.source,
|
@@ -1815,6 +1827,7 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1815
1827
|
scheduled_operations=pulumi.get(__ret__, 'scheduled_operations'),
|
1816
1828
|
secret_id=pulumi.get(__ret__, 'secret_id'),
|
1817
1829
|
secret_version_number=pulumi.get(__ret__, 'secret_version_number'),
|
1830
|
+
security_attributes=pulumi.get(__ret__, 'security_attributes'),
|
1818
1831
|
service_console_url=pulumi.get(__ret__, 'service_console_url'),
|
1819
1832
|
shrink_adb_trigger=pulumi.get(__ret__, 'shrink_adb_trigger'),
|
1820
1833
|
source=pulumi.get(__ret__, 'source'),
|
@@ -1980,6 +1993,7 @@ def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input
|
|
1980
1993
|
scheduled_operations=pulumi.get(__response__, 'scheduled_operations'),
|
1981
1994
|
secret_id=pulumi.get(__response__, 'secret_id'),
|
1982
1995
|
secret_version_number=pulumi.get(__response__, 'secret_version_number'),
|
1996
|
+
security_attributes=pulumi.get(__response__, 'security_attributes'),
|
1983
1997
|
service_console_url=pulumi.get(__response__, 'service_console_url'),
|
1984
1998
|
shrink_adb_trigger=pulumi.get(__response__, 'shrink_adb_trigger'),
|
1985
1999
|
source=pulumi.get(__response__, 'source'),
|
@@ -27,7 +27,7 @@ class GetCloudAutonomousVmClusterResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getCloudAutonomousVmCluster.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, autonomous_data_storage_percentage=None, autonomous_data_storage_size_in_tbs=None, availability_domain=None, available_autonomous_data_storage_size_in_tbs=None, available_container_databases=None, available_cpus=None, cloud_autonomous_vm_cluster_id=None, cloud_exadata_infrastructure_id=None, cluster_time_zone=None, compartment_id=None, compute_model=None, cpu_core_count=None, cpu_core_count_per_node=None, cpu_percentage=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, description=None, display_name=None, domain=None, exadata_storage_in_tbs_lowest_scaled_value=None, freeform_tags=None, hostname=None, id=None, is_mtls_enabled_vm_cluster=None, last_maintenance_run_id=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, maintenance_window_details=None, maintenance_windows=None, max_acds_lowest_scaled_value=None, memory_per_oracle_compute_unit_in_gbs=None, memory_size_in_gbs=None, next_maintenance_run_id=None, node_count=None, non_provisionable_autonomous_container_databases=None, nsg_ids=None, ocpu_count=None, ocpus_lowest_scaled_value=None, provisionable_autonomous_container_databases=None, provisioned_autonomous_container_databases=None, provisioned_cpus=None, reclaimable_cpus=None, reserved_cpus=None, scan_listener_port_non_tls=None, scan_listener_port_tls=None, shape=None, state=None, subnet_id=None, time_created=None, time_updated=None, total_autonomous_data_storage_in_tbs=None, total_container_databases=None, total_cpus=None):
|
30
|
+
def __init__(__self__, autonomous_data_storage_percentage=None, autonomous_data_storage_size_in_tbs=None, availability_domain=None, available_autonomous_data_storage_size_in_tbs=None, available_container_databases=None, available_cpus=None, cloud_autonomous_vm_cluster_id=None, cloud_exadata_infrastructure_id=None, cluster_time_zone=None, compartment_id=None, compute_model=None, cpu_core_count=None, cpu_core_count_per_node=None, cpu_percentage=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, description=None, display_name=None, domain=None, exadata_storage_in_tbs_lowest_scaled_value=None, freeform_tags=None, hostname=None, id=None, is_mtls_enabled_vm_cluster=None, last_maintenance_run_id=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, maintenance_window_details=None, maintenance_windows=None, max_acds_lowest_scaled_value=None, memory_per_oracle_compute_unit_in_gbs=None, memory_size_in_gbs=None, next_maintenance_run_id=None, node_count=None, non_provisionable_autonomous_container_databases=None, nsg_ids=None, ocpu_count=None, ocpus_lowest_scaled_value=None, provisionable_autonomous_container_databases=None, provisioned_autonomous_container_databases=None, provisioned_cpus=None, reclaimable_cpus=None, reserved_cpus=None, scan_listener_port_non_tls=None, scan_listener_port_tls=None, security_attributes=None, shape=None, state=None, subnet_id=None, time_created=None, time_database_ssl_certificate_expires=None, time_ords_certificate_expires=None, time_updated=None, total_autonomous_data_storage_in_tbs=None, total_container_databases=None, total_cpus=None):
|
31
31
|
if autonomous_data_storage_percentage and not isinstance(autonomous_data_storage_percentage, float):
|
32
32
|
raise TypeError("Expected argument 'autonomous_data_storage_percentage' to be a float")
|
33
33
|
pulumi.set(__self__, "autonomous_data_storage_percentage", autonomous_data_storage_percentage)
|
@@ -175,6 +175,9 @@ class GetCloudAutonomousVmClusterResult:
|
|
175
175
|
if scan_listener_port_tls and not isinstance(scan_listener_port_tls, int):
|
176
176
|
raise TypeError("Expected argument 'scan_listener_port_tls' to be a int")
|
177
177
|
pulumi.set(__self__, "scan_listener_port_tls", scan_listener_port_tls)
|
178
|
+
if security_attributes and not isinstance(security_attributes, dict):
|
179
|
+
raise TypeError("Expected argument 'security_attributes' to be a dict")
|
180
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
178
181
|
if shape and not isinstance(shape, str):
|
179
182
|
raise TypeError("Expected argument 'shape' to be a str")
|
180
183
|
pulumi.set(__self__, "shape", shape)
|
@@ -187,6 +190,12 @@ class GetCloudAutonomousVmClusterResult:
|
|
187
190
|
if time_created and not isinstance(time_created, str):
|
188
191
|
raise TypeError("Expected argument 'time_created' to be a str")
|
189
192
|
pulumi.set(__self__, "time_created", time_created)
|
193
|
+
if time_database_ssl_certificate_expires and not isinstance(time_database_ssl_certificate_expires, str):
|
194
|
+
raise TypeError("Expected argument 'time_database_ssl_certificate_expires' to be a str")
|
195
|
+
pulumi.set(__self__, "time_database_ssl_certificate_expires", time_database_ssl_certificate_expires)
|
196
|
+
if time_ords_certificate_expires and not isinstance(time_ords_certificate_expires, str):
|
197
|
+
raise TypeError("Expected argument 'time_ords_certificate_expires' to be a str")
|
198
|
+
pulumi.set(__self__, "time_ords_certificate_expires", time_ords_certificate_expires)
|
190
199
|
if time_updated and not isinstance(time_updated, str):
|
191
200
|
raise TypeError("Expected argument 'time_updated' to be a str")
|
192
201
|
pulumi.set(__self__, "time_updated", time_updated)
|
@@ -589,6 +598,14 @@ class GetCloudAutonomousVmClusterResult:
|
|
589
598
|
"""
|
590
599
|
return pulumi.get(self, "scan_listener_port_tls")
|
591
600
|
|
601
|
+
@property
|
602
|
+
@pulumi.getter(name="securityAttributes")
|
603
|
+
def security_attributes(self) -> Mapping[str, str]:
|
604
|
+
"""
|
605
|
+
Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
|
606
|
+
"""
|
607
|
+
return pulumi.get(self, "security_attributes")
|
608
|
+
|
592
609
|
@property
|
593
610
|
@pulumi.getter
|
594
611
|
def shape(self) -> str:
|
@@ -621,6 +638,22 @@ class GetCloudAutonomousVmClusterResult:
|
|
621
638
|
"""
|
622
639
|
return pulumi.get(self, "time_created")
|
623
640
|
|
641
|
+
@property
|
642
|
+
@pulumi.getter(name="timeDatabaseSslCertificateExpires")
|
643
|
+
def time_database_ssl_certificate_expires(self) -> str:
|
644
|
+
"""
|
645
|
+
The date and time of Database SSL certificate expiration.
|
646
|
+
"""
|
647
|
+
return pulumi.get(self, "time_database_ssl_certificate_expires")
|
648
|
+
|
649
|
+
@property
|
650
|
+
@pulumi.getter(name="timeOrdsCertificateExpires")
|
651
|
+
def time_ords_certificate_expires(self) -> str:
|
652
|
+
"""
|
653
|
+
The date and time of ORDS certificate expiration.
|
654
|
+
"""
|
655
|
+
return pulumi.get(self, "time_ords_certificate_expires")
|
656
|
+
|
624
657
|
@property
|
625
658
|
@pulumi.getter(name="timeUpdated")
|
626
659
|
def time_updated(self) -> str:
|
@@ -709,10 +742,13 @@ class AwaitableGetCloudAutonomousVmClusterResult(GetCloudAutonomousVmClusterResu
|
|
709
742
|
reserved_cpus=self.reserved_cpus,
|
710
743
|
scan_listener_port_non_tls=self.scan_listener_port_non_tls,
|
711
744
|
scan_listener_port_tls=self.scan_listener_port_tls,
|
745
|
+
security_attributes=self.security_attributes,
|
712
746
|
shape=self.shape,
|
713
747
|
state=self.state,
|
714
748
|
subnet_id=self.subnet_id,
|
715
749
|
time_created=self.time_created,
|
750
|
+
time_database_ssl_certificate_expires=self.time_database_ssl_certificate_expires,
|
751
|
+
time_ords_certificate_expires=self.time_ords_certificate_expires,
|
716
752
|
time_updated=self.time_updated,
|
717
753
|
total_autonomous_data_storage_in_tbs=self.total_autonomous_data_storage_in_tbs,
|
718
754
|
total_container_databases=self.total_container_databases,
|
@@ -793,10 +829,13 @@ def get_cloud_autonomous_vm_cluster(cloud_autonomous_vm_cluster_id: Optional[str
|
|
793
829
|
reserved_cpus=pulumi.get(__ret__, 'reserved_cpus'),
|
794
830
|
scan_listener_port_non_tls=pulumi.get(__ret__, 'scan_listener_port_non_tls'),
|
795
831
|
scan_listener_port_tls=pulumi.get(__ret__, 'scan_listener_port_tls'),
|
832
|
+
security_attributes=pulumi.get(__ret__, 'security_attributes'),
|
796
833
|
shape=pulumi.get(__ret__, 'shape'),
|
797
834
|
state=pulumi.get(__ret__, 'state'),
|
798
835
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
799
836
|
time_created=pulumi.get(__ret__, 'time_created'),
|
837
|
+
time_database_ssl_certificate_expires=pulumi.get(__ret__, 'time_database_ssl_certificate_expires'),
|
838
|
+
time_ords_certificate_expires=pulumi.get(__ret__, 'time_ords_certificate_expires'),
|
800
839
|
time_updated=pulumi.get(__ret__, 'time_updated'),
|
801
840
|
total_autonomous_data_storage_in_tbs=pulumi.get(__ret__, 'total_autonomous_data_storage_in_tbs'),
|
802
841
|
total_container_databases=pulumi.get(__ret__, 'total_container_databases'),
|
@@ -874,10 +913,13 @@ def get_cloud_autonomous_vm_cluster_output(cloud_autonomous_vm_cluster_id: Optio
|
|
874
913
|
reserved_cpus=pulumi.get(__response__, 'reserved_cpus'),
|
875
914
|
scan_listener_port_non_tls=pulumi.get(__response__, 'scan_listener_port_non_tls'),
|
876
915
|
scan_listener_port_tls=pulumi.get(__response__, 'scan_listener_port_tls'),
|
916
|
+
security_attributes=pulumi.get(__response__, 'security_attributes'),
|
877
917
|
shape=pulumi.get(__response__, 'shape'),
|
878
918
|
state=pulumi.get(__response__, 'state'),
|
879
919
|
subnet_id=pulumi.get(__response__, 'subnet_id'),
|
880
920
|
time_created=pulumi.get(__response__, 'time_created'),
|
921
|
+
time_database_ssl_certificate_expires=pulumi.get(__response__, 'time_database_ssl_certificate_expires'),
|
922
|
+
time_ords_certificate_expires=pulumi.get(__response__, 'time_ords_certificate_expires'),
|
881
923
|
time_updated=pulumi.get(__response__, 'time_updated'),
|
882
924
|
total_autonomous_data_storage_in_tbs=pulumi.get(__response__, 'total_autonomous_data_storage_in_tbs'),
|
883
925
|
total_container_databases=pulumi.get(__response__, 'total_container_databases'),
|