pulumi-oci 2.8.0__py3-none-any.whl → 2.8.0a1724220787__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 (33) hide show
  1. pulumi_oci/analytics/_inputs.py +4 -4
  2. pulumi_oci/analytics/analytics_instance.py +25 -199
  3. pulumi_oci/analytics/get_analytics_instance.py +2 -51
  4. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  5. pulumi_oci/analytics/outputs.py +12 -52
  6. pulumi_oci/database/get_maintenance_run.py +1 -14
  7. pulumi_oci/database/maintenance_run.py +7 -56
  8. pulumi_oci/database/outputs.py +0 -33
  9. pulumi_oci/disasterrecovery/_inputs.py +2 -66
  10. pulumi_oci/disasterrecovery/dr_protection_group.py +0 -8
  11. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +0 -24
  12. pulumi_oci/disasterrecovery/outputs.py +10 -150
  13. pulumi_oci/integration/get_integration_instance.py +2 -25
  14. pulumi_oci/integration/integration_instance.py +0 -88
  15. pulumi_oci/integration/outputs.py +6 -24
  16. pulumi_oci/mysql/_inputs.py +2 -202
  17. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  18. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  19. pulumi_oci/mysql/mysql_backup.py +4 -4
  20. pulumi_oci/mysql/mysql_db_system.py +0 -55
  21. pulumi_oci/mysql/outputs.py +10 -503
  22. pulumi_oci/pulumi-plugin.json +1 -1
  23. pulumi_oci/redis/__init__.py +0 -1
  24. pulumi_oci/redis/_inputs.py +0 -40
  25. pulumi_oci/redis/get_redis_cluster.py +21 -47
  26. pulumi_oci/redis/get_redis_clusters.py +8 -8
  27. pulumi_oci/redis/outputs.py +28 -160
  28. pulumi_oci/redis/redis_cluster.py +79 -177
  29. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/METADATA +1 -1
  30. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/RECORD +32 -33
  31. pulumi_oci/redis/get_redis_cluster_nodes.py +0 -156
  32. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/WHEEL +0 -0
  33. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/top_level.txt +0 -0
@@ -29943,7 +29943,6 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
29943
29943
  current_custom_action_timeout_in_mins: int,
29944
29944
  current_patching_component: str,
29945
29945
  custom_action_timeout_in_mins: int,
29946
- database_software_image_id: str,
29947
29946
  description: str,
29948
29947
  display_name: str,
29949
29948
  estimated_component_patching_start_time: str,
@@ -29974,7 +29973,6 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
29974
29973
  :param int current_custom_action_timeout_in_mins: Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
29975
29974
  :param str current_patching_component: The name of the current infrastruture component that is getting patched.
29976
29975
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
29977
- :param str database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
29978
29976
  :param str description: Description of the maintenance run.
29979
29977
  :param str display_name: The user-friendly name for the maintenance run.
29980
29978
  :param str estimated_component_patching_start_time: The estimated start time of the next infrastruture component patching operation.
@@ -30005,7 +30003,6 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
30005
30003
  pulumi.set(__self__, "current_custom_action_timeout_in_mins", current_custom_action_timeout_in_mins)
30006
30004
  pulumi.set(__self__, "current_patching_component", current_patching_component)
30007
30005
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
30008
- pulumi.set(__self__, "database_software_image_id", database_software_image_id)
30009
30006
  pulumi.set(__self__, "description", description)
30010
30007
  pulumi.set(__self__, "display_name", display_name)
30011
30008
  pulumi.set(__self__, "estimated_component_patching_start_time", estimated_component_patching_start_time)
@@ -30064,14 +30061,6 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
30064
30061
  """
30065
30062
  return pulumi.get(self, "custom_action_timeout_in_mins")
30066
30063
 
30067
- @property
30068
- @pulumi.getter(name="databaseSoftwareImageId")
30069
- def database_software_image_id(self) -> str:
30070
- """
30071
- The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
30072
- """
30073
- return pulumi.get(self, "database_software_image_id")
30074
-
30075
30064
  @property
30076
30065
  @pulumi.getter
30077
30066
  def description(self) -> str:
@@ -30422,7 +30411,6 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30422
30411
  current_custom_action_timeout_in_mins: int,
30423
30412
  current_patching_component: str,
30424
30413
  custom_action_timeout_in_mins: int,
30425
- database_software_image_id: str,
30426
30414
  description: str,
30427
30415
  display_name: str,
30428
30416
  estimated_component_patching_start_time: str,
@@ -30453,7 +30441,6 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30453
30441
  :param int current_custom_action_timeout_in_mins: Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
30454
30442
  :param str current_patching_component: The name of the current infrastruture component that is getting patched.
30455
30443
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
30456
- :param str database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
30457
30444
  :param str description: Description of the maintenance run.
30458
30445
  :param str display_name: The user-friendly name for the maintenance run.
30459
30446
  :param str estimated_component_patching_start_time: The estimated start time of the next infrastruture component patching operation.
@@ -30484,7 +30471,6 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30484
30471
  pulumi.set(__self__, "current_custom_action_timeout_in_mins", current_custom_action_timeout_in_mins)
30485
30472
  pulumi.set(__self__, "current_patching_component", current_patching_component)
30486
30473
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
30487
- pulumi.set(__self__, "database_software_image_id", database_software_image_id)
30488
30474
  pulumi.set(__self__, "description", description)
30489
30475
  pulumi.set(__self__, "display_name", display_name)
30490
30476
  pulumi.set(__self__, "estimated_component_patching_start_time", estimated_component_patching_start_time)
@@ -30543,14 +30529,6 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
30543
30529
  """
