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
@@ -44,7 +44,6 @@ 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,
48
47
  system_version: Optional[pulumi.Input[str]] = None,
49
48
  time_zone: Optional[pulumi.Input[str]] = None):
50
49
  """
@@ -54,9 +53,7 @@ class ExadbVmClusterArgs:
54
53
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
55
54
  :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.
56
55
  :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.
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>
56
+ :param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
60
57
  :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.
61
58
 
62
59
  The maximum length of the combined hostname and domain is 63 characters.
@@ -79,7 +76,6 @@ class ExadbVmClusterArgs:
79
76
  :param pulumi.Input[str] private_zone_id: The private zone ID in which you want DNS records to be created.
80
77
  :param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
81
78
  :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"}}}`
83
79
  :param pulumi.Input[str] system_version: (Updatable) Operating system version of the image.
84
80
  :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).
85
81
 
@@ -122,8 +118,6 @@ class ExadbVmClusterArgs:
122
118
  pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
123
119
  if scan_listener_port_tcp_ssl is not None:
124
120
  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)
127
121
  if system_version is not None:
128
122
  pulumi.set(__self__, "system_version", system_version)
129
123
  if time_zone is not None:
@@ -193,9 +187,7 @@ class ExadbVmClusterArgs:
193
187
  @pulumi.getter(name="gridImageId")
194
188
  def grid_image_id(self) -> pulumi.Input[str]:
195
189
  """
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>
190
+ (Updatable) Grid Setup will be done using this grid image id
199
191
  """
200
192
  return pulumi.get(self, "grid_image_id")
201
193
 
@@ -412,18 +404,6 @@ class ExadbVmClusterArgs:
412
404
  def scan_listener_port_tcp_ssl(self, value: Optional[pulumi.Input[int]]):
413
405
  pulumi.set(self, "scan_listener_port_tcp_ssl", value)
414
406
 
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
-
427
407
  @property
428
408
  @pulumi.getter(name="systemVersion")
429
409
  def system_version(self) -> Optional[pulumi.Input[str]]:
@@ -485,7 +465,6 @@ class _ExadbVmClusterState:
485
465
  scan_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
486
466
  scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
487
467
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
488
- security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
489
468
  shape: Optional[pulumi.Input[str]] = None,
490
469
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
491
470
  state: Optional[pulumi.Input[str]] = None,
@@ -510,9 +489,7 @@ class _ExadbVmClusterState:
510
489
  :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.
511
490
  :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"}`
512
491
  :param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
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>
492
+ :param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
516
493
  :param pulumi.Input[str] grid_image_type: The type of Grid Image
517
494
  :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.
518
495
 
@@ -534,7 +511,6 @@ class _ExadbVmClusterState:
534
511
  :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.
535
512
  :param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
536
513
  :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"}}}`
538
514
  :param pulumi.Input[str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
539
515
  :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.
540
516
  :param pulumi.Input[str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
@@ -608,8 +584,6 @@ class _ExadbVmClusterState:
608
584
  pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
609
585
  if scan_listener_port_tcp_ssl is not None:
610
586
  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)
613
587
  if shape is not None:
614
588
  pulumi.set(__self__, "shape", shape)
615
589
  if ssh_public_keys is not None:
@@ -779,9 +753,7 @@ class _ExadbVmClusterState:
779
753
  @pulumi.getter(name="gridImageId")
780
754
  def grid_image_id(self) -> Optional[pulumi.Input[str]]:
781
755
  """
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>
756
+ (Updatable) Grid Setup will be done using this grid image id
785
757
  """
786
758
  return pulumi.get(self, "grid_image_id")
787
759
 
@@ -986,18 +958,6 @@ class _ExadbVmClusterState:
986
958
  def scan_listener_port_tcp_ssl(self, value: Optional[pulumi.Input[int]]):
987
959
  pulumi.set(self, "scan_listener_port_tcp_ssl", value)
988
960
 
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
-
1001
961
  @property
1002
962
  @pulumi.getter
1003
963
  def shape(self) -> Optional[pulumi.Input[str]]:
@@ -1148,7 +1108,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1148
1108
  private_zone_id: Optional[pulumi.Input[str]] = None,
1149
1109
  scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
1150
1110
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
1151
- security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1152
1111
  shape: Optional[pulumi.Input[str]] = None,
1153
1112
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1154
1113
  subnet_id: Optional[pulumi.Input[str]] = None,
@@ -1181,9 +1140,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1181
1140
  :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.
1182
1141
  :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.
1183
1142
  :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"}`
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>
1143
+ :param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
1187
1144
  :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.
1188
1145
 
1189
1146
  The maximum length of the combined hostname and domain is 63 characters.
@@ -1197,7 +1154,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1197
1154
  :param pulumi.Input[str] private_zone_id: The private zone ID in which you want DNS records to be created.
1198
1155
  :param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
1199
1156
  :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"}}}`
1201
1157
  :param pulumi.Input[str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
1202
1158
  :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.
1203
1159
  :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.
@@ -1262,7 +1218,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1262
1218
  private_zone_id: Optional[pulumi.Input[str]] = None,
1263
1219
  scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
1264
1220
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
1265
- security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1266
1221
  shape: Optional[pulumi.Input[str]] = None,
1267
1222
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1268
1223
  subnet_id: Optional[pulumi.Input[str]] = None,
@@ -1313,7 +1268,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1313
1268
  __props__.__dict__["private_zone_id"] = private_zone_id
1314
1269
  __props__.__dict__["scan_listener_port_tcp"] = scan_listener_port_tcp
1315
1270
  __props__.__dict__["scan_listener_port_tcp_ssl"] = scan_listener_port_tcp_ssl
1316
- __props__.__dict__["security_attributes"] = security_attributes
1317
1271
  if shape is None and not opts.urn:
1318
1272
  raise TypeError("Missing required property 'shape'")
1319
1273
  __props__.__dict__["shape"] = shape
@@ -1378,7 +1332,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1378
1332
  scan_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1379
1333
  scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
1380
1334
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
1381
- security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1382
1335
  shape: Optional[pulumi.Input[str]] = None,
1383
1336
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1384
1337
  state: Optional[pulumi.Input[str]] = None,
@@ -1408,9 +1361,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1408
1361
  :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.
1409
1362
  :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"}`
1410
1363
  :param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
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>
1364
+ :param pulumi.Input[str] grid_image_id: (Updatable) Grid Setup will be done using this grid image id
1414
1365
  :param pulumi.Input[str] grid_image_type: The type of Grid Image
1415
1366
  :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.
1416
1367
 
@@ -1432,7 +1383,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1432
1383
  :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.
1433
1384
  :param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
1434
1385
  :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"}}}`
1436
1386
  :param pulumi.Input[str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
1437
1387
  :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.
1438
1388
  :param pulumi.Input[str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
@@ -1481,7 +1431,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1481
1431
  __props__.__dict__["scan_ip_ids"] = scan_ip_ids
1482
1432
  __props__.__dict__["scan_listener_port_tcp"] = scan_listener_port_tcp
1483
1433
  __props__.__dict__["scan_listener_port_tcp_ssl"] = scan_listener_port_tcp_ssl
1484
- __props__.__dict__["security_attributes"] = security_attributes
1485
1434
  __props__.__dict__["shape"] = shape
1486
1435
  __props__.__dict__["ssh_public_keys"] = ssh_public_keys
1487
1436
  __props__.__dict__["state"] = state
@@ -1594,9 +1543,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1594
1543
  @pulumi.getter(name="gridImageId")
1595
1544
  def grid_image_id(self) -> pulumi.Output[str]:
1596
1545
  """
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>
1546
+ (Updatable) Grid Setup will be done using this grid image id
1600
1547
  """
1601
1548
  return pulumi.get(self, "grid_image_id")
1602
1549
 
@@ -1733,14 +1680,6 @@ class ExadbVmCluster(pulumi.CustomResource):
1733
1680
  """
