pulumi-oci 2.13.0a1729059403__py3-none-any.whl → 2.13.0a1729613556__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +24 -19
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +299 -37
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance_configuration.py +4 -0
- pulumi_oci/core/outputs.py +573 -46
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/desktops/_inputs.py +175 -13
- pulumi_oci/desktops/desktop_pool.py +67 -0
- pulumi_oci/desktops/get_desktop_pool.py +16 -1
- pulumi_oci/desktops/outputs.py +339 -18
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/METADATA +1 -1
- {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/RECORD +56 -61
- {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/top_level.txt +0 -0
@@ -1,191 +0,0 @@
|
|
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')))
|