pulumi-oci 2.1.0__py3-none-any.whl → 2.1.0a1719958917__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.
- pulumi_oci/__init__.py +0 -43
- pulumi_oci/database/__init__.py +0 -11
- pulumi_oci/database/_inputs.py +0 -607
- pulumi_oci/database/db_node.py +0 -28
- pulumi_oci/database/get_backups.py +5 -22
- pulumi_oci/database/get_db_node.py +1 -14
- pulumi_oci/database/get_db_nodes.py +2 -2
- pulumi_oci/database/get_gi_versions.py +5 -22
- pulumi_oci/database/outputs.py +0 -2050
- pulumi_oci/database/pluggable_database.py +7 -7
- pulumi_oci/databasemigration/__init__.py +0 -6
- pulumi_oci/databasemigration/_inputs.py +0 -1577
- pulumi_oci/databasemigration/get_job_advisor_report.py +10 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +13 -24
- pulumi_oci/databasemigration/job.py +20 -16
- pulumi_oci/databasemigration/outputs.py +72 -4300
- pulumi_oci/filestorage/_inputs.py +18 -10
- pulumi_oci/filestorage/export.py +7 -28
- pulumi_oci/filestorage/file_system.py +35 -159
- pulumi_oci/filestorage/outputs.py +34 -55
- pulumi_oci/generativeai/_inputs.py +2 -50
- pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -30
- pulumi_oci/generativeai/endpoint.py +2 -2
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +47 -2
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +14 -2
- pulumi_oci/generativeai/get_endpoint.py +26 -2
- pulumi_oci/generativeai/get_endpoints.py +8 -2
- pulumi_oci/generativeai/get_model.py +38 -2
- pulumi_oci/generativeai/get_models.py +8 -2
- pulumi_oci/generativeai/model.py +2 -2
- pulumi_oci/generativeai/outputs.py +310 -86
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/METADATA +1 -1
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/RECORD +36 -59
- pulumi_oci/database/exadb_vm_cluster.py +0 -1761
- pulumi_oci/database/exascale_db_storage_vault.py +0 -787
- pulumi_oci/database/get_exadb_vm_cluster.py +0 -614
- pulumi_oci/database/get_exadb_vm_cluster_update.py +0 -226
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +0 -153
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +0 -226
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +0 -173
- pulumi_oci/database/get_exadb_vm_clusters.py +0 -196
- pulumi_oci/database/get_exascale_db_storage_vault.py +0 -301
- pulumi_oci/database/get_exascale_db_storage_vaults.py +0 -176
- pulumi_oci/database/get_gi_version_minor_versions.py +0 -221
- pulumi_oci/databasemigration/connection.py +0 -2019
- pulumi_oci/databasemigration/get_connection.py +0 -616
- pulumi_oci/databasemigration/get_connections.py +0 -225
- pulumi_oci/databasemigration/get_migration.py +0 -427
- pulumi_oci/databasemigration/get_migrations.py +0 -407
- pulumi_oci/databasemigration/migration.py +0 -1471
- pulumi_oci/resourcescheduler/__init__.py +0 -12
- pulumi_oci/resourcescheduler/_inputs.py +0 -224
- pulumi_oci/resourcescheduler/get_schedule.py +0 -340
- pulumi_oci/resourcescheduler/get_schedules.py +0 -193
- pulumi_oci/resourcescheduler/outputs.py +0 -687
- pulumi_oci/resourcescheduler/schedule.py +0 -977
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -124,12 +124,6 @@ __all__ = [
|
|
124
124
|
'ExadataInfrastructureStorageMaintenanceWindowDaysOfWeek',
|
125
125
|
'ExadataInfrastructureStorageMaintenanceWindowMonth',
|
126
126
|
'ExadataIormConfigDbPlan',
|
127
|
-
'ExadbVmClusterDataCollectionOptions',
|
128
|
-
'ExadbVmClusterIormConfigCach',
|
129
|
-
'ExadbVmClusterIormConfigCachDbPlan',
|
130
|
-
'ExadbVmClusterNodeConfig',
|
131
|
-
'ExadbVmClusterNodeResource',
|
132
|
-
'ExascaleDbStorageVaultHighCapacityDatabaseStorage',
|
133
127
|
'ExternalContainerDatabaseDatabaseManagementConfig',
|
134
128
|
'ExternalContainerDatabaseStackMonitoringConfig',
|
135
129
|
'ExternalDatabaseConnectorConnectionCredentials',
|
@@ -487,26 +481,6 @@ __all__ = [
|
|
487
481
|
'GetExadataInfrastructuresExadataInfrastructureNetworkBondingModeDetailResult',
|
488
482
|
'GetExadataInfrastructuresFilterResult',
|
489
483
|
'GetExadataIormConfigDbPlanResult',
|
490
|
-
'GetExadbVmClusterDataCollectionOptionResult',
|
491
|
-
'GetExadbVmClusterIormConfigCachResult',
|
492
|
-
'GetExadbVmClusterIormConfigCachDbPlanResult',
|
493
|
-
'GetExadbVmClusterNodeConfigResult',
|
494
|
-
'GetExadbVmClusterNodeResourceResult',
|
495
|
-
'GetExadbVmClusterUpdateHistoryEntriesExadbVmClusterUpdateHistoryEntryResult',
|
496
|
-
'GetExadbVmClusterUpdateHistoryEntriesFilterResult',
|
497
|
-
'GetExadbVmClusterUpdatesExadbVmClusterUpdateResult',
|
498
|
-
'GetExadbVmClusterUpdatesFilterResult',
|
499
|
-
'GetExadbVmClustersExadbVmClusterResult',
|
500
|
-
'GetExadbVmClustersExadbVmClusterDataCollectionOptionResult',
|
501
|
-
'GetExadbVmClustersExadbVmClusterIormConfigCachResult',
|
502
|
-
'GetExadbVmClustersExadbVmClusterIormConfigCachDbPlanResult',
|
503
|
-
'GetExadbVmClustersExadbVmClusterNodeConfigResult',
|
504
|
-
'GetExadbVmClustersExadbVmClusterNodeResourceResult',
|
505
|
-
'GetExadbVmClustersFilterResult',
|
506
|
-
'GetExascaleDbStorageVaultHighCapacityDatabaseStorageResult',
|
507
|
-
'GetExascaleDbStorageVaultsExascaleDbStorageVaultResult',
|
508
|
-
'GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageResult',
|
509
|
-
'GetExascaleDbStorageVaultsFilterResult',
|
510
484
|
'GetExternalContainerDatabaseDatabaseManagementConfigResult',
|
511
485
|
'GetExternalContainerDatabaseStackMonitoringConfigResult',
|
512
486
|
'GetExternalContainerDatabasesExternalContainerDatabaseResult',
|
@@ -538,8 +512,6 @@ __all__ = [
|
|
538
512
|
'GetFlexComponentsFilterResult',
|
539
513
|
'GetFlexComponentsFlexComponentCollectionResult',
|
540
514
|
'GetFlexComponentsFlexComponentCollectionItemResult',
|
541
|
-
'GetGiVersionMinorVersionsFilterResult',
|
542
|
-
'GetGiVersionMinorVersionsGiMinorVersionResult',
|
543
515
|
'GetGiVersionsFilterResult',
|
544
516
|
'GetGiVersionsGiVersionResult',
|
545
517
|
'GetKeyStoreAssociatedDatabaseResult',
|
@@ -9522,429 +9494,6 @@ class ExadataIormConfigDbPlan(dict):
|
|
9522
9494
|
return pulumi.get(self, "flash_cache_limit")
|
9523
9495
|
|
9524
9496
|
|
9525
|
-
@pulumi.output_type
|
9526
|
-
class ExadbVmClusterDataCollectionOptions(dict):
|
9527
|
-
@staticmethod
|
9528
|
-
def __key_warning(key: str):
|
9529
|
-
suggest = None
|
9530
|
-
if key == "isDiagnosticsEventsEnabled":
|
9531
|
-
suggest = "is_diagnostics_events_enabled"
|
9532
|
-
elif key == "isHealthMonitoringEnabled":
|
9533
|
-
suggest = "is_health_monitoring_enabled"
|
9534
|
-
elif key == "isIncidentLogsEnabled":
|
9535
|
-
suggest = "is_incident_logs_enabled"
|
9536
|
-
|
9537
|
-
if suggest:
|
9538
|
-
pulumi.log.warn(f"Key '{key}' not found in ExadbVmClusterDataCollectionOptions. Access the value via the '{suggest}' property getter instead.")
|
9539
|
-
|
9540
|
-
def __getitem__(self, key: str) -> Any:
|
9541
|
-
ExadbVmClusterDataCollectionOptions.__key_warning(key)
|
9542
|
-
return super().__getitem__(key)
|
9543
|
-
|
9544
|
-
def get(self, key: str, default = None) -> Any:
|
9545
|
-
ExadbVmClusterDataCollectionOptions.__key_warning(key)
|
9546
|
-
return super().get(key, default)
|
9547
|
-
|
9548
|
-
def __init__(__self__, *,
|
9549
|
-
is_diagnostics_events_enabled: Optional[bool] = None,
|
9550
|
-
is_health_monitoring_enabled: Optional[bool] = None,
|
9551
|
-
is_incident_logs_enabled: Optional[bool] = None):
|
9552
|
-
"""
|
9553
|
-
:param 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.
|
9554
|
-
:param 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.
|
9555
|
-
:param 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.
|
9556
|
-
"""
|
9557
|
-
if is_diagnostics_events_enabled is not None:
|
9558
|
-
pulumi.set(__self__, "is_diagnostics_events_enabled", is_diagnostics_events_enabled)
|
9559
|
-
if is_health_monitoring_enabled is not None:
|
9560
|
-
pulumi.set(__self__, "is_health_monitoring_enabled", is_health_monitoring_enabled)
|
9561
|
-
if is_incident_logs_enabled is not None:
|
9562
|
-
pulumi.set(__self__, "is_incident_logs_enabled", is_incident_logs_enabled)
|
9563
|
-
|
9564
|
-
@property
|
9565
|
-
@pulumi.getter(name="isDiagnosticsEventsEnabled")
|
9566
|
-
def is_diagnostics_events_enabled(self) -> Optional[bool]:
|
9567
|
-
"""
|
9568
|
-
(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.
|
9569
|
-
"""
|
9570
|
-
return pulumi.get(self, "is_diagnostics_events_enabled")
|
9571
|
-
|
9572
|
-
@property
|
9573
|
-
@pulumi.getter(name="isHealthMonitoringEnabled")
|
9574
|
-
def is_health_monitoring_enabled(self) -> Optional[bool]:
|
9575
|
-
"""
|
9576
|
-
(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.
|
9577
|
-
"""
|
9578
|
-
return pulumi.get(self, "is_health_monitoring_enabled")
|
9579
|
-
|
9580
|
-
@property
|
9581
|
-
@pulumi.getter(name="isIncidentLogsEnabled")
|
9582
|
-
def is_incident_logs_enabled(self) -> Optional[bool]:
|
9583
|
-
"""
|
9584
|
-
(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.
|
9585
|
-
"""
|
9586
|
-
return pulumi.get(self, "is_incident_logs_enabled")
|
9587
|
-
|
9588
|
-
|
9589
|
-
@pulumi.output_type
|
9590
|
-
class ExadbVmClusterIormConfigCach(dict):
|
9591
|
-
@staticmethod
|
9592
|
-
def __key_warning(key: str):
|
9593
|
-
suggest = None
|
9594
|
-
if key == "dbPlans":
|
9595
|
-
suggest = "db_plans"
|
9596
|
-
elif key == "lifecycleDetails":
|
9597
|
-
suggest = "lifecycle_details"
|
9598
|
-
|
9599
|
-
if suggest:
|
9600
|
-
pulumi.log.warn(f"Key '{key}' not found in ExadbVmClusterIormConfigCach. Access the value via the '{suggest}' property getter instead.")
|
9601
|
-
|
9602
|
-
def __getitem__(self, key: str) -> Any:
|
9603
|
-
ExadbVmClusterIormConfigCach.__key_warning(key)
|
9604
|
-
return super().__getitem__(key)
|
9605
|
-
|
9606
|
-
def get(self, key: str, default = None) -> Any:
|
9607
|
-
ExadbVmClusterIormConfigCach.__key_warning(key)
|
9608
|
-
return super().get(key, default)
|
9609
|
-
|
9610
|
-
def __init__(__self__, *,
|
9611
|
-
db_plans: Optional[Sequence['outputs.ExadbVmClusterIormConfigCachDbPlan']] = None,
|
9612
|
-
lifecycle_details: Optional[str] = None,
|
9613
|
-
objective: Optional[str] = None,
|
9614
|
-
state: Optional[str] = None):
|
9615
|
-
"""
|
9616
|
-
:param Sequence['ExadbVmClusterIormConfigCachDbPlanArgs'] db_plans: An array of IORM settings for all the database in the Exadata DB system.
|
9617
|
-
:param str lifecycle_details: Additional information about the current lifecycle state.
|
9618
|
-
:param str objective: The current value for the IORM objective. The default is `AUTO`.
|
9619
|
-
:param str state: The current state of the Exadata VM cluster on Exascale Infrastructure.
|
9620
|
-
"""
|
9621
|
-
if db_plans is not None:
|
9622
|
-
pulumi.set(__self__, "db_plans", db_plans)
|
9623
|
-
if lifecycle_details is not None:
|
9624
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
9625
|
-
if objective is not None:
|
9626
|
-
pulumi.set(__self__, "objective", objective)
|
9627
|
-
if state is not None:
|
9628
|
-
pulumi.set(__self__, "state", state)
|
9629
|
-
|
9630
|
-
@property
|
9631
|
-
@pulumi.getter(name="dbPlans")
|
9632
|
-
def db_plans(self) -> Optional[Sequence['outputs.ExadbVmClusterIormConfigCachDbPlan']]:
|
9633
|
-
"""
|
9634
|
-
An array of IORM settings for all the database in the Exadata DB system.
|
9635
|
-
"""
|
9636
|
-
return pulumi.get(self, "db_plans")
|
9637
|
-
|
9638
|
-
@property
|
9639
|
-
@pulumi.getter(name="lifecycleDetails")
|
9640
|
-
def lifecycle_details(self) -> Optional[str]:
|
9641
|
-
"""
|
9642
|
-
Additional information about the current lifecycle state.
|
9643
|
-
"""
|
9644
|
-
return pulumi.get(self, "lifecycle_details")
|
9645
|
-
|
9646
|
-
@property
|
9647
|
-
@pulumi.getter
|
9648
|
-
def objective(self) -> Optional[str]:
|
9649
|
-
"""
|
9650
|
-
The current value for the IORM objective. The default is `AUTO`.
|
9651
|
-
"""
|
9652
|
-
return pulumi.get(self, "objective")
|
9653
|
-
|
9654
|
-
@property
|
9655
|
-
@pulumi.getter
|
9656
|
-
def state(self) -> Optional[str]:
|
9657
|
-
"""
|
9658
|
-
The current state of the Exadata VM cluster on Exascale Infrastructure.
|
9659
|
-
"""
|
9660
|
-
return pulumi.get(self, "state")
|
9661
|
-
|
9662
|
-
|
9663
|
-
@pulumi.output_type
|
9664
|
-
class ExadbVmClusterIormConfigCachDbPlan(dict):
|
9665
|
-
@staticmethod
|
9666
|
-
def __key_warning(key: str):
|
9667
|
-
suggest = None
|
9668
|
-
if key == "dbName":
|
9669
|
-
suggest = "db_name"
|
9670
|
-
elif key == "flashCacheLimit":
|
9671
|
-
suggest = "flash_cache_limit"
|
9672
|
-
|
9673
|
-
if suggest:
|
9674
|
-
pulumi.log.warn(f"Key '{key}' not found in ExadbVmClusterIormConfigCachDbPlan. Access the value via the '{suggest}' property getter instead.")
|
9675
|
-
|
9676
|
-
def __getitem__(self, key: str) -> Any:
|
9677
|
-
ExadbVmClusterIormConfigCachDbPlan.__key_warning(key)
|
9678
|
-
return super().__getitem__(key)
|
9679
|
-
|
9680
|
-
def get(self, key: str, default = None) -> Any:
|
9681
|
-
ExadbVmClusterIormConfigCachDbPlan.__key_warning(key)
|
9682
|
-
return super().get(key, default)
|
9683
|
-
|
9684
|
-
def __init__(__self__, *,
|
9685
|
-
db_name: Optional[str] = None,
|
9686
|
-
flash_cache_limit: Optional[str] = None,
|
9687
|
-
share: Optional[int] = None):
|
9688
|
-
"""
|
9689
|
-
:param str db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
|
9690
|
-
:param 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.
|
9691
|
-
:param int share: The relative priority of this database.
|
9692
|
-
"""
|
9693
|
-
if db_name is not None:
|
9694
|
-
pulumi.set(__self__, "db_name", db_name)
|
9695
|
-
if flash_cache_limit is not None:
|
9696
|
-
pulumi.set(__self__, "flash_cache_limit", flash_cache_limit)
|
9697
|
-
if share is not None:
|
9698
|
-
pulumi.set(__self__, "share", share)
|
9699
|
-
|
9700
|
-
@property
|
9701
|
-
@pulumi.getter(name="dbName")
|
9702
|
-
def db_name(self) -> Optional[str]:
|
9703
|
-
"""
|
9704
|
-
The database name. For the default `DbPlan`, the `dbName` is `default`.
|
9705
|
-
"""
|
9706
|
-
return pulumi.get(self, "db_name")
|
9707
|
-
|
9708
|
-
@property
|
9709
|
-
@pulumi.getter(name="flashCacheLimit")
|
9710
|
-
def flash_cache_limit(self) -> Optional[str]:
|
9711
|
-
"""
|
9712
|
-
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
|
9713
|
-
"""
|
9714
|
-
return pulumi.get(self, "flash_cache_limit")
|
9715
|
-
|
9716
|
-
@property
|
9717
|
-
@pulumi.getter
|
9718
|
-
def share(self) -> Optional[int]:
|
9719
|
-
"""
|
9720
|
-
The relative priority of this database.
|
9721
|
-
"""
|
9722
|
-
return pulumi.get(self, "share")
|
9723
|
-
|
9724
|
-
|
9725
|
-
@pulumi.output_type
|
9726
|
-
class ExadbVmClusterNodeConfig(dict):
|
9727
|
-
@staticmethod
|
9728
|
-
def __key_warning(key: str):
|
9729
|
-
suggest = None
|
9730
|
-
if key == "enabledEcpuCountPerNode":
|
9731
|
-
suggest = "enabled_ecpu_count_per_node"
|
9732
|
-
elif key == "totalEcpuCountPerNode":
|
9733
|
-
suggest = "total_ecpu_count_per_node"
|
9734
|
-
elif key == "vmFileSystemStorageSizeGbsPerNode":
|
9735
|
-
suggest = "vm_file_system_storage_size_gbs_per_node"
|
9736
|
-
elif key == "memorySizeInGbsPerNode":
|
9737
|
-
suggest = "memory_size_in_gbs_per_node"
|
9738
|
-
elif key == "snapshotFileSystemStorageSizeGbsPerNode":
|
9739
|
-
suggest = "snapshot_file_system_storage_size_gbs_per_node"
|
9740
|
-
elif key == "totalFileSystemStorageSizeGbsPerNode":
|
9741
|
-
suggest = "total_file_system_storage_size_gbs_per_node"
|
9742
|
-
|
9743
|
-
if suggest:
|
9744
|
-
pulumi.log.warn(f"Key '{key}' not found in ExadbVmClusterNodeConfig. Access the value via the '{suggest}' property getter instead.")
|
9745
|
-
|
9746
|
-
def __getitem__(self, key: str) -> Any:
|
9747
|
-
ExadbVmClusterNodeConfig.__key_warning(key)
|
9748
|
-
return super().__getitem__(key)
|
9749
|
-
|
9750
|
-
def get(self, key: str, default = None) -> Any:
|
9751
|
-
ExadbVmClusterNodeConfig.__key_warning(key)
|
9752
|
-
return super().get(key, default)
|
9753
|
-
|
9754
|
-
def __init__(__self__, *,
|
9755
|
-
enabled_ecpu_count_per_node: int,
|
9756
|
-
total_ecpu_count_per_node: int,
|
9757
|
-
vm_file_system_storage_size_gbs_per_node: int,
|
9758
|
-
memory_size_in_gbs_per_node: Optional[int] = None,
|
9759
|
-
snapshot_file_system_storage_size_gbs_per_node: Optional[int] = None,
|
9760
|
-
total_file_system_storage_size_gbs_per_node: Optional[int] = None):
|
9761
|
-
"""
|
9762
|
-
:param int enabled_ecpu_count_per_node: (Updatable) The number of ECPUs to enable for each node.
|
9763
|
-
:param int total_ecpu_count_per_node: (Updatable) The number of Total ECPUs for each node.
|
9764
|
-
:param int vm_file_system_storage_size_gbs_per_node: (Updatable) The file system storage in GBs for each node.
|
9765
|
-
:param 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.
|
9766
|
-
:param int snapshot_file_system_storage_size_gbs_per_node: The file system storage in GBs for snapshot for each node.
|
9767
|
-
:param int total_file_system_storage_size_gbs_per_node: Total file system storage in GBs for each node.
|
9768
|
-
"""
|
9769
|
-
pulumi.set(__self__, "enabled_ecpu_count_per_node", enabled_ecpu_count_per_node)
|
9770
|
-
pulumi.set(__self__, "total_ecpu_count_per_node", total_ecpu_count_per_node)
|
9771
|
-
pulumi.set(__self__, "vm_file_system_storage_size_gbs_per_node", vm_file_system_storage_size_gbs_per_node)
|
9772
|
-
if memory_size_in_gbs_per_node is not None:
|
9773
|
-
pulumi.set(__self__, "memory_size_in_gbs_per_node", memory_size_in_gbs_per_node)
|
9774
|
-
if snapshot_file_system_storage_size_gbs_per_node is not None:
|
9775
|
-
pulumi.set(__self__, "snapshot_file_system_storage_size_gbs_per_node", snapshot_file_system_storage_size_gbs_per_node)
|
9776
|
-
if total_file_system_storage_size_gbs_per_node is not None:
|
9777
|
-
pulumi.set(__self__, "total_file_system_storage_size_gbs_per_node", total_file_system_storage_size_gbs_per_node)
|
9778
|
-
|
9779
|
-
@property
|
9780
|
-
@pulumi.getter(name="enabledEcpuCountPerNode")
|
9781
|
-
def enabled_ecpu_count_per_node(self) -> int:
|
9782
|
-
"""
|
9783
|
-
(Updatable) The number of ECPUs to enable for each node.
|
9784
|
-
"""
|
9785
|
-
return pulumi.get(self, "enabled_ecpu_count_per_node")
|
9786
|
-
|
9787
|
-
@property
|
9788
|
-
@pulumi.getter(name="totalEcpuCountPerNode")
|
9789
|
-
def total_ecpu_count_per_node(self) -> int:
|
9790
|
-
"""
|
9791
|
-
(Updatable) The number of Total ECPUs for each node.
|
9792
|
-
"""
|
9793
|
-
return pulumi.get(self, "total_ecpu_count_per_node")
|
9794
|
-
|
9795
|
-
@property
|
9796
|
-
@pulumi.getter(name="vmFileSystemStorageSizeGbsPerNode")
|
9797
|
-
def vm_file_system_storage_size_gbs_per_node(self) -> int:
|
9798
|
-
"""
|
9799
|
-
(Updatable) The file system storage in GBs for each node.
|
9800
|
-
"""
|
9801
|
-
return pulumi.get(self, "vm_file_system_storage_size_gbs_per_node")
|
9802
|
-
|
9803
|
-
@property
|
9804
|
-
@pulumi.getter(name="memorySizeInGbsPerNode")
|
9805
|
-
def memory_size_in_gbs_per_node(self) -> Optional[int]:
|
9806
|
-
"""
|
9807
|
-
The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
|
9808
|
-
"""
|
9809
|
-
return pulumi.get(self, "memory_size_in_gbs_per_node")
|
9810
|
-
|
9811
|
-
@property
|
9812
|
-
@pulumi.getter(name="snapshotFileSystemStorageSizeGbsPerNode")
|
9813
|
-
def snapshot_file_system_storage_size_gbs_per_node(self) -> Optional[int]:
|
9814
|
-
"""
|
9815
|
-
The file system storage in GBs for snapshot for each node.
|
9816
|
-
"""
|
9817
|
-
return pulumi.get(self, "snapshot_file_system_storage_size_gbs_per_node")
|
9818
|
-
|
9819
|
-
@property
|
9820
|
-
@pulumi.getter(name="totalFileSystemStorageSizeGbsPerNode")
|
9821
|
-
def total_file_system_storage_size_gbs_per_node(self) -> Optional[int]:
|
9822
|
-
"""
|
9823
|
-
Total file system storage in GBs for each node.
|
9824
|
-
"""
|
9825
|
-
return pulumi.get(self, "total_file_system_storage_size_gbs_per_node")
|
9826
|
-
|
9827
|
-
|
9828
|
-
@pulumi.output_type
|
9829
|
-
class ExadbVmClusterNodeResource(dict):
|
9830
|
-
@staticmethod
|
9831
|
-
def __key_warning(key: str):
|
9832
|
-
suggest = None
|
9833
|
-
if key == "nodeName":
|
9834
|
-
suggest = "node_name"
|
9835
|
-
elif key == "nodeHostname":
|
9836
|
-
suggest = "node_hostname"
|
9837
|
-
elif key == "nodeId":
|
9838
|
-
suggest = "node_id"
|
9839
|
-
|
9840
|
-
if suggest:
|
9841
|
-
pulumi.log.warn(f"Key '{key}' not found in ExadbVmClusterNodeResource. Access the value via the '{suggest}' property getter instead.")
|
9842
|
-
|
9843
|
-
def __getitem__(self, key: str) -> Any:
|
9844
|
-
ExadbVmClusterNodeResource.__key_warning(key)
|
9845
|
-
return super().__getitem__(key)
|
9846
|
-
|
9847
|
-
def get(self, key: str, default = None) -> Any:
|
9848
|
-
ExadbVmClusterNodeResource.__key_warning(key)
|
9849
|
-
return super().get(key, default)
|
9850
|
-
|
9851
|
-
def __init__(__self__, *,
|
9852
|
-
node_name: str,
|
9853
|
-
node_hostname: Optional[str] = None,
|
9854
|
-
node_id: Optional[str] = None,
|
9855
|
-
state: Optional[str] = None):
|
9856
|
-
"""
|
9857
|
-
:param str node_hostname: The host name for the node.
|
9858
|
-
:param str node_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
|
9859
|
-
:param str state: The current state of the Exadata VM cluster on Exascale Infrastructure.
|
9860
|
-
"""
|
9861
|
-
pulumi.set(__self__, "node_name", node_name)
|
9862
|
-
if node_hostname is not None:
|
9863
|
-
pulumi.set(__self__, "node_hostname", node_hostname)
|
9864
|
-
if node_id is not None:
|
9865
|
-
pulumi.set(__self__, "node_id", node_id)
|
9866
|
-
if state is not None:
|
9867
|
-
pulumi.set(__self__, "state", state)
|
9868
|
-
|
9869
|
-
@property
|
9870
|
-
@pulumi.getter(name="nodeName")
|
9871
|
-
def node_name(self) -> str:
|
9872
|
-
return pulumi.get(self, "node_name")
|
9873
|
-
|
9874
|
-
@property
|
9875
|
-
@pulumi.getter(name="nodeHostname")
|
9876
|
-
def node_hostname(self) -> Optional[str]:
|
9877
|
-
"""
|
9878
|
-
The host name for the node.
|
9879
|
-
"""
|
9880
|
-
return pulumi.get(self, "node_hostname")
|
9881
|
-
|
9882
|
-
@property
|
9883
|
-
@pulumi.getter(name="nodeId")
|
9884
|
-
def node_id(self) -> Optional[str]:
|
9885
|
-
"""
|
9886
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
|
9887
|
-
"""
|
9888
|
-
return pulumi.get(self, "node_id")
|
9889
|
-
|
9890
|
-
@property
|
9891
|
-
@pulumi.getter
|
9892
|
-
def state(self) -> Optional[str]:
|
9893
|
-
"""
|
9894
|
-
The current state of the Exadata VM cluster on Exascale Infrastructure.
|
9895
|
-
"""
|
9896
|
-
return pulumi.get(self, "state")
|
9897
|
-
|
9898
|
-
|
9899
|
-
@pulumi.output_type
|
9900
|
-
class ExascaleDbStorageVaultHighCapacityDatabaseStorage(dict):
|
9901
|
-
@staticmethod
|
9902
|
-
def __key_warning(key: str):
|
9903
|
-
suggest = None
|
9904
|
-
if key == "totalSizeInGbs":
|
9905
|
-
suggest = "total_size_in_gbs"
|
9906
|
-
elif key == "availableSizeInGbs":
|
9907
|
-
suggest = "available_size_in_gbs"
|
9908
|
-
|
9909
|
-
if suggest:
|
9910
|
-
pulumi.log.warn(f"Key '{key}' not found in ExascaleDbStorageVaultHighCapacityDatabaseStorage. Access the value via the '{suggest}' property getter instead.")
|
9911
|
-
|
9912
|
-
def __getitem__(self, key: str) -> Any:
|
9913
|
-
ExascaleDbStorageVaultHighCapacityDatabaseStorage.__key_warning(key)
|
9914
|
-
return super().__getitem__(key)
|
9915
|
-
|
9916
|
-
def get(self, key: str, default = None) -> Any:
|
9917
|
-
ExascaleDbStorageVaultHighCapacityDatabaseStorage.__key_warning(key)
|
9918
|
-
return super().get(key, default)
|
9919
|
-
|
9920
|
-
def __init__(__self__, *,
|
9921
|
-
total_size_in_gbs: int,
|
9922
|
-
available_size_in_gbs: Optional[int] = None):
|
9923
|
-
"""
|
9924
|
-
:param int total_size_in_gbs: (Updatable) Total Capacity
|
9925
|
-
:param int available_size_in_gbs: Available Capacity
|
9926
|
-
"""
|
9927
|
-
pulumi.set(__self__, "total_size_in_gbs", total_size_in_gbs)
|
9928
|
-
if available_size_in_gbs is not None:
|
9929
|
-
pulumi.set(__self__, "available_size_in_gbs", available_size_in_gbs)
|
9930
|
-
|
9931
|
-
@property
|
9932
|
-
@pulumi.getter(name="totalSizeInGbs")
|
9933
|
-
def total_size_in_gbs(self) -> int:
|
9934
|
-
"""
|
9935
|
-
(Updatable) Total Capacity
|
9936
|
-
"""
|
9937
|
-
return pulumi.get(self, "total_size_in_gbs")
|
9938
|
-
|
9939
|
-
@property
|
9940
|
-
@pulumi.getter(name="availableSizeInGbs")
|
9941
|
-
def available_size_in_gbs(self) -> Optional[int]:
|
9942
|
-
"""
|
9943
|
-
Available Capacity
|
9944
|
-
"""
|
9945
|
-
return pulumi.get(self, "available_size_in_gbs")
|
9946
|
-
|
9947
|
-
|
9948
9497
|
@pulumi.output_type
|
9949
9498
|
class ExternalContainerDatabaseDatabaseManagementConfig(dict):
|
9950
9499
|
@staticmethod
|
@@ -11028,8 +10577,6 @@ class PluggableDatabasePdbCreationTypeDetails(dict):
|
|
11028
10577
|
suggest = "dblink_user_password"
|
11029
10578
|
elif key == "dblinkUsername":
|
11030
10579
|
suggest = "dblink_username"
|
11031
|
-
elif key == "isThinClone":
|
11032
|
-
suggest = "is_thin_clone"
|
11033
10580
|
elif key == "refreshableCloneDetails":
|
11034
10581
|
suggest = "refreshable_clone_details"
|
11035
10582
|
elif key == "sourceContainerDatabaseAdminPassword":
|
@@ -11051,7 +10598,6 @@ class PluggableDatabasePdbCreationTypeDetails(dict):
|
|
11051
10598
|
source_pluggable_database_id: str,
|
11052
10599
|
dblink_user_password: Optional[str] = None,
|
11053
10600
|
dblink_username: Optional[str] = None,
|
11054
|
-
is_thin_clone: Optional[bool] = None,
|
11055
10601
|
refreshable_clone_details: Optional['outputs.PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetails'] = None,
|
11056
10602
|
source_container_database_admin_password: Optional[str] = None):
|
11057
10603
|
"""
|
@@ -11059,7 +10605,6 @@ class PluggableDatabasePdbCreationTypeDetails(dict):
|
|
11059
10605
|
:param str source_pluggable_database_id: The OCID of the Source Pluggable Database.
|
11060
10606
|
:param str dblink_user_password: The DB link user password.
|
11061
10607
|
:param str dblink_username: The name of the DB link user.
|
11062
|
-
:param bool is_thin_clone: True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
11063
10608
|
:param '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.
|
11064
10609
|
:param str source_container_database_admin_password: The DB system administrator password of the source Container Database.
|
11065
10610
|
"""
|
@@ -11069,8 +10614,6 @@ class PluggableDatabasePdbCreationTypeDetails(dict):
|
|
11069
10614
|
pulumi.set(__self__, "dblink_user_password", dblink_user_password)
|
11070
10615
|
if dblink_username is not None:
|
11071
10616
|
pulumi.set(__self__, "dblink_username", dblink_username)
|
11072
|
-
if is_thin_clone is not None:
|
11073
|
-
pulumi.set(__self__, "is_thin_clone", is_thin_clone)
|
11074
10617
|
if refreshable_clone_details is not None:
|
11075
10618
|
pulumi.set(__self__, "refreshable_clone_details", refreshable_clone_details)
|
11076
10619
|
if source_container_database_admin_password is not None:
|
@@ -11108,14 +10651,6 @@ class PluggableDatabasePdbCreationTypeDetails(dict):
|
|
11108
10651
|
"""
|
11109
10652
|
return pulumi.get(self, "dblink_username")
|
11110
10653
|
|
11111
|
-
@property
|
11112
|
-
@pulumi.getter(name="isThinClone")
|
11113
|
-
def is_thin_clone(self) -> Optional[bool]:
|
11114
|
-
"""
|
11115
|
-
True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
11116
|
-
"""
|
11117
|
-
return pulumi.get(self, "is_thin_clone")
|
11118
|
-
|
11119
10654
|
@property
|
11120
10655
|
@pulumi.getter(name="refreshableCloneDetails")
|
11121
10656
|
def refreshable_clone_details(self) -> Optional['outputs.PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetails']:
|
@@ -33707,7 +33242,6 @@ class GetDbNodesDbNodeResult(dict):
|
|
33707
33242
|
time_created: str,
|
33708
33243
|
time_maintenance_window_end: str,
|
33709
33244
|
time_maintenance_window_start: str,
|
33710
|
-
total_cpu_core_count: int,
|
33711
33245
|
vnic2id: str,
|
33712
33246
|
vnic_id: str):
|
33713
33247
|
"""
|
@@ -33734,7 +33268,6 @@ class GetDbNodesDbNodeResult(dict):
|
|
33734
33268
|
:param str time_created: The date and time that the database node was created.
|
33735
33269
|
:param str time_maintenance_window_end: End date and time of maintenance window.
|
33736
33270
|
:param str time_maintenance_window_start: Start date and time of maintenance window.
|
33737
|
-
:param int total_cpu_core_count: The total number of CPU cores reserved on the Db node.
|
33738
33271
|
:param str vnic2id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second VNIC.
|
33739
33272
|
:param str vnic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
33740
33273
|
"""
|
@@ -33761,7 +33294,6 @@ class GetDbNodesDbNodeResult(dict):
|
|
33761
33294
|
pulumi.set(__self__, "time_created", time_created)
|
33762
33295
|
pulumi.set(__self__, "time_maintenance_window_end", time_maintenance_window_end)
|
33763
33296
|
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
33764
|
-
pulumi.set(__self__, "total_cpu_core_count", total_cpu_core_count)
|
33765
33297
|
pulumi.set(__self__, "vnic2id", vnic2id)
|
33766
33298
|
pulumi.set(__self__, "vnic_id", vnic_id)
|
33767
33299
|
|
@@ -33947,14 +33479,6 @@ class GetDbNodesDbNodeResult(dict):
|
|
33947
33479
|
"""
|
33948
33480
|
return pulumi.get(self, "time_maintenance_window_start")
|
33949
33481
|
|
33950
|
-
@property
|
33951
|
-
@pulumi.getter(name="totalCpuCoreCount")
|
33952
|
-
def total_cpu_core_count(self) -> int:
|
33953
|
-
"""
|
33954
|
-
The total number of CPU cores reserved on the Db node.
|
33955
|
-
"""
|
33956
|
-
return pulumi.get(self, "total_cpu_core_count")
|
33957
|
-
|
33958
33482
|
@property
|
33959
33483
|
@pulumi.getter
|
33960
33484
|
def vnic2id(self) -> str:
|
@@ -38332,1510 +37856,6 @@ class GetExadataIormConfigDbPlanResult(dict):
|
|
38332
37856
|
return pulumi.get(self, "share")
|
38333
37857
|
|
38334
37858
|
|
38335
|
-
@pulumi.output_type
|
38336
|
-
class GetExadbVmClusterDataCollectionOptionResult(dict):
|
38337
|
-
def __init__(__self__, *,
|
38338
|
-
is_diagnostics_events_enabled: bool,
|
38339
|
-
is_health_monitoring_enabled: bool,
|
38340
|
-
is_incident_logs_enabled: bool):
|
38341
|
-
"""
|
38342
|
-
:param bool is_diagnostics_events_enabled: 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.
|
38343
|
-
:param bool is_health_monitoring_enabled: 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.
|
38344
|
-
:param bool is_incident_logs_enabled: 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.
|
38345
|
-
"""
|
38346
|
-
pulumi.set(__self__, "is_diagnostics_events_enabled", is_diagnostics_events_enabled)
|
38347
|
-
pulumi.set(__self__, "is_health_monitoring_enabled", is_health_monitoring_enabled)
|
38348
|
-
pulumi.set(__self__, "is_incident_logs_enabled", is_incident_logs_enabled)
|
38349
|
-
|
38350
|
-
@property
|
38351
|
-
@pulumi.getter(name="isDiagnosticsEventsEnabled")
|
38352
|
-
def is_diagnostics_events_enabled(self) -> bool:
|
38353
|
-
"""
|
38354
|
-
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.
|
38355
|
-
"""
|
38356
|
-
return pulumi.get(self, "is_diagnostics_events_enabled")
|
38357
|
-
|
38358
|
-
@property
|
38359
|
-
@pulumi.getter(name="isHealthMonitoringEnabled")
|
38360
|
-
def is_health_monitoring_enabled(self) -> bool:
|
38361
|
-
"""
|
38362
|
-
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.
|
38363
|
-
"""
|
38364
|
-
return pulumi.get(self, "is_health_monitoring_enabled")
|
38365
|
-
|
38366
|
-
@property
|
38367
|
-
@pulumi.getter(name="isIncidentLogsEnabled")
|
38368
|
-
def is_incident_logs_enabled(self) -> bool:
|
38369
|
-
"""
|
38370
|
-
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.
|
38371
|
-
"""
|
38372
|
-
return pulumi.get(self, "is_incident_logs_enabled")
|
38373
|
-
|
38374
|
-
|
38375
|
-
@pulumi.output_type
|
38376
|
-
class GetExadbVmClusterIormConfigCachResult(dict):
|
38377
|
-
def __init__(__self__, *,
|
38378
|
-
db_plans: Sequence['outputs.GetExadbVmClusterIormConfigCachDbPlanResult'],
|
38379
|
-
lifecycle_details: str,
|
38380
|
-
objective: str,
|
38381
|
-
state: str):
|
38382
|
-
"""
|
38383
|
-
:param Sequence['GetExadbVmClusterIormConfigCachDbPlanArgs'] db_plans: An array of IORM settings for all the database in the Exadata DB system.
|
38384
|
-
:param str lifecycle_details: Additional information about the current lifecycle state.
|
38385
|
-
:param str objective: The current value for the IORM objective. The default is `AUTO`.
|
38386
|
-
:param str state: The current state of the Exadata VM cluster on Exascale Infrastructure.
|
38387
|
-
"""
|
38388
|
-
pulumi.set(__self__, "db_plans", db_plans)
|
38389
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
38390
|
-
pulumi.set(__self__, "objective", objective)
|
38391
|
-
pulumi.set(__self__, "state", state)
|
38392
|
-
|
38393
|
-
@property
|
38394
|
-
@pulumi.getter(name="dbPlans")
|
38395
|
-
def db_plans(self) -> Sequence['outputs.GetExadbVmClusterIormConfigCachDbPlanResult']:
|
38396
|
-
"""
|
38397
|
-
An array of IORM settings for all the database in the Exadata DB system.
|
38398
|
-
"""
|
38399
|
-
return pulumi.get(self, "db_plans")
|
38400
|
-
|
38401
|
-
@property
|
38402
|
-
@pulumi.getter(name="lifecycleDetails")
|
38403
|
-
def lifecycle_details(self) -> str:
|
38404
|
-
"""
|
38405
|
-
Additional information about the current lifecycle state.
|
38406
|
-
"""
|
38407
|
-
return pulumi.get(self, "lifecycle_details")
|
38408
|
-
|
38409
|
-
@property
|
38410
|
-
@pulumi.getter
|
38411
|
-
def objective(self) -> str:
|
38412
|
-
"""
|
38413
|
-
The current value for the IORM objective. The default is `AUTO`.
|
38414
|
-
"""
|
38415
|
-
return pulumi.get(self, "objective")
|
38416
|
-
|
38417
|
-
@property
|
38418
|
-
@pulumi.getter
|
38419
|
-
def state(self) -> str:
|
38420
|
-
"""
|
38421
|
-
The current state of the Exadata VM cluster on Exascale Infrastructure.
|
38422
|
-
"""
|
38423
|
-
return pulumi.get(self, "state")
|
38424
|
-
|
38425
|
-
|
38426
|
-
@pulumi.output_type
|
38427
|
-
class GetExadbVmClusterIormConfigCachDbPlanResult(dict):
|
38428
|
-
def __init__(__self__, *,
|
38429
|
-
db_name: str,
|
38430
|
-
flash_cache_limit: str,
|
38431
|
-
share: int):
|
38432
|
-
"""
|
38433
|
-
:param str db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
|
38434
|
-
:param 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.
|
38435
|
-
:param int share: The relative priority of this database.
|
38436
|
-
"""
|
38437
|
-
pulumi.set(__self__, "db_name", db_name)
|
38438
|
-
pulumi.set(__self__, "flash_cache_limit", flash_cache_limit)
|
38439
|
-
pulumi.set(__self__, "share", share)
|
38440
|
-
|
38441
|
-
@property
|
38442
|
-
@pulumi.getter(name="dbName")
|
38443
|
-
def db_name(self) -> str:
|
38444
|
-
"""
|
38445
|
-
The database name. For the default `DbPlan`, the `dbName` is `default`.
|
38446
|
-
"""
|
38447
|
-
return pulumi.get(self, "db_name")
|
38448
|
-
|
38449
|
-
@property
|
38450
|
-
@pulumi.getter(name="flashCacheLimit")
|
38451
|
-
def flash_cache_limit(self) -> str:
|
38452
|
-
"""
|
38453
|
-
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
|
38454
|
-
"""
|
38455
|
-
return pulumi.get(self, "flash_cache_limit")
|
38456
|
-
|
38457
|
-
@property
|
38458
|
-
@pulumi.getter
|
38459
|
-
def share(self) -> int:
|
38460
|
-
"""
|
38461
|
-
The relative priority of this database.
|
38462
|
-
"""
|
38463
|
-
return pulumi.get(self, "share")
|
38464
|
-
|
38465
|
-
|
38466
|
-
@pulumi.output_type
|
38467
|
-
class GetExadbVmClusterNodeConfigResult(dict):
|
38468
|
-
def __init__(__self__, *,
|
38469
|
-
enabled_ecpu_count_per_node: int,
|
38470
|
-
memory_size_in_gbs_per_node: int,
|
38471
|
-
snapshot_file_system_storage_size_gbs_per_node: int,
|
38472
|
-
total_ecpu_count_per_node: int,
|
38473
|
-
total_file_system_storage_size_gbs_per_node: int,
|
38474
|
-
vm_file_system_storage_size_gbs_per_node: int):
|
38475
|
-
"""
|
38476
|
-
:param int enabled_ecpu_count_per_node: The number of ECPUs to enable for each node.
|
38477
|
-
:param 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.
|
38478
|
-
:param int snapshot_file_system_storage_size_gbs_per_node: The file system storage in GBs for snapshot for each node.
|
38479
|
-
:param int total_ecpu_count_per_node: The number of Total ECPUs for each node.
|
38480
|
-
:param int total_file_system_storage_size_gbs_per_node: Total file system storage in GBs for each node.
|
38481
|
-
:param int vm_file_system_storage_size_gbs_per_node: The file system storage in GBs for each node.
|
38482
|
-
"""
|
38483
|
-
pulumi.set(__self__, "enabled_ecpu_count_per_node", enabled_ecpu_count_per_node)
|
38484
|
-
pulumi.set(__self__, "memory_size_in_gbs_per_node", memory_size_in_gbs_per_node)
|
38485
|
-
pulumi.set(__self__, "snapshot_file_system_storage_size_gbs_per_node", snapshot_file_system_storage_size_gbs_per_node)
|
38486
|
-
pulumi.set(__self__, "total_ecpu_count_per_node", total_ecpu_count_per_node)
|
38487
|
-
pulumi.set(__self__, "total_file_system_storage_size_gbs_per_node", total_file_system_storage_size_gbs_per_node)
|
38488
|
-
pulumi.set(__self__, "vm_file_system_storage_size_gbs_per_node", vm_file_system_storage_size_gbs_per_node)
|
38489
|
-
|
38490
|
-
@property
|
38491
|
-
@pulumi.getter(name="enabledEcpuCountPerNode")
|
38492
|
-
def enabled_ecpu_count_per_node(self) -> int:
|
38493
|
-
"""
|
38494
|
-
The number of ECPUs to enable for each node.
|
38495
|
-
"""
|
38496
|
-
return pulumi.get(self, "enabled_ecpu_count_per_node")
|
38497
|
-
|
38498
|
-
@property
|
38499
|
-
@pulumi.getter(name="memorySizeInGbsPerNode")
|
38500
|
-
def memory_size_in_gbs_per_node(self) -> int:
|
38501
|
-
"""
|
38502
|
-
The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
|
38503
|
-
"""
|
38504
|
-
return pulumi.get(self, "memory_size_in_gbs_per_node")
|
38505
|
-
|
38506
|
-
@property
|
38507
|
-
@pulumi.getter(name="snapshotFileSystemStorageSizeGbsPerNode")
|
38508
|
-
def snapshot_file_system_storage_size_gbs_per_node(self) -> int:
|
38509
|
-
"""
|
38510
|
-
The file system storage in GBs for snapshot for each node.
|
38511
|
-
"""
|
38512
|
-
return pulumi.get(self, "snapshot_file_system_storage_size_gbs_per_node")
|
38513
|
-
|
38514
|
-
@property
|
38515
|
-
@pulumi.getter(name="totalEcpuCountPerNode")
|
38516
|
-
def total_ecpu_count_per_node(self) -> int:
|
38517
|
-
"""
|
38518
|
-
The number of Total ECPUs for each node.
|
38519
|
-
"""
|
38520
|
-
return pulumi.get(self, "total_ecpu_count_per_node")
|
38521
|
-
|
38522
|
-
@property
|
38523
|
-
@pulumi.getter(name="totalFileSystemStorageSizeGbsPerNode")
|
38524
|
-
def total_file_system_storage_size_gbs_per_node(self) -> int:
|
38525
|
-
"""
|
38526
|
-
Total file system storage in GBs for each node.
|
38527
|
-
"""
|
38528
|
-
return pulumi.get(self, "total_file_system_storage_size_gbs_per_node")
|
38529
|
-
|
38530
|
-
@property
|
38531
|
-
@pulumi.getter(name="vmFileSystemStorageSizeGbsPerNode")
|
38532
|
-
def vm_file_system_storage_size_gbs_per_node(self) -> int:
|
38533
|
-
"""
|
38534
|
-
The file system storage in GBs for each node.
|
38535
|
-
"""
|
38536
|
-
return pulumi.get(self, "vm_file_system_storage_size_gbs_per_node")
|
38537
|
-
|
38538
|
-
|
38539
|
-
@pulumi.output_type
|
38540
|
-
class GetExadbVmClusterNodeResourceResult(dict):
|
38541
|
-
def __init__(__self__, *,
|
38542
|
-
node_hostname: str,
|
38543
|
-
node_id: str,
|
38544
|
-
node_name: str,
|
38545
|
-
state: str):
|
38546
|
-
"""
|
38547
|
-
:param str node_hostname: The host name for the node.
|
38548
|
-
:param str node_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
|
38549
|
-
:param str state: The current state of the Exadata VM cluster on Exascale Infrastructure.
|
38550
|
-
"""
|
38551
|
-
pulumi.set(__self__, "node_hostname", node_hostname)
|
38552
|
-
pulumi.set(__self__, "node_id", node_id)
|
38553
|
-
pulumi.set(__self__, "node_name", node_name)
|
38554
|
-
pulumi.set(__self__, "state", state)
|
38555
|
-
|
38556
|
-
@property
|
38557
|
-
@pulumi.getter(name="nodeHostname")
|
38558
|
-
def node_hostname(self) -> str:
|
38559
|
-
"""
|
38560
|
-
The host name for the node.
|
38561
|
-
"""
|
38562
|
-
return pulumi.get(self, "node_hostname")
|
38563
|
-
|
38564
|
-
@property
|
38565
|
-
@pulumi.getter(name="nodeId")
|
38566
|
-
def node_id(self) -> str:
|
38567
|
-
"""
|
38568
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
|
38569
|
-
"""
|
38570
|
-
return pulumi.get(self, "node_id")
|
38571
|
-
|
38572
|
-
@property
|
38573
|
-
@pulumi.getter(name="nodeName")
|
38574
|
-
def node_name(self) -> str:
|
38575
|
-
return pulumi.get(self, "node_name")
|
38576
|
-
|
38577
|
-
@property
|
38578
|
-
@pulumi.getter
|
38579
|
-
def state(self) -> str:
|
38580
|
-
"""
|
38581
|
-
The current state of the Exadata VM cluster on Exascale Infrastructure.
|
38582
|
-
"""
|
38583
|
-
return pulumi.get(self, "state")
|
38584
|
-
|
38585
|
-
|
38586
|
-
@pulumi.output_type
|
38587
|
-
class GetExadbVmClusterUpdateHistoryEntriesExadbVmClusterUpdateHistoryEntryResult(dict):
|
38588
|
-
def __init__(__self__, *,
|
38589
|
-
id: str,
|
38590
|
-
lifecycle_details: str,
|
38591
|
-
state: str,
|
38592
|
-
time_completed: str,
|
38593
|
-
time_started: str,
|
38594
|
-
update_action: str,
|
38595
|
-
update_id: str,
|
38596
|
-
update_type: str,
|
38597
|
-
version: str):
|
38598
|
-
"""
|
38599
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance update history entry.
|
38600
|
-
:param str lifecycle_details: Descriptive text providing additional details about the lifecycle state.
|
38601
|
-
:param str state: The current lifecycle state of the maintenance update operation.
|
38602
|
-
:param str time_completed: The date and time when the maintenance update action completed.
|
38603
|
-
:param str time_started: The date and time when the maintenance update action started.
|
38604
|
-
:param str update_action: The update action.
|
38605
|
-
:param str update_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance update.
|
38606
|
-
:param str update_type: A filter to return only resources that match the given update type exactly.
|
38607
|
-
:param str version: The version of the maintenance update package.
|
38608
|
-
"""
|
38609
|
-
pulumi.set(__self__, "id", id)
|
38610
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
38611
|
-
pulumi.set(__self__, "state", state)
|
38612
|
-
pulumi.set(__self__, "time_completed", time_completed)
|
38613
|
-
pulumi.set(__self__, "time_started", time_started)
|
38614
|
-
pulumi.set(__self__, "update_action", update_action)
|
38615
|
-
pulumi.set(__self__, "update_id", update_id)
|
38616
|
-
pulumi.set(__self__, "update_type", update_type)
|
38617
|
-
pulumi.set(__self__, "version", version)
|
38618
|
-
|
38619
|
-
@property
|
38620
|
-
@pulumi.getter
|
38621
|
-
def id(self) -> str:
|
38622
|
-
"""
|
38623
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance update history entry.
|
38624
|
-
"""
|
38625
|
-
return pulumi.get(self, "id")
|
38626
|
-
|
38627
|
-
@property
|
38628
|
-
@pulumi.getter(name="lifecycleDetails")
|
38629
|
-
def lifecycle_details(self) -> str:
|
38630
|
-
"""
|
38631
|
-
Descriptive text providing additional details about the lifecycle state.
|
38632
|
-
"""
|
38633
|
-
return pulumi.get(self, "lifecycle_details")
|
38634
|
-
|
38635
|
-
@property
|
38636
|
-
@pulumi.getter
|
38637
|
-
def state(self) -> str:
|
38638
|
-
"""
|
38639
|
-
The current lifecycle state of the maintenance update operation.
|
38640
|
-
"""
|
38641
|
-
return pulumi.get(self, "state")
|
38642
|
-
|
38643
|
-
@property
|
38644
|
-
@pulumi.getter(name="timeCompleted")
|
38645
|
-
def time_completed(self) -> str:
|
38646
|
-
"""
|
38647
|
-
The date and time when the maintenance update action completed.
|
38648
|
-
"""
|
38649
|
-
return pulumi.get(self, "time_completed")
|
38650
|
-
|
38651
|
-
@property
|
38652
|
-
@pulumi.getter(name="timeStarted")
|
38653
|
-
def time_started(self) -> str:
|
38654
|
-
"""
|
38655
|
-
The date and time when the maintenance update action started.
|
38656
|
-
"""
|
38657
|
-
return pulumi.get(self, "time_started")
|
38658
|
-
|
38659
|
-
@property
|
38660
|
-
@pulumi.getter(name="updateAction")
|
38661
|
-
def update_action(self) -> str:
|
38662
|
-
"""
|
38663
|
-
The update action.
|
38664
|
-
"""
|
38665
|
-
return pulumi.get(self, "update_action")
|
38666
|
-
|
38667
|
-
@property
|
38668
|
-
@pulumi.getter(name="updateId")
|
38669
|
-
def update_id(self) -> str:
|
38670
|
-
"""
|
38671
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance update.
|
38672
|
-
"""
|
38673
|
-
return pulumi.get(self, "update_id")
|
38674
|
-
|
38675
|
-
@property
|
38676
|
-
@pulumi.getter(name="updateType")
|
38677
|
-
def update_type(self) -> str:
|
38678
|
-
"""
|
38679
|
-
A filter to return only resources that match the given update type exactly.
|
38680
|
-
"""
|
38681
|
-
return pulumi.get(self, "update_type")
|
38682
|
-
|
38683
|
-
@property
|
38684
|
-
@pulumi.getter
|
38685
|
-
def version(self) -> str:
|
38686
|
-
"""
|
38687
|
-
The version of the maintenance update package.
|
38688
|
-
"""
|
38689
|
-
return pulumi.get(self, "version")
|
38690
|
-
|
38691
|
-
|
38692
|
-
@pulumi.output_type
|
38693
|
-
class GetExadbVmClusterUpdateHistoryEntriesFilterResult(dict):
|
38694
|
-
def __init__(__self__, *,
|
38695
|
-
name: str,
|
38696
|
-
values: Sequence[str],
|
38697
|
-
regex: Optional[bool] = None):
|
38698
|
-
pulumi.set(__self__, "name", name)
|
38699
|
-
pulumi.set(__self__, "values", values)
|
38700
|
-
if regex is not None:
|
38701
|
-
pulumi.set(__self__, "regex", regex)
|
38702
|
-
|
38703
|
-
@property
|
38704
|
-
@pulumi.getter
|
38705
|
-
def name(self) -> str:
|
38706
|
-
return pulumi.get(self, "name")
|
38707
|
-
|
38708
|
-
@property
|
38709
|
-
@pulumi.getter
|
38710
|
-
def values(self) -> Sequence[str]:
|
38711
|
-
return pulumi.get(self, "values")
|
38712
|
-
|
38713
|
-
@property
|
38714
|
-
@pulumi.getter
|
38715
|
-
def regex(self) -> Optional[bool]:
|
38716
|
-
return pulumi.get(self, "regex")
|
38717
|
-
|
38718
|
-
|
38719
|
-
@pulumi.output_type
|
38720
|
-
class GetExadbVmClusterUpdatesExadbVmClusterUpdateResult(dict):
|
38721
|
-
def __init__(__self__, *,
|
38722
|
-
available_actions: Sequence[str],
|
38723
|
-
description: str,
|
38724
|
-
id: str,
|
38725
|
-
last_action: str,
|
38726
|
-
lifecycle_details: str,
|
38727
|
-
state: str,
|
38728
|
-
time_released: str,
|
38729
|
-
update_type: str,
|
38730
|
-
version: str):
|
38731
|
-
"""
|
38732
|
-
:param Sequence[str] available_actions: The possible actions performed by the update operation on the infrastructure components.
|
38733
|
-
:param str description: Details of the maintenance update package.
|
38734
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance update.
|
38735
|
-
:param str last_action: The previous update action performed.
|
38736
|
-
:param str lifecycle_details: Descriptive text providing additional details about the lifecycle state.
|
38737
|
-
:param str state: The current state of the maintenance update. Dependent on value of `lastAction`.
|
38738
|
-
:param str time_released: The date and time the maintenance update was released.
|
38739
|
-
:param str update_type: A filter to return only resources that match the given update type exactly.
|
38740
|
-
:param str version: A filter to return only resources that match the given update version exactly.
|
38741
|
-
"""
|
38742
|
-
pulumi.set(__self__, "available_actions", available_actions)
|
38743
|
-
pulumi.set(__self__, "description", description)
|
38744
|
-
pulumi.set(__self__, "id", id)
|
38745
|
-
pulumi.set(__self__, "last_action", last_action)
|
38746
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
38747
|
-
pulumi.set(__self__, "state", state)
|
38748
|
-
pulumi.set(__self__, "time_released", time_released)
|
38749
|
-
pulumi.set(__self__, "update_type", update_type)
|
38750
|
-
pulumi.set(__self__, "version", version)
|
38751
|
-
|
38752
|
-
@property
|
38753
|
-
@pulumi.getter(name="availableActions")
|
38754
|
-
def available_actions(self) -> Sequence[str]:
|
38755
|
-
"""
|
38756
|
-
The possible actions performed by the update operation on the infrastructure components.
|
38757
|
-
"""
|
38758
|
-
return pulumi.get(self, "available_actions")
|
38759
|
-
|
38760
|
-
@property
|
38761
|
-
@pulumi.getter
|
38762
|
-
def description(self) -> str:
|
38763
|
-
"""
|
38764
|
-
Details of the maintenance update package.
|
38765
|
-
"""
|
38766
|
-
return pulumi.get(self, "description")
|
38767
|
-
|
38768
|
-
@property
|
38769
|
-
@pulumi.getter
|
38770
|
-
def id(self) -> str:
|
38771
|
-
"""
|
38772
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance update.
|
38773
|
-
"""
|
38774
|
-
return pulumi.get(self, "id")
|
38775
|
-
|
38776
|
-
@property
|
38777
|
-
@pulumi.getter(name="lastAction")
|
38778
|
-
def last_action(self) -> str:
|
38779
|
-
"""
|
38780
|
-
The previous update action performed.
|
38781
|
-
"""
|
38782
|
-
return pulumi.get(self, "last_action")
|
38783
|
-
|
38784
|
-
@property
|
38785
|
-
@pulumi.getter(name="lifecycleDetails")
|
38786
|
-
def lifecycle_details(self) -> str:
|
38787
|
-
"""
|
38788
|
-
Descriptive text providing additional details about the lifecycle state.
|
38789
|
-
"""
|
38790
|
-
return pulumi.get(self, "lifecycle_details")
|
38791
|
-
|
38792
|
-
@property
|
38793
|
-
@pulumi.getter
|
38794
|
-
def state(self) -> str:
|
38795
|
-
"""
|
38796
|
-
The current state of the maintenance update. Dependent on value of `lastAction`.
|
38797
|
-
"""
|
38798
|
-
return pulumi.get(self, "state")
|
38799
|
-
|
38800
|
-
@property
|
38801
|
-
@pulumi.getter(name="timeReleased")
|
38802
|
-
def time_released(self) -> str:
|
38803
|
-
"""
|
38804
|
-
The date and time the maintenance update was released.
|
38805
|
-
"""
|
38806
|
-
return pulumi.get(self, "time_released")
|
38807
|
-
|
38808
|
-
@property
|
38809
|
-
@pulumi.getter(name="updateType")
|
38810
|
-
def update_type(self) -> str:
|
38811
|
-
"""
|
38812
|
-
A filter to return only resources that match the given update type exactly.
|
38813
|
-
"""
|
38814
|
-
return pulumi.get(self, "update_type")
|
38815
|
-
|
38816
|
-
@property
|
38817
|
-
@pulumi.getter
|
38818
|
-
def version(self) -> str:
|
38819
|
-
"""
|
38820
|
-
A filter to return only resources that match the given update version exactly.
|
38821
|
-
"""
|
38822
|
-
return pulumi.get(self, "version")
|
38823
|
-
|
38824
|
-
|
38825
|
-
@pulumi.output_type
|
38826
|
-
class GetExadbVmClusterUpdatesFilterResult(dict):
|
38827
|
-
def __init__(__self__, *,
|
38828
|
-
name: str,
|
38829
|
-
values: Sequence[str],
|
38830
|
-
regex: Optional[bool] = None):
|
38831
|
-
pulumi.set(__self__, "name", name)
|
38832
|
-
pulumi.set(__self__, "values", values)
|
38833
|
-
if regex is not None:
|
38834
|
-
pulumi.set(__self__, "regex", regex)
|
38835
|
-
|
38836
|
-
@property
|
38837
|
-
@pulumi.getter
|
38838
|
-
def name(self) -> str:
|
38839
|
-
return pulumi.get(self, "name")
|
38840
|
-
|
38841
|
-
@property
|
38842
|
-
@pulumi.getter
|
38843
|
-
def values(self) -> Sequence[str]:
|
38844
|
-
return pulumi.get(self, "values")
|
38845
|
-
|
38846
|
-
@property
|
38847
|
-
@pulumi.getter
|
38848
|
-
def regex(self) -> Optional[bool]:
|
38849
|
-
return pulumi.get(self, "regex")
|
38850
|
-
|
38851
|
-
|
38852
|
-
@pulumi.output_type
|
38853
|
-
class GetExadbVmClustersExadbVmClusterResult(dict):
|
38854
|
-
def __init__(__self__, *,
|
38855
|
-
availability_domain: str,
|
38856
|
-
backup_network_nsg_ids: Sequence[str],
|
38857
|
-
backup_subnet_id: str,
|
38858
|
-
cluster_name: str,
|
38859
|
-
compartment_id: str,
|
38860
|
-
data_collection_options: Sequence['outputs.GetExadbVmClustersExadbVmClusterDataCollectionOptionResult'],
|
38861
|
-
defined_tags: Mapping[str, Any],
|
38862
|
-
display_name: str,
|
38863
|
-
domain: str,
|
38864
|
-
exascale_db_storage_vault_id: str,
|
38865
|
-
freeform_tags: Mapping[str, Any],
|
38866
|
-
gi_version: str,
|
38867
|
-
grid_image_id: str,
|
38868
|
-
grid_image_type: str,
|
38869
|
-
hostname: str,
|
38870
|
-
id: str,
|
38871
|
-
iorm_config_caches: Sequence['outputs.GetExadbVmClustersExadbVmClusterIormConfigCachResult'],
|
38872
|
-
last_update_history_entry_id: str,
|
38873
|
-
license_model: str,
|
38874
|
-
lifecycle_details: str,
|
38875
|
-
listener_port: str,
|
38876
|
-
node_configs: Sequence['outputs.GetExadbVmClustersExadbVmClusterNodeConfigResult'],
|
38877
|
-
node_resources: Sequence['outputs.GetExadbVmClustersExadbVmClusterNodeResourceResult'],
|
38878
|
-
nsg_ids: Sequence[str],
|
38879
|
-
private_zone_id: str,
|
38880
|
-
scan_dns_name: str,
|
38881
|
-
scan_dns_record_id: str,
|
38882
|
-
scan_ip_ids: Sequence[str],
|
38883
|
-
scan_listener_port_tcp: int,
|
38884
|
-
scan_listener_port_tcp_ssl: int,
|
38885
|
-
shape: str,
|
38886
|
-
ssh_public_keys: Sequence[str],
|
38887
|
-
state: str,
|
38888
|
-
subnet_id: str,
|
38889
|
-
system_tags: Mapping[str, Any],
|
38890
|
-
system_version: str,
|
38891
|
-
time_created: str,
|
38892
|
-
time_zone: str,
|
38893
|
-
vip_ids: Sequence[str],
|
38894
|
-
zone_id: str):
|
38895
|
-
"""
|
38896
|
-
:param str availability_domain: The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
|
38897
|
-
:param Sequence[str] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
38898
|
-
:param str backup_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
38899
|
-
:param str cluster_name: The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
|
38900
|
-
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
38901
|
-
:param Sequence['GetExadbVmClustersExadbVmClusterDataCollectionOptionArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
38902
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
38903
|
-
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
38904
|
-
:param str domain: A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
|
38905
|
-
:param str exascale_db_storage_vault_id: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
|
38906
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
38907
|
-
:param str gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
38908
|
-
:param str grid_image_id: Grid Setup will be done using this grid image id
|
38909
|
-
:param str grid_image_type: The type of Grid Image
|
38910
|
-
:param str hostname: The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
38911
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata VM cluster on Exascale Infrastructure.
|
38912
|
-
:param Sequence['GetExadbVmClustersExadbVmClusterIormConfigCachArgs'] iorm_config_caches: The IORM settings of the Exadata DB system.
|
38913
|
-
:param str last_update_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
|
38914
|
-
:param str license_model: The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
|
38915
|
-
:param str lifecycle_details: Additional information about the current lifecycle state.
|
38916
|
-
:param str listener_port: The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
|
38917
|
-
:param Sequence['GetExadbVmClustersExadbVmClusterNodeConfigArgs'] node_configs: The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
|
38918
|
-
:param Sequence['GetExadbVmClustersExadbVmClusterNodeResourceArgs'] node_resources: The list of node in the Exadata VM cluster on Exascale Infrastructure.
|
38919
|
-
:param Sequence[str] nsg_ids: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
|
38920
|
-
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
38921
|
-
:param str private_zone_id: The private zone ID in which you want DNS records to be created.
|
38922
|
-
:param str scan_dns_name: The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
|
38923
|
-
:param str scan_dns_record_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
|
38924
|
-
:param Sequence[str] scan_ip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
38925
|
-
:param int scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
38926
|
-
:param int scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
38927
|
-
:param str shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
38928
|
-
:param Sequence[str] ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
|
38929
|
-
:param str state: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
|
38930
|
-
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
38931
|
-
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
38932
|
-
:param str system_version: Operating system version of the image.
|
38933
|
-
:param str time_created: The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
|
38934
|
-
:param str time_zone: The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
38935
|
-
:param Sequence[str] vip_ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
|
38936
|
-
:param str zone_id: The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
|
38937
|
-
"""
|
38938
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
38939
|
-
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
38940
|
-
pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
|
38941
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
38942
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
38943
|
-
pulumi.set(__self__, "data_collection_options", data_collection_options)
|
38944
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
38945
|
-
pulumi.set(__self__, "display_name", display_name)
|
38946
|
-
pulumi.set(__self__, "domain", domain)
|
38947
|
-
pulumi.set(__self__, "exascale_db_storage_vault_id", exascale_db_storage_vault_id)
|
38948
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
38949
|
-
pulumi.set(__self__, "gi_version", gi_version)
|
38950
|
-
pulumi.set(__self__, "grid_image_id", grid_image_id)
|
38951
|
-
pulumi.set(__self__, "grid_image_type", grid_image_type)
|
38952
|
-
pulumi.set(__self__, "hostname", hostname)
|
38953
|
-
pulumi.set(__self__, "id", id)
|
38954
|
-
pulumi.set(__self__, "iorm_config_caches", iorm_config_caches)
|
38955
|
-
pulumi.set(__self__, "last_update_history_entry_id", last_update_history_entry_id)
|
38956
|
-
pulumi.set(__self__, "license_model", license_model)
|
38957
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
38958
|
-
pulumi.set(__self__, "listener_port", listener_port)
|
38959
|
-
pulumi.set(__self__, "node_configs", node_configs)
|
38960
|
-
pulumi.set(__self__, "node_resources", node_resources)
|
38961
|
-
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
38962
|
-
pulumi.set(__self__, "private_zone_id", private_zone_id)
|
38963
|
-
pulumi.set(__self__, "scan_dns_name", scan_dns_name)
|
38964
|
-
pulumi.set(__self__, "scan_dns_record_id", scan_dns_record_id)
|
38965
|
-
pulumi.set(__self__, "scan_ip_ids", scan_ip_ids)
|
38966
|
-
pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
|
38967
|
-
pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
|
38968
|
-
pulumi.set(__self__, "shape", shape)
|
38969
|
-
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
38970
|
-
pulumi.set(__self__, "state", state)
|
38971
|
-
pulumi.set(__self__, "subnet_id", subnet_id)
|
38972
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
38973
|
-
pulumi.set(__self__, "system_version", system_version)
|
38974
|
-
pulumi.set(__self__, "time_created", time_created)
|
38975
|
-
pulumi.set(__self__, "time_zone", time_zone)
|
38976
|
-
pulumi.set(__self__, "vip_ids", vip_ids)
|
38977
|
-
pulumi.set(__self__, "zone_id", zone_id)
|
38978
|
-
|
38979
|
-
@property
|
38980
|
-
@pulumi.getter(name="availabilityDomain")
|
38981
|
-
def availability_domain(self) -> str:
|
38982
|
-
"""
|
38983
|
-
The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
|
38984
|
-
"""
|
38985
|
-
return pulumi.get(self, "availability_domain")
|
38986
|
-
|
38987
|
-
@property
|
38988
|
-
@pulumi.getter(name="backupNetworkNsgIds")
|
38989
|
-
def backup_network_nsg_ids(self) -> Sequence[str]:
|
38990
|
-
"""
|
38991
|
-
A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
38992
|
-
"""
|
38993
|
-
return pulumi.get(self, "backup_network_nsg_ids")
|
38994
|
-
|
38995
|
-
@property
|
38996
|
-
@pulumi.getter(name="backupSubnetId")
|
38997
|
-
def backup_subnet_id(self) -> str:
|
38998
|
-
"""
|
38999
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
39000
|
-
"""
|
39001
|
-
return pulumi.get(self, "backup_subnet_id")
|
39002
|
-
|
39003
|
-
@property
|
39004
|
-
@pulumi.getter(name="clusterName")
|
39005
|
-
def cluster_name(self) -> str:
|
39006
|
-
"""
|
39007
|
-
The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
|
39008
|
-
"""
|
39009
|
-
return pulumi.get(self, "cluster_name")
|
39010
|
-
|
39011
|
-
@property
|
39012
|
-
@pulumi.getter(name="compartmentId")
|
39013
|
-
def compartment_id(self) -> str:
|
39014
|
-
"""
|
39015
|
-
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
39016
|
-
"""
|
39017
|
-
return pulumi.get(self, "compartment_id")
|
39018
|
-
|
39019
|
-
@property
|
39020
|
-
@pulumi.getter(name="dataCollectionOptions")
|
39021
|
-
def data_collection_options(self) -> Sequence['outputs.GetExadbVmClustersExadbVmClusterDataCollectionOptionResult']:
|
39022
|
-
"""
|
39023
|
-
Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
39024
|
-
"""
|
39025
|
-
return pulumi.get(self, "data_collection_options")
|
39026
|
-
|
39027
|
-
@property
|
39028
|
-
@pulumi.getter(name="definedTags")
|
39029
|
-
def defined_tags(self) -> Mapping[str, Any]:
|
39030
|
-
"""
|
39031
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39032
|
-
"""
|
39033
|
-
return pulumi.get(self, "defined_tags")
|
39034
|
-
|
39035
|
-
@property
|
39036
|
-
@pulumi.getter(name="displayName")
|
39037
|
-
def display_name(self) -> str:
|
39038
|
-
"""
|
39039
|
-
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
39040
|
-
"""
|
39041
|
-
return pulumi.get(self, "display_name")
|
39042
|
-
|
39043
|
-
@property
|
39044
|
-
@pulumi.getter
|
39045
|
-
def domain(self) -> str:
|
39046
|
-
"""
|
39047
|
-
A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
|
39048
|
-
"""
|
39049
|
-
return pulumi.get(self, "domain")
|
39050
|
-
|
39051
|
-
@property
|
39052
|
-
@pulumi.getter(name="exascaleDbStorageVaultId")
|
39053
|
-
def exascale_db_storage_vault_id(self) -> str:
|
39054
|
-
"""
|
39055
|
-
A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
|
39056
|
-
"""
|
39057
|
-
return pulumi.get(self, "exascale_db_storage_vault_id")
|
39058
|
-
|
39059
|
-
@property
|
39060
|
-
@pulumi.getter(name="freeformTags")
|
39061
|
-
def freeform_tags(self) -> Mapping[str, Any]:
|
39062
|
-
"""
|
39063
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
39064
|
-
"""
|
39065
|
-
return pulumi.get(self, "freeform_tags")
|
39066
|
-
|
39067
|
-
@property
|
39068
|
-
@pulumi.getter(name="giVersion")
|
39069
|
-
def gi_version(self) -> str:
|
39070
|
-
"""
|
39071
|
-
A valid Oracle Grid Infrastructure (GI) software version.
|
39072
|
-
"""
|
39073
|
-
return pulumi.get(self, "gi_version")
|
39074
|
-
|
39075
|
-
@property
|
39076
|
-
@pulumi.getter(name="gridImageId")
|
39077
|
-
def grid_image_id(self) -> str:
|
39078
|
-
"""
|
39079
|
-
Grid Setup will be done using this grid image id
|
39080
|
-
"""
|
39081
|
-
return pulumi.get(self, "grid_image_id")
|
39082
|
-
|
39083
|
-
@property
|
39084
|
-
@pulumi.getter(name="gridImageType")
|
39085
|
-
def grid_image_type(self) -> str:
|
39086
|
-
"""
|
39087
|
-
The type of Grid Image
|
39088
|
-
"""
|
39089
|
-
return pulumi.get(self, "grid_image_type")
|
39090
|
-
|
39091
|
-
@property
|
39092
|
-
@pulumi.getter
|
39093
|
-
def hostname(self) -> str:
|
39094
|
-
"""
|
39095
|
-
The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
39096
|
-
"""
|
39097
|
-
return pulumi.get(self, "hostname")
|
39098
|
-
|
39099
|
-
@property
|
39100
|
-
@pulumi.getter
|
39101
|
-
def id(self) -> str:
|
39102
|
-
"""
|
39103
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata VM cluster on Exascale Infrastructure.
|
39104
|
-
"""
|
39105
|
-
return pulumi.get(self, "id")
|
39106
|
-
|
39107
|
-
@property
|
39108
|
-
@pulumi.getter(name="iormConfigCaches")
|
39109
|
-
def iorm_config_caches(self) -> Sequence['outputs.GetExadbVmClustersExadbVmClusterIormConfigCachResult']:
|
39110
|
-
"""
|
39111
|
-
The IORM settings of the Exadata DB system.
|
39112
|
-
"""
|
39113
|
-
return pulumi.get(self, "iorm_config_caches")
|
39114
|
-
|
39115
|
-
@property
|
39116
|
-
@pulumi.getter(name="lastUpdateHistoryEntryId")
|
39117
|
-
def last_update_history_entry_id(self) -> str:
|
39118
|
-
"""
|
39119
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
|
39120
|
-
"""
|
39121
|
-
return pulumi.get(self, "last_update_history_entry_id")
|
39122
|
-
|
39123
|
-
@property
|
39124
|
-
@pulumi.getter(name="licenseModel")
|
39125
|
-
def license_model(self) -> str:
|
39126
|
-
"""
|
39127
|
-
The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
|
39128
|
-
"""
|
39129
|
-
return pulumi.get(self, "license_model")
|
39130
|
-
|
39131
|
-
@property
|
39132
|
-
@pulumi.getter(name="lifecycleDetails")
|
39133
|
-
def lifecycle_details(self) -> str:
|
39134
|
-
"""
|
39135
|
-
Additional information about the current lifecycle state.
|
39136
|
-
"""
|
39137
|
-
return pulumi.get(self, "lifecycle_details")
|
39138
|
-
|
39139
|
-
@property
|
39140
|
-
@pulumi.getter(name="listenerPort")
|
39141
|
-
def listener_port(self) -> str:
|
39142
|
-
"""
|
39143
|
-
The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
|
39144
|
-
"""
|
39145
|
-
return pulumi.get(self, "listener_port")
|
39146
|
-
|
39147
|
-
@property
|
39148
|
-
@pulumi.getter(name="nodeConfigs")
|
39149
|
-
def node_configs(self) -> Sequence['outputs.GetExadbVmClustersExadbVmClusterNodeConfigResult']:
|
39150
|
-
"""
|
39151
|
-
The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
|
39152
|
-
"""
|
39153
|
-
return pulumi.get(self, "node_configs")
|
39154
|
-
|
39155
|
-
@property
|
39156
|
-
@pulumi.getter(name="nodeResources")
|
39157
|
-
def node_resources(self) -> Sequence['outputs.GetExadbVmClustersExadbVmClusterNodeResourceResult']:
|
39158
|
-
"""
|
39159
|
-
The list of node in the Exadata VM cluster on Exascale Infrastructure.
|
39160
|
-
"""
|
39161
|
-
return pulumi.get(self, "node_resources")
|
39162
|
-
|
39163
|
-
@property
|
39164
|
-
@pulumi.getter(name="nsgIds")
|
39165
|
-
def nsg_ids(self) -> Sequence[str]:
|
39166
|
-
"""
|
39167
|
-
The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
|
39168
|
-
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
39169
|
-
"""
|
39170
|
-
return pulumi.get(self, "nsg_ids")
|
39171
|
-
|
39172
|
-
@property
|
39173
|
-
@pulumi.getter(name="privateZoneId")
|
39174
|
-
def private_zone_id(self) -> str:
|
39175
|
-
"""
|
39176
|
-
The private zone ID in which you want DNS records to be created.
|
39177
|
-
"""
|
39178
|
-
return pulumi.get(self, "private_zone_id")
|
39179
|
-
|
39180
|
-
@property
|
39181
|
-
@pulumi.getter(name="scanDnsName")
|
39182
|
-
def scan_dns_name(self) -> str:
|
39183
|
-
"""
|
39184
|
-
The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
|
39185
|
-
"""
|
39186
|
-
return pulumi.get(self, "scan_dns_name")
|
39187
|
-
|
39188
|
-
@property
|
39189
|
-
@pulumi.getter(name="scanDnsRecordId")
|
39190
|
-
def scan_dns_record_id(self) -> str:
|
39191
|
-
"""
|
39192
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
|
39193
|
-
"""
|
39194
|
-
return pulumi.get(self, "scan_dns_record_id")
|
39195
|
-
|
39196
|
-
@property
|
39197
|
-
@pulumi.getter(name="scanIpIds")
|
39198
|
-
def scan_ip_ids(self) -> Sequence[str]:
|
39199
|
-
"""
|
39200
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
39201
|
-
"""
|
39202
|
-
return pulumi.get(self, "scan_ip_ids")
|
39203
|
-
|
39204
|
-
@property
|
39205
|
-
@pulumi.getter(name="scanListenerPortTcp")
|
39206
|
-
def scan_listener_port_tcp(self) -> int:
|
39207
|
-
"""
|
39208
|
-
The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
39209
|
-
"""
|
39210
|
-
return pulumi.get(self, "scan_listener_port_tcp")
|
39211
|
-
|
39212
|
-
@property
|
39213
|
-
@pulumi.getter(name="scanListenerPortTcpSsl")
|
39214
|
-
def scan_listener_port_tcp_ssl(self) -> int:
|
39215
|
-
"""
|
39216
|
-
The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
39217
|
-
"""
|
39218
|
-
return pulumi.get(self, "scan_listener_port_tcp_ssl")
|
39219
|
-
|
39220
|
-
@property
|
39221
|
-
@pulumi.getter
|
39222
|
-
def shape(self) -> str:
|
39223
|
-
"""
|
39224
|
-
The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
39225
|
-
"""
|
39226
|
-
return pulumi.get(self, "shape")
|
39227
|
-
|
39228
|
-
@property
|
39229
|
-
@pulumi.getter(name="sshPublicKeys")
|
39230
|
-
def ssh_public_keys(self) -> Sequence[str]:
|
39231
|
-
"""
|
39232
|
-
The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
|
39233
|
-
"""
|
39234
|
-
return pulumi.get(self, "ssh_public_keys")
|
39235
|
-
|
39236
|
-
@property
|
39237
|
-
@pulumi.getter
|
39238
|
-
def state(self) -> str:
|
39239
|
-
"""
|
39240
|
-
A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
|
39241
|
-
"""
|
39242
|
-
return pulumi.get(self, "state")
|
39243
|
-
|
39244
|
-
@property
|
39245
|
-
@pulumi.getter(name="subnetId")
|
39246
|
-
def subnet_id(self) -> str:
|
39247
|
-
"""
|
39248
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
39249
|
-
"""
|
39250
|
-
return pulumi.get(self, "subnet_id")
|
39251
|
-
|
39252
|
-
@property
|
39253
|
-
@pulumi.getter(name="systemTags")
|
39254
|
-
def system_tags(self) -> Mapping[str, Any]:
|
39255
|
-
"""
|
39256
|
-
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39257
|
-
"""
|
39258
|
-
return pulumi.get(self, "system_tags")
|
39259
|
-
|
39260
|
-
@property
|
39261
|
-
@pulumi.getter(name="systemVersion")
|
39262
|
-
def system_version(self) -> str:
|
39263
|
-
"""
|
39264
|
-
Operating system version of the image.
|
39265
|
-
"""
|
39266
|
-
return pulumi.get(self, "system_version")
|
39267
|
-
|
39268
|
-
@property
|
39269
|
-
@pulumi.getter(name="timeCreated")
|
39270
|
-
def time_created(self) -> str:
|
39271
|
-
"""
|
39272
|
-
The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
|
39273
|
-
"""
|
39274
|
-
return pulumi.get(self, "time_created")
|
39275
|
-
|
39276
|
-
@property
|
39277
|
-
@pulumi.getter(name="timeZone")
|
39278
|
-
def time_zone(self) -> str:
|
39279
|
-
"""
|
39280
|
-
The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
39281
|
-
"""
|
39282
|
-
return pulumi.get(self, "time_zone")
|
39283
|
-
|
39284
|
-
@property
|
39285
|
-
@pulumi.getter(name="vipIds")
|
39286
|
-
def vip_ids(self) -> Sequence[str]:
|
39287
|
-
"""
|
39288
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
|
39289
|
-
"""
|
39290
|
-
return pulumi.get(self, "vip_ids")
|
39291
|
-
|
39292
|
-
@property
|
39293
|
-
@pulumi.getter(name="zoneId")
|
39294
|
-
def zone_id(self) -> str:
|
39295
|
-
"""
|
39296
|
-
The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
|
39297
|
-
"""
|
39298
|
-
return pulumi.get(self, "zone_id")
|
39299
|
-
|
39300
|
-
|
39301
|
-
@pulumi.output_type
|
39302
|
-
class GetExadbVmClustersExadbVmClusterDataCollectionOptionResult(dict):
|
39303
|
-
def __init__(__self__, *,
|
39304
|
-
is_diagnostics_events_enabled: bool,
|
39305
|
-
is_health_monitoring_enabled: bool,
|
39306
|
-
is_incident_logs_enabled: bool):
|
39307
|
-
"""
|
39308
|
-
:param bool is_diagnostics_events_enabled: 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.
|
39309
|
-
:param bool is_health_monitoring_enabled: 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.
|
39310
|
-
:param bool is_incident_logs_enabled: 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.
|
39311
|
-
"""
|
39312
|
-
pulumi.set(__self__, "is_diagnostics_events_enabled", is_diagnostics_events_enabled)
|
39313
|
-
pulumi.set(__self__, "is_health_monitoring_enabled", is_health_monitoring_enabled)
|
39314
|
-
pulumi.set(__self__, "is_incident_logs_enabled", is_incident_logs_enabled)
|
39315
|
-
|
39316
|
-
@property
|
39317
|
-
@pulumi.getter(name="isDiagnosticsEventsEnabled")
|
39318
|
-
def is_diagnostics_events_enabled(self) -> bool:
|
39319
|
-
"""
|
39320
|
-
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.
|
39321
|
-
"""
|
39322
|
-
return pulumi.get(self, "is_diagnostics_events_enabled")
|
39323
|
-
|
39324
|
-
@property
|
39325
|
-
@pulumi.getter(name="isHealthMonitoringEnabled")
|
39326
|
-
def is_health_monitoring_enabled(self) -> bool:
|
39327
|
-
"""
|
39328
|
-
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.
|
39329
|
-
"""
|
39330
|
-
return pulumi.get(self, "is_health_monitoring_enabled")
|
39331
|
-
|
39332
|
-
@property
|
39333
|
-
@pulumi.getter(name="isIncidentLogsEnabled")
|
39334
|
-
def is_incident_logs_enabled(self) -> bool:
|
39335
|
-
"""
|
39336
|
-
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.
|
39337
|
-
"""
|
39338
|
-
return pulumi.get(self, "is_incident_logs_enabled")
|
39339
|
-
|
39340
|
-
|
39341
|
-
@pulumi.output_type
|
39342
|
-
class GetExadbVmClustersExadbVmClusterIormConfigCachResult(dict):
|
39343
|
-
def __init__(__self__, *,
|
39344
|
-
db_plans: Sequence['outputs.GetExadbVmClustersExadbVmClusterIormConfigCachDbPlanResult'],
|
39345
|
-
lifecycle_details: str,
|
39346
|
-
objective: str,
|
39347
|
-
state: str):
|
39348
|
-
"""
|
39349
|
-
:param Sequence['GetExadbVmClustersExadbVmClusterIormConfigCachDbPlanArgs'] db_plans: An array of IORM settings for all the database in the Exadata DB system.
|
39350
|
-
:param str lifecycle_details: Additional information about the current lifecycle state.
|
39351
|
-
:param str objective: The current value for the IORM objective. The default is `AUTO`.
|
39352
|
-
:param str state: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
|
39353
|
-
"""
|
39354
|
-
pulumi.set(__self__, "db_plans", db_plans)
|
39355
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
39356
|
-
pulumi.set(__self__, "objective", objective)
|
39357
|
-
pulumi.set(__self__, "state", state)
|
39358
|
-
|
39359
|
-
@property
|
39360
|
-
@pulumi.getter(name="dbPlans")
|
39361
|
-
def db_plans(self) -> Sequence['outputs.GetExadbVmClustersExadbVmClusterIormConfigCachDbPlanResult']:
|
39362
|
-
"""
|
39363
|
-
An array of IORM settings for all the database in the Exadata DB system.
|
39364
|
-
"""
|
39365
|
-
return pulumi.get(self, "db_plans")
|
39366
|
-
|
39367
|
-
@property
|
39368
|
-
@pulumi.getter(name="lifecycleDetails")
|
39369
|
-
def lifecycle_details(self) -> str:
|
39370
|
-
"""
|
39371
|
-
Additional information about the current lifecycle state.
|
39372
|
-
"""
|
39373
|
-
return pulumi.get(self, "lifecycle_details")
|
39374
|
-
|
39375
|
-
@property
|
39376
|
-
@pulumi.getter
|
39377
|
-
def objective(self) -> str:
|
39378
|
-
"""
|
39379
|
-
The current value for the IORM objective. The default is `AUTO`.
|
39380
|
-
"""
|
39381
|
-
return pulumi.get(self, "objective")
|
39382
|
-
|
39383
|
-
@property
|
39384
|
-
@pulumi.getter
|
39385
|
-
def state(self) -> str:
|
39386
|
-
"""
|
39387
|
-
A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
|
39388
|
-
"""
|
39389
|
-
return pulumi.get(self, "state")
|
39390
|
-
|
39391
|
-
|
39392
|
-
@pulumi.output_type
|
39393
|
-
class GetExadbVmClustersExadbVmClusterIormConfigCachDbPlanResult(dict):
|
39394
|
-
def __init__(__self__, *,
|
39395
|
-
db_name: str,
|
39396
|
-
flash_cache_limit: str,
|
39397
|
-
share: int):
|
39398
|
-
"""
|
39399
|
-
:param str db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
|
39400
|
-
:param 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.
|
39401
|
-
:param int share: The relative priority of this database.
|
39402
|
-
"""
|
39403
|
-
pulumi.set(__self__, "db_name", db_name)
|
39404
|
-
pulumi.set(__self__, "flash_cache_limit", flash_cache_limit)
|
39405
|
-
pulumi.set(__self__, "share", share)
|
39406
|
-
|
39407
|
-
@property
|
39408
|
-
@pulumi.getter(name="dbName")
|
39409
|
-
def db_name(self) -> str:
|
39410
|
-
"""
|
39411
|
-
The database name. For the default `DbPlan`, the `dbName` is `default`.
|
39412
|
-
"""
|
39413
|
-
return pulumi.get(self, "db_name")
|
39414
|
-
|
39415
|
-
@property
|
39416
|
-
@pulumi.getter(name="flashCacheLimit")
|
39417
|
-
def flash_cache_limit(self) -> str:
|
39418
|
-
"""
|
39419
|
-
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
|
39420
|
-
"""
|
39421
|
-
return pulumi.get(self, "flash_cache_limit")
|
39422
|
-
|
39423
|
-
@property
|
39424
|
-
@pulumi.getter
|
39425
|
-
def share(self) -> int:
|
39426
|
-
"""
|
39427
|
-
The relative priority of this database.
|
39428
|
-
"""
|
39429
|
-
return pulumi.get(self, "share")
|
39430
|
-
|
39431
|
-
|
39432
|
-
@pulumi.output_type
|
39433
|
-
class GetExadbVmClustersExadbVmClusterNodeConfigResult(dict):
|
39434
|
-
def __init__(__self__, *,
|
39435
|
-
enabled_ecpu_count_per_node: int,
|
39436
|
-
memory_size_in_gbs_per_node: int,
|
39437
|
-
snapshot_file_system_storage_size_gbs_per_node: int,
|
39438
|
-
total_ecpu_count_per_node: int,
|
39439
|
-
total_file_system_storage_size_gbs_per_node: int,
|
39440
|
-
vm_file_system_storage_size_gbs_per_node: int):
|
39441
|
-
"""
|
39442
|
-
:param 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.
|
39443
|
-
:param int snapshot_file_system_storage_size_gbs_per_node: The file system storage in GBs for snapshot for each node.
|
39444
|
-
:param int total_file_system_storage_size_gbs_per_node: Total file system storage in GBs for each node.
|
39445
|
-
:param int vm_file_system_storage_size_gbs_per_node: The file system storage in GBs for each node.
|
39446
|
-
"""
|
39447
|
-
pulumi.set(__self__, "enabled_ecpu_count_per_node", enabled_ecpu_count_per_node)
|
39448
|
-
pulumi.set(__self__, "memory_size_in_gbs_per_node", memory_size_in_gbs_per_node)
|
39449
|
-
pulumi.set(__self__, "snapshot_file_system_storage_size_gbs_per_node", snapshot_file_system_storage_size_gbs_per_node)
|
39450
|
-
pulumi.set(__self__, "total_ecpu_count_per_node", total_ecpu_count_per_node)
|
39451
|
-
pulumi.set(__self__, "total_file_system_storage_size_gbs_per_node", total_file_system_storage_size_gbs_per_node)
|
39452
|
-
pulumi.set(__self__, "vm_file_system_storage_size_gbs_per_node", vm_file_system_storage_size_gbs_per_node)
|
39453
|
-
|
39454
|
-
@property
|
39455
|
-
@pulumi.getter(name="enabledEcpuCountPerNode")
|
39456
|
-
def enabled_ecpu_count_per_node(self) -> int:
|
39457
|
-
return pulumi.get(self, "enabled_ecpu_count_per_node")
|
39458
|
-
|
39459
|
-
@property
|
39460
|
-
@pulumi.getter(name="memorySizeInGbsPerNode")
|
39461
|
-
def memory_size_in_gbs_per_node(self) -> int:
|
39462
|
-
"""
|
39463
|
-
The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
|
39464
|
-
"""
|
39465
|
-
return pulumi.get(self, "memory_size_in_gbs_per_node")
|
39466
|
-
|
39467
|
-
@property
|
39468
|
-
@pulumi.getter(name="snapshotFileSystemStorageSizeGbsPerNode")
|
39469
|
-
def snapshot_file_system_storage_size_gbs_per_node(self) -> int:
|
39470
|
-
"""
|
39471
|
-
The file system storage in GBs for snapshot for each node.
|
39472
|
-
"""
|
39473
|
-
return pulumi.get(self, "snapshot_file_system_storage_size_gbs_per_node")
|
39474
|
-
|
39475
|
-
@property
|
39476
|
-
@pulumi.getter(name="totalEcpuCountPerNode")
|
39477
|
-
def total_ecpu_count_per_node(self) -> int:
|
39478
|
-
return pulumi.get(self, "total_ecpu_count_per_node")
|
39479
|
-
|
39480
|
-
@property
|
39481
|
-
@pulumi.getter(name="totalFileSystemStorageSizeGbsPerNode")
|
39482
|
-
def total_file_system_storage_size_gbs_per_node(self) -> int:
|
39483
|
-
"""
|
39484
|
-
Total file system storage in GBs for each node.
|
39485
|
-
"""
|
39486
|
-
return pulumi.get(self, "total_file_system_storage_size_gbs_per_node")
|
39487
|
-
|
39488
|
-
@property
|
39489
|
-
@pulumi.getter(name="vmFileSystemStorageSizeGbsPerNode")
|
39490
|
-
def vm_file_system_storage_size_gbs_per_node(self) -> int:
|
39491
|
-
"""
|
39492
|
-
The file system storage in GBs for each node.
|
39493
|
-
"""
|
39494
|
-
return pulumi.get(self, "vm_file_system_storage_size_gbs_per_node")
|
39495
|
-
|
39496
|
-
|
39497
|
-
@pulumi.output_type
|
39498
|
-
class GetExadbVmClustersExadbVmClusterNodeResourceResult(dict):
|
39499
|
-
def __init__(__self__, *,
|
39500
|
-
node_hostname: str,
|
39501
|
-
node_id: str,
|
39502
|
-
node_name: str,
|
39503
|
-
state: str):
|
39504
|
-
"""
|
39505
|
-
:param str node_hostname: The host name for the node.
|
39506
|
-
:param str node_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
|
39507
|
-
:param str state: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
|
39508
|
-
"""
|
39509
|
-
pulumi.set(__self__, "node_hostname", node_hostname)
|
39510
|
-
pulumi.set(__self__, "node_id", node_id)
|
39511
|
-
pulumi.set(__self__, "node_name", node_name)
|
39512
|
-
pulumi.set(__self__, "state", state)
|
39513
|
-
|
39514
|
-
@property
|
39515
|
-
@pulumi.getter(name="nodeHostname")
|
39516
|
-
def node_hostname(self) -> str:
|
39517
|
-
"""
|
39518
|
-
The host name for the node.
|
39519
|
-
"""
|
39520
|
-
return pulumi.get(self, "node_hostname")
|
39521
|
-
|
39522
|
-
@property
|
39523
|
-
@pulumi.getter(name="nodeId")
|
39524
|
-
def node_id(self) -> str:
|
39525
|
-
"""
|
39526
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the node.
|
39527
|
-
"""
|
39528
|
-
return pulumi.get(self, "node_id")
|
39529
|
-
|
39530
|
-
@property
|
39531
|
-
@pulumi.getter(name="nodeName")
|
39532
|
-
def node_name(self) -> str:
|
39533
|
-
return pulumi.get(self, "node_name")
|
39534
|
-
|
39535
|
-
@property
|
39536
|
-
@pulumi.getter
|
39537
|
-
def state(self) -> str:
|
39538
|
-
"""
|
39539
|
-
A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
|
39540
|
-
"""
|
39541
|
-
return pulumi.get(self, "state")
|
39542
|
-
|
39543
|
-
|
39544
|
-
@pulumi.output_type
|
39545
|
-
class GetExadbVmClustersFilterResult(dict):
|
39546
|
-
def __init__(__self__, *,
|
39547
|
-
name: str,
|
39548
|
-
values: Sequence[str],
|
39549
|
-
regex: Optional[bool] = None):
|
39550
|
-
pulumi.set(__self__, "name", name)
|
39551
|
-
pulumi.set(__self__, "values", values)
|
39552
|
-
if regex is not None:
|
39553
|
-
pulumi.set(__self__, "regex", regex)
|
39554
|
-
|
39555
|
-
@property
|
39556
|
-
@pulumi.getter
|
39557
|
-
def name(self) -> str:
|
39558
|
-
return pulumi.get(self, "name")
|
39559
|
-
|
39560
|
-
@property
|
39561
|
-
@pulumi.getter
|
39562
|
-
def values(self) -> Sequence[str]:
|
39563
|
-
return pulumi.get(self, "values")
|
39564
|
-
|
39565
|
-
@property
|
39566
|
-
@pulumi.getter
|
39567
|
-
def regex(self) -> Optional[bool]:
|
39568
|
-
return pulumi.get(self, "regex")
|
39569
|
-
|
39570
|
-
|
39571
|
-
@pulumi.output_type
|
39572
|
-
class GetExascaleDbStorageVaultHighCapacityDatabaseStorageResult(dict):
|
39573
|
-
def __init__(__self__, *,
|
39574
|
-
available_size_in_gbs: int,
|
39575
|
-
total_size_in_gbs: int):
|
39576
|
-
"""
|
39577
|
-
:param int available_size_in_gbs: Available Capacity
|
39578
|
-
:param int total_size_in_gbs: Total Capacity
|
39579
|
-
"""
|
39580
|
-
pulumi.set(__self__, "available_size_in_gbs", available_size_in_gbs)
|
39581
|
-
pulumi.set(__self__, "total_size_in_gbs", total_size_in_gbs)
|
39582
|
-
|
39583
|
-
@property
|
39584
|
-
@pulumi.getter(name="availableSizeInGbs")
|
39585
|
-
def available_size_in_gbs(self) -> int:
|
39586
|
-
"""
|
39587
|
-
Available Capacity
|
39588
|
-
"""
|
39589
|
-
return pulumi.get(self, "available_size_in_gbs")
|
39590
|
-
|
39591
|
-
@property
|
39592
|
-
@pulumi.getter(name="totalSizeInGbs")
|
39593
|
-
def total_size_in_gbs(self) -> int:
|
39594
|
-
"""
|
39595
|
-
Total Capacity
|
39596
|
-
"""
|
39597
|
-
return pulumi.get(self, "total_size_in_gbs")
|
39598
|
-
|
39599
|
-
|
39600
|
-
@pulumi.output_type
|
39601
|
-
class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
39602
|
-
def __init__(__self__, *,
|
39603
|
-
additional_flash_cache_in_percent: int,
|
39604
|
-
availability_domain: str,
|
39605
|
-
compartment_id: str,
|
39606
|
-
defined_tags: Mapping[str, Any],
|
39607
|
-
description: str,
|
39608
|
-
display_name: str,
|
39609
|
-
freeform_tags: Mapping[str, Any],
|
39610
|
-
high_capacity_database_storages: Sequence['outputs.GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageResult'],
|
39611
|
-
id: str,
|
39612
|
-
lifecycle_details: str,
|
39613
|
-
state: str,
|
39614
|
-
system_tags: Mapping[str, Any],
|
39615
|
-
time_created: str,
|
39616
|
-
time_zone: str,
|
39617
|
-
vm_cluster_count: int,
|
39618
|
-
vm_cluster_ids: Sequence[str]):
|
39619
|
-
"""
|
39620
|
-
:param int additional_flash_cache_in_percent: The size of additional Flash Cache in percentage of High Capacity database storage.
|
39621
|
-
:param str availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
39622
|
-
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
39623
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39624
|
-
:param str description: Exadata Database Storage Vault description.
|
39625
|
-
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
39626
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
39627
|
-
:param Sequence['GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storages: Exadata Database Storage Details
|
39628
|
-
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
39629
|
-
:param str lifecycle_details: Additional information about the current lifecycle state.
|
39630
|
-
:param str state: A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
|
39631
|
-
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39632
|
-
:param str time_created: The date and time that the Exadata Database Storage Vault was created.
|
39633
|
-
:param str time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
39634
|
-
:param int vm_cluster_count: The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
39635
|
-
:param Sequence[str] vm_cluster_ids: The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
|
39636
|
-
"""
|
39637
|
-
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
39638
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
39639
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
39640
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
39641
|
-
pulumi.set(__self__, "description", description)
|
39642
|
-
pulumi.set(__self__, "display_name", display_name)
|
39643
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
39644
|
-
pulumi.set(__self__, "high_capacity_database_storages", high_capacity_database_storages)
|
39645
|
-
pulumi.set(__self__, "id", id)
|
39646
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
39647
|
-
pulumi.set(__self__, "state", state)
|
39648
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
39649
|
-
pulumi.set(__self__, "time_created", time_created)
|
39650
|
-
pulumi.set(__self__, "time_zone", time_zone)
|
39651
|
-
pulumi.set(__self__, "vm_cluster_count", vm_cluster_count)
|
39652
|
-
pulumi.set(__self__, "vm_cluster_ids", vm_cluster_ids)
|
39653
|
-
|
39654
|
-
@property
|
39655
|
-
@pulumi.getter(name="additionalFlashCacheInPercent")
|
39656
|
-
def additional_flash_cache_in_percent(self) -> int:
|
39657
|
-
"""
|
39658
|
-
The size of additional Flash Cache in percentage of High Capacity database storage.
|
39659
|
-
"""
|
39660
|
-
return pulumi.get(self, "additional_flash_cache_in_percent")
|
39661
|
-
|
39662
|
-
@property
|
39663
|
-
@pulumi.getter(name="availabilityDomain")
|
39664
|
-
def availability_domain(self) -> str:
|
39665
|
-
"""
|
39666
|
-
The name of the availability domain in which the Exadata Database Storage Vault is located.
|
39667
|
-
"""
|
39668
|
-
return pulumi.get(self, "availability_domain")
|
39669
|
-
|
39670
|
-
@property
|
39671
|
-
@pulumi.getter(name="compartmentId")
|
39672
|
-
def compartment_id(self) -> str:
|
39673
|
-
"""
|
39674
|
-
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
39675
|
-
"""
|
39676
|
-
return pulumi.get(self, "compartment_id")
|
39677
|
-
|
39678
|
-
@property
|
39679
|
-
@pulumi.getter(name="definedTags")
|
39680
|
-
def defined_tags(self) -> Mapping[str, Any]:
|
39681
|
-
"""
|
39682
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39683
|
-
"""
|
39684
|
-
return pulumi.get(self, "defined_tags")
|
39685
|
-
|
39686
|
-
@property
|
39687
|
-
@pulumi.getter
|
39688
|
-
def description(self) -> str:
|
39689
|
-
"""
|
39690
|
-
Exadata Database Storage Vault description.
|
39691
|
-
"""
|
39692
|
-
return pulumi.get(self, "description")
|
39693
|
-
|
39694
|
-
@property
|
39695
|
-
@pulumi.getter(name="displayName")
|
39696
|
-
def display_name(self) -> str:
|
39697
|
-
"""
|
39698
|
-
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
39699
|
-
"""
|
39700
|
-
return pulumi.get(self, "display_name")
|
39701
|
-
|
39702
|
-
@property
|
39703
|
-
@pulumi.getter(name="freeformTags")
|
39704
|
-
def freeform_tags(self) -> Mapping[str, Any]:
|
39705
|
-
"""
|
39706
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
39707
|
-
"""
|
39708
|
-
return pulumi.get(self, "freeform_tags")
|
39709
|
-
|
39710
|
-
@property
|
39711
|
-
@pulumi.getter(name="highCapacityDatabaseStorages")
|
39712
|
-
def high_capacity_database_storages(self) -> Sequence['outputs.GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageResult']:
|
39713
|
-
"""
|
39714
|
-
Exadata Database Storage Details
|
39715
|
-
"""
|
39716
|
-
return pulumi.get(self, "high_capacity_database_storages")
|
39717
|
-
|
39718
|
-
@property
|
39719
|
-
@pulumi.getter
|
39720
|
-
def id(self) -> str:
|
39721
|
-
"""
|
39722
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
39723
|
-
"""
|
39724
|
-
return pulumi.get(self, "id")
|
39725
|
-
|
39726
|
-
@property
|
39727
|
-
@pulumi.getter(name="lifecycleDetails")
|
39728
|
-
def lifecycle_details(self) -> str:
|
39729
|
-
"""
|
39730
|
-
Additional information about the current lifecycle state.
|
39731
|
-
"""
|
39732
|
-
return pulumi.get(self, "lifecycle_details")
|
39733
|
-
|
39734
|
-
@property
|
39735
|
-
@pulumi.getter
|
39736
|
-
def state(self) -> str:
|
39737
|
-
"""
|
39738
|
-
A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
|
39739
|
-
"""
|
39740
|
-
return pulumi.get(self, "state")
|
39741
|
-
|
39742
|
-
@property
|
39743
|
-
@pulumi.getter(name="systemTags")
|
39744
|
-
def system_tags(self) -> Mapping[str, Any]:
|
39745
|
-
"""
|
39746
|
-
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
39747
|
-
"""
|
39748
|
-
return pulumi.get(self, "system_tags")
|
39749
|
-
|
39750
|
-
@property
|
39751
|
-
@pulumi.getter(name="timeCreated")
|
39752
|
-
def time_created(self) -> str:
|
39753
|
-
"""
|
39754
|
-
The date and time that the Exadata Database Storage Vault was created.
|
39755
|
-
"""
|
39756
|
-
return pulumi.get(self, "time_created")
|
39757
|
-
|
39758
|
-
@property
|
39759
|
-
@pulumi.getter(name="timeZone")
|
39760
|
-
def time_zone(self) -> str:
|
39761
|
-
"""
|
39762
|
-
The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
39763
|
-
"""
|
39764
|
-
return pulumi.get(self, "time_zone")
|
39765
|
-
|
39766
|
-
@property
|
39767
|
-
@pulumi.getter(name="vmClusterCount")
|
39768
|
-
def vm_cluster_count(self) -> int:
|
39769
|
-
"""
|
39770
|
-
The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
39771
|
-
"""
|
39772
|
-
return pulumi.get(self, "vm_cluster_count")
|
39773
|
-
|
39774
|
-
@property
|
39775
|
-
@pulumi.getter(name="vmClusterIds")
|
39776
|
-
def vm_cluster_ids(self) -> Sequence[str]:
|
39777
|
-
"""
|
39778
|
-
The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
|
39779
|
-
"""
|
39780
|
-
return pulumi.get(self, "vm_cluster_ids")
|
39781
|
-
|
39782
|
-
|
39783
|
-
@pulumi.output_type
|
39784
|
-
class GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageResult(dict):
|
39785
|
-
def __init__(__self__, *,
|
39786
|
-
available_size_in_gbs: int,
|
39787
|
-
total_size_in_gbs: int):
|
39788
|
-
"""
|
39789
|
-
:param int available_size_in_gbs: Available Capacity
|
39790
|
-
:param int total_size_in_gbs: Total Capacity
|
39791
|
-
"""
|
39792
|
-
pulumi.set(__self__, "available_size_in_gbs", available_size_in_gbs)
|
39793
|
-
pulumi.set(__self__, "total_size_in_gbs", total_size_in_gbs)
|
39794
|
-
|
39795
|
-
@property
|
39796
|
-
@pulumi.getter(name="availableSizeInGbs")
|
39797
|
-
def available_size_in_gbs(self) -> int:
|
39798
|
-
"""
|
39799
|
-
Available Capacity
|
39800
|
-
"""
|
39801
|
-
return pulumi.get(self, "available_size_in_gbs")
|
39802
|
-
|
39803
|
-
@property
|
39804
|
-
@pulumi.getter(name="totalSizeInGbs")
|
39805
|
-
def total_size_in_gbs(self) -> int:
|
39806
|
-
"""
|
39807
|
-
Total Capacity
|
39808
|
-
"""
|
39809
|
-
return pulumi.get(self, "total_size_in_gbs")
|
39810
|
-
|
39811
|
-
|
39812
|
-
@pulumi.output_type
|
39813
|
-
class GetExascaleDbStorageVaultsFilterResult(dict):
|
39814
|
-
def __init__(__self__, *,
|
39815
|
-
name: str,
|
39816
|
-
values: Sequence[str],
|
39817
|
-
regex: Optional[bool] = None):
|
39818
|
-
pulumi.set(__self__, "name", name)
|
39819
|
-
pulumi.set(__self__, "values", values)
|
39820
|
-
if regex is not None:
|
39821
|
-
pulumi.set(__self__, "regex", regex)
|
39822
|
-
|
39823
|
-
@property
|
39824
|
-
@pulumi.getter
|
39825
|
-
def name(self) -> str:
|
39826
|
-
return pulumi.get(self, "name")
|
39827
|
-
|
39828
|
-
@property
|
39829
|
-
@pulumi.getter
|
39830
|
-
def values(self) -> Sequence[str]:
|
39831
|
-
return pulumi.get(self, "values")
|
39832
|
-
|
39833
|
-
@property
|
39834
|
-
@pulumi.getter
|
39835
|
-
def regex(self) -> Optional[bool]:
|
39836
|
-
return pulumi.get(self, "regex")
|
39837
|
-
|
39838
|
-
|
39839
37859
|
@pulumi.output_type
|
39840
37860
|
class GetExternalContainerDatabaseDatabaseManagementConfigResult(dict):
|
39841
37861
|
def __init__(__self__, *,
|
@@ -41682,62 +39702,6 @@ class GetFlexComponentsFlexComponentCollectionItemResult(dict):
|
|
41682
39702
|
return pulumi.get(self, "name")
|
41683
39703
|
|
41684
39704
|
|
41685
|
-
@pulumi.output_type
|
41686
|
-
class GetGiVersionMinorVersionsFilterResult(dict):
|
41687
|
-
def __init__(__self__, *,
|
41688
|
-
name: str,
|
41689
|
-
values: Sequence[str],
|
41690
|
-
regex: Optional[bool] = None):
|
41691
|
-
pulumi.set(__self__, "name", name)
|
41692
|
-
pulumi.set(__self__, "values", values)
|
41693
|
-
if regex is not None:
|
41694
|
-
pulumi.set(__self__, "regex", regex)
|
41695
|
-
|
41696
|
-
@property
|
41697
|
-
@pulumi.getter
|
41698
|
-
def name(self) -> str:
|
41699
|
-
return pulumi.get(self, "name")
|
41700
|
-
|
41701
|
-
@property
|
41702
|
-
@pulumi.getter
|
41703
|
-
def values(self) -> Sequence[str]:
|
41704
|
-
return pulumi.get(self, "values")
|
41705
|
-
|
41706
|
-
@property
|
41707
|
-
@pulumi.getter
|
41708
|
-
def regex(self) -> Optional[bool]:
|
41709
|
-
return pulumi.get(self, "regex")
|
41710
|
-
|
41711
|
-
|
41712
|
-
@pulumi.output_type
|
41713
|
-
class GetGiVersionMinorVersionsGiMinorVersionResult(dict):
|
41714
|
-
def __init__(__self__, *,
|
41715
|
-
grid_image_id: str,
|
41716
|
-
version: str):
|
41717
|
-
"""
|
41718
|
-
:param str grid_image_id: Grid Infrastructure Image Id
|
41719
|
-
:param str version: The Oracle Grid Infrastructure major version.
|
41720
|
-
"""
|
41721
|
-
pulumi.set(__self__, "grid_image_id", grid_image_id)
|
41722
|
-
pulumi.set(__self__, "version", version)
|
41723
|
-
|
41724
|
-
@property
|
41725
|
-
@pulumi.getter(name="gridImageId")
|
41726
|
-
def grid_image_id(self) -> str:
|
41727
|
-
"""
|
41728
|
-
Grid Infrastructure Image Id
|
41729
|
-
"""
|
41730
|
-
return pulumi.get(self, "grid_image_id")
|
41731
|
-
|
41732
|
-
@property
|
41733
|
-
@pulumi.getter
|
41734
|
-
def version(self) -> str:
|
41735
|
-
"""
|
41736
|
-
The Oracle Grid Infrastructure major version.
|
41737
|
-
"""
|
41738
|
-
return pulumi.get(self, "version")
|
41739
|
-
|
41740
|
-
|
41741
39705
|
@pulumi.output_type
|
41742
39706
|
class GetGiVersionsFilterResult(dict):
|
41743
39707
|
def __init__(__self__, *,
|
@@ -42957,14 +40921,12 @@ class GetPluggableDatabasePdbCreationTypeDetailResult(dict):
|
|
42957
40921
|
creation_type: str,
|
42958
40922
|
dblink_user_password: str,
|
42959
40923
|
dblink_username: str,
|
42960
|
-
is_thin_clone: bool,
|
42961
40924
|
refreshable_clone_details: Sequence['outputs.GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetailResult'],
|
42962
40925
|
source_container_database_admin_password: str,
|
42963
40926
|
source_pluggable_database_id: str):
|
42964
40927
|
pulumi.set(__self__, "creation_type", creation_type)
|
42965
40928
|
pulumi.set(__self__, "dblink_user_password", dblink_user_password)
|
42966
40929
|
pulumi.set(__self__, "dblink_username", dblink_username)
|
42967
|
-
pulumi.set(__self__, "is_thin_clone", is_thin_clone)
|
42968
40930
|
pulumi.set(__self__, "refreshable_clone_details", refreshable_clone_details)
|
42969
40931
|
pulumi.set(__self__, "source_container_database_admin_password", source_container_database_admin_password)
|
42970
40932
|
pulumi.set(__self__, "source_pluggable_database_id", source_pluggable_database_id)
|
@@ -42984,11 +40946,6 @@ class GetPluggableDatabasePdbCreationTypeDetailResult(dict):
|
|
42984
40946
|
def dblink_username(self) -> str:
|
42985
40947
|
return pulumi.get(self, "dblink_username")
|
42986
40948
|
|
42987
|
-
@property
|
42988
|
-
@pulumi.getter(name="isThinClone")
|
42989
|
-
def is_thin_clone(self) -> bool:
|
42990
|
-
return pulumi.get(self, "is_thin_clone")
|
42991
|
-
|
42992
40949
|
@property
|
42993
40950
|
@pulumi.getter(name="refreshableCloneDetails")
|
42994
40951
|
def refreshable_clone_details(self) -> Sequence['outputs.GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetailResult']:
|
@@ -43396,14 +41353,12 @@ class GetPluggableDatabasesPluggableDatabasePdbCreationTypeDetailResult(dict):
|
|
43396
41353
|
creation_type: str,
|
43397
41354
|
dblink_user_password: str,
|
43398
41355
|
dblink_username: str,
|
43399
|
-
is_thin_clone: bool,
|
43400
41356
|
refreshable_clone_details: Sequence['outputs.GetPluggableDatabasesPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetailResult'],
|
43401
41357
|
source_container_database_admin_password: str,
|
43402
41358
|
source_pluggable_database_id: str):
|
43403
41359
|
pulumi.set(__self__, "creation_type", creation_type)
|
43404
41360
|
pulumi.set(__self__, "dblink_user_password", dblink_user_password)
|
43405
41361
|
pulumi.set(__self__, "dblink_username", dblink_username)
|
43406
|
-
pulumi.set(__self__, "is_thin_clone", is_thin_clone)
|
43407
41362
|
pulumi.set(__self__, "refreshable_clone_details", refreshable_clone_details)
|
43408
41363
|
pulumi.set(__self__, "source_container_database_admin_password", source_container_database_admin_password)
|
43409
41364
|
pulumi.set(__self__, "source_pluggable_database_id", source_pluggable_database_id)
|
@@ -43423,11 +41378,6 @@ class GetPluggableDatabasesPluggableDatabasePdbCreationTypeDetailResult(dict):
|
|
43423
41378
|
def dblink_username(self) -> str:
|
43424
41379
|
return pulumi.get(self, "dblink_username")
|
43425
41380
|
|
43426
|
-
@property
|
43427
|
-
@pulumi.getter(name="isThinClone")
|
43428
|
-
def is_thin_clone(self) -> bool:
|
43429
|
-
return pulumi.get(self, "is_thin_clone")
|
43430
|
-
|
43431
41381
|
@property
|
43432
41382
|
@pulumi.getter(name="refreshableCloneDetails")
|
43433
41383
|
def refreshable_clone_details(self) -> Sequence['outputs.GetPluggableDatabasesPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetailResult']:
|