pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
@@ -24,13 +24,9 @@ class ManagementAgentArgs:
|
|
24
24
|
"""
|
25
25
|
The set of arguments for constructing a ManagementAgent resource.
|
26
26
|
:param pulumi.Input[str] managed_agent_id: Unique Management Agent identifier
|
27
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags:
|
28
|
-
:param pulumi.Input[
|
29
|
-
|
30
|
-
** IMPORTANT **
|
31
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
-
:param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
|
33
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
27
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
28
|
+
:param pulumi.Input[str] display_name: Management Agent Name
|
29
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
34
30
|
"""
|
35
31
|
pulumi.set(__self__, "managed_agent_id", managed_agent_id)
|
36
32
|
if defined_tags is not None:
|
@@ -58,7 +54,7 @@ class ManagementAgentArgs:
|
|
58
54
|
@pulumi.getter(name="definedTags")
|
59
55
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
60
56
|
"""
|
61
|
-
|
57
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
62
58
|
"""
|
63
59
|
return pulumi.get(self, "defined_tags")
|
64
60
|
|
@@ -69,12 +65,6 @@ class ManagementAgentArgs:
|
|
69
65
|
@property
|
70
66
|
@pulumi.getter(name="deployPluginsIds")
|
71
67
|
def deploy_plugins_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
72
|
-
"""
|
73
|
-
(Updatable) Plugin Id list
|
74
|
-
|
75
|
-
** IMPORTANT **
|
76
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
77
|
-
"""
|
78
68
|
return pulumi.get(self, "deploy_plugins_ids")
|
79
69
|
|
80
70
|
@deploy_plugins_ids.setter
|
@@ -85,7 +75,7 @@ class ManagementAgentArgs:
|
|
85
75
|
@pulumi.getter(name="displayName")
|
86
76
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
87
77
|
"""
|
88
|
-
|
78
|
+
Management Agent Name
|
89
79
|
"""
|
90
80
|
return pulumi.get(self, "display_name")
|
91
81
|
|
@@ -97,7 +87,7 @@ class ManagementAgentArgs:
|
|
97
87
|
@pulumi.getter(name="freeformTags")
|
98
88
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
99
89
|
"""
|
100
|
-
|
90
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
101
91
|
"""
|
102
92
|
return pulumi.get(self, "freeform_tags")
|
103
93
|
|
@@ -139,16 +129,9 @@ class _ManagementAgentState:
|
|
139
129
|
version: Optional[pulumi.Input[str]] = None):
|
140
130
|
"""
|
141
131
|
Input properties used for looking up and filtering ManagementAgent resources.
|
142
|
-
:param pulumi.Input[str]
|
143
|
-
:param pulumi.Input[str]
|
144
|
-
:param pulumi.Input[
|
145
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
146
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] deploy_plugins_ids: (Updatable) Plugin Id list
|
147
|
-
|
148
|
-
** IMPORTANT **
|
149
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
150
|
-
:param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
|
151
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
132
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
133
|
+
:param pulumi.Input[str] display_name: Management Agent Name
|
134
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
152
135
|
:param pulumi.Input[str] host: Management Agent host machine name
|
153
136
|
:param pulumi.Input[str] host_id: Host resource ocid
|
154
137
|
:param pulumi.Input[str] install_key_id: agent install key identifier
|
@@ -230,9 +213,6 @@ class _ManagementAgentState:
|
|
230
213
|
@property
|
231
214
|
@pulumi.getter(name="availabilityStatus")
|
232
215
|
def availability_status(self) -> Optional[pulumi.Input[str]]:
|
233
|
-
"""
|
234
|
-
The current availability status of managementAgent
|
235
|
-
"""
|
236
216
|
return pulumi.get(self, "availability_status")
|
237
217
|
|
238
218
|
@availability_status.setter
|
@@ -242,9 +222,6 @@ class _ManagementAgentState:
|
|
242
222
|
@property
|
243
223
|
@pulumi.getter(name="compartmentId")
|
244
224
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
245
|
-
"""
|
246
|
-
Compartment owning this DataSource.
|
247
|
-
"""
|
248
225
|
return pulumi.get(self, "compartment_id")
|
249
226
|
|
250
227
|
@compartment_id.setter
|
@@ -254,9 +231,6 @@ class _ManagementAgentState:
|
|
254
231
|
@property
|
255
232
|
@pulumi.getter(name="dataSourceLists")
|
256
233
|
def data_source_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListArgs']]]]:
|
257
|
-
"""
|
258
|
-
list of dataSources associated with the agent
|
259
|
-
"""
|
260
234
|
return pulumi.get(self, "data_source_lists")
|
261
235
|
|
262
236
|
@data_source_lists.setter
|
@@ -276,7 +250,7 @@ class _ManagementAgentState:
|
|
276
250
|
@pulumi.getter(name="definedTags")
|
277
251
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
278
252
|
"""
|
279
|
-
|
253
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
280
254
|
"""
|
281
255
|
return pulumi.get(self, "defined_tags")
|
282
256
|
|
@@ -287,12 +261,6 @@ class _ManagementAgentState:
|
|
287
261
|
@property
|
288
262
|
@pulumi.getter(name="deployPluginsIds")
|
289
263
|
def deploy_plugins_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
290
|
-
"""
|
291
|
-
(Updatable) Plugin Id list
|
292
|
-
|
293
|
-
** IMPORTANT **
|
294
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
295
|
-
"""
|
296
264
|
return pulumi.get(self, "deploy_plugins_ids")
|
297
265
|
|
298
266
|
@deploy_plugins_ids.setter
|
@@ -303,7 +271,7 @@ class _ManagementAgentState:
|
|
303
271
|
@pulumi.getter(name="displayName")
|
304
272
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
305
273
|
"""
|
306
|
-
|
274
|
+
Management Agent Name
|
307
275
|
"""
|
308
276
|
return pulumi.get(self, "display_name")
|
309
277
|
|
@@ -315,7 +283,7 @@ class _ManagementAgentState:
|
|
315
283
|
@pulumi.getter(name="freeformTags")
|
316
284
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
317
285
|
"""
|
318
|
-
|
286
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
319
287
|
"""
|
320
288
|
return pulumi.get(self, "freeform_tags")
|
321
289
|
|
@@ -588,7 +556,10 @@ class ManagementAgent(pulumi.CustomResource):
|
|
588
556
|
test_management_agent = oci.management_agent.ManagementAgent("testManagementAgent", managed_agent_id=oci_management_agent_managed_agent["test_managed_agent"]["id"])
|
589
557
|
```
|
590
558
|
<!--End PulumiCodeChooser -->
|
559
|
+
***
|
560
|
+
Add plugin to Management Agent created via OCI Compute instance.
|
591
561
|
|
562
|
+
Compute instance must have OCA Plugin "Management Agent" enabled
|
592
563
|
## Import
|
593
564
|
|
594
565
|
ManagementAgents can be imported using the `id`, e.g.
|
@@ -599,13 +570,9 @@ class ManagementAgent(pulumi.CustomResource):
|
|
599
570
|
|
600
571
|
:param str resource_name: The name of the resource.
|
601
572
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
602
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags:
|
603
|
-
:param pulumi.Input[
|
604
|
-
|
605
|
-
** IMPORTANT **
|
606
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
607
|
-
:param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
|
608
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
573
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
574
|
+
:param pulumi.Input[str] display_name: Management Agent Name
|
575
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
609
576
|
:param pulumi.Input[str] managed_agent_id: Unique Management Agent identifier
|
610
577
|
"""
|
611
578
|
...
|
@@ -627,7 +594,10 @@ class ManagementAgent(pulumi.CustomResource):
|
|
627
594
|
test_management_agent = oci.management_agent.ManagementAgent("testManagementAgent", managed_agent_id=oci_management_agent_managed_agent["test_managed_agent"]["id"])
|
628
595
|
```
|
629
596
|
<!--End PulumiCodeChooser -->
|
597
|
+
***
|
598
|
+
Add plugin to Management Agent created via OCI Compute instance.
|
630
599
|
|
600
|
+
Compute instance must have OCA Plugin "Management Agent" enabled
|
631
601
|
## Import
|
632
602
|
|
633
603
|
ManagementAgents can be imported using the `id`, e.g.
|
@@ -740,16 +710,9 @@ class ManagementAgent(pulumi.CustomResource):
|
|
740
710
|
:param str resource_name: The unique name of the resulting resource.
|
741
711
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
742
712
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
743
|
-
:param pulumi.Input[str]
|
744
|
-
:param pulumi.Input[str]
|
745
|
-
:param pulumi.Input[
|
746
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
747
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] deploy_plugins_ids: (Updatable) Plugin Id list
|
748
|
-
|
749
|
-
** IMPORTANT **
|
750
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
751
|
-
:param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
|
752
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
713
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
714
|
+
:param pulumi.Input[str] display_name: Management Agent Name
|
715
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
753
716
|
:param pulumi.Input[str] host: Management Agent host machine name
|
754
717
|
:param pulumi.Input[str] host_id: Host resource ocid
|
755
718
|
:param pulumi.Input[str] install_key_id: agent install key identifier
|
@@ -808,25 +771,16 @@ class ManagementAgent(pulumi.CustomResource):
|
|
808
771
|
@property
|
809
772
|
@pulumi.getter(name="availabilityStatus")
|
810
773
|
def availability_status(self) -> pulumi.Output[str]:
|
811
|
-
"""
|
812
|
-
The current availability status of managementAgent
|
813
|
-
"""
|
814
774
|
return pulumi.get(self, "availability_status")
|
815
775
|
|
816
776
|
@property
|
817
777
|
@pulumi.getter(name="compartmentId")
|
818
778
|
def compartment_id(self) -> pulumi.Output[str]:
|
819
|
-
"""
|
820
|
-
Compartment owning this DataSource.
|
821
|
-
"""
|
822
779
|
return pulumi.get(self, "compartment_id")
|
823
780
|
|
824
781
|
@property
|
825
782
|
@pulumi.getter(name="dataSourceLists")
|
826
783
|
def data_source_lists(self) -> pulumi.Output[Sequence['outputs.ManagementAgentDataSourceList']]:
|
827
|
-
"""
|
828
|
-
list of dataSources associated with the agent
|
829
|
-
"""
|
830
784
|
return pulumi.get(self, "data_source_lists")
|
831
785
|
|
832
786
|
@property
|
@@ -838,26 +792,20 @@ class ManagementAgent(pulumi.CustomResource):
|
|
838
792
|
@pulumi.getter(name="definedTags")
|
839
793
|
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
840
794
|
"""
|
841
|
-
|
795
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
842
796
|
"""
|
843
797
|
return pulumi.get(self, "defined_tags")
|
844
798
|
|
845
799
|
@property
|
846
800
|
@pulumi.getter(name="deployPluginsIds")
|
847
801
|
def deploy_plugins_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
848
|
-
"""
|
849
|
-
(Updatable) Plugin Id list
|
850
|
-
|
851
|
-
** IMPORTANT **
|
852
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
853
|
-
"""
|
854
802
|
return pulumi.get(self, "deploy_plugins_ids")
|
855
803
|
|
856
804
|
@property
|
857
805
|
@pulumi.getter(name="displayName")
|
858
806
|
def display_name(self) -> pulumi.Output[str]:
|
859
807
|
"""
|
860
|
-
|
808
|
+
Management Agent Name
|
861
809
|
"""
|
862
810
|
return pulumi.get(self, "display_name")
|
863
811
|
|
@@ -865,7 +813,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
865
813
|
@pulumi.getter(name="freeformTags")
|
866
814
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
867
815
|
"""
|
868
|
-
|
816
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
869
817
|
"""
|
870
818
|
return pulumi.get(self, "freeform_tags")
|
871
819
|
|
@@ -108,15 +108,7 @@ class ManagementAgentDataSourceList(dict):
|
|
108
108
|
type: Optional[str] = None,
|
109
109
|
url: Optional[str] = None):
|
110
110
|
"""
|
111
|
-
:param str allow_metrics: Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
|
112
|
-
:param str compartment_id: Compartment owning this DataSource.
|
113
|
-
:param int connection_timeout: Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
|
114
|
-
:param bool is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
|
115
|
-
:param str key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
116
|
-
:param Sequence['ManagementAgentDataSourceListMetricDimensionArgs'] metric_dimensions: The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
|
117
111
|
:param str name: Name of the property
|
118
|
-
:param str namespace: The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
|
119
|
-
:param str proxy_url: The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
|
120
112
|
:param int read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
|
121
113
|
:param int read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
|
122
114
|
:param str resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
|
@@ -167,49 +159,31 @@ class ManagementAgentDataSourceList(dict):
|
|
167
159
|
@property
|
168
160
|
@pulumi.getter(name="allowMetrics")
|
169
161
|
def allow_metrics(self) -> Optional[str]:
|
170
|
-
"""
|
171
|
-
Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
|
172
|
-
"""
|
173
162
|
return pulumi.get(self, "allow_metrics")
|
174
163
|
|
175
164
|
@property
|
176
165
|
@pulumi.getter(name="compartmentId")
|
177
166
|
def compartment_id(self) -> Optional[str]:
|
178
|
-
"""
|
179
|
-
Compartment owning this DataSource.
|
180
|
-
"""
|
181
167
|
return pulumi.get(self, "compartment_id")
|
182
168
|
|
183
169
|
@property
|
184
170
|
@pulumi.getter(name="connectionTimeout")
|
185
171
|
def connection_timeout(self) -> Optional[int]:
|
186
|
-
"""
|
187
|
-
Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
|
188
|
-
"""
|
189
172
|
return pulumi.get(self, "connection_timeout")
|
190
173
|
|
191
174
|
@property
|
192
175
|
@pulumi.getter(name="isDaemonSet")
|
193
176
|
def is_daemon_set(self) -> Optional[bool]:
|
194
|
-
"""
|
195
|
-
If the Kubernetes cluster type is Daemon set then this will be set to true.
|
196
|
-
"""
|
197
177
|
return pulumi.get(self, "is_daemon_set")
|
198
178
|
|
199
179
|
@property
|
200
180
|
@pulumi.getter
|
201
181
|
def key(self) -> Optional[str]:
|
202
|
-
"""
|
203
|
-
Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
204
|
-
"""
|
205
182
|
return pulumi.get(self, "key")
|
206
183
|
|
207
184
|
@property
|
208
185
|
@pulumi.getter(name="metricDimensions")
|
209
186
|
def metric_dimensions(self) -> Optional[Sequence['outputs.ManagementAgentDataSourceListMetricDimension']]:
|
210
|
-
"""
|
211
|
-
The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
|
212
|
-
"""
|
213
187
|
return pulumi.get(self, "metric_dimensions")
|
214
188
|
|
215
189
|
@property
|
@@ -223,17 +197,11 @@ class ManagementAgentDataSourceList(dict):
|
|
223
197
|
@property
|
224
198
|
@pulumi.getter
|
225
199
|
def namespace(self) -> Optional[str]:
|
226
|
-
"""
|
227
|
-
The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
|
228
|
-
"""
|
229
200
|
return pulumi.get(self, "namespace")
|
230
201
|
|
231
202
|
@property
|
232
203
|
@pulumi.getter(name="proxyUrl")
|
233
204
|
def proxy_url(self) -> Optional[str]:
|
234
|
-
"""
|
235
|
-
The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
|
236
|
-
"""
|
237
205
|
return pulumi.get(self, "proxy_url")
|
238
206
|
|
239
207
|
@property
|
@@ -316,7 +284,6 @@ class ManagementAgentDataSourceListMetricDimension(dict):
|
|
316
284
|
value: Optional[str] = None):
|
317
285
|
"""
|
318
286
|
:param str name: Name of the property
|
319
|
-
:param str value: Value of the metric dimension
|
320
287
|
"""
|
321
288
|
if name is not None:
|
322
289
|
pulumi.set(__self__, "name", name)
|
@@ -334,9 +301,6 @@ class ManagementAgentDataSourceListMetricDimension(dict):
|
|
334
301
|
@property
|
335
302
|
@pulumi.getter
|
336
303
|
def value(self) -> Optional[str]:
|
337
|
-
"""
|
338
|
-
Value of the metric dimension
|
339
|
-
"""
|
340
304
|
return pulumi.get(self, "value")
|
341
305
|
|
342
306
|
|
@@ -394,8 +358,6 @@ class ManagementAgentDataSourceSummaryList(dict):
|
|
394
358
|
name: Optional[str] = None,
|
395
359
|
type: Optional[str] = None):
|
396
360
|
"""
|
397
|
-
:param bool is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
|
398
|
-
:param str key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
399
361
|
:param str name: Name of the property
|
400
362
|
:param str type: The type of the DataSource.
|
401
363
|
"""
|
@@ -411,17 +373,11 @@ class ManagementAgentDataSourceSummaryList(dict):
|
|
411
373
|
@property
|
412
374
|
@pulumi.getter(name="isDaemonSet")
|
413
375
|
def is_daemon_set(self) -> Optional[bool]:
|
414
|
-
"""
|
415
|
-
If the Kubernetes cluster type is Daemon set then this will be set to true.
|
416
|
-
"""
|
417
376
|
return pulumi.get(self, "is_daemon_set")
|
418
377
|
|
419
378
|
@property
|
420
379
|
@pulumi.getter
|
421
380
|
def key(self) -> Optional[str]:
|
422
|
-
"""
|
423
|
-
Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
424
|
-
"""
|
425
381
|
return pulumi.get(self, "key")
|
426
382
|
|
427
383
|
@property
|
@@ -1324,20 +1324,18 @@ class GetNetworkFirewallPolicyDecryptionRulesDecryptionRuleSummaryCollectionItem
|
|
1324
1324
|
@pulumi.output_type
|
1325
1325
|
class GetNetworkFirewallPolicyDecryptionRulesDecryptionRuleSummaryCollectionItemPositionResult(dict):
|
1326
1326
|
def __init__(__self__, *,
|
1327
|
-
after_rule:
|
1328
|
-
before_rule:
|
1327
|
+
after_rule: str,
|
1328
|
+
before_rule: str):
|
1329
1329
|
"""
|
1330
1330
|
:param str after_rule: Identifier for rule after which this rule lies.
|
1331
1331
|
:param str before_rule: Identifier for rule before which this rule lies.
|
1332
1332
|
"""
|
1333
|
-
|
1334
|
-
|
1335
|
-
if before_rule is not None:
|
1336
|
-
pulumi.set(__self__, "before_rule", before_rule)
|
1333
|
+
pulumi.set(__self__, "after_rule", after_rule)
|
1334
|
+
pulumi.set(__self__, "before_rule", before_rule)
|
1337
1335
|
|
1338
1336
|
@property
|
1339
1337
|
@pulumi.getter(name="afterRule")
|
1340
|
-
def after_rule(self) ->
|
1338
|
+
def after_rule(self) -> str:
|
1341
1339
|
"""
|
1342
1340
|
Identifier for rule after which this rule lies.
|
1343
1341
|
"""
|
@@ -1345,7 +1343,7 @@ class GetNetworkFirewallPolicyDecryptionRulesDecryptionRuleSummaryCollectionItem
|
|
1345
1343
|
|
1346
1344
|
@property
|
1347
1345
|
@pulumi.getter(name="beforeRule")
|
1348
|
-
def before_rule(self) ->
|
1346
|
+
def before_rule(self) -> str:
|
1349
1347
|
"""
|
1350
1348
|
Identifier for rule before which this rule lies.
|
1351
1349
|
"""
|
@@ -1792,20 +1790,18 @@ class GetNetworkFirewallPolicySecurityRulesSecurityRuleSummaryCollectionItemCond
|
|
1792
1790
|
@pulumi.output_type
|
1793
1791
|
class GetNetworkFirewallPolicySecurityRulesSecurityRuleSummaryCollectionItemPositionResult(dict):
|
1794
1792
|
def __init__(__self__, *,
|
1795
|
-
after_rule:
|
1796
|
-
before_rule:
|
1793
|
+
after_rule: str,
|
1794
|
+
before_rule: str):
|
1797
1795
|
"""
|
1798
1796
|
:param str after_rule: Identifier for rule after which this rule lies.
|
1799
1797
|
:param str before_rule: Identifier for rule before which this rule lies.
|
1800
1798
|
"""
|
1801
|
-
|
1802
|
-
|
1803
|
-
if before_rule is not None:
|
1804
|
-
pulumi.set(__self__, "before_rule", before_rule)
|
1799
|
+
pulumi.set(__self__, "after_rule", after_rule)
|
1800
|
+
pulumi.set(__self__, "before_rule", before_rule)
|
1805
1801
|
|
1806
1802
|
@property
|
1807
1803
|
@pulumi.getter(name="afterRule")
|
1808
|
-
def after_rule(self) ->
|
1804
|
+
def after_rule(self) -> str:
|
1809
1805
|
"""
|
1810
1806
|
Identifier for rule after which this rule lies.
|
1811
1807
|
"""
|
@@ -1813,7 +1809,7 @@ class GetNetworkFirewallPolicySecurityRulesSecurityRuleSummaryCollectionItemPosi
|
|
1813
1809
|
|
1814
1810
|
@property
|
1815
1811
|
@pulumi.getter(name="beforeRule")
|
1816
|
-
def before_rule(self) ->
|
1812
|
+
def before_rule(self) -> str:
|
1817
1813
|
"""
|
1818
1814
|
Identifier for rule before which this rule lies.
|
1819
1815
|
"""
|