pulumi-oci 2.16.0__py3-none-any.whl → 2.16.0a1730527749__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.
Files changed (44) hide show
  1. pulumi_oci/__init__.py +0 -19
  2. pulumi_oci/database/autonomous_database.py +0 -47
  3. pulumi_oci/database/cloud_autonomous_vm_cluster.py +0 -105
  4. pulumi_oci/database/cloud_vm_cluster.py +0 -49
  5. pulumi_oci/database/data_guard_association.py +0 -49
  6. pulumi_oci/database/db_system.py +0 -47
  7. pulumi_oci/database/exadb_vm_cluster.py +7 -68
  8. pulumi_oci/database/get_autonomous_database.py +1 -15
  9. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -43
  10. pulumi_oci/database/get_cloud_vm_cluster.py +1 -15
  11. pulumi_oci/database/get_data_guard_association.py +1 -12
  12. pulumi_oci/database/get_exadb_vm_cluster.py +2 -16
  13. pulumi_oci/database/outputs.py +2 -97
  14. pulumi_oci/dataflow/get_sql_endpoint.py +15 -1
  15. pulumi_oci/dataflow/outputs.py +11 -0
  16. pulumi_oci/dataflow/sql_endpoint.py +85 -88
  17. pulumi_oci/identity/__init__.py +0 -2
  18. pulumi_oci/identity/_inputs.py +6 -55
  19. pulumi_oci/identity/domains_condition.py +2 -9
  20. pulumi_oci/identity/domains_policy.py +2 -9
  21. pulumi_oci/identity/domains_rule.py +2 -9
  22. pulumi_oci/identity/get_domains_condition.py +2 -2
  23. pulumi_oci/identity/get_domains_conditions.py +2 -2
  24. pulumi_oci/identity/get_domains_policies.py +2 -2
  25. pulumi_oci/identity/get_domains_policy.py +2 -2
  26. pulumi_oci/identity/get_domains_rule.py +2 -2
  27. pulumi_oci/identity/get_domains_rules.py +2 -2
  28. pulumi_oci/identity/outputs.py +4 -917
  29. pulumi_oci/pulumi-plugin.json +1 -1
  30. {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730527749.dist-info}/METADATA +1 -1
  31. {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730527749.dist-info}/RECORD +33 -44
  32. {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730527749.dist-info}/WHEEL +1 -1
  33. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  34. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
  35. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -348
  36. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
  37. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -746
  38. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
  39. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2114
  40. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -822
  41. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -2157
  42. pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +0 -503
  43. pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +0 -338
  44. {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730527749.dist-info}/top_level.txt +0 -0
@@ -18832,7 +18832,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
18832
18832
  scheduled_operations: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseScheduledOperationResult'],
18833
18833
  secret_id: str,
18834
18834
  secret_version_number: int,
18835
- security_attributes: Mapping[str, str],
18836
18835
  service_console_url: str,
18837
18836
  shrink_adb_trigger: int,
18838
18837
  source: str,
@@ -18965,7 +18964,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
18965
18964
  :param Sequence['GetAutonomousDatabasesAutonomousDatabaseResourcePoolSummaryArgs'] resource_pool_summaries: The configuration details for resource pool
18966
18965
  :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18967
18966
  :param Sequence['GetAutonomousDatabasesAutonomousDatabaseScheduledOperationArgs'] scheduled_operations: The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
18968
- :param Mapping[str, str] security_attributes: 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"}}}`
18969
18967
  :param str service_console_url: The URL of the Service Console for the Autonomous Database.
18970
18968
  :param str source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that was cloned to create the current Autonomous Database.
18971
18969
  :param Sequence['GetAutonomousDatabasesAutonomousDatabaseStandbyDbArgs'] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
@@ -19103,7 +19101,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
19103
19101
  pulumi.set(__self__, "scheduled_operations", scheduled_operations)
19104
19102
  pulumi.set(__self__, "secret_id", secret_id)
