pulumi-oci 1.34.0a1714565502__py3-none-any.whl → 1.35.0__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 +40 -0
- pulumi_oci/config/__init__.pyi +2 -2
- pulumi_oci/config/vars.py +2 -2
- pulumi_oci/database/_inputs.py +112 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/cloud_vm_cluster.py +55 -0
- pulumi_oci/database/db_home.py +47 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_db_home.py +14 -1
- pulumi_oci/database/outputs.py +327 -6
- pulumi_oci/databasemanagement/__init__.py +5 -0
- pulumi_oci/databasemanagement/_inputs.py +1207 -2
- pulumi_oci/databasemanagement/database_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +28 -0
- pulumi_oci/databasemanagement/external_asm.py +28 -0
- pulumi_oci/databasemanagement/external_asm_instance.py +28 -0
- pulumi_oci/databasemanagement/external_cluster.py +28 -0
- pulumi_oci/databasemanagement/external_cluster_instance.py +28 -0
- pulumi_oci/databasemanagement/external_db_home.py +28 -0
- pulumi_oci/databasemanagement/external_db_node.py +28 -0
- pulumi_oci/databasemanagement/external_db_system.py +28 -0
- pulumi_oci/databasemanagement/external_db_system_connector.py +28 -0
- pulumi_oci/databasemanagement/external_db_system_discovery.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +28 -0
- pulumi_oci/databasemanagement/external_listener.py +28 -0
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
- pulumi_oci/databasemanagement/get_external_asm.py +14 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +14 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +14 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +14 -1
- pulumi_oci/databasemanagement/get_external_databases.py +18 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +14 -1
- pulumi_oci/databasemanagement/get_external_listener.py +14 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +14 -1
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -6
- pulumi_oci/databasemanagement/get_named_credential.py +14 -1
- pulumi_oci/databasemanagement/managed_database.py +28 -0
- pulumi_oci/databasemanagement/managed_database_group.py +28 -0
- pulumi_oci/databasemanagement/named_credential.py +28 -0
- pulumi_oci/databasemanagement/outputs.py +1723 -214
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +275 -0
- pulumi_oci/datasafe/__init__.py +3 -0
- pulumi_oci/datasafe/_inputs.py +80 -0
- pulumi_oci/datasafe/get_masking_policy.py +11 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +235 -0
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +153 -0
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +267 -0
- pulumi_oci/datasafe/masking_policy.py +75 -28
- pulumi_oci/datasafe/outputs.py +287 -0
- pulumi_oci/disasterrecovery/_inputs.py +16 -0
- pulumi_oci/disasterrecovery/outputs.py +36 -0
- pulumi_oci/loadbalancer/_inputs.py +144 -20
- pulumi_oci/loadbalancer/backend.py +49 -0
- pulumi_oci/loadbalancer/backend_set.py +57 -0
- pulumi_oci/loadbalancer/get_listener_rules.py +2 -2
- pulumi_oci/loadbalancer/load_balancer.py +98 -7
- pulumi_oci/loadbalancer/outputs.py +361 -36
- pulumi_oci/loadbalancer/rule_set.py +10 -0
- pulumi_oci/provider.py +8 -16
- pulumi_oci/recoverymod/_inputs.py +16 -0
- pulumi_oci/recoverymod/get_protected_database.py +25 -5
- pulumi_oci/recoverymod/get_protection_policies.py +1 -7
- pulumi_oci/recoverymod/get_protection_policy.py +15 -8
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +32 -9
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +3 -21
- pulumi_oci/recoverymod/outputs.py +96 -24
- pulumi_oci/recoverymod/protected_database.py +95 -16
- pulumi_oci/recoverymod/protection_policy.py +121 -54
- pulumi_oci/recoverymod/recovery_service_subnet.py +143 -55
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/RECORD +88 -80
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/db_home.py
CHANGED
@@ -25,6 +25,7 @@ class DbHomeArgs:
|
|
25
25
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
26
26
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
27
27
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
28
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
28
29
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
29
30
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
30
31
|
source: Optional[pulumi.Input[str]] = None,
|
@@ -44,6 +45,7 @@ class DbHomeArgs:
|
|
44
45
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
45
46
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
46
47
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
48
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
47
49
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
48
50
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
49
51
|
:param pulumi.Input[str] source: The source of database: NONE for creating a new database. DB_BACKUP for creating a new database by restoring from a database backup. VM_CLUSTER_NEW for creating a database for VM Cluster.
|
@@ -71,6 +73,8 @@ class DbHomeArgs:
|
|
71
73
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
72
74
|
if is_desupported_version is not None:
|
73
75
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
76
|
+
if is_unified_auditing_enabled is not None:
|
77
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
74
78
|
if kms_key_id is not None:
|
75
79
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
76
80
|
if kms_key_version_id is not None:
|
@@ -192,6 +196,18 @@ class DbHomeArgs:
|
|
192
196
|
def is_desupported_version(self, value: Optional[pulumi.Input[bool]]):
|
193
197
|
pulumi.set(self, "is_desupported_version", value)
|
194
198
|
|
199
|
+
@property
|
200
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
201
|
+
def is_unified_auditing_enabled(self) -> Optional[pulumi.Input[bool]]:
|
202
|
+
"""
|
203
|
+
Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
206
|
+
|
207
|
+
@is_unified_auditing_enabled.setter
|
208
|
+
def is_unified_auditing_enabled(self, value: Optional[pulumi.Input[bool]]):
|
209
|
+
pulumi.set(self, "is_unified_auditing_enabled", value)
|
210
|
+
|
195
211
|
@property
|
196
212
|
@pulumi.getter(name="kmsKeyId")
|
197
213
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -259,6 +275,7 @@ class _DbHomeState:
|
|
259
275
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
260
276
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
261
277
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
278
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
262
279
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
263
280
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
264
281
|
last_patch_history_entry_id: Optional[pulumi.Input[str]] = None,
|
@@ -284,6 +301,7 @@ class _DbHomeState:
|
|
284
301
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
285
302
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
286
303
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
304
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
287
305
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
288
306
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
289
307
|
:param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation is started.
|
@@ -319,6 +337,8 @@ class _DbHomeState:
|
|
319
337
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
320
338
|
if is_desupported_version is not None:
|
321
339
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
340
|
+
if is_unified_auditing_enabled is not None:
|
341
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
322
342
|
if kms_key_id is not None:
|
323
343
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
324
344
|
if kms_key_version_id is not None:
|
@@ -472,6 +492,18 @@ class _DbHomeState:
|
|
472
492
|
def is_desupported_version(self, value: Optional[pulumi.Input[bool]]):
|
473
493
|
pulumi.set(self, "is_desupported_version", value)
|
474
494
|
|
495
|
+
@property
|
496
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
497
|
+
def is_unified_auditing_enabled(self) -> Optional[pulumi.Input[bool]]:
|
498
|
+
"""
|
499
|
+
Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
500
|
+
"""
|
501
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
502
|
+
|
503
|
+
@is_unified_auditing_enabled.setter
|
504
|
+
def is_unified_auditing_enabled(self, value: Optional[pulumi.Input[bool]]):
|
505
|
+
pulumi.set(self, "is_unified_auditing_enabled", value)
|
506
|
+
|
475
507
|
@property
|
476
508
|
@pulumi.getter(name="kmsKeyId")
|
477
509
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -587,6 +619,7 @@ class DbHome(pulumi.CustomResource):
|
|
587
619
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
588
620
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
589
621
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
622
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
590
623
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
591
624
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
592
625
|
source: Optional[pulumi.Input[str]] = None,
|
@@ -630,6 +663,7 @@ class DbHome(pulumi.CustomResource):
|
|
630
663
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
631
664
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
632
665
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
666
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
633
667
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
634
668
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
635
669
|
:param pulumi.Input[str] source: The source of database: NONE for creating a new database. DB_BACKUP for creating a new database by restoring from a database backup. VM_CLUSTER_NEW for creating a database for VM Cluster.
|
@@ -692,6 +726,7 @@ class DbHome(pulumi.CustomResource):
|
|
692
726
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
693
727
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
694
728
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
729
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
695
730
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
696
731
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
697
732
|
source: Optional[pulumi.Input[str]] = None,
|
@@ -714,6 +749,7 @@ class DbHome(pulumi.CustomResource):
|
|
714
749
|
__props__.__dict__["enable_database_delete"] = enable_database_delete
|
715
750
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
716
751
|
__props__.__dict__["is_desupported_version"] = is_desupported_version
|
752
|
+
__props__.__dict__["is_unified_auditing_enabled"] = is_unified_auditing_enabled
|
717
753
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
718
754
|
__props__.__dict__["kms_key_version_id"] = kms_key_version_id
|
719
755
|
__props__.__dict__["source"] = source
|
@@ -745,6 +781,7 @@ class DbHome(pulumi.CustomResource):
|
|
745
781
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
746
782
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
747
783
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
784
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
748
785
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
749
786
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
750
787
|
last_patch_history_entry_id: Optional[pulumi.Input[str]] = None,
|
@@ -775,6 +812,7 @@ class DbHome(pulumi.CustomResource):
|
|
775
812
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
776
813
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
777
814
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
815
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
778
816
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
779
817
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
780
818
|
:param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation is started.
|
@@ -803,6 +841,7 @@ class DbHome(pulumi.CustomResource):
|
|
803
841
|
__props__.__dict__["enable_database_delete"] = enable_database_delete
|
804
842
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
805
843
|
__props__.__dict__["is_desupported_version"] = is_desupported_version
|
844
|
+
__props__.__dict__["is_unified_auditing_enabled"] = is_unified_auditing_enabled
|
806
845
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
807
846
|
__props__.__dict__["kms_key_version_id"] = kms_key_version_id
|
808
847
|
__props__.__dict__["last_patch_history_entry_id"] = last_patch_history_entry_id
|
@@ -905,6 +944,14 @@ class DbHome(pulumi.CustomResource):
|
|
905
944
|
"""
|
906
945
|
return pulumi.get(self, "is_desupported_version")
|
907
946
|
|
947
|
+
@property
|
948
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
949
|
+
def is_unified_auditing_enabled(self) -> pulumi.Output[bool]:
|
950
|
+
"""
|
951
|
+
Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
952
|
+
"""
|
953
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
954
|
+
|
908
955
|
@property
|
909
956
|
@pulumi.getter(name="kmsKeyId")
|
910
957
|
def kms_key_id(self) -> pulumi.Output[str]:
|
@@ -22,7 +22,7 @@ class GetCloudExadataInfrastructureResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getCloudExadataInfrastructure.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, activated_storage_count=None, additional_storage_count=None, availability_domain=None, available_storage_size_in_gbs=None, cloud_exadata_infrastructure_id=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, cpu_count=None, customer_contacts=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_server_version=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, last_maintenance_run_id=None, lifecycle_details=None, maintenance_windows=None, max_cpu_count=None, max_data_storage_in_tbs=None, max_db_node_storage_in_gbs=None, max_memory_in_gbs=None, memory_size_in_gbs=None, monthly_db_server_version=None, monthly_storage_server_version=None, next_maintenance_run_id=None, shape=None, state=None, storage_count=None, storage_server_version=None, system_tags=None, time_created=None, total_storage_size_in_gbs=None):
|
25
|
+
def __init__(__self__, activated_storage_count=None, additional_storage_count=None, availability_domain=None, available_storage_size_in_gbs=None, cloud_exadata_infrastructure_id=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, cpu_count=None, customer_contacts=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_server_version=None, defined_file_system_configurations=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, last_maintenance_run_id=None, lifecycle_details=None, maintenance_windows=None, max_cpu_count=None, max_data_storage_in_tbs=None, max_db_node_storage_in_gbs=None, max_memory_in_gbs=None, memory_size_in_gbs=None, monthly_db_server_version=None, monthly_storage_server_version=None, next_maintenance_run_id=None, shape=None, state=None, storage_count=None, storage_server_version=None, system_tags=None, time_created=None, total_storage_size_in_gbs=None):
|
26
26
|
if activated_storage_count and not isinstance(activated_storage_count, int):
|
27
27
|
raise TypeError("Expected argument 'activated_storage_count' to be a int")
|
28
28
|
pulumi.set(__self__, "activated_storage_count", activated_storage_count)
|
@@ -62,6 +62,9 @@ class GetCloudExadataInfrastructureResult:
|
|
62
62
|
if db_server_version and not isinstance(db_server_version, str):
|
63
63
|
raise TypeError("Expected argument 'db_server_version' to be a str")
|
64
64
|
pulumi.set(__self__, "db_server_version", db_server_version)
|
65
|
+
if defined_file_system_configurations and not isinstance(defined_file_system_configurations, list):
|
66
|
+
raise TypeError("Expected argument 'defined_file_system_configurations' to be a list")
|
67
|
+
pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
|
65
68
|
if defined_tags and not isinstance(defined_tags, dict):
|
66
69
|
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
67
70
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -230,6 +233,14 @@ class GetCloudExadataInfrastructureResult:
|
|
230
233
|
"""
|
231
234
|
return pulumi.get(self, "db_server_version")
|
232
235
|
|
236
|
+
@property
|
237
|
+
@pulumi.getter(name="definedFileSystemConfigurations")
|
238
|
+
def defined_file_system_configurations(self) -> Sequence['outputs.GetCloudExadataInfrastructureDefinedFileSystemConfigurationResult']:
|
239
|
+
"""
|
240
|
+
Details of the file system configuration of the Exadata infrastructure.
|
241
|
+
"""
|
242
|
+
return pulumi.get(self, "defined_file_system_configurations")
|
243
|
+
|
233
244
|
@property
|
234
245
|
@pulumi.getter(name="definedTags")
|
235
246
|
def defined_tags(self) -> Mapping[str, Any]:
|
@@ -426,6 +437,7 @@ class AwaitableGetCloudExadataInfrastructureResult(GetCloudExadataInfrastructure
|
|
426
437
|
data_storage_size_in_tbs=self.data_storage_size_in_tbs,
|
427
438
|
db_node_storage_size_in_gbs=self.db_node_storage_size_in_gbs,
|
428
439
|
db_server_version=self.db_server_version,
|
440
|
+
defined_file_system_configurations=self.defined_file_system_configurations,
|
429
441
|
defined_tags=self.defined_tags,
|
430
442
|
display_name=self.display_name,
|
431
443
|
freeform_tags=self.freeform_tags,
|
@@ -488,6 +500,7 @@ def get_cloud_exadata_infrastructure(cloud_exadata_infrastructure_id: Optional[s
|
|
488
500
|
data_storage_size_in_tbs=pulumi.get(__ret__, 'data_storage_size_in_tbs'),
|
489
501
|
db_node_storage_size_in_gbs=pulumi.get(__ret__, 'db_node_storage_size_in_gbs'),
|
490
502
|
db_server_version=pulumi.get(__ret__, 'db_server_version'),
|
503
|
+
defined_file_system_configurations=pulumi.get(__ret__, 'defined_file_system_configurations'),
|
491
504
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
492
505
|
display_name=pulumi.get(__ret__, 'display_name'),
|
493
506
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
@@ -22,7 +22,7 @@ class GetCloudVmClusterResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getCloudVmCluster.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cloud_exadata_infrastructure_id=None, cloud_vm_cluster_id=None, cluster_name=None, compartment_id=None, cpu_core_count=None, create_async=None, data_collection_options=None, data_storage_percentage=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, disk_redundancy=None, display_name=None, domain=None, freeform_tags=None, gi_version=None, hostname=None, id=None, iorm_config_caches=None, is_local_backup_enabled=None, is_sparse_diskgroup_enabled=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, memory_size_in_gbs=None, node_count=None, nsg_ids=None, ocpu_count=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, shape=None, ssh_public_keys=None, state=None, storage_size_in_gbs=None, subnet_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
|
25
|
+
def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cloud_exadata_infrastructure_id=None, cloud_vm_cluster_id=None, cluster_name=None, compartment_id=None, cpu_core_count=None, create_async=None, data_collection_options=None, data_storage_percentage=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, disk_redundancy=None, display_name=None, domain=None, file_system_configuration_details=None, freeform_tags=None, gi_version=None, hostname=None, id=None, iorm_config_caches=None, is_local_backup_enabled=None, is_sparse_diskgroup_enabled=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, memory_size_in_gbs=None, node_count=None, nsg_ids=None, ocpu_count=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, shape=None, ssh_public_keys=None, state=None, storage_size_in_gbs=None, subnet_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
|
26
26
|
if availability_domain and not isinstance(availability_domain, str):
|
27
27
|
raise TypeError("Expected argument 'availability_domain' to be a str")
|
28
28
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -77,6 +77,9 @@ class GetCloudVmClusterResult:
|
|
77
77
|
if domain and not isinstance(domain, str):
|
78
78
|
raise TypeError("Expected argument 'domain' to be a str")
|
79
79
|
pulumi.set(__self__, "domain", domain)
|
80
|
+
if file_system_configuration_details and not isinstance(file_system_configuration_details, list):
|
81
|
+
raise TypeError("Expected argument 'file_system_configuration_details' to be a list")
|
82
|
+
pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
|
80
83
|
if freeform_tags and not isinstance(freeform_tags, dict):
|
81
84
|
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
82
85
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
@@ -312,6 +315,14 @@ class GetCloudVmClusterResult:
|
|
312
315
|
"""
|
313
316
|
return pulumi.get(self, "domain")
|
314
317
|
|
318
|
+
@property
|
319
|
+
@pulumi.getter(name="fileSystemConfigurationDetails")
|
320
|
+
def file_system_configuration_details(self) -> Sequence['outputs.GetCloudVmClusterFileSystemConfigurationDetailResult']:
|
321
|
+
"""
|
322
|
+
Details of the file system configuration of the VM cluster.
|
323
|
+
"""
|
324
|
+
return pulumi.get(self, "file_system_configuration_details")
|
325
|
+
|
315
326
|
@property
|
316
327
|
@pulumi.getter(name="freeformTags")
|
317
328
|
def freeform_tags(self) -> Mapping[str, Any]:
|
@@ -591,6 +602,7 @@ class AwaitableGetCloudVmClusterResult(GetCloudVmClusterResult):
|
|
591
602
|
disk_redundancy=self.disk_redundancy,
|
592
603
|
display_name=self.display_name,
|
593
604
|
domain=self.domain,
|
605
|
+
file_system_configuration_details=self.file_system_configuration_details,
|
594
606
|
freeform_tags=self.freeform_tags,
|
595
607
|
gi_version=self.gi_version,
|
596
608
|
hostname=self.hostname,
|
@@ -668,6 +680,7 @@ def get_cloud_vm_cluster(cloud_vm_cluster_id: Optional[str] = None,
|
|
668
680
|
disk_redundancy=pulumi.get(__ret__, 'disk_redundancy'),
|
669
681
|
display_name=pulumi.get(__ret__, 'display_name'),
|
670
682
|
domain=pulumi.get(__ret__, 'domain'),
|
683
|
+
file_system_configuration_details=pulumi.get(__ret__, 'file_system_configuration_details'),
|
671
684
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
672
685
|
gi_version=pulumi.get(__ret__, 'gi_version'),
|
673
686
|
hostname=pulumi.get(__ret__, 'hostname'),
|
@@ -22,7 +22,7 @@ class GetDbHomeResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getDbHome.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, database_software_image_id=None, databases=None, db_home_id=None, db_home_location=None, db_system_id=None, db_version=None, defined_tags=None, display_name=None, enable_database_delete=None, freeform_tags=None, id=None, is_desupported_version=None, kms_key_id=None, kms_key_version_id=None, last_patch_history_entry_id=None, lifecycle_details=None, source=None, state=None, time_created=None, vm_cluster_id=None):
|
25
|
+
def __init__(__self__, compartment_id=None, database_software_image_id=None, databases=None, db_home_id=None, db_home_location=None, db_system_id=None, db_version=None, defined_tags=None, display_name=None, enable_database_delete=None, freeform_tags=None, id=None, is_desupported_version=None, is_unified_auditing_enabled=None, kms_key_id=None, kms_key_version_id=None, last_patch_history_entry_id=None, lifecycle_details=None, source=None, state=None, time_created=None, vm_cluster_id=None):
|
26
26
|
if compartment_id and not isinstance(compartment_id, str):
|
27
27
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
28
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -62,6 +62,9 @@ class GetDbHomeResult:
|
|
62
62
|
if is_desupported_version and not isinstance(is_desupported_version, bool):
|
63
63
|
raise TypeError("Expected argument 'is_desupported_version' to be a bool")
|
64
64
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
65
|
+
if is_unified_auditing_enabled and not isinstance(is_unified_auditing_enabled, bool):
|
66
|
+
raise TypeError("Expected argument 'is_unified_auditing_enabled' to be a bool")
|
67
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
65
68
|
if kms_key_id and not isinstance(kms_key_id, str):
|
66
69
|
raise TypeError("Expected argument 'kms_key_id' to be a str")
|
67
70
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
@@ -179,6 +182,14 @@ class GetDbHomeResult:
|
|
179
182
|
def is_desupported_version(self) -> bool:
|
180
183
|
return pulumi.get(self, "is_desupported_version")
|
181
184
|
|
185
|
+
@property
|
186
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
187
|
+
def is_unified_auditing_enabled(self) -> bool:
|
188
|
+
"""
|
189
|
+
Indicates whether unified autiding is enabled or not.
|
190
|
+
"""
|
191
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
192
|
+
|
182
193
|
@property
|
183
194
|
@pulumi.getter(name="kmsKeyId")
|
184
195
|
def kms_key_id(self) -> str:
|
@@ -257,6 +268,7 @@ class AwaitableGetDbHomeResult(GetDbHomeResult):
|
|
257
268
|
freeform_tags=self.freeform_tags,
|
258
269
|
id=self.id,
|
259
270
|
is_desupported_version=self.is_desupported_version,
|
271
|
+
is_unified_auditing_enabled=self.is_unified_auditing_enabled,
|
260
272
|
kms_key_id=self.kms_key_id,
|
261
273
|
kms_key_version_id=self.kms_key_version_id,
|
262
274
|
last_patch_history_entry_id=self.last_patch_history_entry_id,
|
@@ -305,6 +317,7 @@ def get_db_home(db_home_id: Optional[str] = None,
|
|
305
317
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
306
318
|
id=pulumi.get(__ret__, 'id'),
|
307
319
|
is_desupported_version=pulumi.get(__ret__, 'is_desupported_version'),
|
320
|
+
is_unified_auditing_enabled=pulumi.get(__ret__, 'is_unified_auditing_enabled'),
|
308
321
|
kms_key_id=pulumi.get(__ret__, 'kms_key_id'),
|
309
322
|
kms_key_version_id=pulumi.get(__ret__, 'kms_key_version_id'),
|
310
323
|
last_patch_history_entry_id=pulumi.get(__ret__, 'last_patch_history_entry_id'),
|