pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +38 -86
  2. pulumi_oci/announcementsservice/__init__.py +0 -1
  3. pulumi_oci/announcementsservice/_inputs.py +6 -46
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/outputs.py +18 -195
  7. pulumi_oci/bigdataservice/_inputs.py +49 -1
  8. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  10. pulumi_oci/bigdataservice/outputs.py +132 -3
  11. pulumi_oci/database/_inputs.py +0 -32
  12. pulumi_oci/database/autonomous_database.py +0 -28
  13. pulumi_oci/database/data_guard_association.py +0 -49
  14. pulumi_oci/database/get_autonomous_database.py +1 -14
  15. pulumi_oci/database/get_autonomous_databases.py +95 -32
  16. pulumi_oci/database/get_data_guard_association.py +1 -11
  17. pulumi_oci/database/outputs.py +42 -163
  18. pulumi_oci/databasemanagement/__init__.py +0 -1
  19. pulumi_oci/databasemanagement/_inputs.py +12 -875
  20. pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
  21. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
  22. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  23. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
  24. pulumi_oci/databasemanagement/get_managed_database.py +3 -47
  25. pulumi_oci/databasemanagement/managed_database.py +0 -56
  26. pulumi_oci/databasemanagement/outputs.py +5553 -7487
  27. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
  28. pulumi_oci/datasafe/__init__.py +0 -6
  29. pulumi_oci/datasafe/_inputs.py +0 -18
  30. pulumi_oci/datasafe/database_security_config_management.py +2 -244
  31. pulumi_oci/datasafe/outputs.py +0 -18
  32. pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
  33. pulumi_oci/datasafe/security_policy_management.py +2 -172
  34. pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
  35. pulumi_oci/filestorage/mount_target.py +38 -143
  36. pulumi_oci/filestorage/outputs.py +0 -44
  37. pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
  38. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  39. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  40. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  44. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  45. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  46. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  47. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  48. pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
  49. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  50. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  51. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  52. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  53. pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
  54. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  55. pulumi_oci/identity/domains_group.py +0 -34
  56. pulumi_oci/identity/domains_user.py +0 -34
  57. pulumi_oci/identity/get_domains_group.py +1 -11
  58. pulumi_oci/identity/get_domains_user.py +1 -11
  59. pulumi_oci/identity/outputs.py +0 -14
  60. pulumi_oci/kms/_inputs.py +10 -10
  61. pulumi_oci/kms/get_vault.py +1 -14
  62. pulumi_oci/kms/outputs.py +30 -41
  63. pulumi_oci/kms/vault.py +0 -28
  64. pulumi_oci/loadbalancer/load_balancer.py +0 -224
  65. pulumi_oci/loadbalancer/outputs.py +0 -22
  66. pulumi_oci/mysql/_inputs.py +0 -23
  67. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  68. pulumi_oci/mysql/mysql_db_system.py +0 -53
  69. pulumi_oci/mysql/outputs.py +6 -74
  70. pulumi_oci/ocvp/get_cluster.py +2 -2
  71. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  72. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
  73. pulumi_oci/ocvp/outputs.py +2 -2
  74. pulumi_oci/pulumi-plugin.json +1 -1
  75. pulumi_oci/recoverymod/_inputs.py +8 -0
  76. pulumi_oci/recoverymod/get_protected_database.py +1 -14
  77. pulumi_oci/recoverymod/get_protection_policy.py +1 -14
  78. pulumi_oci/recoverymod/outputs.py +8 -22
  79. pulumi_oci/recoverymod/protected_database.py +3 -80
  80. pulumi_oci/recoverymod/protection_policy.py +0 -49
  81. pulumi_oci/waf/_inputs.py +16 -29
  82. pulumi_oci/waf/outputs.py +10 -33
  83. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
  84. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
  85. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
  86. pulumi_oci/announcementsservice/get_services.py +0 -173
  87. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
  88. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  89. pulumi_oci/datasafe/masking_report_management.py +0 -693
  90. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  91. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  92. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
  93. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
  94. pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
  95. pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
  96. pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
  97. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
  98. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
  99. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
  100. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
  101. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
  102. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
  103. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
  104. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
  105. pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
  106. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
  107. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
  108. pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
  109. pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
  110. pulumi_oci/desktops/_inputs.py +0 -483
  111. pulumi_oci/desktops/desktop_pool.py +0 -1348
  112. pulumi_oci/desktops/get_desktop.py +0 -223
  113. pulumi_oci/desktops/get_desktop_pool.py +0 -418
  114. pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
  115. pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
  116. pulumi_oci/desktops/get_desktop_pools.py +0 -203
  117. pulumi_oci/desktops/get_desktops.py +0 -214
  118. pulumi_oci/desktops/outputs.py +0 -1738
  119. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,6 @@ class MysqlDbSystemArgs:
25
25
  backup_policy: Optional[pulumi.Input['MysqlDbSystemBackupPolicyArgs']] = None,
26
26
  configuration_id: Optional[pulumi.Input[str]] = None,