19105
19103
  pulumi.set(__self__, "secret_version_number", secret_version_number)
19106
- pulumi.set(__self__, "security_attributes", security_attributes)
19107
19104
  pulumi.set(__self__, "service_console_url", service_console_url)
19108
19105
  pulumi.set(__self__, "shrink_adb_trigger", shrink_adb_trigger)
19109
19106
  pulumi.set(__self__, "source", source)
@@ -19943,14 +19940,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
19943
19940
  def secret_version_number(self) -> int:
19944
19941
  return pulumi.get(self, "secret_version_number")
19945
19942
 
19946
- @property
19947
- @pulumi.getter(name="securityAttributes")
19948
- def security_attributes(self) -> Mapping[str, str]:
19949
- """
19950
- 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"}}}`
19951
- """
19952
- return pulumi.get(self, "security_attributes")
19953
-
19954
19943
  @property
19955
19944
  @pulumi.getter(name="serviceConsoleUrl")
19956
19945
  def service_console_url(self) -> str:
@@ -21553,7 +21542,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
21553
21542
  resource_pool_summaries: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseResourcePoolSummaryResult'],
21554
21543
  role: str,
21555
21544
  scheduled_operations: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperationResult'],
21556
- security_attributes: Mapping[str, str],
21557
21545
  service_console_url: str,
21558
21546
  source_id: str,
21559
21547
  standby_dbs: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbResult'],
@@ -21682,7 +21670,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
21682
21670
  :param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseResourcePoolSummaryArgs'] resource_pool_summaries: The configuration details for resource pool
21683
21671
  :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
21684
21672
  :param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperationArgs'] scheduled_operations: The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
21685
- :param Mapping[str, str] security_attributes: 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"}}}`
21686
21673
  :param str service_console_url: The URL of the Service Console for the Autonomous Database.
21687
21674
  :param str source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that was cloned to create the current Autonomous Database.
21688
21675
  :param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDbArgs'] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.* `availability_domain` - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
@@ -21804,7 +21791,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
21804
21791
  pulumi.set(__self__, "resource_pool_summaries", resource_pool_summaries)
21805
21792
  pulumi.set(__self__, "role", role)
21806
21793
  pulumi.set(__self__, "scheduled_operations", scheduled_operations)
21807
- pulumi.set(__self__, "security_attributes", security_attributes)
21808
21794
  pulumi.set(__self__, "service_console_url", service_console_url)
21809
21795
  pulumi.set(__self__, "source_id", source_id)
21810
21796
  pulumi.set(__self__, "standby_dbs", standby_dbs)