30544
30530
  return pulumi.get(self, "custom_action_timeout_in_mins")
30545
30531
 
30546
- @property
30547
- @pulumi.getter(name="databaseSoftwareImageId")
30548
- def database_software_image_id(self) -> str:
30549
- """
30550
- The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
30551
- """
30552
- return pulumi.get(self, "database_software_image_id")
30553
-
30554
30532
  @property
30555
30533
  @pulumi.getter
30556
30534
  def description(self) -> str:
@@ -42357,7 +42335,6 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42357
42335
  current_custom_action_timeout_in_mins: int,
42358
42336
  current_patching_component: str,
42359
42337
  custom_action_timeout_in_mins: int,
42360
- database_software_image_id: str,
42361
42338
  description: str,
42362
42339
  display_name: str,
42363
42340
  estimated_component_patching_start_time: str,
@@ -42389,7 +42366,6 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42389
42366
  :param int current_custom_action_timeout_in_mins: Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
42390
42367
  :param str current_patching_component: The name of the current infrastruture component that is getting patched.
42391
42368
  :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
42392
- :param str database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
42393
42369
  :param str description: Description of the maintenance run.
42394
42370
  :param str display_name: The user-friendly name for the maintenance run.
42395
42371
  :param str estimated_component_patching_start_time: The estimated start time of the next infrastruture component patching operation.
@@ -42420,7 +42396,6 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42420
42396
  pulumi.set(__self__, "current_custom_action_timeout_in_mins", current_custom_action_timeout_in_mins)
42421
42397
  pulumi.set(__self__, "current_patching_component", current_patching_component)
42422
42398
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
42423
- pulumi.set(__self__, "database_software_image_id", database_software_image_id)
42424
42399
  pulumi.set(__self__, "description", description)
42425
42400
  pulumi.set(__self__, "display_name", display_name)
42426
42401
  pulumi.set(__self__, "estimated_component_patching_start_time", estimated_component_patching_start_time)
@@ -42480,14 +42455,6 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
42480
42455
  """
42481
42456
  return pulumi.get(self, "custom_action_timeout_in_mins")
42482
42457
 
42483
- @property
42484
- @pulumi.getter(name="databaseSoftwareImageId")
42485
- def database_software_image_id(self) -> str:
42486
- """
42487
- The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
42488
- """
42489
- return pulumi.get(self, "database_software_image_id")
42490
-
42491
42458
  @property
42492
42459
  @pulumi.getter
42493
42460
  def description(self) -> str:
@@ -1090,11 +1090,8 @@ class DrProtectionGroupMemberArgs:
1090
1090
  def __init__(__self__, *,
1091
1091
  member_id: pulumi.Input[str],
1092
1092
  member_type: pulumi.Input[str],
1093
- autonomous_database_standby_type_for_dr_drills: Optional[pulumi.Input[str]] = None,
1094
1093
  backend_set_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBackendSetMappingArgs']]]] = None,
1095
1094
  block_volume_operations: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgs']]]] = None,
1096
- bucket: Optional[pulumi.Input[str]] = None,
1097
- connection_string_type: Optional[pulumi.Input[str]] = None,
1098
1095
  destination_availability_domain: Optional[pulumi.Input[str]] = None,
1099
1096
  destination_capacity_reservation_id: Optional[pulumi.Input[str]] = None,
1100
1097
  destination_compartment_id: Optional[pulumi.Input[str]] = None,
@@ -1106,18 +1103,14 @@ class DrProtectionGroupMemberArgs:
1106
1103
  is_movable: Optional[pulumi.Input[bool]] = None,
1107
1104
  is_retain_fault_domain: Optional[pulumi.Input[bool]] = None,
1108
1105
  is_start_stop_enabled: Optional[pulumi.Input[bool]] = None,
1109
- namespace: Optional[pulumi.Input[str]] = None,
1110
1106
  password_vault_secret_id: Optional[pulumi.Input[str]] = None,
1111
1107
  vnic_mapping: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]]] = None,
1112
1108
  vnic_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]]] = None):
1113
1109
  """