27
27
  crash_recovery: Optional[pulumi.Input[str]] = None,
28
- customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]]] = None,
29
28
  data_storage: Optional[pulumi.Input['MysqlDbSystemDataStorageArgs']] = None,
30
29
  data_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
31
30
  database_management: Optional[pulumi.Input[str]] = None,
@@ -62,7 +61,6 @@ class MysqlDbSystemArgs:
62
61
  :param pulumi.Input['MysqlDbSystemBackupPolicyArgs'] backup_policy: (Updatable) Backup policy as optionally used for DB System Creation.
63
62
  :param pulumi.Input[str] configuration_id: (Updatable) The OCID of the Configuration to be used for this DB System.
64
63
  :param pulumi.Input[str] crash_recovery: (Updatable) Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
65
- :param pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]] customer_contacts: (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
66
64
  :param pulumi.Input['MysqlDbSystemDataStorageArgs'] data_storage: (Updatable) Data Storage configuration properties.
67
65
  :param pulumi.Input[int] data_storage_size_in_gb: (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
68
66
  :param pulumi.Input[str] database_management: (Updatable) Whether to enable monitoring via the Database Management service.
@@ -111,8 +109,6 @@ class MysqlDbSystemArgs:
111
109
  pulumi.set(__self__, "configuration_id", configuration_id)
112
110
  if crash_recovery is not None:
113
111
  pulumi.set(__self__, "crash_recovery", crash_recovery)
114
- if customer_contacts is not None:
115
- pulumi.set(__self__, "customer_contacts", customer_contacts)
116
112
  if data_storage is not None:
117
113
  pulumi.set(__self__, "data_storage", data_storage)
118
114
  if data_storage_size_in_gb is not None:
@@ -267,18 +263,6 @@ class MysqlDbSystemArgs:
267
263
  def crash_recovery(self, value: Optional[pulumi.Input[str]]):
268
264
  pulumi.set(self, "crash_recovery", value)
269
265
 
270
- @property
271
- @pulumi.getter(name="customerContacts")
272
- def customer_contacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]]]:
273
- """
274
- (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
275
- """
276
- return pulumi.get(self, "customer_contacts")
277
-
278
- @customer_contacts.setter
279
- def customer_contacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]]]):
280
- pulumi.set(self, "customer_contacts", value)
281
-
282
266
  @property
283
267
  @pulumi.getter(name="dataStorage")
284
268
  def data_storage(self) -> Optional[pulumi.Input['MysqlDbSystemDataStorageArgs']]:
@@ -545,7 +529,6 @@ class _MysqlDbSystemState:
545
529
  configuration_id: Optional[pulumi.Input[str]] = None,
546
530
  crash_recovery: Optional[pulumi.Input[str]] = None,
547
531
  current_placements: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCurrentPlacementArgs']]]] = None,
548
- customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]]] = None,
549
532
  data_storage: Optional[pulumi.Input['MysqlDbSystemDataStorageArgs']] = None,
550
533
  data_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
551
534
  database_management: Optional[pulumi.Input[str]] = None,
@@ -590,7 +573,6 @@ class _MysqlDbSystemState:
590
573
  :param pulumi.Input[str] configuration_id: (Updatable) The OCID of the Configuration to be used for this DB System.
591
574
  :param pulumi.Input[str] crash_recovery: (Updatable) Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
592
575
  :param pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCurrentPlacementArgs']]] current_placements: The availability domain and fault domain a DB System is placed in.
593
- :param pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]] customer_contacts: (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
594
576
  :param pulumi.Input['MysqlDbSystemDataStorageArgs'] data_storage: (Updatable) Data Storage configuration properties.
595
577
  :param pulumi.Input[int] data_storage_size_in_gb: (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
596
578
  :param pulumi.Input[str] database_management: (Updatable) Whether to enable monitoring via the Database Management service.
@@ -653,8 +635,6 @@ class _MysqlDbSystemState:
653
635
  pulumi.set(__self__, "crash_recovery", crash_recovery)
654
636
  if current_placements is not None:
655
637
  pulumi.set(__self__, "current_placements", current_placements)
656
- if customer_contacts is not None:
657
- pulumi.set(__self__, "customer_contacts", customer_contacts)
658
638
  if data_storage is not None:
659
639
  pulumi.set(__self__, "data_storage", data_storage)
660
640
  if data_storage_size_in_gb is not None:
@@ -826,18 +806,6 @@ class _MysqlDbSystemState:
826
806
  def current_placements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCurrentPlacementArgs']]]]):
827
807
  pulumi.set(self, "current_placements", value)
828
808
 
829
- @property
830
- @pulumi.getter(name="customerContacts")
831
- def customer_contacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]]]:
832
- """
833
- (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
834
- """
835
- return pulumi.get(self, "customer_contacts")
836
-
837
- @customer_contacts.setter
838
- def customer_contacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemCustomerContactArgs']]]]):
839
- pulumi.set(self, "customer_contacts", value)
840
-
841
809
  @property