@@ -22559,14 +22545,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
22559
22545
  """
22560
22546
  return pulumi.get(self, "scheduled_operations")
22561
22547
 
22562
- @property
22563
- @pulumi.getter(name="securityAttributes")
22564
- def security_attributes(self) -> Mapping[str, str]:
22565
- """
22566
- 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"}}}`
22567
- """
22568
- return pulumi.get(self, "security_attributes")
22569
-
22570
22548
  @property
22571
22549
  @pulumi.getter(name="serviceConsoleUrl")
22572
22550
  def service_console_url(self) -> str:
@@ -28589,13 +28567,10 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
28589
28567
  reserved_cpus: float,
28590
28568
  scan_listener_port_non_tls: int,
28591
28569
  scan_listener_port_tls: int,
28592
- security_attributes: Mapping[str, str],
28593
28570
  shape: str,
28594
28571
  state: str,
28595
28572
  subnet_id: str,
28596
28573
  time_created: str,
28597
- time_database_ssl_certificate_expires: str,
28598
- time_ords_certificate_expires: str,
28599
28574
  time_updated: str,
28600
28575
  total_autonomous_data_storage_in_tbs: float,
28601
28576
  total_container_databases: int,
@@ -28651,13 +28626,10 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
28651
28626
  :param float reserved_cpus: The number of CPUs reserved in an Autonomous VM Cluster.
28652
28627
  :param int scan_listener_port_non_tls: The SCAN Listener Non TLS port. Default is 1521.
28653
28628
  :param int scan_listener_port_tls: The SCAN Listenenr TLS port. Default is 2484.
28654
- :param Mapping[str, str] security_attributes: 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"}}}`
28655
28629
  :param str shape: The model name of the Exadata hardware running the cloud Autonomous VM cluster.
28656
28630
  :param str state: A filter to return only resources that match the given lifecycle state exactly.
28657
28631
  :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the cloud Autonomous VM Cluster is associated with.
28658
28632
  :param str time_created: The date and time that the cloud Autonomous VM cluster was created.
28659
- :param str time_database_ssl_certificate_expires: The date and time of Database SSL certificate expiration.
28660
- :param str time_ords_certificate_expires: The date and time of ORDS certificate expiration.
28661
28633
  :param str time_updated: The last date and time that the cloud Autonomous VM cluster was updated.
28662
28634
  :param float total_autonomous_data_storage_in_tbs: The total data disk group size for Autonomous Databases, in TBs.
28663
28635
  :param int total_container_databases: The total number of Autonomous Container Databases that can be created with the allocated local storage.
@@ -28711,13 +28683,10 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
28711
28683
  pulumi.set(__self__, "reserved_cpus", reserved_cpus)
28712
28684
  pulumi.set(__self__, "scan_listener_port_non_tls", scan_listener_port_non_tls)
28713
28685
  pulumi.set(__self__, "scan_listener_port_tls", scan_listener_port_tls)
28714
- pulumi.set(__self__, "security_attributes", security_attributes)
28715
28686
  pulumi.set(__self__, "shape", shape)
28716
28687
  pulumi.set(__self__, "state", state)
28717
28688
  pulumi.set(__self__, "subnet_id", subnet_id)
28718
28689
  pulumi.set(__self__, "time_created", time_created)
28719
- pulumi.set(__self__, "time_database_ssl_certificate_expires", time_database_ssl_certificate_expires)
28720
- pulumi.set(__self__, "time_ords_certificate_expires", time_ords_certificate_expires)
28721
28690
  pulumi.set(__self__, "time_updated", time_updated)
28722
28691
  pulumi.set(__self__, "total_autonomous_data_storage_in_tbs", total_autonomous_data_storage_in_tbs)
28723
28692
  pulumi.set(__self__, "total_container_databases", total_container_databases)
@@ -29107,14 +29076,6 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
29107
29076
  """
29108
29077
  return pulumi.get(self, "scan_listener_port_tls")
29109
29078
 
29110
- @property
29111
- @pulumi.getter(name="securityAttributes")
29112
- def security_attributes(self) -> Mapping[str, str]:
29113
- """
29114
- 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"}}}`
29115
- """
29116
- return pulumi.get(self, "security_attributes")
29117
-
29118
29079
  @property
29119
29080
  @pulumi.getter
29120
29081
  def shape(self) -> str:
@@ -29147,22 +29108,6 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterResult(dict):
29147
29108
  """
29148
29109
  return pulumi.get(self, "time_created")
29149
29110
 
29150
- @property
29151
- @pulumi.getter(name="timeDatabaseSslCertificateExpires")
29152
- def time_database_ssl_certificate_expires(self) -> str:
29153
- """
29154
- The date and time of Database SSL certificate expiration.
29155
- """
29156
- return pulumi.get(self, "time_database_ssl_certificate_expires")
29157
-
29158
- @property
29159
- @pulumi.getter(name="timeOrdsCertificateExpires")
29160
- def time_ords_certificate_expires(self) -> str:
29161
- """
29162
- The date and time of ORDS certificate expiration.
29163
- """
29164
- return pulumi.get(self, "time_ords_certificate_expires")
29165
-
29166
29111
  @property
29167
29112
  @pulumi.getter(name="timeUpdated")
29168
29113
  def time_updated(self) -> str:
@@ -30848,7 +30793,6 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
30848
30793
  scan_ip_ids: Sequence[str],
30849
30794
  scan_listener_port_tcp: int,
30850
30795
  scan_listener_port_tcp_ssl: int,
30851
- security_attributes: Mapping[str, str],
30852
30796
  shape: str,
30853
30797
  ssh_public_keys: Sequence[str],
30854
30798
  state: str,
@@ -30900,7 +30844,6 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
30900
30844
  :param Sequence[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 cloud VM cluster. 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.
30901
30845
  :param int scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
30902
30846
  :param int scan_listener_port_tcp_ssl: The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
30903
- :param Mapping[str, str] security_attributes: 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"}}}`
30904
30847
  :param str shape: The model name of the Exadata hardware running the cloud VM cluster.
30905
30848
  :param Sequence[str] ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
30906
30849
  :param str state: A filter to return only cloud VM clusters that match the given lifecycle state exactly.
@@ -30954,7 +30897,6 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
30954
30897
  pulumi.set(__self__, "scan_ip_ids", scan_ip_ids)
30955
30898
  pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
30956
30899
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
30957
- pulumi.set(__self__, "security_attributes", security_attributes)
30958
30900
  pulumi.set(__self__, "shape", shape)
30959
30901
  pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
30960
30902
  pulumi.set(__self__, "state", state)
@@ -31280,14 +31222,6 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
31280
31222
  """
31281
31223
  return pulumi.get(self, "scan_listener_port_tcp_ssl")
31282
31224
 
31283
- @property
31284
- @pulumi.getter(name="securityAttributes")
31285
- def security_attributes(self) -> Mapping[str, str]:
31286
- """
31287
- 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"}}}`
31288
- """
31289
- return pulumi.get(self, "security_attributes")
31290
-
31291
31225
  @property
31292
31226
  @pulumi.getter
31293
31227
  def shape(self) -> str:
@@ -31703,7 +31637,6 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
31703
31637
  database_software_image_id: str,
31704
31638
  db_system_defined_tags: Mapping[str, str],
31705
31639
  db_system_freeform_tags: Mapping[str, str],
31706
- db_system_security_attributes: Mapping[str, str],
31707
31640
  delete_standby_db_home_on_delete: str,
31708
31641
  display_name: str,
31709
31642
  domain: str,
@@ -31766,7 +31699,6 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
31766
31699
  pulumi.set(__self__, "database_software_image_id", database_software_image_id)
31767
31700
  pulumi.set(__self__, "db_system_defined_tags", db_system_defined_tags)
31768
31701
  pulumi.set(__self__, "db_system_freeform_tags", db_system_freeform_tags)
31769
- pulumi.set(__self__, "db_system_security_attributes", db_system_security_attributes)
31770
31702
  pulumi.set(__self__, "delete_standby_db_home_on_delete", delete_standby_db_home_on_delete)
31771
31703
  pulumi.set(__self__, "display_name", display_name)
31772
31704
  pulumi.set(__self__, "domain", domain)
@@ -31881,11 +31813,6 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
31881
31813
  def db_system_freeform_tags(self) -> Mapping[str, str]:
31882
31814
  return pulumi.get(self, "db_system_freeform_tags")
31883
31815
 
31884
- @property
31885
- @pulumi.getter(name="dbSystemSecurityAttributes")
31886
- def db_system_security_attributes(self) -> Mapping[str, str]:
31887
- return pulumi.get(self, "db_system_security_attributes")
31888
-
31889
31816
  @property
31890
31817
  @pulumi.getter(name="deleteStandbyDbHomeOnDelete")
31891
31818
  def delete_standby_db_home_on_delete(self) -> str:
@@ -38369,7 +38296,6 @@ class GetDbSystemsDbSystemResult(dict):
38369
38296
  scan_dns_name: str,