1734
1681
  return pulumi.get(self, "scan_listener_port_tcp_ssl")
1735
1682
 
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
-
1744
1683
  @property
1745
1684
  @pulumi.getter
1746
1685
  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, 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):
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):
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,9 +340,6 @@ 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)
346
343
  if service_console_url and not isinstance(service_console_url, str):
347
344
  raise TypeError("Expected argument 'service_console_url' to be a str")
348
345
  pulumi.set(__self__, "service_console_url", service_console_url)
@@ -1260,14 +1257,6 @@ class GetAutonomousDatabaseResult:
1260
1257
  def secret_version_number(self) -> int:
1261
1258
  return pulumi.get(self, "secret_version_number")
1262
1259
 
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
-
1271
1260
  @property
1272
1261
  @pulumi.getter(name="serviceConsoleUrl")
1273
1262
  def service_console_url(self) -> str:
@@ -1658,7 +1647,6 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
1658
1647
  scheduled_operations=self.scheduled_operations,
1659
1648
  secret_id=self.secret_id,
1660
1649
  secret_version_number=self.secret_version_number,
1661
- security_attributes=self.security_attributes,
1662
1650
  service_console_url=self.service_console_url,
1663
1651
  shrink_adb_trigger=self.shrink_adb_trigger,
1664
1652
  source=self.source,
