pulumi-oci 2.12.0a1728593306__py3-none-any.whl → 2.13.0__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 +169 -19
- pulumi_oci/analytics/analytics_instance.py +54 -5
- pulumi_oci/analytics/get_analytics_instance.py +18 -4
- pulumi_oci/analytics/outputs.py +12 -1
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +947 -196
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/cluster_network.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_instance.py +29 -1
- pulumi_oci/core/get_vcn.py +15 -1
- pulumi_oci/core/get_vnic.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance.py +87 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipsec.py +183 -23
- pulumi_oci/core/network_security_group_security_rule.py +2 -2
- pulumi_oci/core/outputs.py +1282 -153
- pulumi_oci/core/service_gateway.py +13 -7
- pulumi_oci/core/vcn.py +65 -23
- pulumi_oci/core/virtual_network.py +35 -1
- pulumi_oci/core/vnic_attachment.py +2 -0
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/database/_inputs.py +905 -27
- pulumi_oci/database/autonomous_database.py +48 -28
- pulumi_oci/database/autonomous_database_backup.py +12 -12
- pulumi_oci/database/autonomous_exadata_infrastructure.py +2 -0
- pulumi_oci/database/autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/backup.py +12 -12
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +2 -0
- pulumi_oci/database/cloud_vm_cluster.py +71 -0
- pulumi_oci/database/database.py +15 -15
- pulumi_oci/database/database_upgrade.py +12 -12
- pulumi_oci/database/db_system.py +9 -9
- pulumi_oci/database/exadata_infrastructure.py +2 -0
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +18 -4
- pulumi_oci/database/get_autonomous_database_backup.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +88 -5
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_database.py +3 -3
- pulumi_oci/database/get_pluggable_database.py +12 -1
- pulumi_oci/database/get_vm_cluster.py +15 -1
- pulumi_oci/database/outputs.py +1431 -74
- pulumi_oci/database/pluggable_database.py +34 -0
- pulumi_oci/database/vm_cluster.py +71 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +13 -0
- pulumi_oci/datasafe/_inputs.py +441 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/outputs.py +1808 -2
- pulumi_oci/desktops/_inputs.py +395 -17
- pulumi_oci/desktops/desktop_pool.py +253 -21
- pulumi_oci/desktops/get_desktop_pool.py +62 -5
- pulumi_oci/desktops/outputs.py +807 -25
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +15 -1
- pulumi_oci/functions/outputs.py +11 -0
- pulumi_oci/fusionapps/_inputs.py +21 -20
- pulumi_oci/fusionapps/fusion_environment.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +21 -22
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +48 -51
- pulumi_oci/fusionapps/outputs.py +11 -10
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +289 -2
- pulumi_oci/integration/get_integration_instance.py +65 -1
- pulumi_oci/integration/integration_instance.py +172 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +587 -19
- pulumi_oci/loadbalancer/_inputs.py +20 -0
- pulumi_oci/loadbalancer/listener.py +4 -2
- pulumi_oci/loadbalancer/outputs.py +16 -2
- pulumi_oci/monitoring/_inputs.py +137 -16
- pulumi_oci/monitoring/alarm_suppression.py +164 -35
- pulumi_oci/monitoring/get_alarm_statuses.py +5 -3
- pulumi_oci/monitoring/get_alarm_suppression.py +33 -3
- pulumi_oci/monitoring/get_alarm_suppressions.py +137 -14
- pulumi_oci/monitoring/outputs.py +291 -18
- pulumi_oci/mysql/mysql_db_system.py +7 -7
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +97 -0
- pulumi_oci/objectstorage/get_object_versions.py +6 -6
- pulumi_oci/objectstorage/get_objects.py +6 -6
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/outputs.py +258 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/storage_object.py +7 -7
- pulumi_oci/opsi/_inputs.py +268 -114
- pulumi_oci/opsi/database_insight.py +162 -21
- pulumi_oci/opsi/exadata_insight.py +44 -0
- pulumi_oci/opsi/get_database_insight.py +40 -1
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/host_insight.py +0 -48
- pulumi_oci/opsi/outputs.py +405 -109
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +330 -0
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/outputs.py +603 -0
- pulumi_oci/{globallydistributeddatabase → zpr}/__init__.py +5 -6
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/RECORD +212 -142
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/top_level.txt +0 -0
@@ -23,6 +23,8 @@ __all__ = [
|
|
23
23
|
'ObjectLifecyclePolicyRuleArgsDict',
|
24
24
|
'ObjectLifecyclePolicyRuleObjectNameFilterArgs',
|
25
25
|
'ObjectLifecyclePolicyRuleObjectNameFilterArgsDict',
|
26
|
+
'PrivateEndpointAccessTargetArgs',
|
27
|
+
'PrivateEndpointAccessTargetArgsDict',
|
26
28
|
'StorageObjectSourceUriDetailsArgs',
|
27
29
|
'StorageObjectSourceUriDetailsArgsDict',
|
28
30
|
'GetBucketSummariesFilterArgs',
|
@@ -33,6 +35,8 @@ __all__ = [
|
|
33
35
|
'GetObjectsFilterArgsDict',
|
34
36
|
'GetPreauthrequestsFilterArgs',
|
35
37
|
'GetPreauthrequestsFilterArgsDict',
|
38
|
+
'GetPrivateEndpointSummariesFilterArgs',
|
39
|
+
'GetPrivateEndpointSummariesFilterArgsDict',
|
36
40
|
'GetReplicationPoliciesFilterArgs',
|
37
41
|
'GetReplicationPoliciesFilterArgsDict',
|
38
42
|
'GetReplicationSourcesFilterArgs',
|
@@ -483,6 +487,52 @@ class ObjectLifecyclePolicyRuleObjectNameFilterArgs:
|
|
483
487
|
pulumi.set(self, "inclusion_prefixes", value)
|
484
488
|
|
485
489
|
|
490
|
+
if not MYPY:
|
491
|
+
class PrivateEndpointAccessTargetArgsDict(TypedDict):
|
492
|
+
bucket: pulumi.Input[str]
|
493
|
+
compartment_id: pulumi.Input[str]
|
494
|
+
namespace: pulumi.Input[str]
|
495
|
+
elif False:
|
496
|
+
PrivateEndpointAccessTargetArgsDict: TypeAlias = Mapping[str, Any]
|
497
|
+
|
498
|
+
@pulumi.input_type
|
499
|
+
class PrivateEndpointAccessTargetArgs:
|
500
|
+
def __init__(__self__, *,
|
501
|
+
bucket: pulumi.Input[str],
|
502
|
+
compartment_id: pulumi.Input[str],
|
503
|
+
namespace: pulumi.Input[str]):
|
504
|
+
pulumi.set(__self__, "bucket", bucket)
|
505
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
506
|
+
pulumi.set(__self__, "namespace", namespace)
|
507
|
+
|
508
|
+
@property
|
509
|
+
@pulumi.getter
|
510
|
+
def bucket(self) -> pulumi.Input[str]:
|
511
|
+
return pulumi.get(self, "bucket")
|
512
|
+
|
513
|
+
@bucket.setter
|
514
|
+
def bucket(self, value: pulumi.Input[str]):
|
515
|
+
pulumi.set(self, "bucket", value)
|
516
|
+
|
517
|
+
@property
|
518
|
+
@pulumi.getter(name="compartmentId")
|
519
|
+
def compartment_id(self) -> pulumi.Input[str]:
|
520
|
+
return pulumi.get(self, "compartment_id")
|
521
|
+
|
522
|
+
@compartment_id.setter
|
523
|
+
def compartment_id(self, value: pulumi.Input[str]):
|
524
|
+
pulumi.set(self, "compartment_id", value)
|
525
|
+
|
526
|
+
@property
|
527
|
+
@pulumi.getter
|
528
|
+
def namespace(self) -> pulumi.Input[str]:
|
529
|
+
return pulumi.get(self, "namespace")
|
530
|
+
|
531
|
+
@namespace.setter
|
532
|
+
def namespace(self, value: pulumi.Input[str]):
|
533
|
+
pulumi.set(self, "namespace", value)
|
534
|
+
|
535
|
+
|
486
536
|
if not MYPY:
|
487
537
|
class StorageObjectSourceUriDetailsArgsDict(TypedDict):
|
488
538
|
bucket: pulumi.Input[str]
|
@@ -887,6 +937,53 @@ class GetPreauthrequestsFilterArgs:
|
|
887
937
|
pulumi.set(self, "regex", value)
|
888
938
|
|
889
939
|
|
940
|
+
if not MYPY:
|
941
|
+
class GetPrivateEndpointSummariesFilterArgsDict(TypedDict):
|
942
|
+
name: str
|
943
|
+
values: Sequence[str]
|
944
|
+
regex: NotRequired[bool]
|
945
|
+
elif False:
|
946
|
+
GetPrivateEndpointSummariesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
947
|
+
|
948
|
+
@pulumi.input_type
|
949
|
+
class GetPrivateEndpointSummariesFilterArgs:
|
950
|
+
def __init__(__self__, *,
|
951
|
+
name: str,
|
952
|
+
values: Sequence[str],
|
953
|
+
regex: Optional[bool] = None):
|
954
|
+
pulumi.set(__self__, "name", name)
|
955
|
+
pulumi.set(__self__, "values", values)
|
956
|
+
if regex is not None:
|
957
|
+
pulumi.set(__self__, "regex", regex)
|
958
|
+
|
959
|
+
@property
|
960
|
+
@pulumi.getter
|
961
|
+
def name(self) -> str:
|
962
|
+
return pulumi.get(self, "name")
|
963
|
+
|
964
|
+
@name.setter
|
965
|
+
def name(self, value: str):
|
966
|
+
pulumi.set(self, "name", value)
|
967
|
+
|
968
|
+
@property
|
969
|
+
@pulumi.getter
|
970
|
+
def values(self) -> Sequence[str]:
|
971
|
+
return pulumi.get(self, "values")
|
972
|
+
|
973
|
+
@values.setter
|
974
|
+
def values(self, value: Sequence[str]):
|
975
|
+
pulumi.set(self, "values", value)
|
976
|
+
|
977
|
+
@property
|
978
|
+
@pulumi.getter
|
979
|
+
def regex(self) -> Optional[bool]:
|
980
|
+
return pulumi.get(self, "regex")
|
981
|
+
|
982
|
+
@regex.setter
|
983
|
+
def regex(self, value: Optional[bool]):
|
984
|
+
pulumi.set(self, "regex", value)
|
985
|
+
|
986
|
+
|
890
987
|
if not MYPY:
|
891
988
|
class GetReplicationPoliciesFilterArgsDict(TypedDict):
|
892
989
|
name: str
|
@@ -197,12 +197,12 @@ def get_object_versions(bucket: Optional[str] = None,
|
|
197
197
|
|
198
198
|
:param str bucket: The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
|
199
199
|
:param str delimiter: When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the objects key of the response body. Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only '/' is a supported delimiter character at this time.
|
200
|
-
:param str end:
|
200
|
+
:param str end: Returns object names which are lexicographically strictly less than this parameter.
|
201
201
|
:param str fields: Object summary by default includes only the 'name' field. Use this parameter to also include 'size' (object size in bytes), 'etag', 'md5', 'timeCreated' (object creation date and time), 'timeModified' (object modification date and time), 'storageTier' and 'archivalState' fields. Specify the value of this parameter as a comma-separated, case-insensitive list of those field names. For example 'name,etag,timeCreated,md5,timeModified,storageTier,archivalState'.
|
202
202
|
:param str namespace: The Object Storage namespace used for the request.
|
203
203
|
:param str prefix: The string to use for matching against the start of object names in a list query.
|
204
|
-
:param str start:
|
205
|
-
:param str start_after:
|
204
|
+
:param str start: Returns object names which are lexicographically greater than or equal to this parameter.
|
205
|
+
:param str start_after: Returns object names which are lexicographically strictly greater than this parameter.
|
206
206
|
"""
|
207
207
|
__args__ = dict()
|
208
208
|
__args__['bucket'] = bucket
|
@@ -271,12 +271,12 @@ def get_object_versions_output(bucket: Optional[pulumi.Input[str]] = None,
|
|
271
271
|
|
272
272
|
:param str bucket: The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
|
273
273
|
:param str delimiter: When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the objects key of the response body. Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only '/' is a supported delimiter character at this time.
|
274
|
-
:param str end:
|
274
|
+
:param str end: Returns object names which are lexicographically strictly less than this parameter.
|
275
275
|
:param str fields: Object summary by default includes only the 'name' field. Use this parameter to also include 'size' (object size in bytes), 'etag', 'md5', 'timeCreated' (object creation date and time), 'timeModified' (object modification date and time), 'storageTier' and 'archivalState' fields. Specify the value of this parameter as a comma-separated, case-insensitive list of those field names. For example 'name,etag,timeCreated,md5,timeModified,storageTier,archivalState'.
|
276
276
|
:param str namespace: The Object Storage namespace used for the request.
|
277
277
|
:param str prefix: The string to use for matching against the start of object names in a list query.
|
278
|
-
:param str start:
|
279
|
-
:param str start_after:
|
278
|
+
:param str start: Returns object names which are lexicographically greater than or equal to this parameter.
|
279
|
+
:param str start_after: Returns object names which are lexicographically strictly greater than this parameter.
|
280
280
|
"""
|
281
281
|
__args__ = dict()
|
282
282
|
__args__['bucket'] = bucket
|
@@ -170,11 +170,11 @@ def get_objects(bucket: Optional[str] = None,
|
|
170
170
|
|
171
171
|
:param str bucket: The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
|
172
172
|
:param str delimiter: When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the objects key of the response body. Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only '/' is a supported delimiter character at this time.
|
173
|
-
:param str end:
|
173
|
+
:param str end: Returns object names which are lexicographically strictly less than this parameter.
|
174
174
|
:param str namespace: The Object Storage namespace used for the request.
|
175
175
|
:param str prefix: The string to use for matching against the start of object names in a list query.
|
176
|
-
:param str start:
|
177
|
-
:param str start_after:
|
176
|
+
:param str start: Returns object names which are lexicographically greater than or equal to this parameter.
|
177
|
+
:param str start_after: Returns object names which are lexicographically strictly greater than this parameter.
|
178
178
|
"""
|
179
179
|
__args__ = dict()
|
180
180
|
__args__['bucket'] = bucket
|
@@ -226,11 +226,11 @@ def get_objects_output(bucket: Optional[pulumi.Input[str]] = None,
|
|
226
226
|
|
227
227
|
:param str bucket: The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
|
228
228
|
:param str delimiter: When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the objects key of the response body. Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only '/' is a supported delimiter character at this time.
|
229
|
-
:param str end:
|
229
|
+
:param str end: Returns object names which are lexicographically strictly less than this parameter.
|
230
230
|
:param str namespace: The Object Storage namespace used for the request.
|
231
231
|
:param str prefix: The string to use for matching against the start of object names in a list query.
|
232
|
-
:param str start:
|
233
|
-
:param str start_after:
|
232
|
+
:param str start: Returns object names which are lexicographically greater than or equal to this parameter.
|
233
|
+
:param str start_after: Returns object names which are lexicographically strictly greater than this parameter.
|
234
234
|
"""
|
235
235
|
__args__ = dict()
|
236
236
|
__args__['bucket'] = bucket
|
@@ -0,0 +1,263 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetPrivateEndpointResult',
|
20
|
+
'AwaitableGetPrivateEndpointResult',
|
21
|
+
'get_private_endpoint',
|
22
|
+
'get_private_endpoint_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetPrivateEndpointResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getPrivateEndpoint.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, access_targets=None, additional_prefixes=None, compartment_id=None, created_by=None, defined_tags=None, etag=None, fqdns=None, freeform_tags=None, id=None, name=None, namespace=None, nsg_ids=None, prefix=None, private_endpoint_ip=None, state=None, subnet_id=None, time_created=None, time_modified=None):
|
31
|
+
if access_targets and not isinstance(access_targets, list):
|
32
|
+
raise TypeError("Expected argument 'access_targets' to be a list")
|
33
|
+
pulumi.set(__self__, "access_targets", access_targets)
|
34
|
+
if additional_prefixes and not isinstance(additional_prefixes, list):
|
35
|
+
raise TypeError("Expected argument 'additional_prefixes' to be a list")
|
36
|
+
pulumi.set(__self__, "additional_prefixes", additional_prefixes)
|
37
|
+
if compartment_id and not isinstance(compartment_id, str):
|
38
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
39
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
40
|
+
if created_by and not isinstance(created_by, str):
|
41
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
42
|
+
pulumi.set(__self__, "created_by", created_by)
|
43
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
44
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
45
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
46
|
+
if etag and not isinstance(etag, str):
|
47
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
48
|
+
pulumi.set(__self__, "etag", etag)
|
49
|
+
if fqdns and not isinstance(fqdns, dict):
|
50
|
+
raise TypeError("Expected argument 'fqdns' to be a dict")
|
51
|
+
pulumi.set(__self__, "fqdns", fqdns)
|
52
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
53
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
54
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
55
|
+
if id and not isinstance(id, str):
|
56
|
+
raise TypeError("Expected argument 'id' to be a str")
|
57
|
+
pulumi.set(__self__, "id", id)
|
58
|
+
if name and not isinstance(name, str):
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
60
|
+
pulumi.set(__self__, "name", name)
|
61
|
+
if namespace and not isinstance(namespace, str):
|
62
|
+
raise TypeError("Expected argument 'namespace' to be a str")
|
63
|
+
pulumi.set(__self__, "namespace", namespace)
|
64
|
+
if nsg_ids and not isinstance(nsg_ids, list):
|
65
|
+
raise TypeError("Expected argument 'nsg_ids' to be a list")
|
66
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
67
|
+
if prefix and not isinstance(prefix, str):
|
68
|
+
raise TypeError("Expected argument 'prefix' to be a str")
|
69
|
+
pulumi.set(__self__, "prefix", prefix)
|
70
|
+
if private_endpoint_ip and not isinstance(private_endpoint_ip, str):
|
71
|
+
raise TypeError("Expected argument 'private_endpoint_ip' to be a str")
|
72
|
+
pulumi.set(__self__, "private_endpoint_ip", private_endpoint_ip)
|
73
|
+
if state and not isinstance(state, str):
|
74
|
+
raise TypeError("Expected argument 'state' to be a str")
|
75
|
+
pulumi.set(__self__, "state", state)
|
76
|
+
if subnet_id and not isinstance(subnet_id, str):
|
77
|
+
raise TypeError("Expected argument 'subnet_id' to be a str")
|
78
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
79
|
+
if time_created and not isinstance(time_created, str):
|
80
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
81
|
+
pulumi.set(__self__, "time_created", time_created)
|
82
|
+
if time_modified and not isinstance(time_modified, str):
|
83
|
+
raise TypeError("Expected argument 'time_modified' to be a str")
|
84
|
+
pulumi.set(__self__, "time_modified", time_modified)
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter(name="accessTargets")
|
88
|
+
def access_targets(self) -> Sequence['outputs.GetPrivateEndpointAccessTargetResult']:
|
89
|
+
return pulumi.get(self, "access_targets")
|
90
|
+
|
91
|
+
@property
|
92
|
+
@pulumi.getter(name="additionalPrefixes")
|
93
|
+
def additional_prefixes(self) -> Sequence[str]:
|
94
|
+
return pulumi.get(self, "additional_prefixes")
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter(name="compartmentId")
|
98
|
+
def compartment_id(self) -> str:
|
99
|
+
return pulumi.get(self, "compartment_id")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter(name="createdBy")
|
103
|
+
def created_by(self) -> str:
|
104
|
+
return pulumi.get(self, "created_by")
|
105
|
+
|
106
|
+
@property
|
107
|
+
@pulumi.getter(name="definedTags")
|
108
|
+
def defined_tags(self) -> Mapping[str, str]:
|
109
|
+
return pulumi.get(self, "defined_tags")
|
110
|
+
|
111
|
+
@property
|
112
|
+
@pulumi.getter
|
113
|
+
def etag(self) -> str:
|
114
|
+
return pulumi.get(self, "etag")
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter
|
118
|
+
def fqdns(self) -> Mapping[str, Mapping[str, Mapping[str, str]]]:
|
119
|
+
return pulumi.get(self, "fqdns")
|
120
|
+
|
121
|
+
@property
|
122
|
+
@pulumi.getter(name="freeformTags")
|
123
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
124
|
+
return pulumi.get(self, "freeform_tags")
|
125
|
+
|
126
|
+
@property
|
127
|
+
@pulumi.getter
|
128
|
+
def id(self) -> str:
|
129
|
+
return pulumi.get(self, "id")
|
130
|
+
|
131
|
+
@property
|
132
|
+
@pulumi.getter
|
133
|
+
def name(self) -> str:
|
134
|
+
return pulumi.get(self, "name")
|
135
|
+
|
136
|
+
@property
|
137
|
+
@pulumi.getter
|
138
|
+
def namespace(self) -> str:
|
139
|
+
return pulumi.get(self, "namespace")
|
140
|
+
|
141
|
+
@property
|
142
|
+
@pulumi.getter(name="nsgIds")
|
143
|
+
def nsg_ids(self) -> Sequence[str]:
|
144
|
+
return pulumi.get(self, "nsg_ids")
|
145
|
+
|
146
|
+
@property
|
147
|
+
@pulumi.getter
|
148
|
+
def prefix(self) -> str:
|
149
|
+
return pulumi.get(self, "prefix")
|
150
|
+
|
151
|
+
@property
|
152
|
+
@pulumi.getter(name="privateEndpointIp")
|
153
|
+
def private_endpoint_ip(self) -> str:
|
154
|
+
return pulumi.get(self, "private_endpoint_ip")
|
155
|
+
|
156
|
+
@property
|
157
|
+
@pulumi.getter
|
158
|
+
def state(self) -> str:
|
159
|
+
return pulumi.get(self, "state")
|
160
|
+
|
161
|
+
@property
|
162
|
+
@pulumi.getter(name="subnetId")
|
163
|
+
def subnet_id(self) -> str:
|
164
|
+
return pulumi.get(self, "subnet_id")
|
165
|
+
|
166
|
+
@property
|
167
|
+
@pulumi.getter(name="timeCreated")
|
168
|
+
def time_created(self) -> str:
|
169
|
+
return pulumi.get(self, "time_created")
|
170
|
+
|
171
|
+
@property
|
172
|
+
@pulumi.getter(name="timeModified")
|
173
|
+
def time_modified(self) -> str:
|
174
|
+
return pulumi.get(self, "time_modified")
|
175
|
+
|
176
|
+
|
177
|
+
class AwaitableGetPrivateEndpointResult(GetPrivateEndpointResult):
|
178
|
+
# pylint: disable=using-constant-test
|
179
|
+
def __await__(self):
|
180
|
+
if False:
|
181
|
+
yield self
|
182
|
+
return GetPrivateEndpointResult(
|
183
|
+
access_targets=self.access_targets,
|
184
|
+
additional_prefixes=self.additional_prefixes,
|
185
|
+
compartment_id=self.compartment_id,
|
186
|
+
created_by=self.created_by,
|
187
|
+
defined_tags=self.defined_tags,
|
188
|
+
etag=self.etag,
|
189
|
+
fqdns=self.fqdns,
|
190
|
+
freeform_tags=self.freeform_tags,
|
191
|
+
id=self.id,
|
192
|
+
name=self.name,
|
193
|
+
namespace=self.namespace,
|
194
|
+
nsg_ids=self.nsg_ids,
|
195
|
+
prefix=self.prefix,
|
196
|
+
private_endpoint_ip=self.private_endpoint_ip,
|
197
|
+
state=self.state,
|
198
|
+
subnet_id=self.subnet_id,
|
199
|
+
time_created=self.time_created,
|
200
|
+
time_modified=self.time_modified)
|
201
|
+
|
202
|
+
|
203
|
+
def get_private_endpoint(name: Optional[str] = None,
|
204
|
+
namespace: Optional[str] = None,
|
205
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointResult:
|
206
|
+
"""
|
207
|
+
Use this data source to access information about an existing resource.
|
208
|
+
"""
|
209
|
+
__args__ = dict()
|
210
|
+
__args__['name'] = name
|
211
|
+
__args__['namespace'] = namespace
|
212
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
213
|
+
__ret__ = pulumi.runtime.invoke('oci:ObjectStorage/getPrivateEndpoint:getPrivateEndpoint', __args__, opts=opts, typ=GetPrivateEndpointResult).value
|
214
|
+
|
215
|
+
return AwaitableGetPrivateEndpointResult(
|
216
|
+
access_targets=pulumi.get(__ret__, 'access_targets'),
|
217
|
+
additional_prefixes=pulumi.get(__ret__, 'additional_prefixes'),
|
218
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
219
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
220
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
221
|
+
etag=pulumi.get(__ret__, 'etag'),
|
222
|
+
fqdns=pulumi.get(__ret__, 'fqdns'),
|
223
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
224
|
+
id=pulumi.get(__ret__, 'id'),
|
225
|
+
name=pulumi.get(__ret__, 'name'),
|
226
|
+
namespace=pulumi.get(__ret__, 'namespace'),
|
227
|
+
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
228
|
+
prefix=pulumi.get(__ret__, 'prefix'),
|
229
|
+
private_endpoint_ip=pulumi.get(__ret__, 'private_endpoint_ip'),
|
230
|
+
state=pulumi.get(__ret__, 'state'),
|
231
|
+
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
232
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
233
|
+
time_modified=pulumi.get(__ret__, 'time_modified'))
|
234
|
+
def get_private_endpoint_output(name: Optional[pulumi.Input[str]] = None,
|
235
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
236
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointResult]:
|
237
|
+
"""
|
238
|
+
Use this data source to access information about an existing resource.
|
239
|
+
"""
|
240
|
+
__args__ = dict()
|
241
|
+
__args__['name'] = name
|
242
|
+
__args__['namespace'] = namespace
|
243
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
244
|
+
__ret__ = pulumi.runtime.invoke_output('oci:ObjectStorage/getPrivateEndpoint:getPrivateEndpoint', __args__, opts=opts, typ=GetPrivateEndpointResult)
|
245
|
+
return __ret__.apply(lambda __response__: GetPrivateEndpointResult(
|
246
|
+
access_targets=pulumi.get(__response__, 'access_targets'),
|
247
|
+
additional_prefixes=pulumi.get(__response__, 'additional_prefixes'),
|
248
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
249
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
250
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
251
|
+
etag=pulumi.get(__response__, 'etag'),
|
252
|
+
fqdns=pulumi.get(__response__, 'fqdns'),
|
253
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
254
|
+
id=pulumi.get(__response__, 'id'),
|
255
|
+
name=pulumi.get(__response__, 'name'),
|
256
|
+
namespace=pulumi.get(__response__, 'namespace'),
|
257
|
+
nsg_ids=pulumi.get(__response__, 'nsg_ids'),
|
258
|
+
prefix=pulumi.get(__response__, 'prefix'),
|
259
|
+
private_endpoint_ip=pulumi.get(__response__, 'private_endpoint_ip'),
|
260
|
+
state=pulumi.get(__response__, 'state'),
|
261
|
+
subnet_id=pulumi.get(__response__, 'subnet_id'),
|
262
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
263
|
+
time_modified=pulumi.get(__response__, 'time_modified')))
|
@@ -0,0 +1,128 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetPrivateEndpointSummariesResult',
|
21
|
+
'AwaitableGetPrivateEndpointSummariesResult',
|
22
|
+
'get_private_endpoint_summaries',
|
23
|
+
'get_private_endpoint_summaries_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetPrivateEndpointSummariesResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getPrivateEndpointSummaries.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, filters=None, id=None, namespace=None, private_endpoint_summaries=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if filters and not isinstance(filters, list):
|
36
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
37
|
+
pulumi.set(__self__, "filters", filters)
|
38
|
+
if id and not isinstance(id, str):
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
40
|
+
pulumi.set(__self__, "id", id)
|
41
|
+
if namespace and not isinstance(namespace, str):
|
42
|
+
raise TypeError("Expected argument 'namespace' to be a str")
|
43
|
+
pulumi.set(__self__, "namespace", namespace)
|
44
|
+
if private_endpoint_summaries and not isinstance(private_endpoint_summaries, list):
|
45
|
+
raise TypeError("Expected argument 'private_endpoint_summaries' to be a list")
|
46
|
+
pulumi.set(__self__, "private_endpoint_summaries", private_endpoint_summaries)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="compartmentId")
|
50
|
+
def compartment_id(self) -> str:
|
51
|
+
return pulumi.get(self, "compartment_id")
|
52
|
+
|
53
|
+
@property
|
54
|
+
@pulumi.getter
|
55
|
+
def filters(self) -> Optional[Sequence['outputs.GetPrivateEndpointSummariesFilterResult']]:
|
56
|
+
return pulumi.get(self, "filters")
|
57
|
+
|
58
|
+
@property
|
59
|
+
@pulumi.getter
|
60
|
+
def id(self) -> str:
|
61
|
+
"""
|
62
|
+
The provider-assigned unique ID for this managed resource.
|
63
|
+
"""
|
64
|
+
return pulumi.get(self, "id")
|
65
|
+
|
66
|
+
@property
|
67
|
+
@pulumi.getter
|
68
|
+
def namespace(self) -> str:
|
69
|
+
return pulumi.get(self, "namespace")
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter(name="privateEndpointSummaries")
|
73
|
+
def private_endpoint_summaries(self) -> Sequence['outputs.GetPrivateEndpointSummariesPrivateEndpointSummaryResult']:
|
74
|
+
return pulumi.get(self, "private_endpoint_summaries")
|
75
|
+
|
76
|
+
|
77
|
+
class AwaitableGetPrivateEndpointSummariesResult(GetPrivateEndpointSummariesResult):
|
78
|
+
# pylint: disable=using-constant-test
|
79
|
+
def __await__(self):
|
80
|
+
if False:
|
81
|
+
yield self
|
82
|
+
return GetPrivateEndpointSummariesResult(
|
83
|
+
compartment_id=self.compartment_id,
|
84
|
+
filters=self.filters,
|
85
|
+
id=self.id,
|
86
|
+
namespace=self.namespace,
|
87
|
+
private_endpoint_summaries=self.private_endpoint_summaries)
|
88
|
+
|
89
|
+
|
90
|
+
def get_private_endpoint_summaries(compartment_id: Optional[str] = None,
|
91
|
+
filters: Optional[Sequence[Union['GetPrivateEndpointSummariesFilterArgs', 'GetPrivateEndpointSummariesFilterArgsDict']]] = None,
|
92
|
+
namespace: Optional[str] = None,
|
93
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointSummariesResult:
|
94
|
+
"""
|
95
|
+
Use this data source to access information about an existing resource.
|
96
|
+
"""
|
97
|
+
__args__ = dict()
|
98
|
+
__args__['compartmentId'] = compartment_id
|
99
|
+
__args__['filters'] = filters
|
100
|
+
__args__['namespace'] = namespace
|
101
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
102
|
+
__ret__ = pulumi.runtime.invoke('oci:ObjectStorage/getPrivateEndpointSummaries:getPrivateEndpointSummaries', __args__, opts=opts, typ=GetPrivateEndpointSummariesResult).value
|
103
|
+
|
104
|
+
return AwaitableGetPrivateEndpointSummariesResult(
|
105
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
106
|
+
filters=pulumi.get(__ret__, 'filters'),
|
107
|
+
id=pulumi.get(__ret__, 'id'),
|
108
|
+
namespace=pulumi.get(__ret__, 'namespace'),
|
109
|
+
private_endpoint_summaries=pulumi.get(__ret__, 'private_endpoint_summaries'))
|
110
|
+
def get_private_endpoint_summaries_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
111
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetPrivateEndpointSummariesFilterArgs', 'GetPrivateEndpointSummariesFilterArgsDict']]]]] = None,
|
112
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
113
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointSummariesResult]:
|
114
|
+
"""
|
115
|
+
Use this data source to access information about an existing resource.
|
116
|
+
"""
|
117
|
+
__args__ = dict()
|
118
|
+
__args__['compartmentId'] = compartment_id
|
119
|
+
__args__['filters'] = filters
|
120
|
+
__args__['namespace'] = namespace
|
121
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
122
|
+
__ret__ = pulumi.runtime.invoke_output('oci:ObjectStorage/getPrivateEndpointSummaries:getPrivateEndpointSummaries', __args__, opts=opts, typ=GetPrivateEndpointSummariesResult)
|
123
|
+
return __ret__.apply(lambda __response__: GetPrivateEndpointSummariesResult(
|
124
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
125
|
+
filters=pulumi.get(__response__, 'filters'),
|
126
|
+
id=pulumi.get(__response__, 'id'),
|
127
|
+
namespace=pulumi.get(__response__, 'namespace'),
|
128
|
+
private_endpoint_summaries=pulumi.get(__response__, 'private_endpoint_summaries')))
|