38370
38297
  scan_dns_record_id: str,
38371
38298
  scan_ip_ids: Sequence[str],
38372
- security_attributes: Mapping[str, str],
38373
38299
  shape: str,
38374
38300
  source: str,
38375
38301
  source_db_system_id: str,
@@ -38421,7 +38347,6 @@ class GetDbSystemsDbSystemResult(dict):
38421
38347
  :param str scan_dns_name: The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
38422
38348
  :param 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.
38423
38349
  :param Sequence[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.
38424
- :param Mapping[str, str] security_attributes: 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"}}}`
38425
38350
  :param str shape: The shape of the DB system. The shape determines resources to allocate to the DB system.
38426
38351
  * For virtual machine shapes, the number of CPU cores and memory
38427
38352
  * For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
@@ -38478,7 +38403,6 @@ class GetDbSystemsDbSystemResult(dict):
38478
38403
  pulumi.set(__self__, "scan_dns_name", scan_dns_name)
38479
38404
  pulumi.set(__self__, "scan_dns_record_id", scan_dns_record_id)
38480
38405
  pulumi.set(__self__, "scan_ip_ids", scan_ip_ids)
38481
- pulumi.set(__self__, "security_attributes", security_attributes)
38482
38406
  pulumi.set(__self__, "shape", shape)
38483
38407
  pulumi.set(__self__, "source", source)
38484
38408
  pulumi.set(__self__, "source_db_system_id", source_db_system_id)
@@ -38807,14 +38731,6 @@ class GetDbSystemsDbSystemResult(dict):
38807
38731
  """
38808
38732
  return pulumi.get(self, "scan_ip_ids")
38809
38733
 
38810
- @property
38811
- @pulumi.getter(name="securityAttributes")
38812
- def security_attributes(self) -> Mapping[str, str]:
38813
- """
38814
- 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"}}}`
38815
- """
38816
- return pulumi.get(self, "security_attributes")
38817
-
38818
38734
  @property
38819
38735
  @pulumi.getter
38820
38736
  def shape(self) -> str:
@@ -41960,7 +41876,6 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
41960
41876
  scan_ip_ids: Sequence[str],
41961
41877
  scan_listener_port_tcp: int,
41962
41878
  scan_listener_port_tcp_ssl: int,
41963
- security_attributes: Mapping[str, str],
41964
41879
  shape: str,
41965
41880
  ssh_public_keys: Sequence[str],
41966
41881
  state: str,
@@ -41984,7 +41899,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
41984
41899
  :param str exascale_db_storage_vault_id: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
41985
41900
  :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41986
41901
  :param str gi_version: A valid Oracle Grid Infrastructure (GI) software version.
41987
- :param str grid_image_id: Grid Setup will be done using this grid image id.
41902
+ :param str grid_image_id: Grid Setup will be done using this grid image id
41988
41903
  :param str grid_image_type: The type of Grid Image
41989
41904
  :param 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.
41990
41905
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata VM cluster on Exascale Infrastructure.
@@ -42003,7 +41918,6 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
42003
41918
  :param Sequence[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.
42004
41919
  :param int scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
42005
41920
  :param int scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
42006
- :param Mapping[str, str] security_attributes: 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"}}}`
42007
41921
  :param str shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
42008
41922
  :param Sequence[str] ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
42009
41923
  :param str state: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
@@ -42045,7 +41959,6 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
42045
41959
  pulumi.set(__self__, "scan_ip_ids", scan_ip_ids)
42046
41960
  pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
42047
41961
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
42048
- pulumi.set(__self__, "security_attributes", security_attributes)
42049
41962
  pulumi.set(__self__, "shape", shape)
42050
41963
  pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
42051
41964
  pulumi.set(__self__, "state", state)
@@ -42157,7 +42070,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
42157
42070
  @pulumi.getter(name="gridImageId")
42158
42071
  def grid_image_id(self) -> str:
42159
42072
  """
42160
- Grid Setup will be done using this grid image id.
42073
+ Grid Setup will be done using this grid image id
42161
42074
  """
42162
42075
  return pulumi.get(self, "grid_image_id")
42163
42076
 
@@ -42298,14 +42211,6 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
42298
42211
  """
42299
42212
  return pulumi.get(self, "scan_listener_port_tcp_ssl")
42300
42213
 
42301
- @property
42302
- @pulumi.getter(name="securityAttributes")
42303
- def security_attributes(self) -> Mapping[str, str]:
42304
- """
42305
- 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"}}}`
42306
- """
42307
- return pulumi.get(self, "security_attributes")
42308
-
42309
42214
  @property
42310
42215
  @pulumi.getter
42311
42216
  def shape(self) -> str:
@@ -27,7 +27,7 @@ class GetSqlEndpointResult:
27
27
  """
28
28
  A collection of values returned by getSqlEndpoint.
29
29
  """
30
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, driver_shape=None, driver_shape_configs=None, executor_shape=None, executor_shape_configs=None, freeform_tags=None, id=None, jdbc_endpoint_url=None, lake_id=None, max_executor_count=None, metastore_id=None, min_executor_count=None, network_configurations=None, spark_advanced_configurations=None, sql_endpoint_id=None, sql_endpoint_version=None, state=None, state_message=None, system_tags=None, time_created=None, time_updated=None, warehouse_bucket_uri=None):
30
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, driver_shape=None, driver_shape_configs=None, executor_shape=None, executor_shape_configs=None, freeform_tags=None, id=None, jdbc_endpoint_url=None, lake_id=None, last_accepted_request_token=None, max_executor_count=None, metastore_id=None, min_executor_count=None, network_configurations=None, spark_advanced_configurations=None, sql_endpoint_id=None, sql_endpoint_version=None, state=None, state_message=None, system_tags=None, time_created=None, time_updated=None, warehouse_bucket_uri=None):
31
31
  if compartment_id and not isinstance(compartment_id, str):