@@ -1827,7 +1815,6 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
1827
1815
  scheduled_operations=pulumi.get(__ret__, 'scheduled_operations'),
1828
1816
  secret_id=pulumi.get(__ret__, 'secret_id'),
1829
1817
  secret_version_number=pulumi.get(__ret__, 'secret_version_number'),
1830
- security_attributes=pulumi.get(__ret__, 'security_attributes'),
1831
1818
  service_console_url=pulumi.get(__ret__, 'service_console_url'),
1832
1819
  shrink_adb_trigger=pulumi.get(__ret__, 'shrink_adb_trigger'),
1833
1820
  source=pulumi.get(__ret__, 'source'),
@@ -1993,7 +1980,6 @@ def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input
1993
1980
  scheduled_operations=pulumi.get(__response__, 'scheduled_operations'),
1994
1981
  secret_id=pulumi.get(__response__, 'secret_id'),
1995
1982
  secret_version_number=pulumi.get(__response__, 'secret_version_number'),
1996
- security_attributes=pulumi.get(__response__, 'security_attributes'),
1997
1983
  service_console_url=pulumi.get(__response__, 'service_console_url'),
1998
1984
  shrink_adb_trigger=pulumi.get(__response__, 'shrink_adb_trigger'),
1999
1985
  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, 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):
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):
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,9 +175,6 @@ 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)
181
178
  if shape and not isinstance(shape, str):
182
179
  raise TypeError("Expected argument 'shape' to be a str")
183
180
  pulumi.set(__self__, "shape", shape)
@@ -190,12 +187,6 @@ class GetCloudAutonomousVmClusterResult:
190
187
  if time_created and not isinstance(time_created, str):
191
188
  raise TypeError("Expected argument 'time_created' to be a str")
192
189
  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)
199
190
  if time_updated and not isinstance(time_updated, str):
200
191
  raise TypeError("Expected argument 'time_updated' to be a str")
201
192
  pulumi.set(__self__, "time_updated", time_updated)
@@ -598,14 +589,6 @@ class GetCloudAutonomousVmClusterResult:
598
589
  """
599
590
  return pulumi.get(self, "scan_listener_port_tls")
600
591
 
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
-
609
592
  @property
610
593
  @pulumi.getter
611
594
  def shape(self) -> str:
@@ -638,22 +621,6 @@ class GetCloudAutonomousVmClusterResult:
638
621
  """
639
622
  return pulumi.get(self, "time_created")
640
623
 
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
-
657
624
  @property
658
625
  @pulumi.getter(name="timeUpdated")
659
626
  def time_updated(self) -> str:
