pulumi-oci 2.4.0__py3-none-any.whl → 2.4.0a1721890421__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. pulumi_oci/__init__.py +0 -19
  2. pulumi_oci/apmsynthetics/_inputs.py +1 -457
  3. pulumi_oci/apmsynthetics/config.py +7 -172
  4. pulumi_oci/apmsynthetics/get_monitor.py +3 -42
  5. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  6. pulumi_oci/apmsynthetics/outputs.py +9 -1129
  7. pulumi_oci/core/_inputs.py +8 -8
  8. pulumi_oci/core/outputs.py +8 -24
  9. pulumi_oci/database/_inputs.py +0 -16
  10. pulumi_oci/database/autonomous_database.py +9 -83
  11. pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
  12. pulumi_oci/database/cloud_exadata_infrastructure.py +17 -66
  13. pulumi_oci/database/cloud_vm_cluster.py +0 -49
  14. pulumi_oci/database/database.py +96 -0
  15. pulumi_oci/database/get_autonomous_database.py +1 -25
  16. pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -14
  17. pulumi_oci/database/get_cloud_vm_cluster.py +1 -14
  18. pulumi_oci/database/get_key_store.py +1 -11
  19. pulumi_oci/database/key_store.py +0 -34
  20. pulumi_oci/database/outputs.py +0 -93
  21. pulumi_oci/datasafe/__init__.py +0 -1
  22. pulumi_oci/datasafe/_inputs.py +0 -130
  23. pulumi_oci/datasafe/discovery_mod.py +38 -67
  24. pulumi_oci/datasafe/get_audit_events.py +2 -2
  25. pulumi_oci/datasafe/get_discovery_job.py +1 -15
  26. pulumi_oci/datasafe/get_report.py +1 -1
  27. pulumi_oci/datasafe/get_report_definition.py +1 -1
  28. pulumi_oci/datasafe/get_reports.py +1 -43
  29. pulumi_oci/datasafe/get_security_assessment.py +1 -14
  30. pulumi_oci/datasafe/get_security_assessment_finding.py +3 -16
  31. pulumi_oci/datasafe/get_security_assessment_findings.py +3 -21
  32. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -15
  33. pulumi_oci/datasafe/get_user_assessment.py +1 -14
  34. pulumi_oci/datasafe/outputs.py +6 -530
  35. pulumi_oci/datasafe/report.py +4 -4
  36. pulumi_oci/datasafe/report_definition.py +4 -4
  37. pulumi_oci/datasafe/security_assessment.py +0 -49
  38. pulumi_oci/datasafe/sensitive_data_model.py +3 -60
  39. pulumi_oci/datasafe/unset_security_assessment_baseline.py +16 -69
  40. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -58
  41. pulumi_oci/datasafe/user_assessment.py +0 -49
  42. pulumi_oci/integration/_inputs.py +2 -0
  43. pulumi_oci/integration/get_integration_instance.py +1 -0
  44. pulumi_oci/integration/integration_instance.py +27 -0
  45. pulumi_oci/integration/outputs.py +12 -4
  46. pulumi_oci/opsi/_inputs.py +8 -8
  47. pulumi_oci/opsi/database_insight.py +15 -71
  48. pulumi_oci/opsi/get_database_insight.py +3 -29
  49. pulumi_oci/opsi/get_database_insights.py +1 -1
  50. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  51. pulumi_oci/opsi/get_host_insight.py +4 -1
  52. pulumi_oci/opsi/get_host_insights.py +3 -3
  53. pulumi_oci/opsi/get_news_report.py +1 -1
  54. pulumi_oci/opsi/get_news_reports.py +3 -3
  55. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  56. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  57. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  58. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  59. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  60. pulumi_oci/opsi/host_insight.py +14 -6
  61. pulumi_oci/opsi/news_report.py +2 -2
  62. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  63. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  64. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  65. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  66. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  67. pulumi_oci/opsi/outputs.py +24 -46
  68. pulumi_oci/pulumi-plugin.json +1 -1
  69. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/RECORD +72 -82
  71. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +0 -153
  72. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  73. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  74. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  75. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  76. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  77. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  78. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  79. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  80. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  81. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/WHEEL +0 -0
  82. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/top_level.txt +0 -0
