pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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 +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
pulumi_oci/opsi/host_insight.py
CHANGED
@@ -246,7 +246,7 @@ class _HostInsightState:
|
|
246
246
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
247
247
|
:param pulumi.Input[str] host_display_name: The user-friendly name for the host. The name does not have to be unique.
|
248
248
|
:param pulumi.Input[str] host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
|
249
|
-
:param pulumi.Input[str] host_type:
|
249
|
+
:param pulumi.Input[str] host_type: Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
|
250
250
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
251
251
|
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
252
252
|
|
@@ -256,7 +256,6 @@ class _HostInsightState:
|
|
256
256
|
:param pulumi.Input[str] platform_name: Platform name.
|
257
257
|
:param pulumi.Input[str] platform_type: Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX].
|
258
258
|
:param pulumi.Input[str] platform_version: Platform version.
|
259
|
-
:param pulumi.Input[int] processor_count: Processor count.
|
260
259
|
:param pulumi.Input[str] state: The current state of the host.
|
261
260
|
:param pulumi.Input[str] status: (Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"
|
262
261
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -488,7 +487,7 @@ class _HostInsightState:
|
|
488
487
|
@pulumi.getter(name="hostType")
|
489
488
|
def host_type(self) -> Optional[pulumi.Input[str]]:
|
490
489
|
"""
|
491
|
-
|
490
|
+
Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
|
492
491
|
"""
|
493
492
|
return pulumi.get(self, "host_type")
|
494
493
|
|
@@ -563,9 +562,6 @@ class _HostInsightState:
|
|
563
562
|
@property
|
564
563
|
@pulumi.getter(name="processorCount")
|
565
564
|
def processor_count(self) -> Optional[pulumi.Input[int]]:
|
566
|
-
"""
|
567
|
-
Processor count.
|
568
|
-
"""
|
569
565
|
return pulumi.get(self, "processor_count")
|
570
566
|
|
571
567
|
@processor_count.setter
|
@@ -653,7 +649,7 @@ class HostInsight(pulumi.CustomResource):
|
|
653
649
|
"""
|
654
650
|
This resource provides the Host Insight resource in Oracle Cloud Infrastructure Opsi service.
|
655
651
|
|
656
|
-
Create a Host Insight resource for a host in
|
652
|
+
Create a Host Insight resource for a host in Ops Insights. The host will be enabled in Ops Insights. Host metric collection and analysis will be started.
|
657
653
|
|
658
654
|
## Example Usage
|
659
655
|
|
@@ -714,7 +710,7 @@ class HostInsight(pulumi.CustomResource):
|
|
714
710
|
"""
|
715
711
|
This resource provides the Host Insight resource in Oracle Cloud Infrastructure Opsi service.
|
716
712
|
|
717
|
-
Create a Host Insight resource for a host in
|
713
|
+
Create a Host Insight resource for a host in Ops Insights. The host will be enabled in Ops Insights. Host metric collection and analysis will be started.
|
718
714
|
|
719
715
|
## Example Usage
|
720
716
|
|
@@ -870,7 +866,7 @@ class HostInsight(pulumi.CustomResource):
|
|
870
866
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
871
867
|
:param pulumi.Input[str] host_display_name: The user-friendly name for the host. The name does not have to be unique.
|
872
868
|
:param pulumi.Input[str] host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
|
873
|
-
:param pulumi.Input[str] host_type:
|
869
|
+
:param pulumi.Input[str] host_type: Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
|
874
870
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
875
871
|
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
876
872
|
|
@@ -880,7 +876,6 @@ class HostInsight(pulumi.CustomResource):
|
|
880
876
|
:param pulumi.Input[str] platform_name: Platform name.
|
881
877
|
:param pulumi.Input[str] platform_type: Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX].
|
882
878
|
:param pulumi.Input[str] platform_version: Platform version.
|
883
|
-
:param pulumi.Input[int] processor_count: Processor count.
|
884
879
|
:param pulumi.Input[str] state: The current state of the host.
|
885
880
|
:param pulumi.Input[str] status: (Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"
|
886
881
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -1035,7 +1030,7 @@ class HostInsight(pulumi.CustomResource):
|
|
1035
1030
|
@pulumi.getter(name="hostType")
|
1036
1031
|
def host_type(self) -> pulumi.Output[str]:
|
1037
1032
|
"""
|
1038
|
-
|
1033
|
+
Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
|
1039
1034
|
"""
|
1040
1035
|
return pulumi.get(self, "host_type")
|
1041
1036
|
|
@@ -1086,9 +1081,6 @@ class HostInsight(pulumi.CustomResource):
|
|
1086
1081
|
@property
|
1087
1082
|
@pulumi.getter(name="processorCount")
|
1088
1083
|
def processor_count(self) -> pulumi.Output[int]:
|
1089
|
-
"""
|
1090
|
-
Processor count.
|
1091
|
-
"""
|
1092
1084
|
return pulumi.get(self, "processor_count")
|
1093
1085
|
|
1094
1086
|
@property
|
pulumi_oci/opsi/news_report.py
CHANGED
@@ -524,7 +524,7 @@ class NewsReport(pulumi.CustomResource):
|
|
524
524
|
"""
|
525
525
|
This resource provides the News Report resource in Oracle Cloud Infrastructure Opsi service.
|
526
526
|
|
527
|
-
Create a news report in
|
527
|
+
Create a news report in Ops Insights. The report will be enabled in Ops Insights. Insights will be emailed as per selected frequency.
|
528
528
|
|
529
529
|
## Example Usage
|
530
530
|
|
@@ -595,7 +595,7 @@ class NewsReport(pulumi.CustomResource):
|
|
595
595
|
"""
|
596
596
|
This resource provides the News Report resource in Oracle Cloud Infrastructure Opsi service.
|
597
597
|
|
598
|
-
Create a news report in
|
598
|
+
Create a news report in Ops Insights. The report will be enabled in Ops Insights. Insights will be emailed as per selected frequency.
|
599
599
|
|
600
600
|
## Example Usage
|
601
601
|
|
@@ -28,7 +28,7 @@ class OperationsInsightsPrivateEndpointArgs:
|
|
28
28
|
The set of arguments for constructing a OperationsInsightsPrivateEndpoint resource.
|
29
29
|
:param pulumi.Input[str] compartment_id: (Updatable) The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
30
30
|
:param pulumi.Input[str] display_name: (Updatable) The display name for the private endpoint. It is changeable.
|
31
|
-
:param pulumi.Input[bool] is_used_for_rac_dbs:
|
31
|
+
:param pulumi.Input[bool] is_used_for_rac_dbs: This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
32
32
|
:param pulumi.Input[str] subnet_id: The Subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
33
33
|
:param pulumi.Input[str] vcn_id: The VCN [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
34
34
|
|
@@ -85,7 +85,7 @@ class OperationsInsightsPrivateEndpointArgs:
|
|
85
85
|
@pulumi.getter(name="isUsedForRacDbs")
|
86
86
|
def is_used_for_rac_dbs(self) -> pulumi.Input[bool]:
|
87
87
|
"""
|
88
|
-
|
88
|
+
This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
89
89
|
"""
|
90
90
|
return pulumi.get(self, "is_used_for_rac_dbs")
|
91
91
|
|
@@ -207,7 +207,7 @@ class _OperationsInsightsPrivateEndpointState:
|
|
207
207
|
:param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
|
208
208
|
:param pulumi.Input[str] display_name: (Updatable) The display name for the private endpoint. It is changeable.
|
209
209
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
210
|
-
:param pulumi.Input[bool] is_used_for_rac_dbs:
|
210
|
+
:param pulumi.Input[bool] is_used_for_rac_dbs: This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
211
211
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
212
212
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups that the private endpoint belongs to.
|
213
213
|
:param pulumi.Input[str] private_endpoint_status_details: A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
|
@@ -317,7 +317,7 @@ class _OperationsInsightsPrivateEndpointState:
|
|
317
317
|
@pulumi.getter(name="isUsedForRacDbs")
|
318
318
|
def is_used_for_rac_dbs(self) -> Optional[pulumi.Input[bool]]:
|
319
319
|
"""
|
320
|
-
|
320
|
+
This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
321
321
|
"""
|
322
322
|
return pulumi.get(self, "is_used_for_rac_dbs")
|
323
323
|
|
@@ -457,7 +457,7 @@ class OperationsInsightsPrivateEndpoint(pulumi.CustomResource):
|
|
457
457
|
"""
|
458
458
|
This resource provides the Operations Insights Private Endpoint resource in Oracle Cloud Infrastructure Opsi service.
|
459
459
|
|
460
|
-
Create a private endpoint resource for the tenant in
|
460
|
+
Create a private endpoint resource for the tenant in Ops Insights.
|
461
461
|
This resource will be created in customer compartment.
|
462
462
|
|
463
463
|
## Example Usage
|
@@ -497,7 +497,7 @@ class OperationsInsightsPrivateEndpoint(pulumi.CustomResource):
|
|
497
497
|
:param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
|
498
498
|
:param pulumi.Input[str] display_name: (Updatable) The display name for the private endpoint. It is changeable.
|
499
499
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
500
|
-
:param pulumi.Input[bool] is_used_for_rac_dbs:
|
500
|
+
:param pulumi.Input[bool] is_used_for_rac_dbs: This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
501
501
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups that the private endpoint belongs to.
|
502
502
|
:param pulumi.Input[str] private_endpoint_status_details: A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
|
503
503
|
:param pulumi.Input[str] subnet_id: The Subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
@@ -516,7 +516,7 @@ class OperationsInsightsPrivateEndpoint(pulumi.CustomResource):
|
|
516
516
|
"""
|
517
517
|
This resource provides the Operations Insights Private Endpoint resource in Oracle Cloud Infrastructure Opsi service.
|
518
518
|
|
519
|
-
Create a private endpoint resource for the tenant in
|
519
|
+
Create a private endpoint resource for the tenant in Ops Insights.
|
520
520
|
This resource will be created in customer compartment.
|
521
521
|
|
522
522
|
## Example Usage
|
@@ -645,7 +645,7 @@ class OperationsInsightsPrivateEndpoint(pulumi.CustomResource):
|
|
645
645
|
:param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
|
646
646
|
:param pulumi.Input[str] display_name: (Updatable) The display name for the private endpoint. It is changeable.
|
647
647
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
648
|
-
:param pulumi.Input[bool] is_used_for_rac_dbs:
|
648
|
+
:param pulumi.Input[bool] is_used_for_rac_dbs: This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
649
649
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
650
650
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups that the private endpoint belongs to.
|
651
651
|
:param pulumi.Input[str] private_endpoint_status_details: A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
|
@@ -725,7 +725,7 @@ class OperationsInsightsPrivateEndpoint(pulumi.CustomResource):
|
|
725
725
|
@pulumi.getter(name="isUsedForRacDbs")
|
726
726
|
def is_used_for_rac_dbs(self) -> pulumi.Output[bool]:
|
727
727
|
"""
|
728
|
-
|
728
|
+
This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing `isProxyEnabled` flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
|
729
729
|
"""
|
730
730
|
return pulumi.get(self, "is_used_for_rac_dbs")
|
731
731
|
|
@@ -24,7 +24,7 @@ class OperationsInsightsWarehouseArgs:
|
|
24
24
|
The set of arguments for constructing a OperationsInsightsWarehouse resource.
|
25
25
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
26
26
|
:param pulumi.Input[float] cpu_allocated: (Updatable) Number of OCPUs allocated to OPSI Warehouse ADW.
|
27
|
-
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of
|
27
|
+
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
28
28
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
29
29
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
30
30
|
:param pulumi.Input[float] storage_allocated_in_gbs: (Updatable) Storage allocated to OPSI Warehouse ADW.
|
@@ -71,7 +71,7 @@ class OperationsInsightsWarehouseArgs:
|
|
71
71
|
@pulumi.getter(name="displayName")
|
72
72
|
def display_name(self) -> pulumi.Input[str]:
|
73
73
|
"""
|
74
|
-
(Updatable) User-friedly name of
|
74
|
+
(Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
75
75
|
"""
|
76
76
|
return pulumi.get(self, "display_name")
|
77
77
|
|
@@ -145,11 +145,11 @@ class _OperationsInsightsWarehouseState:
|
|
145
145
|
:param pulumi.Input[float] cpu_allocated: (Updatable) Number of OCPUs allocated to OPSI Warehouse ADW.
|
146
146
|
:param pulumi.Input[float] cpu_used: Number of OCPUs used by OPSI Warehouse ADW. Can be fractional.
|
147
147
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
148
|
-
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of
|
148
|
+
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
149
149
|
:param pulumi.Input[str] dynamic_group_id: OCID of the dynamic group created for the warehouse
|
150
150
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
151
151
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
152
|
-
:param pulumi.Input[str] operations_insights_tenancy_id: Tenancy Identifier of
|
152
|
+
:param pulumi.Input[str] operations_insights_tenancy_id: Tenancy Identifier of Ops Insights service
|
153
153
|
:param pulumi.Input[str] state: Possible lifecycle states
|
154
154
|
:param pulumi.Input[float] storage_allocated_in_gbs: (Updatable) Storage allocated to OPSI Warehouse ADW.
|
155
155
|
|
@@ -159,7 +159,7 @@ class _OperationsInsightsWarehouseState:
|
|
159
159
|
:param pulumi.Input[float] storage_used_in_gbs: Storage by OPSI Warehouse ADW in GB.
|
160
160
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
161
161
|
:param pulumi.Input[str] time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
|
162
|
-
:param pulumi.Input[str] time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the
|
162
|
+
:param pulumi.Input[str] time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
|
163
163
|
:param pulumi.Input[str] time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
|
164
164
|
"""
|
165
165
|
if compartment_id is not None:
|
@@ -247,7 +247,7 @@ class _OperationsInsightsWarehouseState:
|
|
247
247
|
@pulumi.getter(name="displayName")
|
248
248
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
249
249
|
"""
|
250
|
-
(Updatable) User-friedly name of
|
250
|
+
(Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
251
251
|
"""
|
252
252
|
return pulumi.get(self, "display_name")
|
253
253
|
|
@@ -295,7 +295,7 @@ class _OperationsInsightsWarehouseState:
|
|
295
295
|
@pulumi.getter(name="operationsInsightsTenancyId")
|
296
296
|
def operations_insights_tenancy_id(self) -> Optional[pulumi.Input[str]]:
|
297
297
|
"""
|
298
|
-
Tenancy Identifier of
|
298
|
+
Tenancy Identifier of Ops Insights service
|
299
299
|
"""
|
300
300
|
return pulumi.get(self, "operations_insights_tenancy_id")
|
301
301
|
|
@@ -371,7 +371,7 @@ class _OperationsInsightsWarehouseState:
|
|
371
371
|
@pulumi.getter(name="timeLastWalletRotated")
|
372
372
|
def time_last_wallet_rotated(self) -> Optional[pulumi.Input[str]]:
|
373
373
|
"""
|
374
|
-
The time at which the ADW wallet was last rotated for the
|
374
|
+
The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
|
375
375
|
"""
|
376
376
|
return pulumi.get(self, "time_last_wallet_rotated")
|
377
377
|
|
@@ -407,7 +407,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
407
407
|
"""
|
408
408
|
This resource provides the Operations Insights Warehouse resource in Oracle Cloud Infrastructure Opsi service.
|
409
409
|
|
410
|
-
Create a
|
410
|
+
Create a Ops Insights Warehouse resource for the tenant in Ops Insights. New ADW will be provisioned for this tenant.
|
411
411
|
There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. If the 'opsi-warehouse-type'
|
412
412
|
header is passed to the API, a warehouse resource without ADW or Schema provisioning is created.
|
413
413
|
|
@@ -443,7 +443,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
443
443
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
444
444
|
:param pulumi.Input[float] cpu_allocated: (Updatable) Number of OCPUs allocated to OPSI Warehouse ADW.
|
445
445
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
446
|
-
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of
|
446
|
+
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
447
447
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
448
448
|
:param pulumi.Input[float] storage_allocated_in_gbs: (Updatable) Storage allocated to OPSI Warehouse ADW.
|
449
449
|
|
@@ -460,7 +460,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
460
460
|
"""
|
461
461
|
This resource provides the Operations Insights Warehouse resource in Oracle Cloud Infrastructure Opsi service.
|
462
462
|
|
463
|
-
Create a
|
463
|
+
Create a Ops Insights Warehouse resource for the tenant in Ops Insights. New ADW will be provisioned for this tenant.
|
464
464
|
There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. If the 'opsi-warehouse-type'
|
465
465
|
header is passed to the API, a warehouse resource without ADW or Schema provisioning is created.
|
466
466
|
|
@@ -580,11 +580,11 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
580
580
|
:param pulumi.Input[float] cpu_allocated: (Updatable) Number of OCPUs allocated to OPSI Warehouse ADW.
|
581
581
|
:param pulumi.Input[float] cpu_used: Number of OCPUs used by OPSI Warehouse ADW. Can be fractional.
|
582
582
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
583
|
-
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of
|
583
|
+
:param pulumi.Input[str] display_name: (Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
584
584
|
:param pulumi.Input[str] dynamic_group_id: OCID of the dynamic group created for the warehouse
|
585
585
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
586
586
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
587
|
-
:param pulumi.Input[str] operations_insights_tenancy_id: Tenancy Identifier of
|
587
|
+
:param pulumi.Input[str] operations_insights_tenancy_id: Tenancy Identifier of Ops Insights service
|
588
588
|
:param pulumi.Input[str] state: Possible lifecycle states
|
589
589
|
:param pulumi.Input[float] storage_allocated_in_gbs: (Updatable) Storage allocated to OPSI Warehouse ADW.
|
590
590
|
|
@@ -594,7 +594,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
594
594
|
:param pulumi.Input[float] storage_used_in_gbs: Storage by OPSI Warehouse ADW in GB.
|
595
595
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
596
596
|
:param pulumi.Input[str] time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
|
597
|
-
:param pulumi.Input[str] time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the
|
597
|
+
:param pulumi.Input[str] time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
|
598
598
|
:param pulumi.Input[str] time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
|
599
599
|
"""
|
600
600
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -655,7 +655,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
655
655
|
@pulumi.getter(name="displayName")
|
656
656
|
def display_name(self) -> pulumi.Output[str]:
|
657
657
|
"""
|
658
|
-
(Updatable) User-friedly name of
|
658
|
+
(Updatable) User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
659
659
|
"""
|
660
660
|
return pulumi.get(self, "display_name")
|
661
661
|
|
@@ -687,7 +687,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
687
687
|
@pulumi.getter(name="operationsInsightsTenancyId")
|
688
688
|
def operations_insights_tenancy_id(self) -> pulumi.Output[str]:
|
689
689
|
"""
|
690
|
-
Tenancy Identifier of
|
690
|
+
Tenancy Identifier of Ops Insights service
|
691
691
|
"""
|
692
692
|
return pulumi.get(self, "operations_insights_tenancy_id")
|
693
693
|
|
@@ -739,7 +739,7 @@ class OperationsInsightsWarehouse(pulumi.CustomResource):
|
|
739
739
|
@pulumi.getter(name="timeLastWalletRotated")
|
740
740
|
def time_last_wallet_rotated(self) -> pulumi.Output[str]:
|
741
741
|
"""
|
742
|
-
The time at which the ADW wallet was last rotated for the
|
742
|
+
The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
|
743
743
|
"""
|
744
744
|
return pulumi.get(self, "time_last_wallet_rotated")
|
745
745
|
|
@@ -18,8 +18,8 @@ class OperationsInsightsWarehouseDownloadWarehouseWalletArgs:
|
|
18
18
|
operations_insights_warehouse_wallet_password: pulumi.Input[str]):
|
19
19
|
"""
|
20
20
|
The set of arguments for constructing a OperationsInsightsWarehouseDownloadWarehouseWallet resource.
|
21
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
22
|
-
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the
|
21
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
22
|
+
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
|
23
23
|
|
24
24
|
|
25
25
|
** IMPORTANT **
|
@@ -32,7 +32,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWalletArgs:
|
|
32
32
|
@pulumi.getter(name="operationsInsightsWarehouseId")
|
33
33
|
def operations_insights_warehouse_id(self) -> pulumi.Input[str]:
|
34
34
|
"""
|
35
|
-
Unique
|
35
|
+
Unique Ops Insights Warehouse identifier
|
36
36
|
"""
|
37
37
|
return pulumi.get(self, "operations_insights_warehouse_id")
|
38
38
|
|
@@ -44,7 +44,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWalletArgs:
|
|
44
44
|
@pulumi.getter(name="operationsInsightsWarehouseWalletPassword")
|
45
45
|
def operations_insights_warehouse_wallet_password(self) -> pulumi.Input[str]:
|
46
46
|
"""
|
47
|
-
User provided ADW wallet password for the
|
47
|
+
User provided ADW wallet password for the Ops Insights Warehouse.
|
48
48
|
|
49
49
|
|
50
50
|
** IMPORTANT **
|
@@ -64,8 +64,8 @@ class _OperationsInsightsWarehouseDownloadWarehouseWalletState:
|
|
64
64
|
operations_insights_warehouse_wallet_password: Optional[pulumi.Input[str]] = None):
|
65
65
|
"""
|
66
66
|
Input properties used for looking up and filtering OperationsInsightsWarehouseDownloadWarehouseWallet resources.
|
67
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
68
|
-
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the
|
67
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
68
|
+
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
|
69
69
|
|
70
70
|
|
71
71
|
** IMPORTANT **
|
@@ -80,7 +80,7 @@ class _OperationsInsightsWarehouseDownloadWarehouseWalletState:
|
|
80
80
|
@pulumi.getter(name="operationsInsightsWarehouseId")
|
81
81
|
def operations_insights_warehouse_id(self) -> Optional[pulumi.Input[str]]:
|
82
82
|
"""
|
83
|
-
Unique
|
83
|
+
Unique Ops Insights Warehouse identifier
|
84
84
|
"""
|
85
85
|
return pulumi.get(self, "operations_insights_warehouse_id")
|
86
86
|
|
@@ -92,7 +92,7 @@ class _OperationsInsightsWarehouseDownloadWarehouseWalletState:
|
|
92
92
|
@pulumi.getter(name="operationsInsightsWarehouseWalletPassword")
|
93
93
|
def operations_insights_warehouse_wallet_password(self) -> Optional[pulumi.Input[str]]:
|
94
94
|
"""
|
95
|
-
User provided ADW wallet password for the
|
95
|
+
User provided ADW wallet password for the Ops Insights Warehouse.
|
96
96
|
|
97
97
|
|
98
98
|
** IMPORTANT **
|
@@ -139,8 +139,8 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
|
|
139
139
|
|
140
140
|
:param str resource_name: The name of the resource.
|
141
141
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
142
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
143
|
-
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the
|
142
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
143
|
+
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
|
144
144
|
|
145
145
|
|
146
146
|
** IMPORTANT **
|
@@ -229,8 +229,8 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
|
|
229
229
|
:param str resource_name: The unique name of the resulting resource.
|
230
230
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
231
231
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
232
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
233
|
-
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the
|
232
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
233
|
+
:param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
|
234
234
|
|
235
235
|
|
236
236
|
** IMPORTANT **
|
@@ -248,7 +248,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
|
|
248
248
|
@pulumi.getter(name="operationsInsightsWarehouseId")
|
249
249
|
def operations_insights_warehouse_id(self) -> pulumi.Output[str]:
|
250
250
|
"""
|
251
|
-
Unique
|
251
|
+
Unique Ops Insights Warehouse identifier
|
252
252
|
"""
|
253
253
|
return pulumi.get(self, "operations_insights_warehouse_id")
|
254
254
|
|
@@ -256,7 +256,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
|
|
256
256
|
@pulumi.getter(name="operationsInsightsWarehouseWalletPassword")
|
257
257
|
def operations_insights_warehouse_wallet_password(self) -> pulumi.Output[str]:
|
258
258
|
"""
|
259
|
-
User provided ADW wallet password for the
|
259
|
+
User provided ADW wallet password for the Ops Insights Warehouse.
|
260
260
|
|
261
261
|
|
262
262
|
** IMPORTANT **
|
@@ -17,7 +17,7 @@ class OperationsInsightsWarehouseRotateWarehouseWalletArgs:
|
|
17
17
|
operations_insights_warehouse_id: pulumi.Input[str]):
|
18
18
|
"""
|
19
19
|
The set of arguments for constructing a OperationsInsightsWarehouseRotateWarehouseWallet resource.
|
20
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
20
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
21
21
|
|
22
22
|
|
23
23
|
** IMPORTANT **
|
@@ -29,7 +29,7 @@ class OperationsInsightsWarehouseRotateWarehouseWalletArgs:
|
|
29
29
|
@pulumi.getter(name="operationsInsightsWarehouseId")
|
30
30
|
def operations_insights_warehouse_id(self) -> pulumi.Input[str]:
|
31
31
|
"""
|
32
|
-
Unique
|
32
|
+
Unique Ops Insights Warehouse identifier
|
33
33
|
|
34
34
|
|
35
35
|
** IMPORTANT **
|
@@ -48,7 +48,7 @@ class _OperationsInsightsWarehouseRotateWarehouseWalletState:
|
|
48
48
|
operations_insights_warehouse_id: Optional[pulumi.Input[str]] = None):
|
49
49
|
"""
|
50
50
|
Input properties used for looking up and filtering OperationsInsightsWarehouseRotateWarehouseWallet resources.
|
51
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
51
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
52
52
|
|
53
53
|
|
54
54
|
** IMPORTANT **
|
@@ -61,7 +61,7 @@ class _OperationsInsightsWarehouseRotateWarehouseWalletState:
|
|
61
61
|
@pulumi.getter(name="operationsInsightsWarehouseId")
|
62
62
|
def operations_insights_warehouse_id(self) -> Optional[pulumi.Input[str]]:
|
63
63
|
"""
|
64
|
-
Unique
|
64
|
+
Unique Ops Insights Warehouse identifier
|
65
65
|
|
66
66
|
|
67
67
|
** IMPORTANT **
|
@@ -105,7 +105,7 @@ class OperationsInsightsWarehouseRotateWarehouseWallet(pulumi.CustomResource):
|
|
105
105
|
|
106
106
|
:param str resource_name: The name of the resource.
|
107
107
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
108
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
108
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
109
109
|
|
110
110
|
|
111
111
|
** IMPORTANT **
|
@@ -185,7 +185,7 @@ class OperationsInsightsWarehouseRotateWarehouseWallet(pulumi.CustomResource):
|
|
185
185
|
:param str resource_name: The unique name of the resulting resource.
|
186
186
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
187
187
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
188
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: Unique
|
188
|
+
:param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
|
189
189
|
|
190
190
|
|
191
191
|
** IMPORTANT **
|
@@ -202,7 +202,7 @@ class OperationsInsightsWarehouseRotateWarehouseWallet(pulumi.CustomResource):
|
|
202
202
|
@pulumi.getter(name="operationsInsightsWarehouseId")
|
203
203
|
def operations_insights_warehouse_id(self) -> pulumi.Output[str]:
|
204
204
|
"""
|
205
|
-
Unique
|
205
|
+
Unique Ops Insights Warehouse identifier
|
206
206
|
|
207
207
|
|
208
208
|
** IMPORTANT **
|
@@ -26,7 +26,7 @@ class OperationsInsightsWarehouseUserArgs:
|
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a OperationsInsightsWarehouseUser resource.
|
28
28
|
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
29
|
-
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
29
|
+
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
30
30
|
:param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
|
31
31
|
:param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
|
32
32
|
|
@@ -37,7 +37,7 @@ class OperationsInsightsWarehouseUserArgs:
|
|
37
37
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
38
38
|
:param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
|
39
39
|
:param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
|
40
|
-
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
40
|
+
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
41
41
|
"""
|
42
42
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
43
43
|
pulumi.set(__self__, "connection_password", connection_password)
|
@@ -70,7 +70,7 @@ class OperationsInsightsWarehouseUserArgs:
|
|
70
70
|
@pulumi.getter(name="connectionPassword")
|
71
71
|
def connection_password(self) -> pulumi.Input[str]:
|
72
72
|
"""
|
73
|
-
(Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
73
|
+
(Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
74
74
|
"""
|
75
75
|
return pulumi.get(self, "connection_password")
|
76
76
|
|
@@ -158,7 +158,7 @@ class OperationsInsightsWarehouseUserArgs:
|
|
158
158
|
@pulumi.getter
|
159
159
|
def name(self) -> Optional[pulumi.Input[str]]:
|
160
160
|
"""
|
161
|
-
Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
161
|
+
Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
162
162
|
"""
|
163
163
|
return pulumi.get(self, "name")
|
164
164
|
|
@@ -187,14 +187,14 @@ class _OperationsInsightsWarehouseUserState:
|
|
187
187
|
"""
|
188
188
|
Input properties used for looking up and filtering OperationsInsightsWarehouseUser resources.
|
189
189
|
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
190
|
-
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
190
|
+
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
191
191
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
192
192
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
193
193
|
:param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
|
194
194
|
:param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
|
195
195
|
:param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
|
196
196
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
197
|
-
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
197
|
+
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
198
198
|
:param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
|
199
199
|
|
200
200
|
|
@@ -250,7 +250,7 @@ class _OperationsInsightsWarehouseUserState:
|
|
250
250
|
@pulumi.getter(name="connectionPassword")
|
251
251
|
def connection_password(self) -> Optional[pulumi.Input[str]]:
|
252
252
|
"""
|
253
|
-
(Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
253
|
+
(Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
254
254
|
"""
|
255
255
|
return pulumi.get(self, "connection_password")
|
256
256
|
|
@@ -334,7 +334,7 @@ class _OperationsInsightsWarehouseUserState:
|
|
334
334
|
@pulumi.getter
|
335
335
|
def name(self) -> Optional[pulumi.Input[str]]:
|
336
336
|
"""
|
337
|
-
Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
337
|
+
Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
338
338
|
"""
|
339
339
|
return pulumi.get(self, "name")
|
340
340
|
|
@@ -461,13 +461,13 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
|
|
461
461
|
:param str resource_name: The name of the resource.
|
462
462
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
463
463
|
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
464
|
-
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
464
|
+
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
465
465
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
466
466
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
467
467
|
:param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
|
468
468
|
:param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
|
469
469
|
:param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
|
470
|
-
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
470
|
+
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
471
471
|
:param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
|
472
472
|
|
473
473
|
|
@@ -605,14 +605,14 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
|
|
605
605
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
606
606
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
607
607
|
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
608
|
-
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
608
|
+
:param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
609
609
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
610
610
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
611
611
|
:param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
|
612
612
|
:param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
|
613
613
|
:param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
|
614
614
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
615
|
-
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
615
|
+
:param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
616
616
|
:param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
|
617
617
|
|
618
618
|
|
@@ -655,7 +655,7 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
|
|
655
655
|
@pulumi.getter(name="connectionPassword")
|
656
656
|
def connection_password(self) -> pulumi.Output[str]:
|
657
657
|
"""
|
658
|
-
(Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and
|
658
|
+
(Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
659
659
|
"""
|
660
660
|
return pulumi.get(self, "connection_password")
|
661
661
|
|
@@ -711,7 +711,7 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
|
|
711
711
|
@pulumi.getter
|
712
712
|
def name(self) -> pulumi.Output[str]:
|
713
713
|
"""
|
714
|
-
Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
714
|
+
Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
715
715
|
"""
|
716
716
|
return pulumi.get(self, "name")
|
717
717
|
|