1114
1110
  :param pulumi.Input[str] member_id: (Updatable) The OCID of the member. Example: `ocid1.instance.oc1..uniqueID`
1115
1111
  :param pulumi.Input[str] member_type: (Updatable) The type of the member.
1116
- :param pulumi.Input[str] autonomous_database_standby_type_for_dr_drills: (Updatable) This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
1117
1112
  :param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBackendSetMappingArgs']]] backend_set_mappings: (Updatable) A list of backend set mappings that are used to transfer or update backends during DR.
1118
1113
  :param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgs']]] block_volume_operations: (Updatable) A list of operations performed on block volumes used by the compute instance.
1119
- :param pulumi.Input[str] bucket: (Updatable) The bucket name inside the object storage namespace. Example: `bucket_name`
1120
- :param pulumi.Input[str] connection_string_type: (Updatable) The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
1121
1114
  :param pulumi.Input[str] destination_availability_domain: (Updatable) The availability domain of the destination mount target. Example: `BBTh:region-AD`
1122
1115
  :param pulumi.Input[str] destination_capacity_reservation_id: (Updatable) The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example: `ocid1.capacityreservation.oc1..uniqueID`
1123
1116
  :param pulumi.Input[str] destination_compartment_id: (Updatable) The OCID of a compartment in the destination region in which the compute instance should be launched. Example: `ocid1.compartment.oc1..uniqueID`
@@ -1129,23 +1122,16 @@ class DrProtectionGroupMemberArgs:
1129
1122
  :param pulumi.Input[bool] is_movable: (Updatable) A flag indicating if the compute instance should be moved during DR operations. Example: `false`
1130
1123
  :param pulumi.Input[bool] is_retain_fault_domain: (Updatable) A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example: `false`
1131
1124
  :param pulumi.Input[bool] is_start_stop_enabled: (Updatable) A flag indicating whether the non-movable compute instance should be started and stopped during DR operations. *Prechecks cannot be executed on stopped instances that are configured to be started.*
1132
- :param pulumi.Input[str] namespace: (Updatable) The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
1133
- :param pulumi.Input[str] password_vault_secret_id: (Updatable) The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example: `ocid1.vaultsecret.oc1..uniqueID`
1125
+ :param pulumi.Input[str] password_vault_secret_id: (Updatable) The OCID of the vault secret where the database SYSDBA password is stored. Example: `ocid1.vaultsecret.oc1..uniqueID`
1134
1126
  :param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]] vnic_mapping: (Updatable) A list of compute instance VNIC mappings.
1135
1127
  :param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]] vnic_mappings: (Updatable) A list of compute instance VNIC mappings.