32
32
  raise TypeError("Expected argument 'compartment_id' to be a str")
33
33
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -64,6 +64,9 @@ class GetSqlEndpointResult:
64
64
  if lake_id and not isinstance(lake_id, str):
65
65
  raise TypeError("Expected argument 'lake_id' to be a str")
66
66
  pulumi.set(__self__, "lake_id", lake_id)
67
+ if last_accepted_request_token and not isinstance(last_accepted_request_token, str):
68
+ raise TypeError("Expected argument 'last_accepted_request_token' to be a str")
69
+ pulumi.set(__self__, "last_accepted_request_token", last_accepted_request_token)
67
70
  if max_executor_count and not isinstance(max_executor_count, int):
68
71
  raise TypeError("Expected argument 'max_executor_count' to be a int")
69
72
  pulumi.set(__self__, "max_executor_count", max_executor_count)
@@ -200,6 +203,14 @@ class GetSqlEndpointResult:
200
203
  """
201
204
  return pulumi.get(self, "lake_id")
202
205
 
206
+ @property
207
+ @pulumi.getter(name="lastAcceptedRequestToken")
208
+ def last_accepted_request_token(self) -> str:
209
+ """
210
+ This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
211
+ """
212
+ return pulumi.get(self, "last_accepted_request_token")
213
+
203
214
  @property
204
215
  @pulumi.getter(name="maxExecutorCount")
205
216
  def max_executor_count(self) -> int:
@@ -320,6 +331,7 @@ class AwaitableGetSqlEndpointResult(GetSqlEndpointResult):
320
331
  id=self.id,
321
332
  jdbc_endpoint_url=self.jdbc_endpoint_url,
322
333
  lake_id=self.lake_id,
334
+ last_accepted_request_token=self.last_accepted_request_token,
323
335
  max_executor_count=self.max_executor_count,
324
336
  metastore_id=self.metastore_id,
325
337
  min_executor_count=self.min_executor_count,
@@ -372,6 +384,7 @@ def get_sql_endpoint(sql_endpoint_id: Optional[str] = None,
372
384
  id=pulumi.get(__ret__, 'id'),
373
385
  jdbc_endpoint_url=pulumi.get(__ret__, 'jdbc_endpoint_url'),
374
386
  lake_id=pulumi.get(__ret__, 'lake_id'),
387
+ last_accepted_request_token=pulumi.get(__ret__, 'last_accepted_request_token'),
375
388
  max_executor_count=pulumi.get(__ret__, 'max_executor_count'),
376
389
  metastore_id=pulumi.get(__ret__, 'metastore_id'),
377
390
  min_executor_count=pulumi.get(__ret__, 'min_executor_count'),
@@ -421,6 +434,7 @@ def get_sql_endpoint_output(sql_endpoint_id: Optional[pulumi.Input[str]] = None,
421
434
  id=pulumi.get(__response__, 'id'),
422
435
  jdbc_endpoint_url=pulumi.get(__response__, 'jdbc_endpoint_url'),
423
436
  lake_id=pulumi.get(__response__, 'lake_id'),
437
+ last_accepted_request_token=pulumi.get(__response__, 'last_accepted_request_token'),
424
438
  max_executor_count=pulumi.get(__response__, 'max_executor_count'),
425
439
  metastore_id=pulumi.get(__response__, 'metastore_id'),
426
440
  min_executor_count=pulumi.get(__response__, 'min_executor_count'),
@@ -4212,6 +4212,7 @@ class GetSqlEndpointsSqlEndpointCollectionItemResult(dict):
4212
4212
  id: str,
4213
4213
  jdbc_endpoint_url: str,
4214
4214
  lake_id: str,
4215
+ last_accepted_request_token: str,
4215
4216
  max_executor_count: int,
4216
4217
  metastore_id: str,
4217
4218
  min_executor_count: int,
@@ -4237,6 +4238,7 @@ class GetSqlEndpointsSqlEndpointCollectionItemResult(dict):
4237
4238
  :param str id: The provision identifier that is immutable on creation.
4238
4239
  :param str jdbc_endpoint_url: The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
4239
4240
  :param str lake_id: The OCID of Oracle Cloud Infrastructure Lake.
4241
+ :param str last_accepted_request_token: This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
4240
4242
  :param int max_executor_count: The maximum number of executors.
4241
4243
  :param str metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
4242
4244
  :param int min_executor_count: The minimum number of executors.
@@ -4262,6 +4264,7 @@ class GetSqlEndpointsSqlEndpointCollectionItemResult(dict):
4262
4264
  pulumi.set(__self__, "id", id)
4263
4265
  pulumi.set(__self__, "jdbc_endpoint_url", jdbc_endpoint_url)
4264
4266
  pulumi.set(__self__, "lake_id", lake_id)
4267
+ pulumi.set(__self__, "last_accepted_request_token", last_accepted_request_token)
4265
4268
  pulumi.set(__self__, "max_executor_count", max_executor_count)
4266
4269
  pulumi.set(__self__, "metastore_id", metastore_id)
4267
4270
  pulumi.set(__self__, "min_executor_count", min_executor_count)
@@ -4371,6 +4374,14 @@ class GetSqlEndpointsSqlEndpointCollectionItemResult(dict):
4371
4374
  """
4372
4375
  return pulumi.get(self, "lake_id")
4373
4376
 
4377
+ @property
4378
+ @pulumi.getter(name="lastAcceptedRequestToken")
4379
+ def last_accepted_request_token(self) -> str:
4380
+ """
4381
+ This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
4382
+ """
4383
+ return pulumi.get(self, "last_accepted_request_token")
4384
+
4374
4385
  @property
4375
4386
  @pulumi.getter(name="maxExecutorCount")
4376
4387
  def max_executor_count(self) -> int: