pulumi-oci 2.11.0__py3-none-any.whl → 2.11.0a1726726622__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 +0 -62
- pulumi_oci/bigdataservice/__init__.py +0 -3
- pulumi_oci/bigdataservice/_inputs.py +0 -66
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +2 -136
- pulumi_oci/bigdataservice/outputs.py +0 -175
- pulumi_oci/capacitymanagement/__init__.py +0 -8
- pulumi_oci/capacitymanagement/_inputs.py +3 -465
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +2 -15
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +5 -25
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
- pulumi_oci/capacitymanagement/occ_capacity_request.py +32 -78
- pulumi_oci/capacitymanagement/outputs.py +166 -1668
- pulumi_oci/containerengine/__init__.py +0 -1
- pulumi_oci/containerengine/outputs.py +0 -492
- pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -7
- pulumi_oci/generativeai/get_model.py +0 -3
- pulumi_oci/generativeai/outputs.py +0 -4
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/METADATA +1 -1
- {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/RECORD +25 -55
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +0 -524
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +0 -236
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +0 -176
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +0 -221
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +0 -150
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +0 -247
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +0 -204
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +0 -150
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +0 -227
- pulumi_oci/capacitymanagement/occ_customer_group.py +0 -690
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +0 -412
- pulumi_oci/containerengine/get_cluster.py +0 -327
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -717
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -804
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -1231
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -301
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -196
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -431
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -233
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -2129
- pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
- {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/top_level.txt +0 -0
@@ -1,236 +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 pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
|
12
|
-
__all__ = [
|
13
|
-
'GetBdsInstanceResourcePrincipalConfigurationResult',
|
14
|
-
'AwaitableGetBdsInstanceResourcePrincipalConfigurationResult',
|
15
|
-
'get_bds_instance_resource_principal_configuration',
|
16
|
-
'get_bds_instance_resource_principal_configuration_output',
|
17
|
-
]
|
18
|
-
|
19
|
-
@pulumi.output_type
|
20
|
-
class GetBdsInstanceResourcePrincipalConfigurationResult:
|
21
|
-
"""
|
22
|
-
A collection of values returned by getBdsInstanceResourcePrincipalConfiguration.
|
23
|
-
"""
|
24
|
-
def __init__(__self__, bds_instance_id=None, cluster_admin_password=None, display_name=None, force_refresh_resource_principal_trigger=None, id=None, resource_principal_configuration_id=None, session_token_life_span_duration_in_hours=None, state=None, time_created=None, time_token_expiry=None, time_token_refreshed=None, time_updated=None):
|
25
|
-
if bds_instance_id and not isinstance(bds_instance_id, str):
|
26
|
-
raise TypeError("Expected argument 'bds_instance_id' to be a str")
|
27
|
-
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
28
|
-
if cluster_admin_password and not isinstance(cluster_admin_password, str):
|
29
|
-
raise TypeError("Expected argument 'cluster_admin_password' to be a str")
|
30
|
-
pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
|
31
|
-
if display_name and not isinstance(display_name, str):
|
32
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
33
|
-
pulumi.set(__self__, "display_name", display_name)
|
34
|
-
if force_refresh_resource_principal_trigger and not isinstance(force_refresh_resource_principal_trigger, int):
|
35
|
-
raise TypeError("Expected argument 'force_refresh_resource_principal_trigger' to be a int")
|
36
|
-
pulumi.set(__self__, "force_refresh_resource_principal_trigger", force_refresh_resource_principal_trigger)
|
37
|
-
if id and not isinstance(id, str):
|
38
|
-
raise TypeError("Expected argument 'id' to be a str")
|
39
|
-
pulumi.set(__self__, "id", id)
|
40
|
-
if resource_principal_configuration_id and not isinstance(resource_principal_configuration_id, str):
|
41
|
-
raise TypeError("Expected argument 'resource_principal_configuration_id' to be a str")
|
42
|
-
pulumi.set(__self__, "resource_principal_configuration_id", resource_principal_configuration_id)
|
43
|
-
if session_token_life_span_duration_in_hours and not isinstance(session_token_life_span_duration_in_hours, int):
|
44
|
-
raise TypeError("Expected argument 'session_token_life_span_duration_in_hours' to be a int")
|
45
|
-
pulumi.set(__self__, "session_token_life_span_duration_in_hours", session_token_life_span_duration_in_hours)
|
46
|
-
if state and not isinstance(state, str):
|
47
|
-
raise TypeError("Expected argument 'state' to be a str")
|
48
|
-
pulumi.set(__self__, "state", state)
|
49
|
-
if time_created and not isinstance(time_created, str):
|
50
|
-
raise TypeError("Expected argument 'time_created' to be a str")
|
51
|
-
pulumi.set(__self__, "time_created", time_created)
|
52
|
-
if time_token_expiry and not isinstance(time_token_expiry, str):
|
53
|
-
raise TypeError("Expected argument 'time_token_expiry' to be a str")
|
54
|
-
pulumi.set(__self__, "time_token_expiry", time_token_expiry)
|
55
|
-
if time_token_refreshed and not isinstance(time_token_refreshed, str):
|
56
|
-
raise TypeError("Expected argument 'time_token_refreshed' to be a str")
|
57
|
-
pulumi.set(__self__, "time_token_refreshed", time_token_refreshed)
|
58
|
-
if time_updated and not isinstance(time_updated, str):
|
59
|
-
raise TypeError("Expected argument 'time_updated' to be a str")
|
60
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
61
|
-
|
62
|
-
@property
|
63
|
-
@pulumi.getter(name="bdsInstanceId")
|
64
|
-
def bds_instance_id(self) -> str:
|
65
|
-
"""
|
66
|
-
The OCID of the bdsInstance which is the parent resource id.
|
67
|
-
"""
|
68
|
-
return pulumi.get(self, "bds_instance_id")
|
69
|
-
|
70
|
-
@property
|
71
|
-
@pulumi.getter(name="clusterAdminPassword")
|
72
|
-
def cluster_admin_password(self) -> str:
|
73
|
-
return pulumi.get(self, "cluster_admin_password")
|
74
|
-
|
75
|
-
@property
|
76
|
-
@pulumi.getter(name="displayName")
|
77
|
-
def display_name(self) -> str:
|
78
|
-
"""
|
79
|
-
A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
|
80
|
-
"""
|
81
|
-
return pulumi.get(self, "display_name")
|
82
|
-
|
83
|
-
@property
|
84
|
-
@pulumi.getter(name="forceRefreshResourcePrincipalTrigger")
|
85
|
-
def force_refresh_resource_principal_trigger(self) -> int:
|
86
|
-
return pulumi.get(self, "force_refresh_resource_principal_trigger")
|
87
|
-
|
88
|
-
@property
|
89
|
-
@pulumi.getter
|
90
|
-
def id(self) -> str:
|
91
|
-
"""
|
92
|
-
The id of the ResourcePrincipalConfiguration.
|
93
|
-
"""
|
94
|
-
return pulumi.get(self, "id")
|
95
|
-
|
96
|
-
@property
|
97
|
-
@pulumi.getter(name="resourcePrincipalConfigurationId")
|
98
|
-
def resource_principal_configuration_id(self) -> str:
|
99
|
-
return pulumi.get(self, "resource_principal_configuration_id")
|
100
|
-
|
101
|
-
@property
|
102
|
-
@pulumi.getter(name="sessionTokenLifeSpanDurationInHours")
|
103
|
-
def session_token_life_span_duration_in_hours(self) -> int:
|
104
|
-
"""
|
105
|
-
Life span in hours of each resource principal session token.
|
106
|
-
"""
|
107
|
-
return pulumi.get(self, "session_token_life_span_duration_in_hours")
|
108
|
-
|
109
|
-
@property
|
110
|
-
@pulumi.getter
|
111
|
-
def state(self) -> str:
|
112
|
-
"""
|
113
|
-
The state of the ResourcePrincipalConfiguration.
|
114
|
-
"""
|
115
|
-
return pulumi.get(self, "state")
|
116
|
-
|
117
|
-
@property
|
118
|
-
@pulumi.getter(name="timeCreated")
|
119
|
-
def time_created(self) -> str:
|
120
|
-
"""
|
121
|
-
The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
|
122
|
-
"""
|
123
|
-
return pulumi.get(self, "time_created")
|
124
|
-
|
125
|
-
@property
|
126
|
-
@pulumi.getter(name="timeTokenExpiry")
|
127
|
-
def time_token_expiry(self) -> str:
|
128
|
-
"""
|
129
|
-
the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
|
130
|
-
"""
|
131
|
-
return pulumi.get(self, "time_token_expiry")
|
132
|
-
|
133
|
-
@property
|
134
|
-
@pulumi.getter(name="timeTokenRefreshed")
|
135
|
-
def time_token_refreshed(self) -> str:
|
136
|
-
"""
|
137
|
-
the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
|
138
|
-
"""
|
139
|
-
return pulumi.get(self, "time_token_refreshed")
|
140
|
-
|
141
|
-
@property
|
142
|
-
@pulumi.getter(name="timeUpdated")
|
143
|
-
def time_updated(self) -> str:
|
144
|
-
"""
|
145
|
-
The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
|
146
|
-
"""
|
147
|
-
return pulumi.get(self, "time_updated")
|
148
|
-
|
149
|
-
|
150
|
-
class AwaitableGetBdsInstanceResourcePrincipalConfigurationResult(GetBdsInstanceResourcePrincipalConfigurationResult):
|
151
|
-
# pylint: disable=using-constant-test
|
152
|
-
def __await__(self):
|
153
|
-
if False:
|
154
|
-
yield self
|
155
|
-
return GetBdsInstanceResourcePrincipalConfigurationResult(
|
156
|
-
bds_instance_id=self.bds_instance_id,
|
157
|
-
cluster_admin_password=self.cluster_admin_password,
|
158
|
-
display_name=self.display_name,
|
159
|
-
force_refresh_resource_principal_trigger=self.force_refresh_resource_principal_trigger,
|
160
|
-
id=self.id,
|
161
|
-
resource_principal_configuration_id=self.resource_principal_configuration_id,
|
162
|
-
session_token_life_span_duration_in_hours=self.session_token_life_span_duration_in_hours,
|
163
|
-
state=self.state,
|
164
|
-
time_created=self.time_created,
|
165
|
-
time_token_expiry=self.time_token_expiry,
|
166
|
-
time_token_refreshed=self.time_token_refreshed,
|
167
|
-
time_updated=self.time_updated)
|
168
|
-
|
169
|
-
|
170
|
-
def get_bds_instance_resource_principal_configuration(bds_instance_id: Optional[str] = None,
|
171
|
-
resource_principal_configuration_id: Optional[str] = None,
|
172
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBdsInstanceResourcePrincipalConfigurationResult:
|
173
|
-
"""
|
174
|
-
This data source provides details about a specific Bds Instance Resource Principal Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
|
175
|
-
|
176
|
-
Returns details of the resourcePrincipalConfiguration identified by the given ID.
|
177
|
-
|
178
|
-
## Example Usage
|
179
|
-
|
180
|
-
```python
|
181
|
-
import pulumi
|
182
|
-
import pulumi_oci as oci
|
183
|
-
|
184
|
-
test_bds_instance_resource_principal_configuration = oci.BigDataService.get_bds_instance_resource_principal_configuration(bds_instance_id=test_bds_instance["id"],
|
185
|
-
resource_principal_configuration_id=test_configuration["id"])
|
186
|
-
```
|
187
|
-
|
188
|
-
|
189
|
-
:param str bds_instance_id: The OCID of the cluster.
|
190
|
-
:param str resource_principal_configuration_id: Unique Oracle-assigned identifier of the ResourcePrincipalConfiguration.
|
191
|
-
"""
|
192
|
-
__args__ = dict()
|
193
|
-
__args__['bdsInstanceId'] = bds_instance_id
|
194
|
-
__args__['resourcePrincipalConfigurationId'] = resource_principal_configuration_id
|
195
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
196
|
-
__ret__ = pulumi.runtime.invoke('oci:BigDataService/getBdsInstanceResourcePrincipalConfiguration:getBdsInstanceResourcePrincipalConfiguration', __args__, opts=opts, typ=GetBdsInstanceResourcePrincipalConfigurationResult).value
|
197
|
-
|
198
|
-
return AwaitableGetBdsInstanceResourcePrincipalConfigurationResult(
|
199
|
-
bds_instance_id=pulumi.get(__ret__, 'bds_instance_id'),
|
200
|
-
cluster_admin_password=pulumi.get(__ret__, 'cluster_admin_password'),
|
201
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
202
|
-
force_refresh_resource_principal_trigger=pulumi.get(__ret__, 'force_refresh_resource_principal_trigger'),
|
203
|
-
id=pulumi.get(__ret__, 'id'),
|
204
|
-
resource_principal_configuration_id=pulumi.get(__ret__, 'resource_principal_configuration_id'),
|
205
|
-
session_token_life_span_duration_in_hours=pulumi.get(__ret__, 'session_token_life_span_duration_in_hours'),
|
206
|
-
state=pulumi.get(__ret__, 'state'),
|
207
|
-
time_created=pulumi.get(__ret__, 'time_created'),
|
208
|
-
time_token_expiry=pulumi.get(__ret__, 'time_token_expiry'),
|
209
|
-
time_token_refreshed=pulumi.get(__ret__, 'time_token_refreshed'),
|
210
|
-
time_updated=pulumi.get(__ret__, 'time_updated'))
|
211
|
-
|
212
|
-
|
213
|
-
@_utilities.lift_output_func(get_bds_instance_resource_principal_configuration)
|
214
|
-
def get_bds_instance_resource_principal_configuration_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
|
215
|
-
resource_principal_configuration_id: Optional[pulumi.Input[str]] = None,
|
216
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBdsInstanceResourcePrincipalConfigurationResult]:
|
217
|
-
"""
|
218
|
-
This data source provides details about a specific Bds Instance Resource Principal Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
|
219
|
-
|
220
|
-
Returns details of the resourcePrincipalConfiguration identified by the given ID.
|
221
|
-
|
222
|
-
## Example Usage
|
223
|
-
|
224
|
-
```python
|
225
|
-
import pulumi
|
226
|
-
import pulumi_oci as oci
|
227
|
-
|
228
|
-
test_bds_instance_resource_principal_configuration = oci.BigDataService.get_bds_instance_resource_principal_configuration(bds_instance_id=test_bds_instance["id"],
|
229
|
-
resource_principal_configuration_id=test_configuration["id"])
|
230
|
-
```
|
231
|
-
|
232
|
-
|
233
|
-
:param str bds_instance_id: The OCID of the cluster.
|
234
|
-
:param str resource_principal_configuration_id: Unique Oracle-assigned identifier of the ResourcePrincipalConfiguration.
|
235
|
-
"""
|
236
|
-
...
|
@@ -1,176 +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 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
|
-
'GetBdsInstanceResourcePrincipalConfigurationsResult',
|
16
|
-
'AwaitableGetBdsInstanceResourcePrincipalConfigurationsResult',
|
17
|
-
'get_bds_instance_resource_principal_configurations',
|
18
|
-
'get_bds_instance_resource_principal_configurations_output',
|
19
|
-
]
|
20
|
-
|
21
|
-
@pulumi.output_type
|
22
|
-
class GetBdsInstanceResourcePrincipalConfigurationsResult:
|
23
|
-
"""
|
24
|
-
A collection of values returned by getBdsInstanceResourcePrincipalConfigurations.
|
25
|
-
"""
|
26
|
-
def __init__(__self__, bds_instance_id=None, display_name=None, filters=None, id=None, resource_principal_configurations=None, state=None):
|
27
|
-
if bds_instance_id and not isinstance(bds_instance_id, str):
|
28
|
-
raise TypeError("Expected argument 'bds_instance_id' to be a str")
|
29
|
-
pulumi.set(__self__, "bds_instance_id", bds_instance_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 resource_principal_configurations and not isinstance(resource_principal_configurations, list):
|
40
|
-
raise TypeError("Expected argument 'resource_principal_configurations' to be a list")
|
41
|
-
pulumi.set(__self__, "resource_principal_configurations", resource_principal_configurations)
|
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="bdsInstanceId")
|
48
|
-
def bds_instance_id(self) -> str:
|
49
|
-
"""
|
50
|
-
The OCID of the bdsInstance which is the parent resource id.
|
51
|
-
"""
|
52
|
-
return pulumi.get(self, "bds_instance_id")
|
53
|
-
|
54
|
-
@property
|
55
|
-
@pulumi.getter(name="displayName")
|
56
|
-
def display_name(self) -> Optional[str]:
|
57
|
-
"""
|
58
|
-
A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
|
59
|
-
"""
|
60
|
-
return pulumi.get(self, "display_name")
|
61
|
-
|
62
|
-
@property
|
63
|
-
@pulumi.getter
|
64
|
-
def filters(self) -> Optional[Sequence['outputs.GetBdsInstanceResourcePrincipalConfigurationsFilterResult']]:
|
65
|
-
return pulumi.get(self, "filters")
|
66
|
-
|
67
|
-
@property
|
68
|
-
@pulumi.getter
|
69
|
-
def id(self) -> str:
|
70
|
-
"""
|
71
|
-
The provider-assigned unique ID for this managed resource.
|
72
|
-
"""
|
73
|
-
return pulumi.get(self, "id")
|
74
|
-
|
75
|
-
@property
|
76
|
-
@pulumi.getter(name="resourcePrincipalConfigurations")
|
77
|
-
def resource_principal_configurations(self) -> Sequence['outputs.GetBdsInstanceResourcePrincipalConfigurationsResourcePrincipalConfigurationResult']:
|
78
|
-
"""
|
79
|
-
The list of resource_principal_configurations.
|
80
|
-
"""
|
81
|
-
return pulumi.get(self, "resource_principal_configurations")
|
82
|
-
|
83
|
-
@property
|
84
|
-
@pulumi.getter
|
85
|
-
def state(self) -> Optional[str]:
|
86
|
-
"""
|
87
|
-
The state of the ResourcePrincipalConfiguration.
|
88
|
-
"""
|
89
|
-
return pulumi.get(self, "state")
|
90
|
-
|
91
|
-
|
92
|
-
class AwaitableGetBdsInstanceResourcePrincipalConfigurationsResult(GetBdsInstanceResourcePrincipalConfigurationsResult):
|
93
|
-
# pylint: disable=using-constant-test
|
94
|
-
def __await__(self):
|
95
|
-
if False:
|
96
|
-
yield self
|
97
|
-
return GetBdsInstanceResourcePrincipalConfigurationsResult(
|
98
|
-
bds_instance_id=self.bds_instance_id,
|
99
|
-
display_name=self.display_name,
|
100
|
-
filters=self.filters,
|
101
|
-
id=self.id,
|
102
|
-
resource_principal_configurations=self.resource_principal_configurations,
|
103
|
-
state=self.state)
|
104
|
-
|
105
|
-
|
106
|
-
def get_bds_instance_resource_principal_configurations(bds_instance_id: Optional[str] = None,
|
107
|
-
display_name: Optional[str] = None,
|
108
|
-
filters: Optional[Sequence[Union['GetBdsInstanceResourcePrincipalConfigurationsFilterArgs', 'GetBdsInstanceResourcePrincipalConfigurationsFilterArgsDict']]] = None,
|
109
|
-
state: Optional[str] = None,
|
110
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBdsInstanceResourcePrincipalConfigurationsResult:
|
111
|
-
"""
|
112
|
-
This data source provides the list of Bds Instance Resource Principal Configurations in Oracle Cloud Infrastructure Big Data Service service.
|
113
|
-
|
114
|
-
Returns information about the ResourcePrincipalConfiguration.
|
115
|
-
|
116
|
-
## Example Usage
|
117
|
-
|
118
|
-
```python
|
119
|
-
import pulumi
|
120
|
-
import pulumi_oci as oci
|
121
|
-
|
122
|
-
test_bds_instance_resource_principal_configurations = oci.BigDataService.get_bds_instance_resource_principal_configurations(bds_instance_id=test_bds_instance["id"],
|
123
|
-
display_name=bds_instance_resource_principal_configuration_display_name,
|
124
|
-
state=bds_instance_resource_principal_configuration_state)
|
125
|
-
```
|
126
|
-
|
127
|
-
|
128
|
-
:param str bds_instance_id: The OCID of the cluster.
|
129
|
-
:param str display_name: A filter to return only resources that match the entire display name given.
|
130
|
-
:param str state: The state of the ResourcePrincipalConfiguration.
|
131
|
-
"""
|
132
|
-
__args__ = dict()
|
133
|
-
__args__['bdsInstanceId'] = bds_instance_id
|
134
|
-
__args__['displayName'] = display_name
|
135
|
-
__args__['filters'] = filters
|
136
|
-
__args__['state'] = state
|
137
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
138
|
-
__ret__ = pulumi.runtime.invoke('oci:BigDataService/getBdsInstanceResourcePrincipalConfigurations:getBdsInstanceResourcePrincipalConfigurations', __args__, opts=opts, typ=GetBdsInstanceResourcePrincipalConfigurationsResult).value
|
139
|
-
|
140
|
-
return AwaitableGetBdsInstanceResourcePrincipalConfigurationsResult(
|
141
|
-
bds_instance_id=pulumi.get(__ret__, 'bds_instance_id'),
|
142
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
143
|
-
filters=pulumi.get(__ret__, 'filters'),
|
144
|
-
id=pulumi.get(__ret__, 'id'),
|
145
|
-
resource_principal_configurations=pulumi.get(__ret__, 'resource_principal_configurations'),
|
146
|
-
state=pulumi.get(__ret__, 'state'))
|
147
|
-
|
148
|
-
|
149
|
-
@_utilities.lift_output_func(get_bds_instance_resource_principal_configurations)
|
150
|
-
def get_bds_instance_resource_principal_configurations_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
|
151
|
-
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
152
|
-
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetBdsInstanceResourcePrincipalConfigurationsFilterArgs', 'GetBdsInstanceResourcePrincipalConfigurationsFilterArgsDict']]]]] = None,
|
153
|
-
state: Optional[pulumi.Input[Optional[str]]] = None,
|
154
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBdsInstanceResourcePrincipalConfigurationsResult]:
|
155
|
-
"""
|
156
|
-
This data source provides the list of Bds Instance Resource Principal Configurations in Oracle Cloud Infrastructure Big Data Service service.
|
157
|
-
|
158
|
-
Returns information about the ResourcePrincipalConfiguration.
|
159
|
-
|
160
|
-
## Example Usage
|
161
|
-
|
162
|
-
```python
|
163
|
-
import pulumi
|
164
|
-
import pulumi_oci as oci
|
165
|
-
|
166
|
-
test_bds_instance_resource_principal_configurations = oci.BigDataService.get_bds_instance_resource_principal_configurations(bds_instance_id=test_bds_instance["id"],
|
167
|
-
display_name=bds_instance_resource_principal_configuration_display_name,
|
168
|
-
state=bds_instance_resource_principal_configuration_state)
|
169
|
-
```
|
170
|
-
|
171
|
-
|
172
|
-
:param str bds_instance_id: The OCID of the cluster.
|
173
|
-
:param str display_name: A filter to return only resources that match the entire display name given.
|
174
|
-
:param str state: The state of the ResourcePrincipalConfiguration.
|
175
|
-
"""
|
176
|
-
...
|
@@ -1,221 +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 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
|
-
'GetInternalNamespaceOccOverviewsResult',
|
16
|
-
'AwaitableGetInternalNamespaceOccOverviewsResult',
|
17
|
-
'get_internal_namespace_occ_overviews',
|
18
|
-
'get_internal_namespace_occ_overviews_output',
|
19
|
-
]
|
20
|
-
|
21
|
-
@pulumi.output_type
|
22
|
-
class GetInternalNamespaceOccOverviewsResult:
|
23
|
-
"""
|
24
|
-
A collection of values returned by getInternalNamespaceOccOverviews.
|
25
|
-
"""
|
26
|
-
def __init__(__self__, compartment_id=None, filters=None, from_=None, id=None, namespace=None, occ_customer_group_id=None, occ_overview_collections=None, to=None, workload_type=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 filters and not isinstance(filters, list):
|
31
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
32
|
-
pulumi.set(__self__, "filters", filters)
|
33
|
-
if from_ and not isinstance(from_, str):
|
34
|
-
raise TypeError("Expected argument 'from_' to be a str")
|
35
|
-
pulumi.set(__self__, "from_", from_)
|
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 namespace and not isinstance(namespace, str):
|
40
|
-
raise TypeError("Expected argument 'namespace' to be a str")
|
41
|
-
pulumi.set(__self__, "namespace", namespace)
|
42
|
-
if occ_customer_group_id and not isinstance(occ_customer_group_id, str):
|
43
|
-
raise TypeError("Expected argument 'occ_customer_group_id' to be a str")
|
44
|
-
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
45
|
-
if occ_overview_collections and not isinstance(occ_overview_collections, list):
|
46
|
-
raise TypeError("Expected argument 'occ_overview_collections' to be a list")
|
47
|
-
pulumi.set(__self__, "occ_overview_collections", occ_overview_collections)
|
48
|
-
if to and not isinstance(to, str):
|
49
|
-
raise TypeError("Expected argument 'to' to be a str")
|
50
|
-
pulumi.set(__self__, "to", to)
|
51
|
-
if workload_type and not isinstance(workload_type, str):
|
52
|
-
raise TypeError("Expected argument 'workload_type' to be a str")
|
53
|
-
pulumi.set(__self__, "workload_type", workload_type)
|
54
|
-
|
55
|
-
@property
|
56
|
-
@pulumi.getter(name="compartmentId")
|
57
|
-
def compartment_id(self) -> str:
|
58
|
-
"""
|
59
|
-
The OCID of the compartment from which the api call is made. This will be used for authorizing the request.
|
60
|
-
"""
|
61
|
-
return pulumi.get(self, "compartment_id")
|
62
|
-
|
63
|
-
@property
|
64
|
-
@pulumi.getter
|
65
|
-
def filters(self) -> Optional[Sequence['outputs.GetInternalNamespaceOccOverviewsFilterResult']]:
|
66
|
-
return pulumi.get(self, "filters")
|
67
|
-
|
68
|
-
@property
|
69
|
-
@pulumi.getter(name="from")
|
70
|
-
def from_(self) -> Optional[str]:
|
71
|
-
return pulumi.get(self, "from_")
|
72
|
-
|
73
|
-
@property
|
74
|
-
@pulumi.getter
|
75
|
-
def id(self) -> str:
|
76
|
-
"""
|
77
|
-
The provider-assigned unique ID for this managed resource.
|
78
|
-
"""
|
79
|
-
return pulumi.get(self, "id")
|
80
|
-
|
81
|
-
@property
|
82
|
-
@pulumi.getter
|
83
|
-
def namespace(self) -> str:
|
84
|
-
return pulumi.get(self, "namespace")
|
85
|
-
|
86
|
-
@property
|
87
|
-
@pulumi.getter(name="occCustomerGroupId")
|
88
|
-
def occ_customer_group_id(self) -> str:
|
89
|
-
return pulumi.get(self, "occ_customer_group_id")
|
90
|
-
|
91
|
-
@property
|
92
|
-
@pulumi.getter(name="occOverviewCollections")
|
93
|
-
def occ_overview_collections(self) -> Sequence['outputs.GetInternalNamespaceOccOverviewsOccOverviewCollectionResult']:
|
94
|
-
"""
|
95
|
-
The list of occ_overview_collection.
|
96
|
-
"""
|
97
|
-
return pulumi.get(self, "occ_overview_collections")
|
98
|
-
|
99
|
-
@property
|
100
|
-
@pulumi.getter
|
101
|
-
def to(self) -> Optional[str]:
|
102
|
-
return pulumi.get(self, "to")
|
103
|
-
|
104
|
-
@property
|
105
|
-
@pulumi.getter(name="workloadType")
|
106
|
-
def workload_type(self) -> Optional[str]:
|
107
|
-
return pulumi.get(self, "workload_type")
|
108
|
-
|
109
|
-
|
110
|
-
class AwaitableGetInternalNamespaceOccOverviewsResult(GetInternalNamespaceOccOverviewsResult):
|
111
|
-
# pylint: disable=using-constant-test
|
112
|
-
def __await__(self):
|
113
|
-
if False:
|
114
|
-
yield self
|
115
|
-
return GetInternalNamespaceOccOverviewsResult(
|
116
|
-
compartment_id=self.compartment_id,
|
117
|
-
filters=self.filters,
|
118
|
-
from_=self.from_,
|
119
|
-
id=self.id,
|
120
|
-
namespace=self.namespace,
|
121
|
-
occ_customer_group_id=self.occ_customer_group_id,
|
122
|
-
occ_overview_collections=self.occ_overview_collections,
|
123
|
-
to=self.to,
|
124
|
-
workload_type=self.workload_type)
|
125
|
-
|
126
|
-
|
127
|
-
def get_internal_namespace_occ_overviews(compartment_id: Optional[str] = None,
|
128
|
-
filters: Optional[Sequence[Union['GetInternalNamespaceOccOverviewsFilterArgs', 'GetInternalNamespaceOccOverviewsFilterArgsDict']]] = None,
|
129
|
-
from_: Optional[str] = None,
|
130
|
-
namespace: Optional[str] = None,
|
131
|
-
occ_customer_group_id: Optional[str] = None,
|
132
|
-
to: Optional[str] = None,
|
133
|
-
workload_type: Optional[str] = None,
|
134
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInternalNamespaceOccOverviewsResult:
|
135
|
-
"""
|
136
|
-
This data source provides the list of Internal Namespace Occ Overviews in Oracle Cloud Infrastructure Capacity Management service.
|
137
|
-
|
138
|
-
Lists an overview of all resources in that namespace in a given time interval.
|
139
|
-
|
140
|
-
## Example Usage
|
141
|
-
|
142
|
-
```python
|
143
|
-
import pulumi
|
144
|
-
import pulumi_oci as oci
|
145
|
-
|
146
|
-
test_internal_namespace_occ_overviews = oci.CapacityManagement.get_internal_namespace_occ_overviews(compartment_id=compartment_id,
|
147
|
-
namespace=internal_namespace_occ_overview_namespace,
|
148
|
-
occ_customer_group_id=test_occ_customer_group["id"],
|
149
|
-
from_=internal_namespace_occ_overview_from,
|
150
|
-
to=internal_namespace_occ_overview_to,
|
151
|
-
workload_type=internal_namespace_occ_overview_workload_type)
|
152
|
-
```
|
153
|
-
|
154
|
-
|
155
|
-
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
156
|
-
:param str from_: The month corresponding to this date would be considered as the starting point of the time period against which we would like to perform an aggregation.
|
157
|
-
:param str namespace: The namespace by which we would filter the list.
|
158
|
-
:param str occ_customer_group_id: The customer group ocid by which we would filter the list.
|
159
|
-
:param str to: The month corresponding to this date would be considered as the ending point of the time period against which we would like to perform an aggregation.
|
160
|
-
:param str workload_type: Workload type using the resources in an availability catalog can be filtered.
|
161
|
-
"""
|
162
|
-
__args__ = dict()
|
163
|
-
__args__['compartmentId'] = compartment_id
|
164
|
-
__args__['filters'] = filters
|
165
|
-
__args__['from'] = from_
|
166
|
-
__args__['namespace'] = namespace
|
167
|
-
__args__['occCustomerGroupId'] = occ_customer_group_id
|
168
|
-
__args__['to'] = to
|
169
|
-
__args__['workloadType'] = workload_type
|
170
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
171
|
-
__ret__ = pulumi.runtime.invoke('oci:CapacityManagement/getInternalNamespaceOccOverviews:getInternalNamespaceOccOverviews', __args__, opts=opts, typ=GetInternalNamespaceOccOverviewsResult).value
|
172
|
-
|
173
|
-
return AwaitableGetInternalNamespaceOccOverviewsResult(
|
174
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
175
|
-
filters=pulumi.get(__ret__, 'filters'),
|
176
|
-
from_=pulumi.get(__ret__, 'from_'),
|
177
|
-
id=pulumi.get(__ret__, 'id'),
|
178
|
-
namespace=pulumi.get(__ret__, 'namespace'),
|
179
|
-
occ_customer_group_id=pulumi.get(__ret__, 'occ_customer_group_id'),
|
180
|
-
occ_overview_collections=pulumi.get(__ret__, 'occ_overview_collections'),
|
181
|
-
to=pulumi.get(__ret__, 'to'),
|
182
|
-
workload_type=pulumi.get(__ret__, 'workload_type'))
|
183
|
-
|
184
|
-
|
185
|
-
@_utilities.lift_output_func(get_internal_namespace_occ_overviews)
|
186
|
-
def get_internal_namespace_occ_overviews_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
187
|
-
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetInternalNamespaceOccOverviewsFilterArgs', 'GetInternalNamespaceOccOverviewsFilterArgsDict']]]]] = None,
|
188
|
-
from_: Optional[pulumi.Input[Optional[str]]] = None,
|
189
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
190
|
-
occ_customer_group_id: Optional[pulumi.Input[str]] = None,
|
191
|
-
to: Optional[pulumi.Input[Optional[str]]] = None,
|
192
|
-
workload_type: Optional[pulumi.Input[Optional[str]]] = None,
|
193
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInternalNamespaceOccOverviewsResult]:
|
194
|
-
"""
|
195
|
-
This data source provides the list of Internal Namespace Occ Overviews in Oracle Cloud Infrastructure Capacity Management service.
|
196
|
-
|
197
|
-
Lists an overview of all resources in that namespace in a given time interval.
|
198
|
-
|
199
|
-
## Example Usage
|
200
|
-
|
201
|
-
```python
|
202
|
-
import pulumi
|
203
|
-
import pulumi_oci as oci
|
204
|
-
|
205
|
-
test_internal_namespace_occ_overviews = oci.CapacityManagement.get_internal_namespace_occ_overviews(compartment_id=compartment_id,
|
206
|
-
namespace=internal_namespace_occ_overview_namespace,
|
207
|
-
occ_customer_group_id=test_occ_customer_group["id"],
|
208
|
-
from_=internal_namespace_occ_overview_from,
|
209
|
-
to=internal_namespace_occ_overview_to,
|
210
|
-
workload_type=internal_namespace_occ_overview_workload_type)
|
211
|
-
```
|
212
|
-
|
213
|
-
|
214
|
-
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
215
|
-
:param str from_: The month corresponding to this date would be considered as the starting point of the time period against which we would like to perform an aggregation.
|
216
|
-
:param str namespace: The namespace by which we would filter the list.
|
217
|
-
:param str occ_customer_group_id: The customer group ocid by which we would filter the list.
|
218
|
-
:param str to: The month corresponding to this date would be considered as the ending point of the time period against which we would like to perform an aggregation.
|
219
|
-
:param str workload_type: Workload type using the resources in an availability catalog can be filtered.
|
220
|
-
"""
|
221
|
-
...
|