1136
1128
  """
1137
1129
  pulumi.set(__self__, "member_id", member_id)
1138
1130
  pulumi.set(__self__, "member_type", member_type)
1139
- if autonomous_database_standby_type_for_dr_drills is not None:
1140
- pulumi.set(__self__, "autonomous_database_standby_type_for_dr_drills", autonomous_database_standby_type_for_dr_drills)
1141
1131
  if backend_set_mappings is not None:
1142
1132
  pulumi.set(__self__, "backend_set_mappings", backend_set_mappings)
1143
1133
  if block_volume_operations is not None:
1144
1134
  pulumi.set(__self__, "block_volume_operations", block_volume_operations)
1145
- if bucket is not None:
1146
- pulumi.set(__self__, "bucket", bucket)
1147
- if connection_string_type is not None:
1148
- pulumi.set(__self__, "connection_string_type", connection_string_type)
1149
1135
  if destination_availability_domain is not None:
1150
1136
  pulumi.set(__self__, "destination_availability_domain", destination_availability_domain)
1151
1137
  if destination_capacity_reservation_id is not None:
@@ -1168,8 +1154,6 @@ class DrProtectionGroupMemberArgs:
1168
1154
  pulumi.set(__self__, "is_retain_fault_domain", is_retain_fault_domain)
1169
1155
  if is_start_stop_enabled is not None:
1170
1156
  pulumi.set(__self__, "is_start_stop_enabled", is_start_stop_enabled)
1171
- if namespace is not None:
1172
- pulumi.set(__self__, "namespace", namespace)
1173
1157
  if password_vault_secret_id is not None:
1174
1158
  pulumi.set(__self__, "password_vault_secret_id", password_vault_secret_id)
1175
1159
  if vnic_mapping is not None:
@@ -1201,18 +1185,6 @@ class DrProtectionGroupMemberArgs:
1201
1185
  def member_type(self, value: pulumi.Input[str]):
1202
1186
  pulumi.set(self, "member_type", value)
1203
1187
 
1204
- @property
1205
- @pulumi.getter(name="autonomousDatabaseStandbyTypeForDrDrills")
1206
- def autonomous_database_standby_type_for_dr_drills(self) -> Optional[pulumi.Input[str]]:
1207
- """
1208
- (Updatable) This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
1209
- """
1210
- return pulumi.get(self, "autonomous_database_standby_type_for_dr_drills")
1211
-
1212
- @autonomous_database_standby_type_for_dr_drills.setter
1213
- def autonomous_database_standby_type_for_dr_drills(self, value: Optional[pulumi.Input[str]]):
1214
- pulumi.set(self, "autonomous_database_standby_type_for_dr_drills", value)
1215
-
1216
1188
  @property
1217
1189
  @pulumi.getter(name="backendSetMappings")
1218
1190
  def backend_set_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBackendSetMappingArgs']]]]:
@@ -1237,30 +1209,6 @@ class DrProtectionGroupMemberArgs:
1237
1209
  def block_volume_operations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgs']]]]):
1238
1210
  pulumi.set(self, "block_volume_operations", value)
1239
1211
 
1240
- @property
1241
- @pulumi.getter
1242
- def bucket(self) -> Optional[pulumi.Input[str]]:
1243
- """
1244
- (Updatable) The bucket name inside the object storage namespace. Example: `bucket_name`
1245
- """
1246
- return pulumi.get(self, "bucket")
1247
-
1248
- @bucket.setter
1249
- def bucket(self, value: Optional[pulumi.Input[str]]):
1250
- pulumi.set(self, "bucket", value)
1251
-
1252
- @property
1253
- @pulumi.getter(name="connectionStringType")
1254
- def connection_string_type(self) -> Optional[pulumi.Input[str]]:
1255
- """
1256
- (Updatable) The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
1257
- """
1258
- return pulumi.get(self, "connection_string_type")
1259
-
1260
- @connection_string_type.setter
1261
- def connection_string_type(self, value: Optional[pulumi.Input[str]]):
1262
- pulumi.set(self, "connection_string_type", value)
1263
-
1264
1212
  @property
1265
1213
  @pulumi.getter(name="destinationAvailabilityDomain")
1266
1214
  def destination_availability_domain(self) -> Optional[pulumi.Input[str]]:
@@ -1393,23 +1341,11 @@ class DrProtectionGroupMemberArgs:
1393
1341
  def is_start_stop_enabled(self, value: Optional[pulumi.Input[bool]]):
1394
1342
  pulumi.set(self, "is_start_stop_enabled", value)
1395
1343
 
1396
- @property
1397
- @pulumi.getter
1398
- def namespace(self) -> Optional[pulumi.Input[str]]:
1399
- """
1400
- (Updatable) The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
1401
- """
1402
- return pulumi.get(self, "namespace")
1403
-
1404
- @namespace.setter
1405
- def namespace(self, value: Optional[pulumi.Input[str]]):
1406
- pulumi.set(self, "namespace", value)
1407
-
1408
1344
  @property
1409
1345
  @pulumi.getter(name="passwordVaultSecretId")
1410
1346
  def password_vault_secret_id(self) -> Optional[pulumi.Input[str]]:
1411
1347
  """
