pulumi-oci 2.1.0__py3-none-any.whl → 2.1.0a1719905039__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 (59) hide show
  1. pulumi_oci/__init__.py +0 -43
  2. pulumi_oci/database/__init__.py +0 -11
  3. pulumi_oci/database/_inputs.py +0 -607
  4. pulumi_oci/database/db_node.py +0 -28
  5. pulumi_oci/database/get_backups.py +5 -22
  6. pulumi_oci/database/get_db_node.py +1 -14
  7. pulumi_oci/database/get_db_nodes.py +2 -2
  8. pulumi_oci/database/get_gi_versions.py +5 -22
  9. pulumi_oci/database/outputs.py +0 -2050
  10. pulumi_oci/database/pluggable_database.py +7 -7
  11. pulumi_oci/databasemigration/__init__.py +0 -6
  12. pulumi_oci/databasemigration/_inputs.py +0 -1577
  13. pulumi_oci/databasemigration/get_job_advisor_report.py +10 -2
  14. pulumi_oci/databasemigration/get_migration_object_types.py +13 -24
  15. pulumi_oci/databasemigration/job.py +20 -16
  16. pulumi_oci/databasemigration/outputs.py +72 -4300
  17. pulumi_oci/filestorage/_inputs.py +18 -10
  18. pulumi_oci/filestorage/export.py +7 -28
  19. pulumi_oci/filestorage/file_system.py +35 -159
  20. pulumi_oci/filestorage/outputs.py +34 -55
  21. pulumi_oci/generativeai/_inputs.py +2 -50
  22. pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -30
  23. pulumi_oci/generativeai/endpoint.py +2 -2
  24. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +47 -2
  25. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +14 -2
  26. pulumi_oci/generativeai/get_endpoint.py +26 -2
  27. pulumi_oci/generativeai/get_endpoints.py +8 -2
  28. pulumi_oci/generativeai/get_model.py +38 -2
  29. pulumi_oci/generativeai/get_models.py +8 -2
  30. pulumi_oci/generativeai/model.py +2 -2
  31. pulumi_oci/generativeai/outputs.py +310 -86
  32. pulumi_oci/pulumi-plugin.json +1 -1
  33. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/METADATA +1 -1
  34. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/RECORD +36 -59
  35. pulumi_oci/database/exadb_vm_cluster.py +0 -1761
  36. pulumi_oci/database/exascale_db_storage_vault.py +0 -787
  37. pulumi_oci/database/get_exadb_vm_cluster.py +0 -614
  38. pulumi_oci/database/get_exadb_vm_cluster_update.py +0 -226
  39. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +0 -153
  40. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +0 -226
  41. pulumi_oci/database/get_exadb_vm_cluster_updates.py +0 -173
  42. pulumi_oci/database/get_exadb_vm_clusters.py +0 -196
  43. pulumi_oci/database/get_exascale_db_storage_vault.py +0 -301
  44. pulumi_oci/database/get_exascale_db_storage_vaults.py +0 -176
  45. pulumi_oci/database/get_gi_version_minor_versions.py +0 -221
  46. pulumi_oci/databasemigration/connection.py +0 -2019
  47. pulumi_oci/databasemigration/get_connection.py +0 -616
  48. pulumi_oci/databasemigration/get_connections.py +0 -225
  49. pulumi_oci/databasemigration/get_migration.py +0 -427
  50. pulumi_oci/databasemigration/get_migrations.py +0 -407
  51. pulumi_oci/databasemigration/migration.py +0 -1471
  52. pulumi_oci/resourcescheduler/__init__.py +0 -12
  53. pulumi_oci/resourcescheduler/_inputs.py +0 -224
  54. pulumi_oci/resourcescheduler/get_schedule.py +0 -340
  55. pulumi_oci/resourcescheduler/get_schedules.py +0 -193
  56. pulumi_oci/resourcescheduler/outputs.py +0 -687
  57. pulumi_oci/resourcescheduler/schedule.py +0 -977
  58. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/WHEEL +0 -0
  59. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/top_level.txt +0 -0
