pulumi-oci 2.13.0__py3-none-any.whl → 2.13.0a1729059403__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 (65) hide show
  1. pulumi_oci/__init__.py +19 -24
  2. pulumi_oci/containerengine/_inputs.py +0 -341
  3. pulumi_oci/containerengine/cluster.py +0 -64
  4. pulumi_oci/containerengine/get_cluster.py +1 -12
  5. pulumi_oci/containerengine/outputs.py +0 -582
  6. pulumi_oci/core/_inputs.py +37 -299
  7. pulumi_oci/core/boot_volume.py +5 -90
  8. pulumi_oci/core/get_block_volume_replica.py +1 -15
  9. pulumi_oci/core/get_boot_volume.py +4 -15
  10. pulumi_oci/core/get_boot_volume_replica.py +1 -15
  11. pulumi_oci/core/get_volume.py +4 -18
  12. pulumi_oci/core/instance_configuration.py +0 -4
  13. pulumi_oci/core/outputs.py +46 -573
  14. pulumi_oci/core/volume.py +12 -110
  15. pulumi_oci/core/volume_backup_policy_assignment.py +19 -68
  16. pulumi_oci/core/volume_group.py +5 -56
  17. pulumi_oci/datasafe/__init__.py +0 -1
  18. pulumi_oci/desktops/_inputs.py +13 -175
  19. pulumi_oci/desktops/desktop_pool.py +0 -67
  20. pulumi_oci/desktops/get_desktop_pool.py +1 -16
  21. pulumi_oci/desktops/outputs.py +18 -339
  22. pulumi_oci/dns/__init__.py +0 -2
  23. pulumi_oci/dns/_inputs.py +12 -1157
  24. pulumi_oci/dns/action_create_zone_from_zone_file.py +2 -42
  25. pulumi_oci/dns/get_records.py +13 -45
  26. pulumi_oci/dns/get_resolver.py +6 -8
  27. pulumi_oci/dns/get_resolver_endpoint.py +6 -8
  28. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  29. pulumi_oci/dns/get_resolvers.py +12 -12
  30. pulumi_oci/dns/get_rrset.py +16 -16
  31. pulumi_oci/dns/get_rrsets.py +10 -12
  32. pulumi_oci/dns/get_view.py +4 -8
  33. pulumi_oci/dns/get_views.py +12 -12
  34. pulumi_oci/dns/get_zones.py +13 -33
  35. pulumi_oci/dns/outputs.py +79 -1388
  36. pulumi_oci/dns/record.py +12 -12
  37. pulumi_oci/dns/resolver.py +7 -7
  38. pulumi_oci/dns/resolver_endpoint.py +2 -2
  39. pulumi_oci/dns/rrset.py +41 -50
  40. pulumi_oci/dns/zone.py +17 -176
  41. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  42. pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
  43. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
  44. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
  45. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
  46. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
  47. pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
  48. pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
  49. pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
  50. pulumi_oci/goldengate/__init__.py +0 -1
  51. pulumi_oci/goldengate/_inputs.py +0 -165
  52. pulumi_oci/goldengate/connection.py +35 -49
  53. pulumi_oci/goldengate/database_registration.py +7 -7
  54. pulumi_oci/goldengate/deployment.py +4 -79
  55. pulumi_oci/goldengate/get_deployment.py +2 -30
  56. pulumi_oci/goldengate/outputs.py +2 -409
  57. pulumi_oci/pulumi-plugin.json +1 -1
  58. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729059403.dist-info}/METADATA +1 -1
  59. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729059403.dist-info}/RECORD +61 -56
  60. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729059403.dist-info}/WHEEL +1 -1
  61. pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +0 -271
  62. pulumi_oci/dns/zone_promote_dnssec_key_version.py +0 -328
  63. pulumi_oci/dns/zone_stage_dnssec_key_version.py +0 -318
  64. pulumi_oci/goldengate/get_deployment_environments.py +0 -144
  65. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729059403.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,191 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = [
20
+ 'GetShardedDatabasesResult',
21
+ 'AwaitableGetShardedDatabasesResult',
22
+ 'get_sharded_databases',
23
+ 'get_sharded_databases_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetShardedDatabasesResult:
28
+ """
29
+ A collection of values returned by getShardedDatabases.
30
+ """
31
+ def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, sharded_database_collections=None, state=None):
32
+ if compartment_id and not isinstance(compartment_id, str):
33
+ raise TypeError("Expected argument 'compartment_id' to be a str")
34
+ pulumi.set(__self__, "compartment_id", compartment_id)
35
+ if display_name and not isinstance(display_name, str):
36
+ raise TypeError("Expected argument 'display_name' to be a str")
37
+ pulumi.set(__self__, "display_name", display_name)
38
+ if filters and not isinstance(filters, list):
39
+ raise TypeError("Expected argument 'filters' to be a list")
40
+ pulumi.set(__self__, "filters", filters)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if sharded_database_collections and not isinstance(sharded_database_collections, list):
45
+ raise TypeError("Expected argument 'sharded_database_collections' to be a list")
46
+ pulumi.set(__self__, "sharded_database_collections", sharded_database_collections)
47
+ if state and not isinstance(state, str):
48
+ raise TypeError("Expected argument 'state' to be a str")
49
+ pulumi.set(__self__, "state", state)
50
+
51
+ @property
52
+ @pulumi.getter(name="compartmentId")
53
+ def compartment_id(self) -> str:
54
+ """
55
+ Identifier of the compartment in which sharded database exists.
56
+ """
57
+ return pulumi.get(self, "compartment_id")
58
+
59
+ @property
60
+ @pulumi.getter(name="displayName")
61
+ def display_name(self) -> Optional[str]:
62
+ """
63
+ Oracle sharded database display name.
64
+ """
65
+ return pulumi.get(self, "display_name")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def filters(self) -> Optional[Sequence['outputs.GetShardedDatabasesFilterResult']]:
70
+ return pulumi.get(self, "filters")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def id(self) -> str:
75
+ """
76
+ The provider-assigned unique ID for this managed resource.
77
+ """
78
+ return pulumi.get(self, "id")
79
+
80
+ @property
81
+ @pulumi.getter(name="shardedDatabaseCollections")
82
+ def sharded_database_collections(self) -> Sequence['outputs.GetShardedDatabasesShardedDatabaseCollectionResult']:
83
+ """
84
+ The list of sharded_database_collection.
85
+ """
86
+ return pulumi.get(self, "sharded_database_collections")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def state(self) -> Optional[str]:
91
+ """
92
+ Lifecycle states for sharded databases.
93
+ """
94
+ return pulumi.get(self, "state")
95
+
96
+
97
+ class AwaitableGetShardedDatabasesResult(GetShardedDatabasesResult):
98
+ # pylint: disable=using-constant-test
99
+ def __await__(self):
100
+ if False:
101
+ yield self
102
+ return GetShardedDatabasesResult(
103
+ compartment_id=self.compartment_id,
104
+ display_name=self.display_name,
105
+ filters=self.filters,
106
+ id=self.id,
107
+ sharded_database_collections=self.sharded_database_collections,
108
+ state=self.state)
109
+
110
+
111
+ def get_sharded_databases(compartment_id: Optional[str] = None,
112
+ display_name: Optional[str] = None,
113
+ filters: Optional[Sequence[Union['GetShardedDatabasesFilterArgs', 'GetShardedDatabasesFilterArgsDict']]] = None,
114
+ state: Optional[str] = None,
115
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetShardedDatabasesResult:
116
+ """
117
+ This data source provides the list of Sharded Databases in Oracle Cloud Infrastructure Globally Distributed Database service.
118
+
119
+ List of Sharded databases.
120
+
121
+ ## Example Usage
122
+
123
+ ```python
124
+ import pulumi
125
+ import pulumi_oci as oci
126
+
127
+ test_sharded_databases = oci.GloballyDistributedDatabase.get_sharded_databases(compartment_id=compartment_id,
128
+ display_name=sharded_database_display_name,
129
+ state=sharded_database_state)
130
+ ```
131
+
132
+
133
+ :param str compartment_id: The ID of the compartment in which to list resources.
134
+ :param str display_name: A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
135
+ :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
136
+ """
137
+ __args__ = dict()
138
+ __args__['compartmentId'] = compartment_id
139
+ __args__['displayName'] = display_name
140
+ __args__['filters'] = filters
141
+ __args__['state'] = state
142
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
143
+ __ret__ = pulumi.runtime.invoke('oci:GloballyDistributedDatabase/getShardedDatabases:getShardedDatabases', __args__, opts=opts, typ=GetShardedDatabasesResult).value
144
+
145
+ return AwaitableGetShardedDatabasesResult(
146
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
147
+ display_name=pulumi.get(__ret__, 'display_name'),
148
+ filters=pulumi.get(__ret__, 'filters'),
149
+ id=pulumi.get(__ret__, 'id'),
150
+ sharded_database_collections=pulumi.get(__ret__, 'sharded_database_collections'),
151
+ state=pulumi.get(__ret__, 'state'))
152
+ def get_sharded_databases_output(compartment_id: Optional[pulumi.Input[str]] = None,
153
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
154
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetShardedDatabasesFilterArgs', 'GetShardedDatabasesFilterArgsDict']]]]] = None,
155
+ state: Optional[pulumi.Input[Optional[str]]] = None,
156
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetShardedDatabasesResult]:
157
+ """
158
+ This data source provides the list of Sharded Databases in Oracle Cloud Infrastructure Globally Distributed Database service.
159
+
160
+ List of Sharded databases.
161
+
162
+ ## Example Usage
163
+
164
+ ```python
165
+ import pulumi
166
+ import pulumi_oci as oci
167
+
168
+ test_sharded_databases = oci.GloballyDistributedDatabase.get_sharded_databases(compartment_id=compartment_id,
169
+ display_name=sharded_database_display_name,
170
+ state=sharded_database_state)
171
+ ```
172
+
173
+
174
+ :param str compartment_id: The ID of the compartment in which to list resources.
175
+ :param str display_name: A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
176
+ :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
177
+ """
178
+ __args__ = dict()
179
+ __args__['compartmentId'] = compartment_id
180
+ __args__['displayName'] = display_name
181
+ __args__['filters'] = filters
182
+ __args__['state'] = state
183
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
184
+ __ret__ = pulumi.runtime.invoke_output('oci:GloballyDistributedDatabase/getShardedDatabases:getShardedDatabases', __args__, opts=opts, typ=GetShardedDatabasesResult)
185
+ return __ret__.apply(lambda __response__: GetShardedDatabasesResult(
186
+ compartment_id=pulumi.get(__response__, 'compartment_id'),
187
+ display_name=pulumi.get(__response__, 'display_name'),
188
+ filters=pulumi.get(__response__, 'filters'),
189
+ id=pulumi.get(__response__, 'id'),
190
+ sharded_database_collections=pulumi.get(__response__, 'sharded_database_collections'),
191
+ state=pulumi.get(__response__, 'state')))