pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.4.0a1755922408__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetDeploymentResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDeployment.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, deployment_id=None, display_name=None, endpoint=None, freeform_tags=None, gateway_id=None, id=None, lifecycle_details=None, path_prefix=None, specifications=None, state=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, deployment_id=None, display_name=None, endpoint=None, freeform_tags=None, gateway_id=None, id=None, is_lock_override=None, lifecycle_details=None, locks=None, path_prefix=None, specifications=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
31
31
|
if compartment_id and not isinstance(compartment_id, str):
|
32
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -52,9 +52,15 @@ class GetDeploymentResult:
|
|
52
52
|
if id and not isinstance(id, str):
|
53
53
|
raise TypeError("Expected argument 'id' to be a str")
|
54
54
|
pulumi.set(__self__, "id", id)
|
55
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
56
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
57
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
55
58
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
56
59
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
57
60
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
61
|
+
if locks and not isinstance(locks, list):
|
62
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
63
|
+
pulumi.set(__self__, "locks", locks)
|
58
64
|
if path_prefix and not isinstance(path_prefix, str):
|
59
65
|
raise TypeError("Expected argument 'path_prefix' to be a str")
|
60
66
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
@@ -64,6 +70,9 @@ class GetDeploymentResult:
|
|
64
70
|
if state and not isinstance(state, str):
|
65
71
|
raise TypeError("Expected argument 'state' to be a str")
|
66
72
|
pulumi.set(__self__, "state", state)
|
73
|
+
if system_tags and not isinstance(system_tags, dict):
|
74
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
75
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
67
76
|
if time_created and not isinstance(time_created, str):
|
68
77
|
raise TypeError("Expected argument 'time_created' to be a str")
|
69
78
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -132,6 +141,11 @@ class GetDeploymentResult:
|
|
132
141
|
"""
|
133
142
|
return pulumi.get(self, "id")
|
134
143
|
|
144
|
+
@_builtins.property
|
145
|
+
@pulumi.getter(name="isLockOverride")
|
146
|
+
def is_lock_override(self) -> _builtins.bool:
|
147
|
+
return pulumi.get(self, "is_lock_override")
|
148
|
+
|
135
149
|
@_builtins.property
|
136
150
|
@pulumi.getter(name="lifecycleDetails")
|
137
151
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -140,6 +154,14 @@ class GetDeploymentResult:
|
|
140
154
|
"""
|
141
155
|
return pulumi.get(self, "lifecycle_details")
|
142
156
|
|
157
|
+
@_builtins.property
|
158
|
+
@pulumi.getter
|
159
|
+
def locks(self) -> Sequence['outputs.GetDeploymentLockResult']:
|
160
|
+
"""
|
161
|
+
Locks associated with this resource.
|
162
|
+
"""
|
163
|
+
return pulumi.get(self, "locks")
|
164
|
+
|
143
165
|
@_builtins.property
|
144
166
|
@pulumi.getter(name="pathPrefix")
|
145
167
|
def path_prefix(self) -> _builtins.str:
|
@@ -164,6 +186,14 @@ class GetDeploymentResult:
|
|
164
186
|
"""
|
165
187
|
return pulumi.get(self, "state")
|
166
188
|
|
189
|
+
@_builtins.property
|
190
|
+
@pulumi.getter(name="systemTags")
|
191
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
192
|
+
"""
|
193
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
194
|
+
"""
|
195
|
+
return pulumi.get(self, "system_tags")
|
196
|
+
|
167
197
|
@_builtins.property
|
168
198
|
@pulumi.getter(name="timeCreated")
|
169
199
|
def time_created(self) -> _builtins.str:
|
@@ -195,10 +225,13 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
195
225
|
freeform_tags=self.freeform_tags,
|
196
226
|
gateway_id=self.gateway_id,
|
197
227
|
id=self.id,
|
228
|
+
is_lock_override=self.is_lock_override,
|
198
229
|
lifecycle_details=self.lifecycle_details,
|
230
|
+
locks=self.locks,
|
199
231
|
path_prefix=self.path_prefix,
|
200
232
|
specifications=self.specifications,
|
201
233
|
state=self.state,
|
234
|
+
system_tags=self.system_tags,
|
202
235
|
time_created=self.time_created,
|
203
236
|
time_updated=self.time_updated)
|
204
237
|
|
@@ -236,10 +269,13 @@ def get_deployment(deployment_id: Optional[_builtins.str] = None,
|
|
236
269
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
237
270
|
gateway_id=pulumi.get(__ret__, 'gateway_id'),
|
238
271
|
id=pulumi.get(__ret__, 'id'),
|
272
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
239
273
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
274
|
+
locks=pulumi.get(__ret__, 'locks'),
|
240
275
|
path_prefix=pulumi.get(__ret__, 'path_prefix'),
|
241
276
|
specifications=pulumi.get(__ret__, 'specifications'),
|
242
277
|
state=pulumi.get(__ret__, 'state'),
|
278
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
243
279
|
time_created=pulumi.get(__ret__, 'time_created'),
|
244
280
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
245
281
|
def get_deployment_output(deployment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -274,9 +310,12 @@ def get_deployment_output(deployment_id: Optional[pulumi.Input[_builtins.str]] =
|
|
274
310
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
275
311
|
gateway_id=pulumi.get(__response__, 'gateway_id'),
|
276
312
|
id=pulumi.get(__response__, 'id'),
|
313
|
+
is_lock_override=pulumi.get(__response__, 'is_lock_override'),
|
277
314
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
315
|
+
locks=pulumi.get(__response__, 'locks'),
|
278
316
|
path_prefix=pulumi.get(__response__, 'path_prefix'),
|
279
317
|
specifications=pulumi.get(__response__, 'specifications'),
|
280
318
|
state=pulumi.get(__response__, 'state'),
|
319
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
281
320
|
time_created=pulumi.get(__response__, 'time_created'),
|
282
321
|
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -27,7 +27,7 @@ class GetGatewayResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getGateway.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, ca_bundles=None, certificate_id=None, compartment_id=None, defined_tags=None, display_name=None, endpoint_type=None, freeform_tags=None, gateway_id=None, hostname=None, id=None, ip_addresses=None, lifecycle_details=None, network_security_group_ids=None, response_cache_details=None, state=None, subnet_id=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, ca_bundles=None, certificate_id=None, compartment_id=None, defined_tags=None, display_name=None, endpoint_type=None, freeform_tags=None, gateway_id=None, hostname=None, id=None, ip_addresses=None, is_lock_override=None, lifecycle_details=None, locks=None, network_security_group_ids=None, response_cache_details=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=None):
|
31
31
|
if ca_bundles and not isinstance(ca_bundles, list):
|
32
32
|
raise TypeError("Expected argument 'ca_bundles' to be a list")
|
33
33
|
pulumi.set(__self__, "ca_bundles", ca_bundles)
|
@@ -61,9 +61,15 @@ class GetGatewayResult:
|
|
61
61
|
if ip_addresses and not isinstance(ip_addresses, list):
|
62
62
|
raise TypeError("Expected argument 'ip_addresses' to be a list")
|
63
63
|
pulumi.set(__self__, "ip_addresses", ip_addresses)
|
64
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
65
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
66
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
64
67
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
65
68
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
66
69
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
70
|
+
if locks and not isinstance(locks, list):
|
71
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
72
|
+
pulumi.set(__self__, "locks", locks)
|
67
73
|
if network_security_group_ids and not isinstance(network_security_group_ids, list):
|
68
74
|
raise TypeError("Expected argument 'network_security_group_ids' to be a list")
|
69
75
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
@@ -76,6 +82,9 @@ class GetGatewayResult:
|
|
76
82
|
if subnet_id and not isinstance(subnet_id, str):
|
77
83
|
raise TypeError("Expected argument 'subnet_id' to be a str")
|
78
84
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
85
|
+
if system_tags and not isinstance(system_tags, dict):
|
86
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
87
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
79
88
|
if time_created and not isinstance(time_created, str):
|
80
89
|
raise TypeError("Expected argument 'time_created' to be a str")
|
81
90
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -168,6 +177,11 @@ class GetGatewayResult:
|
|
168
177
|
"""
|
169
178
|
return pulumi.get(self, "ip_addresses")
|
170
179
|
|
180
|
+
@_builtins.property
|
181
|
+
@pulumi.getter(name="isLockOverride")
|
182
|
+
def is_lock_override(self) -> _builtins.bool:
|
183
|
+
return pulumi.get(self, "is_lock_override")
|
184
|
+
|
171
185
|
@_builtins.property
|
172
186
|
@pulumi.getter(name="lifecycleDetails")
|
173
187
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -176,6 +190,14 @@ class GetGatewayResult:
|
|
176
190
|
"""
|
177
191
|
return pulumi.get(self, "lifecycle_details")
|
178
192
|
|
193
|
+
@_builtins.property
|
194
|
+
@pulumi.getter
|
195
|
+
def locks(self) -> Sequence['outputs.GetGatewayLockResult']:
|
196
|
+
"""
|
197
|
+
Locks associated with this resource.
|
198
|
+
"""
|
199
|
+
return pulumi.get(self, "locks")
|
200
|
+
|
179
201
|
@_builtins.property
|
180
202
|
@pulumi.getter(name="networkSecurityGroupIds")
|
181
203
|
def network_security_group_ids(self) -> Sequence[_builtins.str]:
|
@@ -208,6 +230,14 @@ class GetGatewayResult:
|
|
208
230
|
"""
|
209
231
|
return pulumi.get(self, "subnet_id")
|
210
232
|
|
233
|
+
@_builtins.property
|
234
|
+
@pulumi.getter(name="systemTags")
|
235
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
236
|
+
"""
|
237
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "system_tags")
|
240
|
+
|
211
241
|
@_builtins.property
|
212
242
|
@pulumi.getter(name="timeCreated")
|
213
243
|
def time_created(self) -> _builtins.str:
|
@@ -242,11 +272,14 @@ class AwaitableGetGatewayResult(GetGatewayResult):
|
|
242
272
|
hostname=self.hostname,
|
243
273
|
id=self.id,
|
244
274
|
ip_addresses=self.ip_addresses,
|
275
|
+
is_lock_override=self.is_lock_override,
|
245
276
|
lifecycle_details=self.lifecycle_details,
|
277
|
+
locks=self.locks,
|
246
278
|
network_security_group_ids=self.network_security_group_ids,
|
247
279
|
response_cache_details=self.response_cache_details,
|
248
280
|
state=self.state,
|
249
281
|
subnet_id=self.subnet_id,
|
282
|
+
system_tags=self.system_tags,
|
250
283
|
time_created=self.time_created,
|
251
284
|
time_updated=self.time_updated)
|
252
285
|
|
@@ -287,11 +320,14 @@ def get_gateway(gateway_id: Optional[_builtins.str] = None,
|
|
287
320
|
hostname=pulumi.get(__ret__, 'hostname'),
|
288
321
|
id=pulumi.get(__ret__, 'id'),
|
289
322
|
ip_addresses=pulumi.get(__ret__, 'ip_addresses'),
|
323
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
290
324
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
325
|
+
locks=pulumi.get(__ret__, 'locks'),
|
291
326
|
network_security_group_ids=pulumi.get(__ret__, 'network_security_group_ids'),
|
292
327
|
response_cache_details=pulumi.get(__ret__, 'response_cache_details'),
|
293
328
|
state=pulumi.get(__ret__, 'state'),
|
294
329
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
330
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
295
331
|
time_created=pulumi.get(__ret__, 'time_created'),
|
296
332
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
297
333
|
def get_gateway_output(gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -329,10 +365,13 @@ def get_gateway_output(gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
329
365
|
hostname=pulumi.get(__response__, 'hostname'),
|
330
366
|
id=pulumi.get(__response__, 'id'),
|
331
367
|
ip_addresses=pulumi.get(__response__, 'ip_addresses'),
|
368
|
+
is_lock_override=pulumi.get(__response__, 'is_lock_override'),
|
332
369
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
370
|
+
locks=pulumi.get(__response__, 'locks'),
|
333
371
|
network_security_group_ids=pulumi.get(__response__, 'network_security_group_ids'),
|
334
372
|
response_cache_details=pulumi.get(__response__, 'response_cache_details'),
|
335
373
|
state=pulumi.get(__response__, 'state'),
|
336
374
|
subnet_id=pulumi.get(__response__, 'subnet_id'),
|
375
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
337
376
|
time_created=pulumi.get(__response__, 'time_created'),
|
338
377
|
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -27,7 +27,7 @@ class GetSubscriberResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getSubscriber.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, clients=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, state=None, subscriber_id=None, time_created=None, time_updated=None, usage_plans=None):
|
30
|
+
def __init__(__self__, clients=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_lock_override=None, lifecycle_details=None, locks=None, state=None, subscriber_id=None, system_tags=None, time_created=None, time_updated=None, usage_plans=None):
|
31
31
|
if clients and not isinstance(clients, list):
|
32
32
|
raise TypeError("Expected argument 'clients' to be a list")
|
33
33
|
pulumi.set(__self__, "clients", clients)
|
@@ -46,15 +46,24 @@ class GetSubscriberResult:
|
|
46
46
|
if id and not isinstance(id, str):
|
47
47
|
raise TypeError("Expected argument 'id' to be a str")
|
48
48
|
pulumi.set(__self__, "id", id)
|
49
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
50
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
51
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
49
52
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
50
53
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
51
54
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
55
|
+
if locks and not isinstance(locks, list):
|
56
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
57
|
+
pulumi.set(__self__, "locks", locks)
|
52
58
|
if state and not isinstance(state, str):
|
53
59
|
raise TypeError("Expected argument 'state' to be a str")
|
54
60
|
pulumi.set(__self__, "state", state)
|
55
61
|
if subscriber_id and not isinstance(subscriber_id, str):
|
56
62
|
raise TypeError("Expected argument 'subscriber_id' to be a str")
|
57
63
|
pulumi.set(__self__, "subscriber_id", subscriber_id)
|
64
|
+
if system_tags and not isinstance(system_tags, dict):
|
65
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
66
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
58
67
|
if time_created and not isinstance(time_created, str):
|
59
68
|
raise TypeError("Expected argument 'time_created' to be a str")
|
60
69
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -113,6 +122,11 @@ class GetSubscriberResult:
|
|
113
122
|
"""
|
114
123
|
return pulumi.get(self, "id")
|
115
124
|
|
125
|
+
@_builtins.property
|
126
|
+
@pulumi.getter(name="isLockOverride")
|
127
|
+
def is_lock_override(self) -> _builtins.bool:
|
128
|
+
return pulumi.get(self, "is_lock_override")
|
129
|
+
|
116
130
|
@_builtins.property
|
117
131
|
@pulumi.getter(name="lifecycleDetails")
|
118
132
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -121,6 +135,14 @@ class GetSubscriberResult:
|
|
121
135
|
"""
|
122
136
|
return pulumi.get(self, "lifecycle_details")
|
123
137
|
|
138
|
+
@_builtins.property
|
139
|
+
@pulumi.getter
|
140
|
+
def locks(self) -> Sequence['outputs.GetSubscriberLockResult']:
|
141
|
+
"""
|
142
|
+
Locks associated with this resource.
|
143
|
+
"""
|
144
|
+
return pulumi.get(self, "locks")
|
145
|
+
|
124
146
|
@_builtins.property
|
125
147
|
@pulumi.getter
|
126
148
|
def state(self) -> _builtins.str:
|
@@ -134,6 +156,14 @@ class GetSubscriberResult:
|
|
134
156
|
def subscriber_id(self) -> _builtins.str:
|
135
157
|
return pulumi.get(self, "subscriber_id")
|
136
158
|
|
159
|
+
@_builtins.property
|
160
|
+
@pulumi.getter(name="systemTags")
|
161
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
162
|
+
"""
|
163
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
164
|
+
"""
|
165
|
+
return pulumi.get(self, "system_tags")
|
166
|
+
|
137
167
|
@_builtins.property
|
138
168
|
@pulumi.getter(name="timeCreated")
|
139
169
|
def time_created(self) -> _builtins.str:
|
@@ -171,9 +201,12 @@ class AwaitableGetSubscriberResult(GetSubscriberResult):
|
|
171
201
|
display_name=self.display_name,
|
172
202
|
freeform_tags=self.freeform_tags,
|
173
203
|
id=self.id,
|
204
|
+
is_lock_override=self.is_lock_override,
|
174
205
|
lifecycle_details=self.lifecycle_details,
|
206
|
+
locks=self.locks,
|
175
207
|
state=self.state,
|
176
208
|
subscriber_id=self.subscriber_id,
|
209
|
+
system_tags=self.system_tags,
|
177
210
|
time_created=self.time_created,
|
178
211
|
time_updated=self.time_updated,
|
179
212
|
usage_plans=self.usage_plans)
|
@@ -210,9 +243,12 @@ def get_subscriber(subscriber_id: Optional[_builtins.str] = None,
|
|
210
243
|
display_name=pulumi.get(__ret__, 'display_name'),
|
211
244
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
212
245
|
id=pulumi.get(__ret__, 'id'),
|
246
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
213
247
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
248
|
+
locks=pulumi.get(__ret__, 'locks'),
|
214
249
|
state=pulumi.get(__ret__, 'state'),
|
215
250
|
subscriber_id=pulumi.get(__ret__, 'subscriber_id'),
|
251
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
216
252
|
time_created=pulumi.get(__ret__, 'time_created'),
|
217
253
|
time_updated=pulumi.get(__ret__, 'time_updated'),
|
218
254
|
usage_plans=pulumi.get(__ret__, 'usage_plans'))
|
@@ -246,9 +282,12 @@ def get_subscriber_output(subscriber_id: Optional[pulumi.Input[_builtins.str]] =
|
|
246
282
|
display_name=pulumi.get(__response__, 'display_name'),
|
247
283
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
248
284
|
id=pulumi.get(__response__, 'id'),
|
285
|
+
is_lock_override=pulumi.get(__response__, 'is_lock_override'),
|
249
286
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
287
|
+
locks=pulumi.get(__response__, 'locks'),
|
250
288
|
state=pulumi.get(__response__, 'state'),
|
251
289
|
subscriber_id=pulumi.get(__response__, 'subscriber_id'),
|
290
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
252
291
|
time_created=pulumi.get(__response__, 'time_created'),
|
253
292
|
time_updated=pulumi.get(__response__, 'time_updated'),
|
254
293
|
usage_plans=pulumi.get(__response__, 'usage_plans')))
|
@@ -27,7 +27,7 @@ class GetUsagePlanResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getUsagePlan.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, entitlements=None, freeform_tags=None, id=None, lifecycle_details=None, state=None, time_created=None, time_updated=None, usage_plan_id=None):
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, entitlements=None, freeform_tags=None, id=None, is_lock_override=None, lifecycle_details=None, locks=None, state=None, system_tags=None, time_created=None, time_updated=None, usage_plan_id=None):
|
31
31
|
if compartment_id and not isinstance(compartment_id, str):
|
32
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -46,12 +46,21 @@ class GetUsagePlanResult:
|
|
46
46
|
if id and not isinstance(id, str):
|
47
47
|
raise TypeError("Expected argument 'id' to be a str")
|
48
48
|
pulumi.set(__self__, "id", id)
|
49
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
50
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
51
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
49
52
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
50
53
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
51
54
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
55
|
+
if locks and not isinstance(locks, list):
|
56
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
57
|
+
pulumi.set(__self__, "locks", locks)
|
52
58
|
if state and not isinstance(state, str):
|
53
59
|
raise TypeError("Expected argument 'state' to be a str")
|
54
60
|
pulumi.set(__self__, "state", state)
|
61
|
+
if system_tags and not isinstance(system_tags, dict):
|
62
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
63
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
55
64
|
if time_created and not isinstance(time_created, str):
|
56
65
|
raise TypeError("Expected argument 'time_created' to be a str")
|
57
66
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -110,6 +119,11 @@ class GetUsagePlanResult:
|
|
110
119
|
"""
|
111
120
|
return pulumi.get(self, "id")
|
112
121
|
|
122
|
+
@_builtins.property
|
123
|
+
@pulumi.getter(name="isLockOverride")
|
124
|
+
def is_lock_override(self) -> _builtins.bool:
|
125
|
+
return pulumi.get(self, "is_lock_override")
|
126
|
+
|
113
127
|
@_builtins.property
|
114
128
|
@pulumi.getter(name="lifecycleDetails")
|
115
129
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -118,6 +132,14 @@ class GetUsagePlanResult:
|
|
118
132
|
"""
|
119
133
|
return pulumi.get(self, "lifecycle_details")
|
120
134
|
|
135
|
+
@_builtins.property
|
136
|
+
@pulumi.getter
|
137
|
+
def locks(self) -> Sequence['outputs.GetUsagePlanLockResult']:
|
138
|
+
"""
|
139
|
+
Locks associated with this resource.
|
140
|
+
"""
|
141
|
+
return pulumi.get(self, "locks")
|
142
|
+
|
121
143
|
@_builtins.property
|
122
144
|
@pulumi.getter
|
123
145
|
def state(self) -> _builtins.str:
|
@@ -126,6 +148,14 @@ class GetUsagePlanResult:
|
|
126
148
|
"""
|
127
149
|
return pulumi.get(self, "state")
|
128
150
|
|
151
|
+
@_builtins.property
|
152
|
+
@pulumi.getter(name="systemTags")
|
153
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
154
|
+
"""
|
155
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
156
|
+
"""
|
157
|
+
return pulumi.get(self, "system_tags")
|
158
|
+
|
129
159
|
@_builtins.property
|
130
160
|
@pulumi.getter(name="timeCreated")
|
131
161
|
def time_created(self) -> _builtins.str:
|
@@ -160,8 +190,11 @@ class AwaitableGetUsagePlanResult(GetUsagePlanResult):
|
|
160
190
|
entitlements=self.entitlements,
|
161
191
|
freeform_tags=self.freeform_tags,
|
162
192
|
id=self.id,
|
193
|
+
is_lock_override=self.is_lock_override,
|
163
194
|
lifecycle_details=self.lifecycle_details,
|
195
|
+
locks=self.locks,
|
164
196
|
state=self.state,
|
197
|
+
system_tags=self.system_tags,
|
165
198
|
time_created=self.time_created,
|
166
199
|
time_updated=self.time_updated,
|
167
200
|
usage_plan_id=self.usage_plan_id)
|
@@ -198,8 +231,11 @@ def get_usage_plan(usage_plan_id: Optional[_builtins.str] = None,
|
|
198
231
|
entitlements=pulumi.get(__ret__, 'entitlements'),
|
199
232
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
200
233
|
id=pulumi.get(__ret__, 'id'),
|
234
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
201
235
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
236
|
+
locks=pulumi.get(__ret__, 'locks'),
|
202
237
|
state=pulumi.get(__ret__, 'state'),
|
238
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
203
239
|
time_created=pulumi.get(__ret__, 'time_created'),
|
204
240
|
time_updated=pulumi.get(__ret__, 'time_updated'),
|
205
241
|
usage_plan_id=pulumi.get(__ret__, 'usage_plan_id'))
|
@@ -233,8 +269,11 @@ def get_usage_plan_output(usage_plan_id: Optional[pulumi.Input[_builtins.str]] =
|
|
233
269
|
entitlements=pulumi.get(__response__, 'entitlements'),
|
234
270
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
235
271
|
id=pulumi.get(__response__, 'id'),
|
272
|
+
is_lock_override=pulumi.get(__response__, 'is_lock_override'),
|
236
273
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
274
|
+
locks=pulumi.get(__response__, 'locks'),
|
237
275
|
state=pulumi.get(__response__, 'state'),
|
276
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
238
277
|
time_created=pulumi.get(__response__, 'time_created'),
|
239
278
|
time_updated=pulumi.get(__response__, 'time_updated'),
|
240
279
|
usage_plan_id=pulumi.get(__response__, 'usage_plan_id')))
|