@@ -123,12 +123,6 @@ __all__ = [
123
123
  'ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArgs',
124
124
  'ExadataInfrastructureStorageMaintenanceWindowMonthArgs',
125
125
  'ExadataIormConfigDbPlanArgs',
126
- 'ExadbVmClusterDataCollectionOptionsArgs',
127
- 'ExadbVmClusterIormConfigCachArgs',
128
- 'ExadbVmClusterIormConfigCachDbPlanArgs',
129
- 'ExadbVmClusterNodeConfigArgs',
130
- 'ExadbVmClusterNodeResourceArgs',
131
- 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs',
132
126
  'ExternalContainerDatabaseDatabaseManagementConfigArgs',
133
127
  'ExternalContainerDatabaseStackMonitoringConfigArgs',
134
128
  'ExternalDatabaseConnectorConnectionCredentialsArgs',
@@ -219,16 +213,11 @@ __all__ = [
219
213
  'GetDbSystemsUpgradeHistoryEntriesFilterArgs',
220
214
  'GetDbVersionsFilterArgs',
221
215
  'GetExadataInfrastructuresFilterArgs',
222
- 'GetExadbVmClusterUpdateHistoryEntriesFilterArgs',
223
- 'GetExadbVmClusterUpdatesFilterArgs',
224
- 'GetExadbVmClustersFilterArgs',
225
- 'GetExascaleDbStorageVaultsFilterArgs',
226
216
  'GetExternalContainerDatabasesFilterArgs',
227
217
  'GetExternalDatabaseConnectorsFilterArgs',
228
218
  'GetExternalNonContainerDatabasesFilterArgs',
229
219
  'GetExternalPluggableDatabasesFilterArgs',
230
220
  'GetFlexComponentsFilterArgs',
231
- 'GetGiVersionMinorVersionsFilterArgs',
232
221
  'GetGiVersionsFilterArgs',
233
222
  'GetKeyStoresFilterArgs',
234
223
  'GetMaintenanceRunsFilterArgs',
@@ -9246,391 +9235,6 @@ class ExadataIormConfigDbPlanArgs:
9246
9235
  pulumi.set(self, "flash_cache_limit", value)
9247
9236
 
9248
9237
 
9249
- @pulumi.input_type
9250
- class ExadbVmClusterDataCollectionOptionsArgs:
9251
- def __init__(__self__, *,
9252
- is_diagnostics_events_enabled: Optional[pulumi.Input[bool]] = None,
9253
- is_health_monitoring_enabled: Optional[pulumi.Input[bool]] = None,
9254
- is_incident_logs_enabled: Optional[pulumi.Input[bool]] = None):
9255
- """
9256
- :param pulumi.Input[bool] is_diagnostics_events_enabled: (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
9257
- :param pulumi.Input[bool] is_health_monitoring_enabled: (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
9258
- :param pulumi.Input[bool] is_incident_logs_enabled: (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
9259
- """
9260
- if is_diagnostics_events_enabled is not None:
9261
- pulumi.set(__self__, "is_diagnostics_events_enabled", is_diagnostics_events_enabled)
9262
- if is_health_monitoring_enabled is not None:
9263
- pulumi.set(__self__, "is_health_monitoring_enabled", is_health_monitoring_enabled)
9264
- if is_incident_logs_enabled is not None:
9265
- pulumi.set(__self__, "is_incident_logs_enabled", is_incident_logs_enabled)
9266
-
9267
- @property
9268
- @pulumi.getter(name="isDiagnosticsEventsEnabled")
9269
- def is_diagnostics_events_enabled(self) -> Optional[pulumi.Input[bool]]:
9270
- """
9271
- (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
9272
- """
9273
- return pulumi.get(self, "is_diagnostics_events_enabled")
9274
-
9275
- @is_diagnostics_events_enabled.setter
9276
- def is_diagnostics_events_enabled(self, value: Optional[pulumi.Input[bool]]):
9277
- pulumi.set(self, "is_diagnostics_events_enabled", value)
9278
-
9279
- @property
9280
- @pulumi.getter(name="isHealthMonitoringEnabled")
9281
- def is_health_monitoring_enabled(self) -> Optional[pulumi.Input[bool]]:
9282
- """
9283
- (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
9284
- """
9285
- return pulumi.get(self, "is_health_monitoring_enabled")
9286
-
9287
- @is_health_monitoring_enabled.setter
9288
- def is_health_monitoring_enabled(self, value: Optional[pulumi.Input[bool]]):
9289
- pulumi.set(self, "is_health_monitoring_enabled", value)
9290
-
9291
- @property
9292
- @pulumi.getter(name="isIncidentLogsEnabled")
9293
- def is_incident_logs_enabled(self) -> Optional[pulumi.Input[bool]]:
9294
- """
9295
- (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
9296
- """
9297
- return pulumi.get(self, "is_incident_logs_enabled")
9298
-
9299
- @is_incident_logs_enabled.setter
9300
- def is_incident_logs_enabled(self, value: Optional[pulumi.Input[bool]]):
9301
- pulumi.set(self, "is_incident_logs_enabled", value)
9302
-
9303
-
9304
- @pulumi.input_type
9305
- class ExadbVmClusterIormConfigCachArgs:
9306
- def __init__(__self__, *,
9307
- db_plans: Optional[pulumi.Input[Sequence[pulumi.Input['ExadbVmClusterIormConfigCachDbPlanArgs']]]] = None,
9308
- lifecycle_details: Optional[pulumi.Input[str]] = None,
9309
- objective: Optional[pulumi.Input[str]] = None,
9310
- state: Optional[pulumi.Input[str]] = None):
9311
- """
9312
- :param pulumi.Input[Sequence[pulumi.Input['ExadbVmClusterIormConfigCachDbPlanArgs']]] db_plans: An array of IORM settings for all the database in the Exadata DB system.
9313
- :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
9314
- :param pulumi.Input[str] objective: The current value for the IORM objective. The default is `AUTO`.
9315
- :param pulumi.Input[str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
9316
- """
9317
- if db_plans is not None:
9318
- pulumi.set(__self__, "db_plans", db_plans)
9319
- if lifecycle_details is not None:
9320
- pulumi.set(__self__, "lifecycle_details", lifecycle_details)
9321
- if objective is not None:
9322
- pulumi.set(__self__, "objective", objective)
9323
- if state is not None:
9324
- pulumi.set(__self__, "state", state)
9325
-
9326
- @property
9327
- @pulumi.getter(name="dbPlans")
9328
- def db_plans(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadbVmClusterIormConfigCachDbPlanArgs']]]]:
9329
- """
9330
- An array of IORM settings for all the database in the Exadata DB system.
9331
- """
9332
- return pulumi.get(self, "db_plans")
9333
-
9334
- @db_plans.setter
9335
- def db_plans(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadbVmClusterIormConfigCachDbPlanArgs']]]]):
9336
- pulumi.set(self, "db_plans", value)
9337
-
9338
- @property
9339
- @pulumi.getter(name="lifecycleDetails")
9340
- def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
9341
- """
9342
- Additional information about the current lifecycle state.
9343
- """
9344
- return pulumi.get(self, "lifecycle_details")
9345
-
9346
- @lifecycle_details.setter
9347
- def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
9348
- pulumi.set(self, "lifecycle_details", value)
9349
-
9350
- @property
9351
- @pulumi.getter
9352
- def objective(self) -> Optional[pulumi.Input[str]]:
9353
- """
9354
- The current value for the IORM objective. The default is `AUTO`.
9355
- """
9356
- return pulumi.get(self, "objective")
9357
-
9358
- @objective.setter
9359
- def objective(self, value: Optional[pulumi.Input[str]]):
9360
- pulumi.set(self, "objective", value)
9361
-
9362
- @property
9363
- @pulumi.getter
9364
- def state(self) -> Optional[pulumi.Input[str]]:
9365
- """
9366
- The current state of the Exadata VM cluster on Exascale Infrastructure.
9367
- """
9368
- return pulumi.get(self, "state")
9369
-
9370
- @state.setter
9371
- def state(self, value: Optional[pulumi.Input[str]]):
9372
- pulumi.set(self, "state", value)
9373
-
9374
-
9375
- @pulumi.input_type
9376
- class ExadbVmClusterIormConfigCachDbPlanArgs:
9377
- def __init__(__self__, *,
9378
- db_name: Optional[pulumi.Input[str]] = None,
9379
- flash_cache_limit: Optional[pulumi.Input[str]] = None,
9380
- share: Optional[pulumi.Input[int]] = None):
9381
- """
9382
- :param pulumi.Input[str] db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
9383
- :param pulumi.Input[str] flash_cache_limit: The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
9384
- :param pulumi.Input[int] share: The relative priority of this database.
9385
- """
9386
- if db_name is not None:
9387
- pulumi.set(__self__, "db_name", db_name)
9388
- if flash_cache_limit is not None:
9389
- pulumi.set(__self__, "flash_cache_limit", flash_cache_limit)
9390
- if share is not None:
9391
- pulumi.set(__self__, "share", share)
9392
-
9393
- @property
9394
- @pulumi.getter(name="dbName")
9395
- def db_name(self) -> Optional[pulumi.Input[str]]:
9396
- """
9397
- The database name. For the default `DbPlan`, the `dbName` is `default`.
9398
- """
9399
- return pulumi.get(self, "db_name")
9400
-
9401
- @db_name.setter
9402
- def db_name(self, value: Optional[pulumi.Input[str]]):
9403
- pulumi.set(self, "db_name", value)
9404
-
9405
- @property
9406
- @pulumi.getter(name="flashCacheLimit")
9407
- def flash_cache_limit(self) -> Optional[pulumi.Input[str]]:
9408
- """
9409
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
9410
- """
9411
- return pulumi.get(self, "flash_cache_limit")
9412
-
9413
- @flash_cache_limit.setter
9414
- def flash_cache_limit(self, value: Optional[pulumi.Input[str]]):
9415
- pulumi.set(self, "flash_cache_limit", value)
9416
-
9417
- @property
9418
- @pulumi.getter
9419
- def share(self) -> Optional[pulumi.Input[int]]:
9420
- """
9421
- The relative priority of this database.
9422
- """
9423
- return pulumi.get(self, "share")
9424
-
9425
- @share.setter
9426
- def share(self, value: Optional[pulumi.Input[int]]):
9427
- pulumi.set(self, "share", value)
9428
-
9429
-
9430
- @pulumi.input_type
9431
- class ExadbVmClusterNodeConfigArgs:
9432
- def __init__(__self__, *,
9433
- enabled_ecpu_count_per_node: pulumi.Input[int],
9434
- total_ecpu_count_per_node: pulumi.Input[int],
9435
- vm_file_system_storage_size_gbs_per_node: pulumi.Input[int],
9436
- memory_size_in_gbs_per_node: Optional[pulumi.Input[int]] = None,
9437
- snapshot_file_system_storage_size_gbs_per_node: Optional[pulumi.Input[int]] = None,
9438
- total_file_system_storage_size_gbs_per_node: Optional[pulumi.Input[int]] = None):
9439
- """
9440
- :param pulumi.Input[int] enabled_ecpu_count_per_node: (Updatable) The number of ECPUs to enable for each node.
9441
- :param pulumi.Input[int] total_ecpu_count_per_node: (Updatable) The number of Total ECPUs for each node.
9442
- :param pulumi.Input[int] vm_file_system_storage_size_gbs_per_node: (Updatable) The file system storage in GBs for each node.
9443
- :param pulumi.Input[int] memory_size_in_gbs_per_node: The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
9444
- :param pulumi.Input[int] snapshot_file_system_storage_size_gbs_per_node: The file system storage in GBs for snapshot for each node.
9445
- :param pulumi.Input[int] total_file_system_storage_size_gbs_per_node: Total file system storage in GBs for each node.
9446
- """
9447
- pulumi.set(__self__, "enabled_ecpu_count_per_node", enabled_ecpu_count_per_node)
9448
- pulumi.set(__self__, "total_ecpu_count_per_node", total_ecpu_count_per_node)
9449
- pulumi.set(__self__, "vm_file_system_storage_size_gbs_per_node", vm_file_system_storage_size_gbs_per_node)
9450
- if memory_size_in_gbs_per_node is not None:
9451
- pulumi.set(__self__, "memory_size_in_gbs_per_node", memory_size_in_gbs_per_node)
9452
- if snapshot_file_system_storage_size_gbs_per_node is not None:
9453
- pulumi.set(__self__, "snapshot_file_system_storage_size_gbs_per_node", snapshot_file_system_storage_size_gbs_per_node)
9454
- if total_file_system_storage_size_gbs_per_node is not None:
9455
- pulumi.set(__self__, "total_file_system_storage_size_gbs_per_node", total_file_system_storage_size_gbs_per_node)
9456
-
9457
- @property
9458
- @pulumi.getter(name="enabledEcpuCountPerNode")
9459
- def enabled_ecpu_count_per_node(self) -> pulumi.Input[int]:
9460
- """
9461
- (Updatable) The number of ECPUs to enable for each node.
9462
- """
9463
- return pulumi.get(self, "enabled_ecpu_count_per_node")
9464
-
9465
- @enabled_ecpu_count_per_node.setter
9466
- def enabled_ecpu_count_per_node(self, value: pulumi.Input[int]):
9467
- pulumi.set(self, "enabled_ecpu_count_per_node", value)
9468
-
9469
- @property
9470
- @pulumi.getter(name="totalEcpuCountPerNode")
9471
- def total_ecpu_count_per_node(self) -> pulumi.Input[int]:
9472
- """
9473
- (Updatable) The number of Total ECPUs for each node.
9474
- """
9475
- return pulumi.get(self, "total_ecpu_count_per_node")
9476
-
9477
- @total_ecpu_count_per_node.setter
9478
- def total_ecpu_count_per_node(self, value: pulumi.Input[int]):
9479
- pulumi.set(self, "total_ecpu_count_per_node", value)
9480
-
9481
- @property
9482
- @pulumi.getter(name="vmFileSystemStorageSizeGbsPerNode")
9483
- def vm_file_system_storage_size_gbs_per_node(self) -> pulumi.Input[int]:
9484
- """
9485
- (Updatable) The file system storage in GBs for each node.
9486
- """
9487
- return pulumi.get(self, "vm_file_system_storage_size_gbs_per_node")
9488
-
9489
- @vm_file_system_storage_size_gbs_per_node.setter
9490
- def vm_file_system_storage_size_gbs_per_node(self, value: pulumi.Input[int]):
9491
- pulumi.set(self, "vm_file_system_storage_size_gbs_per_node", value)
9492
-
9493
- @property
9494
- @pulumi.getter(name="memorySizeInGbsPerNode")
9495
- def memory_size_in_gbs_per_node(self) -> Optional[pulumi.Input[int]]:
9496
- """
9497
- The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
9498
- """
9499
- return pulumi.get(self, "memory_size_in_gbs_per_node")
9500
-
9501
- @memory_size_in_gbs_per_node.setter
9502
- def memory_size_in_gbs_per_node(self, value: Optional[pulumi.Input[int]]):
9503
- pulumi.set(self, "memory_size_in_gbs_per_node", value)
9504
-
9505
- @property
9506
- @pulumi.getter(name="snapshotFileSystemStorageSizeGbsPerNode")
9507
- def snapshot_file_system_storage_size_gbs_per_node(self) -> Optional[pulumi.Input[int]]:
9508
- """
9509
- The file system storage in GBs for snapshot for each node.
9510
- """
9511
- return pulumi.get(self, "snapshot_file_system_storage_size_gbs_per_node")
9512
-
9513
- @snapshot_file_system_storage_size_gbs_per_node.setter
9514
- def snapshot_file_system_storage_size_gbs_per_node(self, value: Optional[pulumi.Input[int]]):
9515
- pulumi.set(self, "snapshot_file_system_storage_size_gbs_per_node", value)
9516
-
9517
- @property
9518
- @pulumi.getter(name="totalFileSystemStorageSizeGbsPerNode")
9519
- def total_file_system_storage_size_gbs_per_node(self) -> Optional[pulumi.Input[int]]:
9520
- """
9521
- Total file system storage in GBs for each node.
9522
- """
9523
- return pulumi.get(self, "total_file_system_storage_size_gbs_per_node")
9524
-
9525
- @total_file_system_storage_size_gbs_per_node.setter
9526
- def total_file_system_storage_size_gbs_per_node(self, value: Optional[pulumi.Input[int]]):
9527
- pulumi.set(self, "total_file_system_storage_size_gbs_per_node", value)
9528
-
9529
-
9530
- @pulumi.input_type
9531
- class ExadbVmClusterNodeResourceArgs:
9532
- def __init__(__self__, *,
9533
- node_name: pulumi.Input[str],
9534
- node_hostname: Optional[pulumi.Input[str]] = None,
9535
- node_id: Optional[pulumi.Input[str]] = None,
9536
- state: Optional[pulumi.Input[str]] = None):
9537
- """
9538
- :param pulumi.Input[str] node_hostname: The host name for the node.
9539
- :param pulumi.Input[str] node_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
9540
- :param pulumi.Input[str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
9541
- """
9542
- pulumi.set(__self__, "node_name", node_name)
9543
- if node_hostname is not None:
9544
- pulumi.set(__self__, "node_hostname", node_hostname)
9545
- if node_id is not None:
9546
- pulumi.set(__self__, "node_id", node_id)
9547
- if state is not None:
9548
- pulumi.set(__self__, "state", state)
9549
-
9550
- @property
9551
- @pulumi.getter(name="nodeName")
9552
- def node_name(self) -> pulumi.Input[str]:
9553
- return pulumi.get(self, "node_name")
9554
-
9555
- @node_name.setter
9556
- def node_name(self, value: pulumi.Input[str]):
9557
- pulumi.set(self, "node_name", value)
9558
-
9559
- @property
9560
- @pulumi.getter(name="nodeHostname")
9561
- def node_hostname(self) -> Optional[pulumi.Input[str]]:
9562
- """
9563
- The host name for the node.
9564
- """
9565
- return pulumi.get(self, "node_hostname")
9566
-
9567
- @node_hostname.setter
9568
- def node_hostname(self, value: Optional[pulumi.Input[str]]):
9569
- pulumi.set(self, "node_hostname", value)
9570
-
9571
- @property
9572
- @pulumi.getter(name="nodeId")
9573
- def node_id(self) -> Optional[pulumi.Input[str]]:
9574
- """
9575
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
9576
- """
9577
- return pulumi.get(self, "node_id")
9578
-
9579
- @node_id.setter
9580
- def node_id(self, value: Optional[pulumi.Input[str]]):
9581
- pulumi.set(self, "node_id", value)
9582
-
9583
- @property
9584
- @pulumi.getter
9585
- def state(self) -> Optional[pulumi.Input[str]]:
9586
- """
9587
- The current state of the Exadata VM cluster on Exascale Infrastructure.
9588
- """
9589
- return pulumi.get(self, "state")
9590
-
9591
- @state.setter
9592
- def state(self, value: Optional[pulumi.Input[str]]):
9593
- pulumi.set(self, "state", value)
9594
-
9595
-
9596
- @pulumi.input_type
9597
- class ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs:
9598
- def __init__(__self__, *,
9599
- total_size_in_gbs: pulumi.Input[int],
9600
- available_size_in_gbs: Optional[pulumi.Input[int]] = None):
9601
- """
9602
- :param pulumi.Input[int] total_size_in_gbs: (Updatable) Total Capacity
9603
- :param pulumi.Input[int] available_size_in_gbs: Available Capacity
9604
- """
9605
- pulumi.set(__self__, "total_size_in_gbs", total_size_in_gbs)
9606
- if available_size_in_gbs is not None:
9607
- pulumi.set(__self__, "available_size_in_gbs", available_size_in_gbs)
9608
-
9609
- @property
9610
- @pulumi.getter(name="totalSizeInGbs")
9611
- def total_size_in_gbs(self) -> pulumi.Input[int]:
9612
- """
9613
- (Updatable) Total Capacity
9614
- """
9615
- return pulumi.get(self, "total_size_in_gbs")
9616
-
9617
- @total_size_in_gbs.setter
9618
- def total_size_in_gbs(self, value: pulumi.Input[int]):
9619
- pulumi.set(self, "total_size_in_gbs", value)
9620
-
9621
- @property
9622
- @pulumi.getter(name="availableSizeInGbs")
9623
- def available_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
9624
- """
9625
- Available Capacity
9626
- """
9627
- return pulumi.get(self, "available_size_in_gbs")
9628
-
9629
- @available_size_in_gbs.setter
9630
- def available_size_in_gbs(self, value: Optional[pulumi.Input[int]]):
9631
- pulumi.set(self, "available_size_in_gbs", value)
9632
-
9633
-
9634
9238
  @pulumi.input_type
9635
9239
  class ExternalContainerDatabaseDatabaseManagementConfigArgs:
9636
9240
  def __init__(__self__, *,
@@ -10588,7 +10192,6 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
10588
10192
  source_pluggable_database_id: pulumi.Input[str],
10589
10193
  dblink_user_password: Optional[pulumi.Input[str]] = None,
10590
10194
  dblink_username: Optional[pulumi.Input[str]] = None,
10591
- is_thin_clone: Optional[pulumi.Input[bool]] = None,
10592
10195
  refreshable_clone_details: Optional[pulumi.Input['PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetailsArgs']] = None,
10593
10196
  source_container_database_admin_password: Optional[pulumi.Input[str]] = None):
10594
10197
  """
@@ -10596,7 +10199,6 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
10596
10199
  :param pulumi.Input[str] source_pluggable_database_id: The OCID of the Source Pluggable Database.
10597
10200
  :param pulumi.Input[str] dblink_user_password: The DB link user password.
10598
10201
  :param pulumi.Input[str] dblink_username: The name of the DB link user.
10599
- :param pulumi.Input[bool] is_thin_clone: True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
10600
10202
  :param pulumi.Input['PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetailsArgs'] refreshable_clone_details: Parameters for creating Pluggable Database Refreshable Clone. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10601
10203
  :param pulumi.Input[str] source_container_database_admin_password: The DB system administrator password of the source Container Database.
10602
10204
  """
@@ -10606,8 +10208,6 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
10606
10208
  pulumi.set(__self__, "dblink_user_password", dblink_user_password)
10607
10209
  if dblink_username is not None:
10608
10210
  pulumi.set(__self__, "dblink_username", dblink_username)
10609
- if is_thin_clone is not None:
10610
- pulumi.set(__self__, "is_thin_clone", is_thin_clone)
10611
10211
  if refreshable_clone_details is not None:
10612
10212
  pulumi.set(__self__, "refreshable_clone_details", refreshable_clone_details)
10613
10213
  if source_container_database_admin_password is not None:
@@ -10661,18 +10261,6 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
10661
10261
  def dblink_username(self, value: Optional[pulumi.Input[str]]):
10662
10262
  pulumi.set(self, "dblink_username", value)
10663
10263
 
10664
- @property
10665
- @pulumi.getter(name="isThinClone")
10666
- def is_thin_clone(self) -> Optional[pulumi.Input[bool]]:
10667
- """
10668
- True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
10669
- """
10670
- return pulumi.get(self, "is_thin_clone")
10671
-
10672
- @is_thin_clone.setter
10673
- def is_thin_clone(self, value: Optional[pulumi.Input[bool]]):
10674
- pulumi.set(self, "is_thin_clone", value)
10675
-
10676
10264
  @property
10677
10265
  @pulumi.getter(name="refreshableCloneDetails")
10678
10266
  def refreshable_clone_details(self) -> Optional[pulumi.Input['PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetailsArgs']]:
@@ -13695,162 +13283,6 @@ class GetExadataInfrastructuresFilterArgs:
13695
13283
  pulumi.set(self, "regex", value)
13696
13284
 
13697
13285
 
13698
- @pulumi.input_type
13699
- class GetExadbVmClusterUpdateHistoryEntriesFilterArgs:
13700
- def __init__(__self__, *,
13701
- name: str,
13702
- values: Sequence[str],
13703
- regex: Optional[bool] = None):
13704
- pulumi.set(__self__, "name", name)
13705
- pulumi.set(__self__, "values", values)
13706
- if regex is not None:
13707
- pulumi.set(__self__, "regex", regex)
13708
-
13709
- @property
13710
- @pulumi.getter
13711
- def name(self) -> str:
13712
- return pulumi.get(self, "name")
13713
-
13714
- @name.setter
13715
- def name(self, value: str):
13716
- pulumi.set(self, "name", value)
13717
-
13718
- @property
13719
- @pulumi.getter
13720
- def values(self) -> Sequence[str]:
13721
- return pulumi.get(self, "values")
13722
-
13723
- @values.setter
13724
- def values(self, value: Sequence[str]):
13725
- pulumi.set(self, "values", value)
13726
-
13727
- @property
13728
- @pulumi.getter
13729
- def regex(self) -> Optional[bool]:
13730
- return pulumi.get(self, "regex")
13731
-
13732
- @regex.setter
13733
- def regex(self, value: Optional[bool]):
13734
- pulumi.set(self, "regex", value)
13735
-
13736
-
13737
- @pulumi.input_type
13738
- class GetExadbVmClusterUpdatesFilterArgs:
13739
- def __init__(__self__, *,
13740
- name: str,
13741
- values: Sequence[str],
13742
- regex: Optional[bool] = None):
13743
- pulumi.set(__self__, "name", name)
13744
- pulumi.set(__self__, "values", values)
13745
- if regex is not None:
13746
- pulumi.set(__self__, "regex", regex)
13747
-
13748
- @property
13749
- @pulumi.getter
13750
- def name(self) -> str:
13751
- return pulumi.get(self, "name")
13752
-
13753
- @name.setter
13754
- def name(self, value: str):
13755
- pulumi.set(self, "name", value)
13756
-
13757
- @property
13758
- @pulumi.getter
13759
- def values(self) -> Sequence[str]:
13760
- return pulumi.get(self, "values")
13761
-
13762
- @values.setter
13763
- def values(self, value: Sequence[str]):
13764
- pulumi.set(self, "values", value)
13765
-
13766
- @property
13767
- @pulumi.getter
13768
- def regex(self) -> Optional[bool]:
13769
- return pulumi.get(self, "regex")
13770
-
13771
- @regex.setter
13772
- def regex(self, value: Optional[bool]):
13773
- pulumi.set(self, "regex", value)
13774
-
13775
-
13776
- @pulumi.input_type
13777
- class GetExadbVmClustersFilterArgs:
13778
- def __init__(__self__, *,
13779
- name: str,
13780
- values: Sequence[str],
13781
- regex: Optional[bool] = None):
13782
- pulumi.set(__self__, "name", name)
13783
- pulumi.set(__self__, "values", values)
13784
- if regex is not None:
13785
- pulumi.set(__self__, "regex", regex)
13786
-
13787
- @property
13788
- @pulumi.getter
13789
- def name(self) -> str:
13790
- return pulumi.get(self, "name")
13791
-
13792
- @name.setter
13793
- def name(self, value: str):
13794
- pulumi.set(self, "name", value)
13795
-
13796
- @property
13797
- @pulumi.getter
13798
- def values(self) -> Sequence[str]:
13799
- return pulumi.get(self, "values")
13800
-
13801
- @values.setter
13802
- def values(self, value: Sequence[str]):
13803
- pulumi.set(self, "values", value)
13804
-
13805
- @property
13806
- @pulumi.getter
13807
- def regex(self) -> Optional[bool]:
13808
- return pulumi.get(self, "regex")
13809
-
13810
- @regex.setter
13811
- def regex(self, value: Optional[bool]):
13812
- pulumi.set(self, "regex", value)
13813
-
13814
-
13815
- @pulumi.input_type
13816
- class GetExascaleDbStorageVaultsFilterArgs:
13817
- def __init__(__self__, *,
13818
- name: str,
13819
- values: Sequence[str],
13820
- regex: Optional[bool] = None):
13821
- pulumi.set(__self__, "name", name)
13822
- pulumi.set(__self__, "values", values)
13823
- if regex is not None:
13824
- pulumi.set(__self__, "regex", regex)
13825
-
13826
- @property
13827
- @pulumi.getter
13828
- def name(self) -> str:
13829
- return pulumi.get(self, "name")
13830
-
13831
- @name.setter
13832
- def name(self, value: str):
13833
- pulumi.set(self, "name", value)
13834
-
13835
- @property
13836
- @pulumi.getter
13837
- def values(self) -> Sequence[str]:
13838
- return pulumi.get(self, "values")
13839
-
13840
- @values.setter
13841
- def values(self, value: Sequence[str]):
13842
- pulumi.set(self, "values", value)
13843
-
13844
- @property
13845
- @pulumi.getter
13846
- def regex(self) -> Optional[bool]:
13847
- return pulumi.get(self, "regex")
13848
-
13849
- @regex.setter
13850
- def regex(self, value: Optional[bool]):
13851
- pulumi.set(self, "regex", value)
13852
-
13853
-
13854
13286
  @pulumi.input_type
13855
13287
  class GetExternalContainerDatabasesFilterArgs:
13856
13288
  def __init__(__self__, *,
@@ -14052,45 +13484,6 @@ class GetFlexComponentsFilterArgs:
14052
13484
  pulumi.set(self, "regex", value)
14053
13485
 
14054
13486
 
14055
- @pulumi.input_type
14056
- class GetGiVersionMinorVersionsFilterArgs:
14057
- def __init__(__self__, *,
14058
- name: str,
14059
- values: Sequence[str],
14060
- regex: Optional[bool] = None):
14061
- pulumi.set(__self__, "name", name)
14062
- pulumi.set(__self__, "values", values)
14063
- if regex is not None:
14064
- pulumi.set(__self__, "regex", regex)
14065
-
14066
- @property
14067
- @pulumi.getter
14068
- def name(self) -> str:
14069
- return pulumi.get(self, "name")
14070
-
14071
- @name.setter
14072
- def name(self, value: str):
14073
- pulumi.set(self, "name", value)
14074
-
14075
- @property
14076
- @pulumi.getter
14077
- def values(self) -> Sequence[str]:
14078
- return pulumi.get(self, "values")
14079
-
14080
- @values.setter
14081
- def values(self, value: Sequence[str]):
14082
- pulumi.set(self, "values", value)
14083
-
14084
- @property
14085
- @pulumi.getter
14086
- def regex(self) -> Optional[bool]:
14087
- return pulumi.get(self, "regex")
14088
-
14089
- @regex.setter
14090
- def regex(self, value: Optional[bool]):
14091
- pulumi.set(self, "regex", value)
14092
-
14093
-
14094
13487
  @pulumi.input_type
14095
13488
  class GetGiVersionsFilterArgs:
14096
13489
  def __init__(__self__, *,