@@ -742,13 +709,10 @@ class AwaitableGetCloudAutonomousVmClusterResult(GetCloudAutonomousVmClusterResu
742
709
  reserved_cpus=self.reserved_cpus,
743
710
  scan_listener_port_non_tls=self.scan_listener_port_non_tls,
744
711
  scan_listener_port_tls=self.scan_listener_port_tls,
745
- security_attributes=self.security_attributes,
746
712
  shape=self.shape,
747
713
  state=self.state,
748
714
  subnet_id=self.subnet_id,
749
715
  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,
752
716
  time_updated=self.time_updated,
753
717
  total_autonomous_data_storage_in_tbs=self.total_autonomous_data_storage_in_tbs,
754
718
  total_container_databases=self.total_container_databases,
@@ -829,13 +793,10 @@ def get_cloud_autonomous_vm_cluster(cloud_autonomous_vm_cluster_id: Optional[str
829
793
  reserved_cpus=pulumi.get(__ret__, 'reserved_cpus'),
830
794
  scan_listener_port_non_tls=pulumi.get(__ret__, 'scan_listener_port_non_tls'),
831
795
  scan_listener_port_tls=pulumi.get(__ret__, 'scan_listener_port_tls'),
832
- security_attributes=pulumi.get(__ret__, 'security_attributes'),
833
796
  shape=pulumi.get(__ret__, 'shape'),
834
797
  state=pulumi.get(__ret__, 'state'),
835
798
  subnet_id=pulumi.get(__ret__, 'subnet_id'),
836
799
  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'),
839
800
  time_updated=pulumi.get(__ret__, 'time_updated'),
840
801
  total_autonomous_data_storage_in_tbs=pulumi.get(__ret__, 'total_autonomous_data_storage_in_tbs'),
841
802
  total_container_databases=pulumi.get(__ret__, 'total_container_databases'),
@@ -913,13 +874,10 @@ def get_cloud_autonomous_vm_cluster_output(cloud_autonomous_vm_cluster_id: Optio
913
874
  reserved_cpus=pulumi.get(__response__, 'reserved_cpus'),
914
875
  scan_listener_port_non_tls=pulumi.get(__response__, 'scan_listener_port_non_tls'),
915
876
  scan_listener_port_tls=pulumi.get(__response__, 'scan_listener_port_tls'),
916
- security_attributes=pulumi.get(__response__, 'security_attributes'),
917
877
  shape=pulumi.get(__response__, 'shape'),
918
878
  state=pulumi.get(__response__, 'state'),
919
879
  subnet_id=pulumi.get(__response__, 'subnet_id'),
920
880
  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'),
923
881
  time_updated=pulumi.get(__response__, 'time_updated'),
924
882
  total_autonomous_data_storage_in_tbs=pulumi.get(__response__, 'total_autonomous_data_storage_in_tbs'),
925
883
  total_container_databases=pulumi.get(__response__, 'total_container_databases'),
@@ -27,7 +27,7 @@ class GetCloudVmClusterResult:
27
27
  """
28
28
  A collection of values returned by getCloudVmCluster.
29
29
  """
30
- def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cloud_automation_update_details=None, cloud_exadata_infrastructure_id=None, cloud_vm_cluster_id=None, cluster_name=None, compartment_id=None, cpu_core_count=None, create_async=None, data_collection_options=None, data_storage_percentage=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, disk_redundancy=None, display_name=None, domain=None, file_system_configuration_details=None, freeform_tags=None, gi_version=None, hostname=None, id=None, iorm_config_caches=None, is_local_backup_enabled=None, is_sparse_diskgroup_enabled=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, memory_size_in_gbs=None, node_count=None, nsg_ids=None, ocpu_count=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, security_attributes=None, shape=None, ssh_public_keys=None, state=None, storage_size_in_gbs=None, subnet_id=None, subscription_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
30
+ def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cloud_automation_update_details=None, cloud_exadata_infrastructure_id=None, cloud_vm_cluster_id=None, cluster_name=None, compartment_id=None, cpu_core_count=None, create_async=None, data_collection_options=None, data_storage_percentage=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, disk_redundancy=None, display_name=None, domain=None, file_system_configuration_details=None, freeform_tags=None, gi_version=None, hostname=None, id=None, iorm_config_caches=None, is_local_backup_enabled=None, is_sparse_diskgroup_enabled=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, memory_size_in_gbs=None, node_count=None, nsg_ids=None, ocpu_count=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, shape=None, ssh_public_keys=None, state=None, storage_size_in_gbs=None, subnet_id=None, subscription_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
31
31
  if availability_domain and not isinstance(availability_domain, str):
32
32
  raise TypeError("Expected argument 'availability_domain' to be a str")
33
33
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -151,9 +151,6 @@ class GetCloudVmClusterResult:
151
151
  if scan_listener_port_tcp_ssl and not isinstance(scan_listener_port_tcp_ssl, int):
152
152
  raise TypeError("Expected argument 'scan_listener_port_tcp_ssl' to be a int")
153
153
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
154
- if security_attributes and not isinstance(security_attributes, dict):
155
- raise TypeError("Expected argument 'security_attributes' to be a dict")
156
- pulumi.set(__self__, "security_attributes", security_attributes)
157
154
  if shape and not isinstance(shape, str):
158
155
  raise TypeError("Expected argument 'shape' to be a str")
159
156
  pulumi.set(__self__, "shape", shape)
@@ -511,14 +508,6 @@ class GetCloudVmClusterResult:
511
508
  """
512
509
  return pulumi.get(self, "scan_listener_port_tcp_ssl")
513
510
 
514
- @property
515
- @pulumi.getter(name="securityAttributes")
516
- def security_attributes(self) -> Mapping[str, str]:
517
- """
518
- 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"}}}`
519
- """
520
- return pulumi.get(self, "security_attributes")
521
-
522
511
  @property
523
512
  @pulumi.getter
524
513
  def shape(self) -> str:
@@ -663,7 +652,6 @@ class AwaitableGetCloudVmClusterResult(GetCloudVmClusterResult):
663
652
  scan_ip_ids=self.scan_ip_ids,
664
653
  scan_listener_port_tcp=self.scan_listener_port_tcp,
665
654
  scan_listener_port_tcp_ssl=self.scan_listener_port_tcp_ssl,
666
- security_attributes=self.security_attributes,
667
655
  shape=self.shape,
668
656
  ssh_public_keys=self.ssh_public_keys,
669
657
  state=self.state,
@@ -744,7 +732,6 @@ def get_cloud_vm_cluster(cloud_vm_cluster_id: Optional[str] = None,
744
732
  scan_ip_ids=pulumi.get(__ret__, 'scan_ip_ids'),
745
733
  scan_listener_port_tcp=pulumi.get(__ret__, 'scan_listener_port_tcp'),
746
734
  scan_listener_port_tcp_ssl=pulumi.get(__ret__, 'scan_listener_port_tcp_ssl'),
747
- security_attributes=pulumi.get(__ret__, 'security_attributes'),
748
735
  shape=pulumi.get(__ret__, 'shape'),
749
736
  ssh_public_keys=pulumi.get(__ret__, 'ssh_public_keys'),
750
737
  state=pulumi.get(__ret__, 'state'),
@@ -822,7 +809,6 @@ def get_cloud_vm_cluster_output(cloud_vm_cluster_id: Optional[pulumi.Input[str]]
822
809
  scan_ip_ids=pulumi.get(__response__, 'scan_ip_ids'),
823
810
  scan_listener_port_tcp=pulumi.get(__response__, 'scan_listener_port_tcp'),
824
811
  scan_listener_port_tcp_ssl=pulumi.get(__response__, 'scan_listener_port_tcp_ssl'),
825
- security_attributes=pulumi.get(__response__, 'security_attributes'),
826
812
  shape=pulumi.get(__response__, 'shape'),
827
813
  ssh_public_keys=pulumi.get(__response__, 'ssh_public_keys'),
828
814
  state=pulumi.get(__response__, 'state'),
@@ -27,7 +27,7 @@ class GetDataGuardAssociationResult:
27
27
  """
28
28
  A collection of values returned by getDataGuardAssociation.
29
29
  """
30
- def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
30
+ def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
31
31
  if apply_lag and not isinstance(apply_lag, str):
32
32
  raise TypeError("Expected argument 'apply_lag' to be a str")
33
33
  pulumi.set(__self__, "apply_lag", apply_lag)
@@ -76,9 +76,6 @@ class GetDataGuardAssociationResult:
76
76
  if db_system_freeform_tags and not isinstance(db_system_freeform_tags, dict):
77
77
  raise TypeError("Expected argument 'db_system_freeform_tags' to be a dict")
78
78
  pulumi.set(__self__, "db_system_freeform_tags", db_system_freeform_tags)
79
- if db_system_security_attributes and not isinstance(db_system_security_attributes, dict):
80
- raise TypeError("Expected argument 'db_system_security_attributes' to be a dict")
81
- pulumi.set(__self__, "db_system_security_attributes", db_system_security_attributes)
82
79
  if delete_standby_db_home_on_delete and not isinstance(delete_standby_db_home_on_delete, str):
83
80
  raise TypeError("Expected argument 'delete_standby_db_home_on_delete' to be a str")
84
81
  pulumi.set(__self__, "delete_standby_db_home_on_delete", delete_standby_db_home_on_delete)
@@ -256,11 +253,6 @@ class GetDataGuardAssociationResult:
256
253
  def db_system_freeform_tags(self) -> Mapping[str, str]:
257
254
  return pulumi.get(self, "db_system_freeform_tags")
258
255
 
259
- @property
260
- @pulumi.getter(name="dbSystemSecurityAttributes")
261
- def db_system_security_attributes(self) -> Mapping[str, str]:
262
- return pulumi.get(self, "db_system_security_attributes")
263
-
264
256
  @property
265
257
  @pulumi.getter(name="deleteStandbyDbHomeOnDelete")
266
258
  def delete_standby_db_home_on_delete(self) -> str:
@@ -468,7 +460,6 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
468
460
  database_software_image_id=self.database_software_image_id,
469
461
  db_system_defined_tags=self.db_system_defined_tags,
470
462
  db_system_freeform_tags=self.db_system_freeform_tags,
471
- db_system_security_attributes=self.db_system_security_attributes,
472
463
  delete_standby_db_home_on_delete=self.delete_standby_db_home_on_delete,
473
464
  display_name=self.display_name,
474
465
  domain=self.domain,
@@ -545,7 +536,6 @@ def get_data_guard_association(data_guard_association_id: Optional[str] = None,
545
536
  database_software_image_id=pulumi.get(__ret__, 'database_software_image_id'),
546
537
  db_system_defined_tags=pulumi.get(__ret__, 'db_system_defined_tags'),
547
538
  db_system_freeform_tags=pulumi.get(__ret__, 'db_system_freeform_tags'),
548
- db_system_security_attributes=pulumi.get(__ret__, 'db_system_security_attributes'),
549
539
  delete_standby_db_home_on_delete=pulumi.get(__ret__, 'delete_standby_db_home_on_delete'),
550
540
  display_name=pulumi.get(__ret__, 'display_name'),
551
541
  domain=pulumi.get(__ret__, 'domain'),
@@ -619,7 +609,6 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
619
609
  database_software_image_id=pulumi.get(__response__, 'database_software_image_id'),
620
610
  db_system_defined_tags=pulumi.get(__response__, 'db_system_defined_tags'),
621
611
  db_system_freeform_tags=pulumi.get(__response__, 'db_system_freeform_tags'),
622
- db_system_security_attributes=pulumi.get(__response__, 'db_system_security_attributes'),
623
612
  delete_standby_db_home_on_delete=pulumi.get(__response__, 'delete_standby_db_home_on_delete'),
624
613
  display_name=pulumi.get(__response__, 'display_name'),
625
614
  domain=pulumi.get(__response__, 'domain'),
@@ -27,7 +27,7 @@ class GetExadbVmClusterResult:
27
27
  """
28
28
  A collection of values returned by getExadbVmCluster.
29
29
  """
30
- def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cluster_name=None, compartment_id=None, data_collection_options=None, defined_tags=None, display_name=None, domain=None, exadb_vm_cluster_id=None, exascale_db_storage_vault_id=None, freeform_tags=None, gi_version=None, grid_image_id=None, grid_image_type=None, hostname=None, id=None, iorm_config_caches=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, node_configs=None, node_resources=None, nsg_ids=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, security_attributes=None, shape=None, ssh_public_keys=None, state=None, subnet_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
30
+ def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cluster_name=None, compartment_id=None, data_collection_options=None, defined_tags=None, display_name=None, domain=None, exadb_vm_cluster_id=None, exascale_db_storage_vault_id=None, freeform_tags=None, gi_version=None, grid_image_id=None, grid_image_type=None, hostname=None, id=None, iorm_config_caches=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, node_configs=None, node_resources=None, nsg_ids=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, shape=None, ssh_public_keys=None, state=None, subnet_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
31
31
  if availability_domain and not isinstance(availability_domain, str):
32
32
  raise TypeError("Expected argument 'availability_domain' to be a str")
33
33
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -121,9 +121,6 @@ class GetExadbVmClusterResult:
121
121
  if scan_listener_port_tcp_ssl and not isinstance(scan_listener_port_tcp_ssl, int):
122
122
  raise TypeError("Expected argument 'scan_listener_port_tcp_ssl' to be a int")
123
123
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
124
- if security_attributes and not isinstance(security_attributes, dict):
125
- raise TypeError("Expected argument 'security_attributes' to be a dict")
126
- pulumi.set(__self__, "security_attributes", security_attributes)
127
124
  if shape and not isinstance(shape, str):
128
125
  raise TypeError("Expected argument 'shape' to be a str")
129
126
  pulumi.set(__self__, "shape", shape)
@@ -260,7 +257,7 @@ class GetExadbVmClusterResult:
260
257
  @pulumi.getter(name="gridImageId")
261
258
  def grid_image_id(self) -> str:
262
259
  """
263
- Grid Setup will be done using this grid image id.
260
+ Grid Setup will be done using this grid image id
264
261
  """
265
262
  return pulumi.get(self, "grid_image_id")
266
263
 
@@ -401,14 +398,6 @@ class GetExadbVmClusterResult:
401
398
  """
402
399
  return pulumi.get(self, "scan_listener_port_tcp_ssl")
403
400
 
404
- @property
405
- @pulumi.getter(name="securityAttributes")
406
- def security_attributes(self) -> Mapping[str, str]:
407
- """
408
- 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"}}}`
409
- """
410
- return pulumi.get(self, "security_attributes")
411
-
412
401
  @property
413
402
  @pulumi.getter
414
403
  def shape(self) -> str:
@@ -527,7 +516,6 @@ class AwaitableGetExadbVmClusterResult(GetExadbVmClusterResult):
527
516
  scan_ip_ids=self.scan_ip_ids,
528
517
  scan_listener_port_tcp=self.scan_listener_port_tcp,
529
518
  scan_listener_port_tcp_ssl=self.scan_listener_port_tcp_ssl,
530
- security_attributes=self.security_attributes,
531
519
  shape=self.shape,
532
520
  ssh_public_keys=self.ssh_public_keys,
533
521
  state=self.state,
@@ -596,7 +584,6 @@ def get_exadb_vm_cluster(exadb_vm_cluster_id: Optional[str] = None,
596
584
  scan_ip_ids=pulumi.get(__ret__, 'scan_ip_ids'),
597
585
  scan_listener_port_tcp=pulumi.get(__ret__, 'scan_listener_port_tcp'),
598
586
  scan_listener_port_tcp_ssl=pulumi.get(__ret__, 'scan_listener_port_tcp_ssl'),
599
- security_attributes=pulumi.get(__ret__, 'security_attributes'),
600
587
  shape=pulumi.get(__ret__, 'shape'),
601
588
  ssh_public_keys=pulumi.get(__ret__, 'ssh_public_keys'),
602
589
  state=pulumi.get(__ret__, 'state'),
@@ -662,7 +649,6 @@ def get_exadb_vm_cluster_output(exadb_vm_cluster_id: Optional[pulumi.Input[str]]
662
649
  scan_ip_ids=pulumi.get(__response__, 'scan_ip_ids'),
663
650
  scan_listener_port_tcp=pulumi.get(__response__, 'scan_listener_port_tcp'),
664
651
  scan_listener_port_tcp_ssl=pulumi.get(__response__, 'scan_listener_port_tcp_ssl'),
665
- security_attributes=pulumi.get(__response__, 'security_attributes'),
666
652
  shape=pulumi.get(__response__, 'shape'),
667
653
  ssh_public_keys=pulumi.get(__response__, 'ssh_public_keys'),
668
654
  state=pulumi.get(__response__, 'state'),