842
810
  @pulumi.getter(name="dataStorage")
843
811
  def data_storage(self) -> Optional[pulumi.Input['MysqlDbSystemDataStorageArgs']]:
@@ -1213,7 +1181,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1213
1181
  compartment_id: Optional[pulumi.Input[str]] = None,
1214
1182
  configuration_id: Optional[pulumi.Input[str]] = None,
1215
1183
  crash_recovery: Optional[pulumi.Input[str]] = None,
1216
- customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCustomerContactArgs', 'MysqlDbSystemCustomerContactArgsDict']]]]] = None,
1217
1184
  data_storage: Optional[pulumi.Input[Union['MysqlDbSystemDataStorageArgs', 'MysqlDbSystemDataStorageArgsDict']]] = None,
1218
1185
  data_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
1219
1186
  database_management: Optional[pulumi.Input[str]] = None,
@@ -1271,9 +1238,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1271
1238
  },
1272
1239
  configuration_id=test_configuration["id"],
1273
1240
  crash_recovery=mysql_db_system_crash_recovery,
1274
- customer_contacts=[{
1275
- "email": mysql_db_system_customer_contacts_email,
1276
- }],
1277
1241
  data_storage={
1278
1242
  "is_auto_expand_storage_enabled": mysql_db_system_data_storage_is_auto_expand_storage_enabled,
1279
1243
  "max_storage_size_in_gbs": mysql_db_system_data_storage_max_storage_size_in_gbs,
@@ -1333,7 +1297,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1333
1297
  :param pulumi.Input[str] compartment_id: The OCID of the compartment.
1334
1298
  :param pulumi.Input[str] configuration_id: (Updatable) The OCID of the Configuration to be used for this DB System.
1335
1299
  :param pulumi.Input[str] crash_recovery: (Updatable) Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
1336
- :param pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCustomerContactArgs', 'MysqlDbSystemCustomerContactArgsDict']]]] customer_contacts: (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
1337
1300
  :param pulumi.Input[Union['MysqlDbSystemDataStorageArgs', 'MysqlDbSystemDataStorageArgsDict']] data_storage: (Updatable) Data Storage configuration properties.
1338
1301
  :param pulumi.Input[int] data_storage_size_in_gb: (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
1339
1302
  :param pulumi.Input[str] database_management: (Updatable) Whether to enable monitoring via the Database Management service.
@@ -1411,9 +1374,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1411
1374
  },
1412
1375
  configuration_id=test_configuration["id"],
1413
1376
  crash_recovery=mysql_db_system_crash_recovery,
1414
- customer_contacts=[{
1415
- "email": mysql_db_system_customer_contacts_email,
1416
- }],
1417
1377
  data_storage={
1418
1378
  "is_auto_expand_storage_enabled": mysql_db_system_data_storage_is_auto_expand_storage_enabled,
1419
1379
  "max_storage_size_in_gbs": mysql_db_system_data_storage_max_storage_size_in_gbs,
@@ -1482,7 +1442,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1482
1442
  compartment_id: Optional[pulumi.Input[str]] = None,
1483
1443
  configuration_id: Optional[pulumi.Input[str]] = None,
1484
1444
  crash_recovery: Optional[pulumi.Input[str]] = None,
1485
- customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCustomerContactArgs', 'MysqlDbSystemCustomerContactArgsDict']]]]] = None,
1486
1445
  data_storage: Optional[pulumi.Input[Union['MysqlDbSystemDataStorageArgs', 'MysqlDbSystemDataStorageArgsDict']]] = None,
1487
1446
  data_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
1488
1447
  database_management: Optional[pulumi.Input[str]] = None,
@@ -1525,7 +1484,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1525
1484
  __props__.__dict__["compartment_id"] = compartment_id
1526
1485
  __props__.__dict__["configuration_id"] = configuration_id
1527
1486
  __props__.__dict__["crash_recovery"] = crash_recovery
1528
- __props__.__dict__["customer_contacts"] = customer_contacts
1529
1487
  __props__.__dict__["data_storage"] = data_storage
1530
1488
  __props__.__dict__["data_storage_size_in_gb"] = data_storage_size_in_gb
1531
1489
  __props__.__dict__["database_management"] = database_management
@@ -1582,7 +1540,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1582
1540
  configuration_id: Optional[pulumi.Input[str]] = None,
1583
1541
  crash_recovery: Optional[pulumi.Input[str]] = None,
1584
1542
  current_placements: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCurrentPlacementArgs', 'MysqlDbSystemCurrentPlacementArgsDict']]]]] = None,
1585
- customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCustomerContactArgs', 'MysqlDbSystemCustomerContactArgsDict']]]]] = None,
1586
1543
  data_storage: Optional[pulumi.Input[Union['MysqlDbSystemDataStorageArgs', 'MysqlDbSystemDataStorageArgsDict']]] = None,
1587
1544
  data_storage_size_in_gb: Optional[pulumi.Input[int]] = None,
1588
1545
  database_management: Optional[pulumi.Input[str]] = None,
@@ -1632,7 +1589,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1632
1589
  :param pulumi.Input[str] configuration_id: (Updatable) The OCID of the Configuration to be used for this DB System.
1633
1590
  :param pulumi.Input[str] crash_recovery: (Updatable) Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
1634
1591
  :param pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCurrentPlacementArgs', 'MysqlDbSystemCurrentPlacementArgsDict']]]] current_placements: The availability domain and fault domain a DB System is placed in.
1635
- :param pulumi.Input[Sequence[pulumi.Input[Union['MysqlDbSystemCustomerContactArgs', 'MysqlDbSystemCustomerContactArgsDict']]]] customer_contacts: (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
1636
1592
  :param pulumi.Input[Union['MysqlDbSystemDataStorageArgs', 'MysqlDbSystemDataStorageArgsDict']] data_storage: (Updatable) Data Storage configuration properties.
1637
1593
  :param pulumi.Input[int] data_storage_size_in_gb: (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
1638
1594
  :param pulumi.Input[str] database_management: (Updatable) Whether to enable monitoring via the Database Management service.
@@ -1690,7 +1646,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1690
1646
  __props__.__dict__["configuration_id"] = configuration_id
1691
1647
  __props__.__dict__["crash_recovery"] = crash_recovery
1692
1648
  __props__.__dict__["current_placements"] = current_placements
1693
- __props__.__dict__["customer_contacts"] = customer_contacts
1694
1649
  __props__.__dict__["data_storage"] = data_storage
1695
1650
  __props__.__dict__["data_storage_size_in_gb"] = data_storage_size_in_gb
1696
1651
  __props__.__dict__["database_management"] = database_management
@@ -1798,14 +1753,6 @@ class MysqlDbSystem(pulumi.CustomResource):
1798
1753
  """
1799
1754
  return pulumi.get(self, "current_placements")
1800
1755
 
1801
- @property
1802
- @pulumi.getter(name="customerContacts")
1803
- def customer_contacts(self) -> pulumi.Output[Sequence['outputs.MysqlDbSystemCustomerContact']]:
1804
- """
1805
- (Updatable) The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
1806
- """
1807
- return pulumi.get(self, "customer_contacts")
1808
-
1809
1756
  @property
1810
1757
  @pulumi.getter(name="dataStorage")
1811
1758
  def data_storage(self) -> pulumi.Output['outputs.MysqlDbSystemDataStorage']:
@@ -38,7 +38,6 @@ __all__ = [
38
38
  'MysqlDbSystemChannelTarget',
39
39
  'MysqlDbSystemChannelTargetFilter',
40
40
  'MysqlDbSystemCurrentPlacement',
41
- 'MysqlDbSystemCustomerContact',
42
41
  'MysqlDbSystemDataStorage',
43
42
  'MysqlDbSystemDeletionPolicy',
44
43
  'MysqlDbSystemEndpoint',
@@ -99,7 +98,6 @@ __all__ = [
99
98
  'GetMysqlDbSystemChannelTargetResult',
100
99
  'GetMysqlDbSystemChannelTargetFilterResult',
101
100
  'GetMysqlDbSystemCurrentPlacementResult',
102
- 'GetMysqlDbSystemCustomerContactResult',
103
101
  'GetMysqlDbSystemDataStorageResult',
104
102
  'GetMysqlDbSystemDeletionPolicyResult',
105
103
  'GetMysqlDbSystemEndpointResult',
@@ -118,7 +116,6 @@ __all__ = [
118
116
  'GetMysqlDbSystemsDbSystemChannelTargetResult',
119
117
  'GetMysqlDbSystemsDbSystemChannelTargetFilterResult',
120
118
  'GetMysqlDbSystemsDbSystemCurrentPlacementResult',
121
- 'GetMysqlDbSystemsDbSystemCustomerContactResult',
122
119
  'GetMysqlDbSystemsDbSystemDataStorageResult',
123
120
  'GetMysqlDbSystemsDbSystemDeletionPolicyResult',
124
121
  'GetMysqlDbSystemsDbSystemEndpointResult',
@@ -3829,24 +3826,6 @@ class MysqlDbSystemCurrentPlacement(dict):
3829
3826
  return pulumi.get(self, "fault_domain")
3830
3827
 
3831
3828
 
3832
- @pulumi.output_type
3833
- class MysqlDbSystemCustomerContact(dict):
3834
- def __init__(__self__, *,
3835
- email: str):
3836
- """
3837
- :param str email: (Updatable) The email address used by Oracle to send notifications regarding the DB System.
3838
- """
3839
- pulumi.set(__self__, "email", email)
3840
-
3841
- @property
3842
- @pulumi.getter
3843
- def email(self) -> str:
3844
- """
3845
- (Updatable) The email address used by Oracle to send notifications regarding the DB System.
3846
- """
3847
- return pulumi.get(self, "email")
3848
-
3849
-
3850
3829
  @pulumi.output_type
3851
3830
  class MysqlDbSystemDataStorage(dict):
3852
3831
  @staticmethod
@@ -9730,24 +9709,6 @@ class GetMysqlDbSystemCurrentPlacementResult(dict):
9730
9709
  return pulumi.get(self, "fault_domain")
9731
9710
 
9732
9711
 
9733
- @pulumi.output_type
9734
- class GetMysqlDbSystemCustomerContactResult(dict):
9735
- def __init__(__self__, *,
9736
- email: str):
9737
- """
9738
- :param str email: The email address used by Oracle to send notifications regarding the DB System.
9739
- """
9740
- pulumi.set(__self__, "email", email)
9741
-
9742
- @property
9743
- @pulumi.getter
9744
- def email(self) -> str:
9745
- """
9746
- The email address used by Oracle to send notifications regarding the DB System.
9747
- """
9748
- return pulumi.get(self, "email")
9749
-
9750
-
9751
9712
  @pulumi.output_type
9752
9713
  class GetMysqlDbSystemDataStorageResult(dict):
9753
9714
  def __init__(__self__, *,
@@ -9758,7 +9719,7 @@ class GetMysqlDbSystemDataStorageResult(dict):
9758
9719
  max_storage_size_in_gbs: int):
9759
9720
  """
9760
9721
  :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
9761
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
9722
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9762
9723
  :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
9763
9724
  :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
9764
9725
  :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
@@ -9781,7 +9742,7 @@ class GetMysqlDbSystemDataStorageResult(dict):
9781
9742
  @pulumi.getter(name="dataStorageSizeInGb")
9782
9743
  def data_storage_size_in_gb(self) -> int:
9783
9744
  """
9784
- Initial size of the data volume in GiBs that will be created and attached.
9745
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9785
9746
  """
9786
9747
  return pulumi.get(self, "data_storage_size_in_gb")
9787
9748
 
@@ -10175,7 +10136,6 @@ class GetMysqlDbSystemsDbSystemResult(dict):
10175
10136
  configuration_id: str,
10176
10137
  crash_recovery: str,
10177
10138
  current_placements: Sequence['outputs.GetMysqlDbSystemsDbSystemCurrentPlacementResult'],
10178
- customer_contacts: Sequence['outputs.GetMysqlDbSystemsDbSystemCustomerContactResult'],
10179
10139
  data_storage_size_in_gb: int,
10180
10140
  data_storages: Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult'],
10181
10141
  database_management: str,
@@ -10214,8 +10174,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
10214
10174
  :param str configuration_id: The requested Configuration instance.
10215
10175
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
10216
10176
  :param Sequence['GetMysqlDbSystemsDbSystemCurrentPlacementArgs'] current_placements: The availability domain and fault domain a DB System is placed in.
10217
- :param Sequence['GetMysqlDbSystemsDbSystemCustomerContactArgs'] customer_contacts: The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
10218
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
10177
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
10219
10178
  :param Sequence['GetMysqlDbSystemsDbSystemDataStorageArgs'] data_storages: Data Storage information.
10220
10179
  :param str database_management: Filter DB Systems by their Database Management configuration.
10221
10180
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -10254,7 +10213,6 @@ class GetMysqlDbSystemsDbSystemResult(dict):
10254
10213
  pulumi.set(__self__, "configuration_id", configuration_id)
10255
10214
  pulumi.set(__self__, "crash_recovery", crash_recovery)
10256
10215
  pulumi.set(__self__, "current_placements", current_placements)
10257
- pulumi.set(__self__, "customer_contacts", customer_contacts)
10258
10216
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
10259
10217
  pulumi.set(__self__, "data_storages", data_storages)
10260
10218
  pulumi.set(__self__, "database_management", database_management)
@@ -10352,19 +10310,11 @@ class GetMysqlDbSystemsDbSystemResult(dict):
10352
10310
  """
10353
10311
  return pulumi.get(self, "current_placements")
10354
10312
 
10355
- @property
10356
- @pulumi.getter(name="customerContacts")
10357
- def customer_contacts(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemCustomerContactResult']:
10358
- """
10359
- The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
10360
- """
10361
- return pulumi.get(self, "customer_contacts")
10362
-
10363
10313
  @property
10364
10314
  @pulumi.getter(name="dataStorageSizeInGb")
10365
10315
  def data_storage_size_in_gb(self) -> int:
10366
10316
  """
10367
- Initial size of the data volume in GiBs that will be created and attached.
10317
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
10368
10318
  """
10369
10319
  return pulumi.get(self, "data_storage_size_in_gb")
10370
10320
 
@@ -11134,24 +11084,6 @@ class GetMysqlDbSystemsDbSystemCurrentPlacementResult(dict):
11134
11084
  return pulumi.get(self, "fault_domain")
11135
11085
 
11136
11086
 
11137
- @pulumi.output_type
11138
- class GetMysqlDbSystemsDbSystemCustomerContactResult(dict):
11139
- def __init__(__self__, *,
11140
- email: str):
11141
- """
11142
- :param str email: The email address used by Oracle to send notifications regarding the DB System.
11143
- """
11144
- pulumi.set(__self__, "email", email)
11145
-
11146
- @property
11147
- @pulumi.getter
11148
- def email(self) -> str:
11149
- """
11150
- The email address used by Oracle to send notifications regarding the DB System.
11151
- """
11152
- return pulumi.get(self, "email")
11153
-
11154
-
11155
11087
  @pulumi.output_type
11156
11088
  class GetMysqlDbSystemsDbSystemDataStorageResult(dict):
11157
11089
  def __init__(__self__, *,
@@ -11162,7 +11094,7 @@ class GetMysqlDbSystemsDbSystemDataStorageResult(dict):
11162
11094
  max_storage_size_in_gbs: int):
11163
11095
  """
11164
11096
  :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
11165
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
11097
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
11166
11098
  :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
11167
11099
  :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
11168
11100
  :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
@@ -11185,7 +11117,7 @@ class GetMysqlDbSystemsDbSystemDataStorageResult(dict):
11185
11117
  @pulumi.getter(name="dataStorageSizeInGb")
11186
11118
  def data_storage_size_in_gb(self) -> int:
11187
11119
  """
11188
- Initial size of the data volume in GiBs that will be created and attached.
11120
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
11189
11121
  """
11190
11122
  return pulumi.get(self, "data_storage_size_in_gb")
11191
11123
 
@@ -368,7 +368,7 @@ def get_cluster(cluster_id: Optional[str] = None,
368
368
  ```
369
369
 
370
370
 
371
- :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.
371
+ :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cluster.
372
372
  """
373
373
  __args__ = dict()
374
374
  __args__['clusterId'] = cluster_id
@@ -423,6 +423,6 @@ def get_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
423
423
  ```
424
424
 
425
425
 
426
- :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.
426
+ :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cluster.
427
427
  """
428
428
  ...
@@ -197,7 +197,7 @@ def get_exsi_hosts(cluster_id: Optional[str] = None,
197
197
  ```
198
198
 
199
199
 
200
- :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.
200
+ :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cluster.
201
201
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment as optional parameter.
202
202
  :param str compute_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Compute instance.
203
203
  :param str display_name: A filter to return only resources that match the given display name exactly.
@@ -274,7 +274,7 @@ def get_exsi_hosts_output(cluster_id: Optional[pulumi.Input[Optional[str]]] = No
274
274
  ```
275
275
 
276
276
 
277
- :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.
277
+ :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cluster.
278
278
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment as optional parameter.
279
279
  :param str compute_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Compute instance.
280
280
  :param str display_name: A filter to return only resources that match the given display name exactly.
@@ -23,7 +23,7 @@ class GetSupportedVmwareSoftwareVersionsResult:
23
23
  """
24
24
  A collection of values returned by getSupportedVmwareSoftwareVersions.
25
25
  """
26
- def __init__(__self__, compartment_id=None, filters=None, host_shape_name=None, id=None, items=None, version=None, version_to_upgrade=None):
26
+ def __init__(__self__, compartment_id=None, filters=None, host_shape_name=None, id=None, items=None, version=None):
27
27
  if compartment_id and not isinstance(compartment_id, str):
28
28
  raise TypeError("Expected argument 'compartment_id' to be a str")
29
29
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -42,9 +42,6 @@ class GetSupportedVmwareSoftwareVersionsResult:
42
42
  if version and not isinstance(version, str):
43
43
  raise TypeError("Expected argument 'version' to be a str")
44
44
  pulumi.set(__self__, "version", version)
45
- if version_to_upgrade and not isinstance(version_to_upgrade, str):
46
- raise TypeError("Expected argument 'version_to_upgrade' to be a str")
47
- pulumi.set(__self__, "version_to_upgrade", version_to_upgrade)
48
45
 
49
46
  @property
50
47
  @pulumi.getter(name="compartmentId")
@@ -85,11 +82,6 @@ class GetSupportedVmwareSoftwareVersionsResult:
85
82
  """
86
83
  return pulumi.get(self, "version")
87
84
 
88
- @property
89
- @pulumi.getter(name="versionToUpgrade")
90
- def version_to_upgrade(self) -> Optional[str]:
91
- return pulumi.get(self, "version_to_upgrade")
92
-
93
85
 
94
86
  class AwaitableGetSupportedVmwareSoftwareVersionsResult(GetSupportedVmwareSoftwareVersionsResult):
95
87
  # pylint: disable=using-constant-test
@@ -102,15 +94,13 @@ class AwaitableGetSupportedVmwareSoftwareVersionsResult(GetSupportedVmwareSoftwa
102
94
  host_shape_name=self.host_shape_name,
103
95
  id=self.id,
104
96
  items=self.items,
105
- version=self.version,
106
- version_to_upgrade=self.version_to_upgrade)
97
+ version=self.version)
107
98
 
108
99
 
109
100
  def get_supported_vmware_software_versions(compartment_id: Optional[str] = None,
110
101
  filters: Optional[Sequence[Union['GetSupportedVmwareSoftwareVersionsFilterArgs', 'GetSupportedVmwareSoftwareVersionsFilterArgsDict']]] = None,
111
102
  host_shape_name: Optional[str] = None,
112
103
  version: Optional[str] = None,
113
- version_to_upgrade: Optional[str] = None,
114
104
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSupportedVmwareSoftwareVersionsResult:
115
105
  """
116
106
  This data source provides the list of Supported Vmware Software Versions in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
@@ -126,22 +116,19 @@ def get_supported_vmware_software_versions(compartment_id: Optional[str] = None,
126
116
 
127
117
  test_supported_vmware_software_versions = oci.Ocvp.get_supported_vmware_software_versions(compartment_id=compartment_id,
128
118
  host_shape_name=test_shape["name"],
129
- version=supported_vmware_software_version_version,
130
- version_to_upgrade=supported_vmware_software_version_version_to_upgrade)
119
+ version=supported_vmware_software_version_version)
131
120
  ```
132
121
 
133
122
 
134
123
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
135
124
  :param str host_shape_name: A filter to return only resources that match or support the given ESXi host shape.
136
125
  :param str version: A filter to return only resources that match the given VMware software version exactly.
137
- :param str version_to_upgrade: A filter to return only VMware software versions that the given VMware software version can be upgraded to.
138
126
  """
139
127
  __args__ = dict()
140
128
  __args__['compartmentId'] = compartment_id
141
129
  __args__['filters'] = filters
142
130
  __args__['hostShapeName'] = host_shape_name
143
131
  __args__['version'] = version
144
- __args__['versionToUpgrade'] = version_to_upgrade
145
132
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
146
133
  __ret__ = pulumi.runtime.invoke('oci:Ocvp/getSupportedVmwareSoftwareVersions:getSupportedVmwareSoftwareVersions', __args__, opts=opts, typ=GetSupportedVmwareSoftwareVersionsResult).value
147
134
 
@@ -151,8 +138,7 @@ def get_supported_vmware_software_versions(compartment_id: Optional[str] = None,
151
138
  host_shape_name=pulumi.get(__ret__, 'host_shape_name'),
152
139
  id=pulumi.get(__ret__, 'id'),
153
140
  items=pulumi.get(__ret__, 'items'),
154
- version=pulumi.get(__ret__, 'version'),
155
- version_to_upgrade=pulumi.get(__ret__, 'version_to_upgrade'))
141
+ version=pulumi.get(__ret__, 'version'))
156
142
 
157
143
 
158
144
  @_utilities.lift_output_func(get_supported_vmware_software_versions)
@@ -160,7 +146,6 @@ def get_supported_vmware_software_versions_output(compartment_id: Optional[pulum
160
146
  filters: Optional[pulumi.Input[Optional[Sequence[Union['GetSupportedVmwareSoftwareVersionsFilterArgs', 'GetSupportedVmwareSoftwareVersionsFilterArgsDict']]]]] = None,
161
147
  host_shape_name: Optional[pulumi.Input[Optional[str]]] = None,
162
148
  version: Optional[pulumi.Input[Optional[str]]] = None,
163
- version_to_upgrade: Optional[pulumi.Input[Optional[str]]] = None,
164
149
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSupportedVmwareSoftwareVersionsResult]:
165
150
  """
166
151
  This data source provides the list of Supported Vmware Software Versions in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
@@ -176,14 +161,12 @@ def get_supported_vmware_software_versions_output(compartment_id: Optional[pulum
176
161
 
177
162
  test_supported_vmware_software_versions = oci.Ocvp.get_supported_vmware_software_versions(compartment_id=compartment_id,
178
163
  host_shape_name=test_shape["name"],
179
- version=supported_vmware_software_version_version,
180
- version_to_upgrade=supported_vmware_software_version_version_to_upgrade)
164
+ version=supported_vmware_software_version_version)
181
165
  ```
182
166
 
183
167
 
184
168
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
185
169
  :param str host_shape_name: A filter to return only resources that match or support the given ESXi host shape.
186
170
  :param str version: A filter to return only resources that match the given VMware software version exactly.
187
- :param str version_to_upgrade: A filter to return only VMware software versions that the given VMware software version can be upgraded to.
188
171
  """
189
172
  ...
@@ -2039,7 +2039,7 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2039
2039
  :param str billing_contract_end_date: Current billing cycle end date. If the value in `currentCommitment` and `nextCommitment` are different, the value specified in `nextCommitment` becomes the new `currentCommitment` when the `contractEndDate` is reached. Example: `2016-08-25T21:10:29.600Z`
2040
2040
  :param str billing_donor_host_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deleted ESXi Host with LeftOver billing cycle.
2041
2041
  :param str capacity_reservation_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation.
2042
- :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.
2042
+ :param str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cluster.
2043
2043
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment as optional parameter.
2044
2044
  :param str compute_availability_domain: The availability domain of the ESXi host.
2045
2045
  :param str compute_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Compute instance.
@@ -2129,7 +2129,7 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2129
2129
  @pulumi.getter(name="clusterId")
2130
2130
  def cluster_id(self) -> str:
2131
2131
  """
2132
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.
2132
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cluster.
2133
2133
  """
2134
2134
  return pulumi.get(self, "cluster_id")
2135
2135
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.9.0"
4
+ "version": "2.9.0-alpha.1724479778"
5
5
  }
@@ -159,6 +159,10 @@ class ProtectedDatabaseRecoveryServiceSubnetArgs:
159
159
  state: Optional[pulumi.Input[str]] = None):
160
160
  """
161
161
  :param pulumi.Input[str] recovery_service_subnet_id: (Updatable) The recovery service subnet OCID.
162
+
163
+
164
+ ** IMPORTANT **
165
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
162
166
  :param pulumi.Input[str] state: The current state of the Protected Database.
163
167
  """
164
168
  pulumi.set(__self__, "recovery_service_subnet_id", recovery_service_subnet_id)
@@ -170,6 +174,10 @@ class ProtectedDatabaseRecoveryServiceSubnetArgs:
170
174
  def recovery_service_subnet_id(self) -> pulumi.Input[str]:
171
175
  """
172
176
  (Updatable) The recovery service subnet OCID.
177
+
178
+
179
+ ** IMPORTANT **
180
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
173
181
  """
174
182
  return pulumi.get(self, "recovery_service_subnet_id")
175
183
 
@@ -22,7 +22,7 @@ class GetProtectedDatabaseResult:
22
22
  """
23
23
  A collection of values returned by getProtectedDatabase.
24
24
  """
25
- def __init__(__self__, compartment_id=None, database_id=None, database_size=None, db_unique_name=None, defined_tags=None, deletion_schedule=None, display_name=None, freeform_tags=None, health=None, health_details=None, id=None, is_read_only_resource=None, is_redo_logs_shipped=None, lifecycle_details=None, metrics=None, password=None, policy_locked_date_time=None, protected_database_id=None, protection_policy_id=None, recovery_service_subnets=None, state=None, subscription_id=None, system_tags=None, time_created=None, time_updated=None, vpc_user_name=None):
25
+ def __init__(__self__, compartment_id=None, database_id=None, database_size=None, db_unique_name=None, defined_tags=None, deletion_schedule=None, display_name=None, freeform_tags=None, health=None, health_details=None, id=None, is_read_only_resource=None, is_redo_logs_shipped=None, lifecycle_details=None, metrics=None, password=None, policy_locked_date_time=None, protected_database_id=None, protection_policy_id=None, recovery_service_subnets=None, state=None, system_tags=None, time_created=None, time_updated=None, vpc_user_name=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -86,9 +86,6 @@ class GetProtectedDatabaseResult:
86
86
  if state and not isinstance(state, str):
87
87
  raise TypeError("Expected argument 'state' to be a str")
88
88
  pulumi.set(__self__, "state", state)
89
- if subscription_id and not isinstance(subscription_id, str):
90
- raise TypeError("Expected argument 'subscription_id' to be a str")
91
- pulumi.set(__self__, "subscription_id", subscription_id)
92
89
  if system_tags and not isinstance(system_tags, dict):
93
90
  raise TypeError("Expected argument 'system_tags' to be a dict")
94
91
  pulumi.set(__self__, "system_tags", system_tags)
@@ -261,14 +258,6 @@ class GetProtectedDatabaseResult:
261
258
  """
262
259
  return pulumi.get(self, "state")
263
260
 
264
- @property
265
- @pulumi.getter(name="subscriptionId")
266
- def subscription_id(self) -> str:
267
- """
268
- The OCID of the cloud service subscription to which the protected database is linked.
269
- """
270
- return pulumi.get(self, "subscription_id")
271
-
272
261
  @property
273
262
  @pulumi.getter(name="systemTags")
274
263
  def system_tags(self) -> Mapping[str, str]:
@@ -329,7 +318,6 @@ class AwaitableGetProtectedDatabaseResult(GetProtectedDatabaseResult):
329
318
  protection_policy_id=self.protection_policy_id,
330
319
  recovery_service_subnets=self.recovery_service_subnets,
331
320
  state=self.state,
332
- subscription_id=self.subscription_id,
333
321
  system_tags=self.system_tags,
334
322
  time_created=self.time_created,
335
323
  time_updated=self.time_updated,
@@ -382,7 +370,6 @@ def get_protected_database(protected_database_id: Optional[str] = None,
382
370
  protection_policy_id=pulumi.get(__ret__, 'protection_policy_id'),
383
371
  recovery_service_subnets=pulumi.get(__ret__, 'recovery_service_subnets'),
384
372
  state=pulumi.get(__ret__, 'state'),
385
- subscription_id=pulumi.get(__ret__, 'subscription_id'),
386
373
  system_tags=pulumi.get(__ret__, 'system_tags'),
387
374
  time_created=pulumi.get(__ret__, 'time_created'),
388
375
  time_updated=pulumi.get(__ret__, 'time_updated'),