1412
- (Updatable) The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example: `ocid1.vaultsecret.oc1..uniqueID`
1348
+ (Updatable) The OCID of the vault secret where the database SYSDBA password is stored. Example: `ocid1.vaultsecret.oc1..uniqueID`
1413
1349
  """
1414
1350
  return pulumi.get(self, "password_vault_secret_id")
1415
1351
 
@@ -493,7 +493,6 @@ class DrProtectionGroup(pulumi.CustomResource):
493
493
  members=[{
494
494
  "member_id": dr_protection_group_members_member_id,
495
495
  "member_type": dr_protection_group_members_member_type,
496
- "autonomous_database_standby_type_for_dr_drills": dr_protection_group_members_autonomous_database_standby_type_for_dr_drills,
497
496
  "backend_set_mappings": [{
498
497
  "destination_backend_set_name": test_backend_set["name"],
499
498
  "is_backend_set_for_non_movable": dr_protection_group_members_backend_set_mappings_is_backend_set_for_non_movable,
@@ -508,8 +507,6 @@ class DrProtectionGroup(pulumi.CustomResource):
508
507
  "mount_point": dr_protection_group_members_block_volume_operations_mount_details_mount_point,
509
508
  },
510
509
  }],
511
- "connection_string_type": dr_protection_group_members_connection_string_type,
512
- "bucket": dr_protection_group_members_bucket,
513
510
  "destination_availability_domain": dr_protection_group_members_destination_availability_domain,
514
511
  "destination_capacity_reservation_id": destination_capacity_reservation_id,
515
512
  "destination_compartment_id": test_compartment["id"],
@@ -534,7 +531,6 @@ class DrProtectionGroup(pulumi.CustomResource):
534
531
  "is_movable": dr_protection_group_members_is_movable,
535
532
  "is_retain_fault_domain": dr_protection_group_members_is_retain_fault_domain,
536
533
  "is_start_stop_enabled": dr_protection_group_members_is_start_stop_enabled,
537
- "namespace": dr_protection_group_members_namespace,
538
534
  "password_vault_secret_id": password_vault_secret_id,
539
535
  "vnic_mappings": [
540
536
  {
@@ -629,7 +625,6 @@ class DrProtectionGroup(pulumi.CustomResource):
629
625
  members=[{
630
626
  "member_id": dr_protection_group_members_member_id,
631
627
  "member_type": dr_protection_group_members_member_type,
632
- "autonomous_database_standby_type_for_dr_drills": dr_protection_group_members_autonomous_database_standby_type_for_dr_drills,
633
628
  "backend_set_mappings": [{
634
629
  "destination_backend_set_name": test_backend_set["name"],
635
630
  "is_backend_set_for_non_movable": dr_protection_group_members_backend_set_mappings_is_backend_set_for_non_movable,
@@ -644,8 +639,6 @@ class DrProtectionGroup(pulumi.CustomResource):
644
639
  "mount_point": dr_protection_group_members_block_volume_operations_mount_details_mount_point,
645
640
  },
646
641
  }],
647
- "connection_string_type": dr_protection_group_members_connection_string_type,
648
- "bucket": dr_protection_group_members_bucket,
649
642
  "destination_availability_domain": dr_protection_group_members_destination_availability_domain,
650
643
  "destination_capacity_reservation_id": destination_capacity_reservation_id,
651
644
  "destination_compartment_id": test_compartment["id"],
@@ -670,7 +663,6 @@ class DrProtectionGroup(pulumi.CustomResource):
670
663
  "is_movable": dr_protection_group_members_is_movable,
671
664
  "is_retain_fault_domain": dr_protection_group_members_is_retain_fault_domain,
672
665
  "is_start_stop_enabled": dr_protection_group_members_is_start_stop_enabled,
673
- "namespace": dr_protection_group_members_namespace,
674
666
  "password_vault_secret_id": password_vault_secret_id,
675
667
  "vnic_mappings": [
676
668
  {
@@ -123,18 +123,6 @@ def get_dr_plan_executions(display_name: Optional[str] = None,
123
123
 
124
124
  Get a summary list of all DR plan executions for a DR protection group.
125
125
 
126
- ## Example Usage
127
-
128
- ```python
129
- import pulumi
130
- import pulumi_oci as oci
131
-
132
- test_dr_plan_executions = oci.DisasterRecovery.get_dr_plan_executions(dr_protection_group_id=test_dr_protection_group["id"],
133
- display_name=dr_plan_execution_display_name,
134
- dr_plan_execution_id=test_dr_plan_execution["id"],
135
- state=dr_plan_execution_state)
136
- ```
137
-
138
126
 
139
127
  :param str display_name: A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`
140
128
  :param str dr_plan_execution_id: The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`
@@ -172,18 +160,6 @@ def get_dr_plan_executions_output(display_name: Optional[pulumi.Input[Optional[s
172
160
 
173
161
  Get a summary list of all DR plan executions for a DR protection group.
174
162
 
175
- ## Example Usage
176
-
177
- ```python
178
- import pulumi
179
- import pulumi_oci as oci
180
-
181
- test_dr_plan_executions = oci.DisasterRecovery.get_dr_plan_executions(dr_protection_group_id=test_dr_protection_group["id"],
182
- display_name=dr_plan_execution_display_name,
183
- dr_plan_execution_id=test_dr_plan_execution["id"],
184
- state=dr_plan_execution_state)
185
- ```
186
-
187
163
 
188
164
  :param str display_name: A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`
189
165
  :param str dr_plan_execution_id: The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`