pulumi-oci 1.39.0a1717740308__py3-none-any.whl → 1.40.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.
Files changed (40) hide show
  1. pulumi_oci/__init__.py +11 -0
  2. pulumi_oci/database/__init__.py +1 -0
  3. pulumi_oci/database/_inputs.py +44 -4
  4. pulumi_oci/database/autonomous_database.py +61 -14
  5. pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
  6. pulumi_oci/database/get_autonomous_character_sets.py +4 -0
  7. pulumi_oci/database/get_autonomous_database.py +14 -1
  8. pulumi_oci/database/get_autonomous_database_peers.py +133 -0
  9. pulumi_oci/database/outputs.py +102 -6
  10. pulumi_oci/demandsignal/__init__.py +12 -0
  11. pulumi_oci/demandsignal/_inputs.py +267 -0
  12. pulumi_oci/demandsignal/get_occ_demand_signal.py +259 -0
  13. pulumi_oci/demandsignal/get_occ_demand_signals.py +183 -0
  14. pulumi_oci/demandsignal/occ_demand_signal.py +630 -0
  15. pulumi_oci/demandsignal/outputs.py +700 -0
  16. pulumi_oci/goldengate/_inputs.py +219 -6
  17. pulumi_oci/goldengate/connection.py +334 -0
  18. pulumi_oci/goldengate/connection_assignment.py +68 -19
  19. pulumi_oci/goldengate/deployment.py +88 -7
  20. pulumi_oci/goldengate/deployment_backup.py +122 -3
  21. pulumi_oci/goldengate/deployment_certificate.py +59 -10
  22. pulumi_oci/goldengate/get_connection.py +80 -1
  23. pulumi_oci/goldengate/get_connection_assignment.py +11 -1
  24. pulumi_oci/goldengate/get_deployment.py +25 -2
  25. pulumi_oci/goldengate/get_deployment_backup.py +38 -1
  26. pulumi_oci/goldengate/get_deployment_certificate.py +12 -2
  27. pulumi_oci/goldengate/get_deployment_certificates.py +3 -0
  28. pulumi_oci/goldengate/get_trail_files.py +2 -2
  29. pulumi_oci/goldengate/get_trail_sequences.py +2 -2
  30. pulumi_oci/goldengate/outputs.py +720 -12
  31. pulumi_oci/loganalytics/namespace.py +2 -2
  32. pulumi_oci/monitoring/_inputs.py +10 -6
  33. pulumi_oci/monitoring/alarm.py +189 -28
  34. pulumi_oci/monitoring/get_alarm.py +44 -5
  35. pulumi_oci/monitoring/outputs.py +87 -28
  36. pulumi_oci/pulumi-plugin.json +1 -1
  37. {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.40.0.dist-info}/METADATA +1 -1
  38. {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.40.0.dist-info}/RECORD +40 -33
  39. {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.40.0.dist-info}/WHEEL +0 -0
  40. {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.40.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,183 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetOccDemandSignalsResult',
16
+ 'AwaitableGetOccDemandSignalsResult',
17
+ 'get_occ_demand_signals',
18
+ 'get_occ_demand_signals_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetOccDemandSignalsResult:
23
+ """
24
+ A collection of values returned by getOccDemandSignals.
25
+ """
26
+ def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, occ_demand_signal_collections=None, state=None):
27
+ if compartment_id and not isinstance(compartment_id, str):
28
+ raise TypeError("Expected argument 'compartment_id' to be a str")
29
+ pulumi.set(__self__, "compartment_id", compartment_id)
30
+ if display_name and not isinstance(display_name, str):
31
+ raise TypeError("Expected argument 'display_name' to be a str")
32
+ pulumi.set(__self__, "display_name", display_name)
33
+ if filters and not isinstance(filters, list):
34
+ raise TypeError("Expected argument 'filters' to be a list")
35
+ pulumi.set(__self__, "filters", filters)
36
+ if id and not isinstance(id, str):
37
+ raise TypeError("Expected argument 'id' to be a str")
38
+ pulumi.set(__self__, "id", id)
39
+ if occ_demand_signal_collections and not isinstance(occ_demand_signal_collections, list):
40
+ raise TypeError("Expected argument 'occ_demand_signal_collections' to be a list")
41
+ pulumi.set(__self__, "occ_demand_signal_collections", occ_demand_signal_collections)
42
+ if state and not isinstance(state, str):
43
+ raise TypeError("Expected argument 'state' to be a str")
44
+ pulumi.set(__self__, "state", state)
45
+
46
+ @property
47
+ @pulumi.getter(name="compartmentId")
48
+ def compartment_id(self) -> Optional[str]:
49
+ """
50
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
51
+ """
52
+ return pulumi.get(self, "compartment_id")
53
+
54
+ @property
55
+ @pulumi.getter(name="displayName")
56
+ def display_name(self) -> Optional[str]:
57
+ """
58
+ A user-friendly name. Does not have to be unique, and it's changeable.
59
+ """
60
+ return pulumi.get(self, "display_name")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def filters(self) -> Optional[Sequence['outputs.GetOccDemandSignalsFilterResult']]:
65
+ return pulumi.get(self, "filters")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def id(self) -> Optional[str]:
70
+ """
71
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
72
+ """
73
+ return pulumi.get(self, "id")
74
+
75
+ @property
76
+ @pulumi.getter(name="occDemandSignalCollections")
77
+ def occ_demand_signal_collections(self) -> Sequence['outputs.GetOccDemandSignalsOccDemandSignalCollectionResult']:
78
+ """
79
+ The list of occ_demand_signal_collection.
80
+ """
81
+ return pulumi.get(self, "occ_demand_signal_collections")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def state(self) -> Optional[str]:
86
+ """
87
+ The current state of the OccDemandSignal.
88
+ """
89
+ return pulumi.get(self, "state")
90
+
91
+
92
+ class AwaitableGetOccDemandSignalsResult(GetOccDemandSignalsResult):
93
+ # pylint: disable=using-constant-test
94
+ def __await__(self):
95
+ if False:
96
+ yield self
97
+ return GetOccDemandSignalsResult(
98
+ compartment_id=self.compartment_id,
99
+ display_name=self.display_name,
100
+ filters=self.filters,
101
+ id=self.id,
102
+ occ_demand_signal_collections=self.occ_demand_signal_collections,
103
+ state=self.state)
104
+
105
+
106
+ def get_occ_demand_signals(compartment_id: Optional[str] = None,
107
+ display_name: Optional[str] = None,
108
+ filters: Optional[Sequence[pulumi.InputType['GetOccDemandSignalsFilterArgs']]] = None,
109
+ id: Optional[str] = None,
110
+ state: Optional[str] = None,
111
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOccDemandSignalsResult:
112
+ """
113
+ This data source provides the list of Occ Demand Signals in Oracle Cloud Infrastructure Demand Signal service.
114
+
115
+ Gets a list of OccDemandSignals.
116
+
117
+ ## Example Usage
118
+
119
+ ```python
120
+ import pulumi
121
+ import pulumi_oci as oci
122
+
123
+ test_occ_demand_signals = oci.DemandSignal.get_occ_demand_signals(compartment_id=compartment_id,
124
+ display_name=occ_demand_signal_display_name,
125
+ id=occ_demand_signal_id,
126
+ state=occ_demand_signal_state)
127
+ ```
128
+
129
+
130
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
131
+ :param str display_name: A filter to return only resources that match the given display name exactly.
132
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
133
+ :param str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
134
+ """
135
+ __args__ = dict()
136
+ __args__['compartmentId'] = compartment_id
137
+ __args__['displayName'] = display_name
138
+ __args__['filters'] = filters
139
+ __args__['id'] = id
140
+ __args__['state'] = state
141
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
142
+ __ret__ = pulumi.runtime.invoke('oci:DemandSignal/getOccDemandSignals:getOccDemandSignals', __args__, opts=opts, typ=GetOccDemandSignalsResult).value
143
+
144
+ return AwaitableGetOccDemandSignalsResult(
145
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
146
+ display_name=pulumi.get(__ret__, 'display_name'),
147
+ filters=pulumi.get(__ret__, 'filters'),
148
+ id=pulumi.get(__ret__, 'id'),
149
+ occ_demand_signal_collections=pulumi.get(__ret__, 'occ_demand_signal_collections'),
150
+ state=pulumi.get(__ret__, 'state'))
151
+
152
+
153
+ @_utilities.lift_output_func(get_occ_demand_signals)
154
+ def get_occ_demand_signals_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
155
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
156
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetOccDemandSignalsFilterArgs']]]]] = None,
157
+ id: Optional[pulumi.Input[Optional[str]]] = None,
158
+ state: Optional[pulumi.Input[Optional[str]]] = None,
159
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOccDemandSignalsResult]:
160
+ """
161
+ This data source provides the list of Occ Demand Signals in Oracle Cloud Infrastructure Demand Signal service.
162
+
163
+ Gets a list of OccDemandSignals.
164
+
165
+ ## Example Usage
166
+
167
+ ```python
168
+ import pulumi
169
+ import pulumi_oci as oci
170
+
171
+ test_occ_demand_signals = oci.DemandSignal.get_occ_demand_signals(compartment_id=compartment_id,
172
+ display_name=occ_demand_signal_display_name,
173
+ id=occ_demand_signal_id,
174
+ state=occ_demand_signal_state)
175
+ ```
176
+
177
+
178
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
179
+ :param str display_name: A filter to return only resources that match the given display name exactly.
180
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
181
+ :param str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
182
+ """
183
+ ...