@@ -228,7 +228,7 @@ class GetHostInsightResult:
228
228
  @pulumi.getter(name="hostType")
229
229
  def host_type(self) -> str:
230
230
  """
231
- Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
231
+ Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
232
232
  """
233
233
  return pulumi.get(self, "host_type")
234
234
 
@@ -283,6 +283,9 @@ class GetHostInsightResult:
283
283
  @property
284
284
  @pulumi.getter(name="processorCount")
285
285
  def processor_count(self) -> int:
286
+ """
287
+ Processor count. This is the OCPU count for Autonomous Database and CPU core count for other database types.
288
+ """
286
289
  return pulumi.get(self, "processor_count")
287
290
 
288
291
  @property
@@ -101,7 +101,7 @@ class GetHostInsightsResult:
101
101
  @pulumi.getter(name="hostTypes")
102
102
  def host_types(self) -> Optional[Sequence[str]]:
103
103
  """
104
- Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
104
+ Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
105
105
  """
106
106
  return pulumi.get(self, "host_types")
107
107
 
@@ -185,7 +185,7 @@ def get_host_insights(compartment_id: Optional[str] = None,
185
185
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
186
186
  :param str enterprise_manager_bridge_id: Unique Enterprise Manager bridge identifier
187
187
  :param str exadata_insight_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
188
- :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
188
+ :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
189
189
  :param str id: Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
190
190
  :param Sequence[str] states: Lifecycle states
191
191
  :param Sequence[str] statuses: Resource Status
@@ -254,7 +254,7 @@ def get_host_insights_output(compartment_id: Optional[pulumi.Input[Optional[str]
254
254
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
255
255
  :param str enterprise_manager_bridge_id: Unique Enterprise Manager bridge identifier
256
256
  :param str exadata_insight_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
257
- :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
257
+ :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
258
258
  :param str id: Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
259
259
  :param Sequence[str] states: Lifecycle states
260
260
  :param Sequence[str] statuses: Resource Status
@@ -202,7 +202,7 @@ class GetNewsReportResult:
202
202
  @pulumi.getter
203
203
  def status(self) -> str:
204
204
  """
205
- Indicates the status of a news report in Ops Insights.
205
+ Indicates the status of a news report in Operations Insights.
206
206
  """
207
207
  return pulumi.get(self, "status")
208
208
 
@@ -100,7 +100,7 @@ class GetNewsReportsResult:
100
100
  @pulumi.getter
101
101
  def statuses(self) -> Optional[Sequence[str]]:
102
102
  """
103
- Indicates the status of a news report in Ops Insights.
103
+ Indicates the status of a news report in Operations Insights.
104
104
  """
105
105
  return pulumi.get(self, "statuses")
106
106
 
@@ -149,7 +149,7 @@ def get_news_reports(compartment_id: Optional[str] = None,
149
149
 
150
150
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
151
151
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
152
- :param str news_report_id: Unique Ops Insights news report identifier
152
+ :param str news_report_id: Unique Operations Insights news report identifier
153
153
  :param Sequence[str] states: Lifecycle states
154
154
  :param Sequence[str] statuses: Resource Status
155
155
  """
@@ -203,7 +203,7 @@ def get_news_reports_output(compartment_id: Optional[pulumi.Input[Optional[str]]
203
203
 
204
204
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
205
205
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
206
- :param str news_report_id: Unique Ops Insights news report identifier
206
+ :param str news_report_id: Unique Operations Insights news report identifier
207
207
  :param Sequence[str] states: Lifecycle states
208
208
  :param Sequence[str] statuses: Resource Status
209
209
  """
@@ -126,7 +126,7 @@ class GetOperationsInsightsPrivateEndpointResult:
126
126
  @pulumi.getter(name="isUsedForRacDbs")
127
127
  def is_used_for_rac_dbs(self) -> bool:
128
128
  """
129
- The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
129
+ The flag is to identify if private endpoint is used for rac database or not
130
130
  """
131
131
  return pulumi.get(self, "is_used_for_rac_dbs")
132
132
 
@@ -93,7 +93,7 @@ class GetOperationsInsightsPrivateEndpointsResult:
93
93
  @pulumi.getter(name="isUsedForRacDbs")
94
94
  def is_used_for_rac_dbs(self) -> Optional[bool]:
95
95
  """
96
- The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
96
+ The flag is to identify if private endpoint is used for rac database or not
97
97
  """
98
98
  return pulumi.get(self, "is_used_for_rac_dbs")
99
99
 
@@ -113,7 +113,7 @@ class GetOperationsInsightsWarehouseResult:
113
113
  @pulumi.getter(name="displayName")
114
114
  def display_name(self) -> str:
115
115
  """
116
- User-friedly name of Ops Insights Warehouse that does not have to be unique.
116
+ User-friedly name of Operations Insights Warehouse that does not have to be unique.
117
117
  """
118
118
  return pulumi.get(self, "display_name")
119
119
 
@@ -153,7 +153,7 @@ class GetOperationsInsightsWarehouseResult:
153
153
  @pulumi.getter(name="operationsInsightsTenancyId")
154
154
  def operations_insights_tenancy_id(self) -> str:
155
155
  """
156
- Tenancy Identifier of Ops Insights service
156
+ Tenancy Identifier of Operations Insights service
157
157
  """
158
158
  return pulumi.get(self, "operations_insights_tenancy_id")
159
159
 
@@ -206,7 +206,7 @@ class GetOperationsInsightsWarehouseResult:
206
206
  @pulumi.getter(name="timeLastWalletRotated")
207
207
  def time_last_wallet_rotated(self) -> str:
208
208
  """
209
- The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
209
+ The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
210
210
  """
211
211
  return pulumi.get(self, "time_last_wallet_rotated")
212
212
 
@@ -250,7 +250,7 @@ def get_operations_insights_warehouse(operations_insights_warehouse_id: Optional
250
250
  """
251
251
  This data source provides details about a specific Operations Insights Warehouse resource in Oracle Cloud Infrastructure Opsi service.
252
252
 
253
- Gets details of an Ops Insights Warehouse.
253
+ Gets details of an Operations Insights Warehouse.
254
254
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
255
255
 
256
256
  ## Example Usage
@@ -263,7 +263,7 @@ def get_operations_insights_warehouse(operations_insights_warehouse_id: Optional
263
263
  ```
264
264
 
265
265
 
266
- :param str operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
266
+ :param str operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
267
267
  """
268
268
  __args__ = dict()
269
269
  __args__['operationsInsightsWarehouseId'] = operations_insights_warehouse_id
@@ -297,7 +297,7 @@ def get_operations_insights_warehouse_output(operations_insights_warehouse_id: O
297
297
  """
298
298
  This data source provides details about a specific Operations Insights Warehouse resource in Oracle Cloud Infrastructure Opsi service.
299
299
 
300
- Gets details of an Ops Insights Warehouse.
300
+ Gets details of an Operations Insights Warehouse.
301
301
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
302
302
 
303
303
  ## Example Usage
@@ -310,6 +310,6 @@ def get_operations_insights_warehouse_output(operations_insights_warehouse_id: O
310
310
  ```
311
311
 
312
312
 
313
- :param str operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
313
+ :param str operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
314
314
  """
315
315
  ...
@@ -83,7 +83,7 @@ class GetOperationsInsightsWarehouseUserResult:
83
83
  @pulumi.getter(name="connectionPassword")
84
84
  def connection_password(self) -> str:
85
85
  """
86
- User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
86
+ User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
87
87
  """
88
88
  return pulumi.get(self, "connection_password")
89
89
 
@@ -147,7 +147,7 @@ class GetOperationsInsightsWarehouseUserResult:
147
147
  @pulumi.getter
148
148
  def name(self) -> str:
149
149
  """
150
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
150
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
151
151
  """
152
152
  return pulumi.get(self, "name")
153
153
 
@@ -55,7 +55,7 @@ class GetOperationsInsightsWarehousesResult:
55
55
  @pulumi.getter(name="displayName")
56
56
  def display_name(self) -> Optional[str]:
57
57
  """
58
- User-friedly name of Ops Insights Warehouse that does not have to be unique.
58
+ User-friedly name of Operations Insights Warehouse that does not have to be unique.
59
59
  """
60
60
  return pulumi.get(self, "display_name")
61
61
 
@@ -112,7 +112,7 @@ def get_operations_insights_warehouses(compartment_id: Optional[str] = None,
112
112
  """
113
113
  This data source provides the list of Operations Insights Warehouses in Oracle Cloud Infrastructure Opsi service.
114
114
 
115
- Gets a list of Ops Insights warehouses. Either compartmentId or id must be specified.
115
+ Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
116
116
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
117
117
 
118
118
  ## Example Usage
@@ -130,7 +130,7 @@ def get_operations_insights_warehouses(compartment_id: Optional[str] = None,
130
130
 
131
131
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
132
132
  :param str display_name: A filter to return only resources that match the entire display name.
133
- :param str id: Unique Ops Insights Warehouse identifier
133
+ :param str id: Unique Operations Insights Warehouse identifier
134
134
  :param Sequence[str] states: Lifecycle states
135
135
  """
136
136
  __args__ = dict()
@@ -161,7 +161,7 @@ def get_operations_insights_warehouses_output(compartment_id: Optional[pulumi.In
161
161
  """
162
162
  This data source provides the list of Operations Insights Warehouses in Oracle Cloud Infrastructure Opsi service.
163
163
 
164
- Gets a list of Ops Insights warehouses. Either compartmentId or id must be specified.
164
+ Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
165
165
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
166
166
 
167
167
  ## Example Usage
@@ -179,7 +179,7 @@ def get_operations_insights_warehouses_output(compartment_id: Optional[pulumi.In
179
179
 
180
180
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
181
181
  :param str display_name: A filter to return only resources that match the entire display name.
182
- :param str id: Unique Ops Insights Warehouse identifier
182
+ :param str id: Unique Operations Insights Warehouse identifier
183
183
  :param Sequence[str] states: Lifecycle states
184
184
  """
185
185
  ...
@@ -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: Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
249
+ :param pulumi.Input[str] host_type: Operations 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,6 +256,7 @@ 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.
259
260
  :param pulumi.Input[str] state: The current state of the host.
260
261
  :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"
261
262
  :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"}`
@@ -487,7 +488,7 @@ class _HostInsightState:
487
488
  @pulumi.getter(name="hostType")
488
489
  def host_type(self) -> Optional[pulumi.Input[str]]:
489
490
  """
490
- Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
491
+ Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
491
492
  """
492
493
  return pulumi.get(self, "host_type")
493
494
 
@@ -562,6 +563,9 @@ class _HostInsightState:
562
563
  @property
563
564
  @pulumi.getter(name="processorCount")
564
565
  def processor_count(self) -> Optional[pulumi.Input[int]]:
566
+ """
567
+ Processor count.
568
+ """
565
569
  return pulumi.get(self, "processor_count")
566
570
 
567
571
  @processor_count.setter
@@ -649,7 +653,7 @@ class HostInsight(pulumi.CustomResource):
649
653
  """
650
654
  This resource provides the Host Insight resource in Oracle Cloud Infrastructure Opsi service.
651
655
 
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.
656
+ Create a Host Insight resource for a host in Operations Insights. The host will be enabled in Operations Insights. Host metric collection and analysis will be started.
653
657
 
654
658
  ## Example Usage
655
659
 
@@ -710,7 +714,7 @@ class HostInsight(pulumi.CustomResource):
710
714
  """
711
715
  This resource provides the Host Insight resource in Oracle Cloud Infrastructure Opsi service.
712
716
 
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.
717
+ Create a Host Insight resource for a host in Operations Insights. The host will be enabled in Operations Insights. Host metric collection and analysis will be started.
714
718
 
715
719
  ## Example Usage
716
720
 
@@ -866,7 +870,7 @@ class HostInsight(pulumi.CustomResource):
866
870
  :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"}`
867
871
  :param pulumi.Input[str] host_display_name: The user-friendly name for the host. The name does not have to be unique.
868
872
  :param pulumi.Input[str] host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
869
- :param pulumi.Input[str] host_type: Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
873
+ :param pulumi.Input[str] host_type: Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
870
874
  :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.
871
875
  :param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
872
876
 
@@ -876,6 +880,7 @@ class HostInsight(pulumi.CustomResource):
876
880
  :param pulumi.Input[str] platform_name: Platform name.
877
881
  :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].
878
882
  :param pulumi.Input[str] platform_version: Platform version.
883
+ :param pulumi.Input[int] processor_count: Processor count.
879
884
  :param pulumi.Input[str] state: The current state of the host.
880
885
  :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"
881
886
  :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"}`
@@ -1030,7 +1035,7 @@ class HostInsight(pulumi.CustomResource):
1030
1035
  @pulumi.getter(name="hostType")
1031
1036
  def host_type(self) -> pulumi.Output[str]:
1032
1037
  """
1033
- Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
1038
+ Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
1034
1039
  """
1035
1040
  return pulumi.get(self, "host_type")
1036
1041
 
@@ -1081,6 +1086,9 @@ class HostInsight(pulumi.CustomResource):
1081
1086
  @property
1082
1087
  @pulumi.getter(name="processorCount")
1083
1088
  def processor_count(self) -> pulumi.Output[int]:
1089
+ """
1090
+ Processor count.
1091
+ """
1084
1092
  return pulumi.get(self, "processor_count")
1085
1093
 
1086
1094
  @property
@@ -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 Ops Insights. The report will be enabled in Ops Insights. Insights will be emailed as per selected frequency.
527
+ Create a news report in Operations Insights. The report will be enabled in Operations 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 Ops Insights. The report will be enabled in Ops Insights. Insights will be emailed as per selected frequency.
598
+ Create a news report in Operations Insights. The report will be enabled in Operations 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: 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.
31
+ :param pulumi.Input[bool] is_used_for_rac_dbs: The flag to identify if private endpoint is used for rac database or not
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
- 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.
88
+ The flag to identify if private endpoint is used for rac database or not
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: 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.
210
+ :param pulumi.Input[bool] is_used_for_rac_dbs: The flag to identify if private endpoint is used for rac database or not
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
- 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.
320
+ The flag to identify if private endpoint is used for rac database or not
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 Ops Insights.
460
+ Create a private endpoint resource for the tenant in Operations 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: 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.
500
+ :param pulumi.Input[bool] is_used_for_rac_dbs: The flag to identify if private endpoint is used for rac database or not
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 Ops Insights.
519
+ Create a private endpoint resource for the tenant in Operations 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: 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.
648
+ :param pulumi.Input[bool] is_used_for_rac_dbs: The flag to identify if private endpoint is used for rac database or not
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
- 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.
728
+ The flag to identify if private endpoint is used for rac database or not
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 Ops Insights Warehouse that does not have to be unique.
27
+ :param pulumi.Input[str] display_name: (Updatable) User-friedly name of Operations 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 Ops Insights Warehouse that does not have to be unique.
74
+ (Updatable) User-friedly name of Operations 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 Ops Insights Warehouse that does not have to be unique.
148
+ :param pulumi.Input[str] display_name: (Updatable) User-friedly name of Operations 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 Ops Insights service
152
+ :param pulumi.Input[str] operations_insights_tenancy_id: Tenancy Identifier of Operations 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 Ops Insights Warehouse. 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 Operations 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 Ops Insights Warehouse that does not have to be unique.
250
+ (Updatable) User-friedly name of Operations 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 Ops Insights service
298
+ Tenancy Identifier of Operations 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 Ops Insights Warehouse. An RFC3339 formatted datetime string
374
+ The time at which the ADW wallet was last rotated for the Operations 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 Ops Insights Warehouse resource for the tenant in Ops Insights. New ADW will be provisioned for this tenant.
410
+ Create a Operations Insights Warehouse resource for the tenant in Operations 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 Ops Insights Warehouse that does not have to be unique.
446
+ :param pulumi.Input[str] display_name: (Updatable) User-friedly name of Operations 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 Ops Insights Warehouse resource for the tenant in Ops Insights. New ADW will be provisioned for this tenant.
463
+ Create a Operations Insights Warehouse resource for the tenant in Operations 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 Ops Insights Warehouse that does not have to be unique.
583
+ :param pulumi.Input[str] display_name: (Updatable) User-friedly name of Operations 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 Ops Insights service
587
+ :param pulumi.Input[str] operations_insights_tenancy_id: Tenancy Identifier of Operations 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 Ops Insights Warehouse. 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 Operations 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 Ops Insights Warehouse that does not have to be unique.
658
+ (Updatable) User-friedly name of Operations 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 Ops Insights service
690
+ Tenancy Identifier of Operations 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 Ops Insights Warehouse. An RFC3339 formatted datetime string
742
+ The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
743
743
  """
744
744
  return pulumi.get(self, "time_last_wallet_rotated")
745
745