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
pulumi_oci/oci/outputs.py
CHANGED
@@ -16,11 +16,20 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
+
'ApiPlatformApiPlatformInstanceIdcsApp',
|
20
|
+
'ApiPlatformApiPlatformInstanceUri',
|
19
21
|
'ApiaccesscontrolPrivilegedApiControlPrivilegedOperationList',
|
20
22
|
'ApiaccesscontrolPrivilegedApiRequestApproverDetail',
|
21
23
|
'ApiaccesscontrolPrivilegedApiRequestPrivilegedOperationList',
|
22
24
|
'DbmulticloudMultiCloudResourceDiscoveryResource',
|
23
25
|
'DbmulticloudOracleDbAzureConnectorArcAgentNode',
|
26
|
+
'GetApiPlatformApiPlatformInstanceIdcsAppResult',
|
27
|
+
'GetApiPlatformApiPlatformInstanceUriResult',
|
28
|
+
'GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionResult',
|
29
|
+
'GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemResult',
|
30
|
+
'GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemIdcsAppResult',
|
31
|
+
'GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemUriResult',
|
32
|
+
'GetApiPlatformApiPlatformInstancesFilterResult',
|
24
33
|
'GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollectionResult',
|
25
34
|
'GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollectionItemResult',
|
26
35
|
'GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollectionItemApiMetadataResult',
|
@@ -106,6 +115,75 @@ __all__ = [
|
|
106
115
|
'GetWlmsWlsDomainsWlsDomainCollectionItemConfigurationResult',
|
107
116
|
]
|
108
117
|
|
118
|
+
@pulumi.output_type
|
119
|
+
class ApiPlatformApiPlatformInstanceIdcsApp(dict):
|
120
|
+
def __init__(__self__, *,
|
121
|
+
url: Optional[_builtins.str] = None):
|
122
|
+
"""
|
123
|
+
:param _builtins.str url: IDCS URL of the app
|
124
|
+
"""
|
125
|
+
if url is not None:
|
126
|
+
pulumi.set(__self__, "url", url)
|
127
|
+
|
128
|
+
@_builtins.property
|
129
|
+
@pulumi.getter
|
130
|
+
def url(self) -> Optional[_builtins.str]:
|
131
|
+
"""
|
132
|
+
IDCS URL of the app
|
133
|
+
"""
|
134
|
+
return pulumi.get(self, "url")
|
135
|
+
|
136
|
+
|
137
|
+
@pulumi.output_type
|
138
|
+
class ApiPlatformApiPlatformInstanceUri(dict):
|
139
|
+
@staticmethod
|
140
|
+
def __key_warning(key: str):
|
141
|
+
suggest = None
|
142
|
+
if key == "developersPortalUri":
|
143
|
+
suggest = "developers_portal_uri"
|
144
|
+
elif key == "managementPortalUri":
|
145
|
+
suggest = "management_portal_uri"
|
146
|
+
|
147
|
+
if suggest:
|
148
|
+
pulumi.log.warn(f"Key '{key}' not found in ApiPlatformApiPlatformInstanceUri. Access the value via the '{suggest}' property getter instead.")
|
149
|
+
|
150
|
+
def __getitem__(self, key: str) -> Any:
|
151
|
+
ApiPlatformApiPlatformInstanceUri.__key_warning(key)
|
152
|
+
return super().__getitem__(key)
|
153
|
+
|
154
|
+
def get(self, key: str, default = None) -> Any:
|
155
|
+
ApiPlatformApiPlatformInstanceUri.__key_warning(key)
|
156
|
+
return super().get(key, default)
|
157
|
+
|
158
|
+
def __init__(__self__, *,
|
159
|
+
developers_portal_uri: Optional[_builtins.str] = None,
|
160
|
+
management_portal_uri: Optional[_builtins.str] = None):
|
161
|
+
"""
|
162
|
+
:param _builtins.str developers_portal_uri: Developer's Portal URI of the instance (/developers)
|
163
|
+
:param _builtins.str management_portal_uri: Management Portal URI of the instance (/apiplatform)
|
164
|
+
"""
|
165
|
+
if developers_portal_uri is not None:
|
166
|
+
pulumi.set(__self__, "developers_portal_uri", developers_portal_uri)
|
167
|
+
if management_portal_uri is not None:
|
168
|
+
pulumi.set(__self__, "management_portal_uri", management_portal_uri)
|
169
|
+
|
170
|
+
@_builtins.property
|
171
|
+
@pulumi.getter(name="developersPortalUri")
|
172
|
+
def developers_portal_uri(self) -> Optional[_builtins.str]:
|
173
|
+
"""
|
174
|
+
Developer's Portal URI of the instance (/developers)
|
175
|
+
"""
|
176
|
+
return pulumi.get(self, "developers_portal_uri")
|
177
|
+
|
178
|
+
@_builtins.property
|
179
|
+
@pulumi.getter(name="managementPortalUri")
|
180
|
+
def management_portal_uri(self) -> Optional[_builtins.str]:
|
181
|
+
"""
|
182
|
+
Management Portal URI of the instance (/apiplatform)
|
183
|
+
"""
|
184
|
+
return pulumi.get(self, "management_portal_uri")
|
185
|
+
|
186
|
+
|
109
187
|
@pulumi.output_type
|
110
188
|
class ApiaccesscontrolPrivilegedApiControlPrivilegedOperationList(dict):
|
111
189
|
@staticmethod
|
@@ -496,6 +574,295 @@ class DbmulticloudOracleDbAzureConnectorArcAgentNode(dict):
|
|
496
574
|
return pulumi.get(self, "time_last_checked")
|
497
575
|
|
498
576
|
|
577
|
+
@pulumi.output_type
|
578
|
+
class GetApiPlatformApiPlatformInstanceIdcsAppResult(dict):
|
579
|
+
def __init__(__self__, *,
|
580
|
+
url: _builtins.str):
|
581
|
+
"""
|
582
|
+
:param _builtins.str url: IDCS URL of the app
|
583
|
+
"""
|
584
|
+
pulumi.set(__self__, "url", url)
|
585
|
+
|
586
|
+
@_builtins.property
|
587
|
+
@pulumi.getter
|
588
|
+
def url(self) -> _builtins.str:
|
589
|
+
"""
|
590
|
+
IDCS URL of the app
|
591
|
+
"""
|
592
|
+
return pulumi.get(self, "url")
|
593
|
+
|
594
|
+
|
595
|
+
@pulumi.output_type
|
596
|
+
class GetApiPlatformApiPlatformInstanceUriResult(dict):
|
597
|
+
def __init__(__self__, *,
|
598
|
+
developers_portal_uri: _builtins.str,
|
599
|
+
management_portal_uri: _builtins.str):
|
600
|
+
"""
|
601
|
+
:param _builtins.str developers_portal_uri: Developer's Portal URI of the instance (/developers)
|
602
|
+
:param _builtins.str management_portal_uri: Management Portal URI of the instance (/apiplatform)
|
603
|
+
"""
|
604
|
+
pulumi.set(__self__, "developers_portal_uri", developers_portal_uri)
|
605
|
+
pulumi.set(__self__, "management_portal_uri", management_portal_uri)
|
606
|
+
|
607
|
+
@_builtins.property
|
608
|
+
@pulumi.getter(name="developersPortalUri")
|
609
|
+
def developers_portal_uri(self) -> _builtins.str:
|
610
|
+
"""
|
611
|
+
Developer's Portal URI of the instance (/developers)
|
612
|
+
"""
|
613
|
+
return pulumi.get(self, "developers_portal_uri")
|
614
|
+
|
615
|
+
@_builtins.property
|
616
|
+
@pulumi.getter(name="managementPortalUri")
|
617
|
+
def management_portal_uri(self) -> _builtins.str:
|
618
|
+
"""
|
619
|
+
Management Portal URI of the instance (/apiplatform)
|
620
|
+
"""
|
621
|
+
return pulumi.get(self, "management_portal_uri")
|
622
|
+
|
623
|
+
|
624
|
+
@pulumi.output_type
|
625
|
+
class GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionResult(dict):
|
626
|
+
def __init__(__self__, *,
|
627
|
+
items: Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemResult']):
|
628
|
+
pulumi.set(__self__, "items", items)
|
629
|
+
|
630
|
+
@_builtins.property
|
631
|
+
@pulumi.getter
|
632
|
+
def items(self) -> Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemResult']:
|
633
|
+
return pulumi.get(self, "items")
|
634
|
+
|
635
|
+
|
636
|
+
@pulumi.output_type
|
637
|
+
class GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemResult(dict):
|
638
|
+
def __init__(__self__, *,
|
639
|
+
compartment_id: _builtins.str,
|
640
|
+
defined_tags: Mapping[str, _builtins.str],
|
641
|
+
description: _builtins.str,
|
642
|
+
freeform_tags: Mapping[str, _builtins.str],
|
643
|
+
id: _builtins.str,
|
644
|
+
idcs_apps: Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemIdcsAppResult'],
|
645
|
+
lifecycle_details: _builtins.str,
|
646
|
+
name: _builtins.str,
|
647
|
+
state: _builtins.str,
|
648
|
+
system_tags: Mapping[str, _builtins.str],
|
649
|
+
time_created: _builtins.str,
|
650
|
+
time_updated: _builtins.str,
|
651
|
+
uris: Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemUriResult']):
|
652
|
+
"""
|
653
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
654
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
655
|
+
:param _builtins.str description: User-provided changeable and non-unique description of the instance
|
656
|
+
:param Mapping[str, _builtins.str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
657
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
658
|
+
:param Sequence['GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemIdcsAppArgs'] idcs_apps: IDCS app associated with the instance, that can be used to manage the roles of the users
|
659
|
+
:param _builtins.str lifecycle_details: A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
|
660
|
+
:param _builtins.str name: A filter to return only resources that match the given name exactly
|
661
|
+
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
662
|
+
:param Mapping[str, _builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
663
|
+
:param _builtins.str time_created: The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
|
664
|
+
:param _builtins.str time_updated: The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
|
665
|
+
:param Sequence['GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemUriArgs'] uris: Service URIs pertaining to the instance
|
666
|
+
"""
|
667
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
668
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
669
|
+
pulumi.set(__self__, "description", description)
|
670
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
671
|
+
pulumi.set(__self__, "id", id)
|
672
|
+
pulumi.set(__self__, "idcs_apps", idcs_apps)
|
673
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
674
|
+
pulumi.set(__self__, "name", name)
|
675
|
+
pulumi.set(__self__, "state", state)
|
676
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
677
|
+
pulumi.set(__self__, "time_created", time_created)
|
678
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
679
|
+
pulumi.set(__self__, "uris", uris)
|
680
|
+
|
681
|
+
@_builtins.property
|
682
|
+
@pulumi.getter(name="compartmentId")
|
683
|
+
def compartment_id(self) -> _builtins.str:
|
684
|
+
"""
|
685
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
686
|
+
"""
|
687
|
+
return pulumi.get(self, "compartment_id")
|
688
|
+
|
689
|
+
@_builtins.property
|
690
|
+
@pulumi.getter(name="definedTags")
|
691
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
692
|
+
"""
|
693
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
694
|
+
"""
|
695
|
+
return pulumi.get(self, "defined_tags")
|
696
|
+
|
697
|
+
@_builtins.property
|
698
|
+
@pulumi.getter
|
699
|
+
def description(self) -> _builtins.str:
|
700
|
+
"""
|
701
|
+
User-provided changeable and non-unique description of the instance
|
702
|
+
"""
|
703
|
+
return pulumi.get(self, "description")
|
704
|
+
|
705
|
+
@_builtins.property
|
706
|
+
@pulumi.getter(name="freeformTags")
|
707
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
708
|
+
"""
|
709
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
710
|
+
"""
|
711
|
+
return pulumi.get(self, "freeform_tags")
|
712
|
+
|
713
|
+
@_builtins.property
|
714
|
+
@pulumi.getter
|
715
|
+
def id(self) -> _builtins.str:
|
716
|
+
"""
|
717
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance
|
718
|
+
"""
|
719
|
+
return pulumi.get(self, "id")
|
720
|
+
|
721
|
+
@_builtins.property
|
722
|
+
@pulumi.getter(name="idcsApps")
|
723
|
+
def idcs_apps(self) -> Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemIdcsAppResult']:
|
724
|
+
"""
|
725
|
+
IDCS app associated with the instance, that can be used to manage the roles of the users
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "idcs_apps")
|
728
|
+
|
729
|
+
@_builtins.property
|
730
|
+
@pulumi.getter(name="lifecycleDetails")
|
731
|
+
def lifecycle_details(self) -> _builtins.str:
|
732
|
+
"""
|
733
|
+
A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
|
734
|
+
"""
|
735
|
+
return pulumi.get(self, "lifecycle_details")
|
736
|
+
|
737
|
+
@_builtins.property
|
738
|
+
@pulumi.getter
|
739
|
+
def name(self) -> _builtins.str:
|
740
|
+
"""
|
741
|
+
A filter to return only resources that match the given name exactly
|
742
|
+
"""
|
743
|
+
return pulumi.get(self, "name")
|
744
|
+
|
745
|
+
@_builtins.property
|
746
|
+
@pulumi.getter
|
747
|
+
def state(self) -> _builtins.str:
|
748
|
+
"""
|
749
|
+
A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
750
|
+
"""
|
751
|
+
return pulumi.get(self, "state")
|
752
|
+
|
753
|
+
@_builtins.property
|
754
|
+
@pulumi.getter(name="systemTags")
|
755
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
756
|
+
"""
|
757
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
758
|
+
"""
|
759
|
+
return pulumi.get(self, "system_tags")
|
760
|
+
|
761
|
+
@_builtins.property
|
762
|
+
@pulumi.getter(name="timeCreated")
|
763
|
+
def time_created(self) -> _builtins.str:
|
764
|
+
"""
|
765
|
+
The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
|
766
|
+
"""
|
767
|
+
return pulumi.get(self, "time_created")
|
768
|
+
|
769
|
+
@_builtins.property
|
770
|
+
@pulumi.getter(name="timeUpdated")
|
771
|
+
def time_updated(self) -> _builtins.str:
|
772
|
+
"""
|
773
|
+
The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
|
774
|
+
"""
|
775
|
+
return pulumi.get(self, "time_updated")
|
776
|
+
|
777
|
+
@_builtins.property
|
778
|
+
@pulumi.getter
|
779
|
+
def uris(self) -> Sequence['outputs.GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemUriResult']:
|
780
|
+
"""
|
781
|
+
Service URIs pertaining to the instance
|
782
|
+
"""
|
783
|
+
return pulumi.get(self, "uris")
|
784
|
+
|
785
|
+
|
786
|
+
@pulumi.output_type
|
787
|
+
class GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemIdcsAppResult(dict):
|
788
|
+
def __init__(__self__, *,
|
789
|
+
url: _builtins.str):
|
790
|
+
"""
|
791
|
+
:param _builtins.str url: IDCS URL of the app
|
792
|
+
"""
|
793
|
+
pulumi.set(__self__, "url", url)
|
794
|
+
|
795
|
+
@_builtins.property
|
796
|
+
@pulumi.getter
|
797
|
+
def url(self) -> _builtins.str:
|
798
|
+
"""
|
799
|
+
IDCS URL of the app
|
800
|
+
"""
|
801
|
+
return pulumi.get(self, "url")
|
802
|
+
|
803
|
+
|
804
|
+
@pulumi.output_type
|
805
|
+
class GetApiPlatformApiPlatformInstancesApiPlatformInstanceCollectionItemUriResult(dict):
|
806
|
+
def __init__(__self__, *,
|
807
|
+
developers_portal_uri: _builtins.str,
|
808
|
+
management_portal_uri: _builtins.str):
|
809
|
+
"""
|
810
|
+
:param _builtins.str developers_portal_uri: Developer's Portal URI of the instance (/developers)
|
811
|
+
:param _builtins.str management_portal_uri: Management Portal URI of the instance (/apiplatform)
|
812
|
+
"""
|
813
|
+
pulumi.set(__self__, "developers_portal_uri", developers_portal_uri)
|
814
|
+
pulumi.set(__self__, "management_portal_uri", management_portal_uri)
|
815
|
+
|
816
|
+
@_builtins.property
|
817
|
+
@pulumi.getter(name="developersPortalUri")
|
818
|
+
def developers_portal_uri(self) -> _builtins.str:
|
819
|
+
"""
|
820
|
+
Developer's Portal URI of the instance (/developers)
|
821
|
+
"""
|
822
|
+
return pulumi.get(self, "developers_portal_uri")
|
823
|
+
|
824
|
+
@_builtins.property
|
825
|
+
@pulumi.getter(name="managementPortalUri")
|
826
|
+
def management_portal_uri(self) -> _builtins.str:
|
827
|
+
"""
|
828
|
+
Management Portal URI of the instance (/apiplatform)
|
829
|
+
"""
|
830
|
+
return pulumi.get(self, "management_portal_uri")
|
831
|
+
|
832
|
+
|
833
|
+
@pulumi.output_type
|
834
|
+
class GetApiPlatformApiPlatformInstancesFilterResult(dict):
|
835
|
+
def __init__(__self__, *,
|
836
|
+
name: _builtins.str,
|
837
|
+
values: Sequence[_builtins.str],
|
838
|
+
regex: Optional[_builtins.bool] = None):
|
839
|
+
"""
|
840
|
+
:param _builtins.str name: A filter to return only resources that match the given name exactly
|
841
|
+
"""
|
842
|
+
pulumi.set(__self__, "name", name)
|
843
|
+
pulumi.set(__self__, "values", values)
|
844
|
+
if regex is not None:
|
845
|
+
pulumi.set(__self__, "regex", regex)
|
846
|
+
|
847
|
+
@_builtins.property
|
848
|
+
@pulumi.getter
|
849
|
+
def name(self) -> _builtins.str:
|
850
|
+
"""
|
851
|
+
A filter to return only resources that match the given name exactly
|
852
|
+
"""
|
853
|
+
return pulumi.get(self, "name")
|
854
|
+
|
855
|
+
@_builtins.property
|
856
|
+
@pulumi.getter
|
857
|
+
def values(self) -> Sequence[_builtins.str]:
|
858
|
+
return pulumi.get(self, "values")
|
859
|
+
|
860
|
+
@_builtins.property
|
861
|
+
@pulumi.getter
|
862
|
+
def regex(self) -> Optional[_builtins.bool]:
|
863
|
+
return pulumi.get(self, "regex")
|
864
|
+
|
865
|
+
|
499
866
|
@pulumi.output_type
|
500
867
|
class GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollectionResult(dict):
|
501
868
|
def __init__(__self__, *,
|