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
@@ -20,6 +20,7 @@ __all__ = [
|
|
20
20
|
'BucketRetentionRuleDuration',
|
21
21
|
'ObjectLifecyclePolicyRule',
|
22
22
|
'ObjectLifecyclePolicyRuleObjectNameFilter',
|
23
|
+
'PrivateEndpointAccessTarget',
|
23
24
|
'StorageObjectSourceUriDetails',
|
24
25
|
'GetBucketRetentionRuleResult',
|
25
26
|
'GetBucketRetentionRuleDurationResult',
|
@@ -35,6 +36,10 @@ __all__ = [
|
|
35
36
|
'GetObjectsObjectResult',
|
36
37
|
'GetPreauthrequestsFilterResult',
|
37
38
|
'GetPreauthrequestsPreauthenticatedRequestResult',
|
39
|
+
'GetPrivateEndpointAccessTargetResult',
|
40
|
+
'GetPrivateEndpointSummariesFilterResult',
|
41
|
+
'GetPrivateEndpointSummariesPrivateEndpointSummaryResult',
|
42
|
+
'GetPrivateEndpointSummariesPrivateEndpointSummaryAccessTargetResult',
|
38
43
|
'GetReplicationPoliciesFilterResult',
|
39
44
|
'GetReplicationPoliciesReplicationPolicyResult',
|
40
45
|
'GetReplicationSourcesFilterResult',
|
@@ -393,6 +398,49 @@ class ObjectLifecyclePolicyRuleObjectNameFilter(dict):
|
|
393
398
|
return pulumi.get(self, "inclusion_prefixes")
|
394
399
|
|
395
400
|
|
401
|
+
@pulumi.output_type
|
402
|
+
class PrivateEndpointAccessTarget(dict):
|
403
|
+
@staticmethod
|
404
|
+
def __key_warning(key: str):
|
405
|
+
suggest = None
|
406
|
+
if key == "compartmentId":
|
407
|
+
suggest = "compartment_id"
|
408
|
+
|
409
|
+
if suggest:
|
410
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointAccessTarget. Access the value via the '{suggest}' property getter instead.")
|
411
|
+
|
412
|
+
def __getitem__(self, key: str) -> Any:
|
413
|
+
PrivateEndpointAccessTarget.__key_warning(key)
|
414
|
+
return super().__getitem__(key)
|
415
|
+
|
416
|
+
def get(self, key: str, default = None) -> Any:
|
417
|
+
PrivateEndpointAccessTarget.__key_warning(key)
|
418
|
+
return super().get(key, default)
|
419
|
+
|
420
|
+
def __init__(__self__, *,
|
421
|
+
bucket: str,
|
422
|
+
compartment_id: str,
|
423
|
+
namespace: str):
|
424
|
+
pulumi.set(__self__, "bucket", bucket)
|
425
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
426
|
+
pulumi.set(__self__, "namespace", namespace)
|
427
|
+
|
428
|
+
@property
|
429
|
+
@pulumi.getter
|
430
|
+
def bucket(self) -> str:
|
431
|
+
return pulumi.get(self, "bucket")
|
432
|
+
|
433
|
+
@property
|
434
|
+
@pulumi.getter(name="compartmentId")
|
435
|
+
def compartment_id(self) -> str:
|
436
|
+
return pulumi.get(self, "compartment_id")
|
437
|
+
|
438
|
+
@property
|
439
|
+
@pulumi.getter
|
440
|
+
def namespace(self) -> str:
|
441
|
+
return pulumi.get(self, "namespace")
|
442
|
+
|
443
|
+
|
396
444
|
@pulumi.output_type
|
397
445
|
class StorageObjectSourceUriDetails(dict):
|
398
446
|
@staticmethod
|
@@ -1550,6 +1598,216 @@ class GetPreauthrequestsPreauthenticatedRequestResult(dict):
|
|
1550
1598
|
return pulumi.get(self, "time_expires")
|
1551
1599
|
|
1552
1600
|
|
1601
|
+
@pulumi.output_type
|
1602
|
+
class GetPrivateEndpointAccessTargetResult(dict):
|
1603
|
+
def __init__(__self__, *,
|
1604
|
+
bucket: str,
|
1605
|
+
compartment_id: str,
|
1606
|
+
namespace: str):
|
1607
|
+
pulumi.set(__self__, "bucket", bucket)
|
1608
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1609
|
+
pulumi.set(__self__, "namespace", namespace)
|
1610
|
+
|
1611
|
+
@property
|
1612
|
+
@pulumi.getter
|
1613
|
+
def bucket(self) -> str:
|
1614
|
+
return pulumi.get(self, "bucket")
|
1615
|
+
|
1616
|
+
@property
|
1617
|
+
@pulumi.getter(name="compartmentId")
|
1618
|
+
def compartment_id(self) -> str:
|
1619
|
+
return pulumi.get(self, "compartment_id")
|
1620
|
+
|
1621
|
+
@property
|
1622
|
+
@pulumi.getter
|
1623
|
+
def namespace(self) -> str:
|
1624
|
+
return pulumi.get(self, "namespace")
|
1625
|
+
|
1626
|
+
|
1627
|
+
@pulumi.output_type
|
1628
|
+
class GetPrivateEndpointSummariesFilterResult(dict):
|
1629
|
+
def __init__(__self__, *,
|
1630
|
+
name: str,
|
1631
|
+
values: Sequence[str],
|
1632
|
+
regex: Optional[bool] = None):
|
1633
|
+
pulumi.set(__self__, "name", name)
|
1634
|
+
pulumi.set(__self__, "values", values)
|
1635
|
+
if regex is not None:
|
1636
|
+
pulumi.set(__self__, "regex", regex)
|
1637
|
+
|
1638
|
+
@property
|
1639
|
+
@pulumi.getter
|
1640
|
+
def name(self) -> str:
|
1641
|
+
return pulumi.get(self, "name")
|
1642
|
+
|
1643
|
+
@property
|
1644
|
+
@pulumi.getter
|
1645
|
+
def values(self) -> Sequence[str]:
|
1646
|
+
return pulumi.get(self, "values")
|
1647
|
+
|
1648
|
+
@property
|
1649
|
+
@pulumi.getter
|
1650
|
+
def regex(self) -> Optional[bool]:
|
1651
|
+
return pulumi.get(self, "regex")
|
1652
|
+
|
1653
|
+
|
1654
|
+
@pulumi.output_type
|
1655
|
+
class GetPrivateEndpointSummariesPrivateEndpointSummaryResult(dict):
|
1656
|
+
def __init__(__self__, *,
|
1657
|
+
access_targets: Sequence['outputs.GetPrivateEndpointSummariesPrivateEndpointSummaryAccessTargetResult'],
|
1658
|
+
additional_prefixes: Sequence[str],
|
1659
|
+
compartment_id: str,
|
1660
|
+
created_by: str,
|
1661
|
+
defined_tags: Mapping[str, str],
|
1662
|
+
etag: str,
|
1663
|
+
fqdns: Mapping[str, Mapping[str, Mapping[str, str]]],
|
1664
|
+
freeform_tags: Mapping[str, str],
|
1665
|
+
id: str,
|
1666
|
+
name: str,
|
1667
|
+
namespace: str,
|
1668
|
+
nsg_ids: Sequence[str],
|
1669
|
+
prefix: str,
|
1670
|
+
private_endpoint_ip: str,
|
1671
|
+
state: str,
|
1672
|
+
subnet_id: str,
|
1673
|
+
time_created: str,
|
1674
|
+
time_modified: str):
|
1675
|
+
pulumi.set(__self__, "access_targets", access_targets)
|
1676
|
+
pulumi.set(__self__, "additional_prefixes", additional_prefixes)
|
1677
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1678
|
+
pulumi.set(__self__, "created_by", created_by)
|
1679
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
1680
|
+
pulumi.set(__self__, "etag", etag)
|
1681
|
+
pulumi.set(__self__, "fqdns", fqdns)
|
1682
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
1683
|
+
pulumi.set(__self__, "id", id)
|
1684
|
+
pulumi.set(__self__, "name", name)
|
1685
|
+
pulumi.set(__self__, "namespace", namespace)
|
1686
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
1687
|
+
pulumi.set(__self__, "prefix", prefix)
|
1688
|
+
pulumi.set(__self__, "private_endpoint_ip", private_endpoint_ip)
|
1689
|
+
pulumi.set(__self__, "state", state)
|
1690
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
1691
|
+
pulumi.set(__self__, "time_created", time_created)
|
1692
|
+
pulumi.set(__self__, "time_modified", time_modified)
|
1693
|
+
|
1694
|
+
@property
|
1695
|
+
@pulumi.getter(name="accessTargets")
|
1696
|
+
def access_targets(self) -> Sequence['outputs.GetPrivateEndpointSummariesPrivateEndpointSummaryAccessTargetResult']:
|
1697
|
+
return pulumi.get(self, "access_targets")
|
1698
|
+
|
1699
|
+
@property
|
1700
|
+
@pulumi.getter(name="additionalPrefixes")
|
1701
|
+
def additional_prefixes(self) -> Sequence[str]:
|
1702
|
+
return pulumi.get(self, "additional_prefixes")
|
1703
|
+
|
1704
|
+
@property
|
1705
|
+
@pulumi.getter(name="compartmentId")
|
1706
|
+
def compartment_id(self) -> str:
|
1707
|
+
return pulumi.get(self, "compartment_id")
|
1708
|
+
|
1709
|
+
@property
|
1710
|
+
@pulumi.getter(name="createdBy")
|
1711
|
+
def created_by(self) -> str:
|
1712
|
+
return pulumi.get(self, "created_by")
|
1713
|
+
|
1714
|
+
@property
|
1715
|
+
@pulumi.getter(name="definedTags")
|
1716
|
+
def defined_tags(self) -> Mapping[str, str]:
|
1717
|
+
return pulumi.get(self, "defined_tags")
|
1718
|
+
|
1719
|
+
@property
|
1720
|
+
@pulumi.getter
|
1721
|
+
def etag(self) -> str:
|
1722
|
+
return pulumi.get(self, "etag")
|
1723
|
+
|
1724
|
+
@property
|
1725
|
+
@pulumi.getter
|
1726
|
+
def fqdns(self) -> Mapping[str, Mapping[str, Mapping[str, str]]]:
|
1727
|
+
return pulumi.get(self, "fqdns")
|
1728
|
+
|
1729
|
+
@property
|
1730
|
+
@pulumi.getter(name="freeformTags")
|
1731
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
1732
|
+
return pulumi.get(self, "freeform_tags")
|
1733
|
+
|
1734
|
+
@property
|
1735
|
+
@pulumi.getter
|
1736
|
+
def id(self) -> str:
|
1737
|
+
return pulumi.get(self, "id")
|
1738
|
+
|
1739
|
+
@property
|
1740
|
+
@pulumi.getter
|
1741
|
+
def name(self) -> str:
|
1742
|
+
return pulumi.get(self, "name")
|
1743
|
+
|
1744
|
+
@property
|
1745
|
+
@pulumi.getter
|
1746
|
+
def namespace(self) -> str:
|
1747
|
+
return pulumi.get(self, "namespace")
|
1748
|
+
|
1749
|
+
@property
|
1750
|
+
@pulumi.getter(name="nsgIds")
|
1751
|
+
def nsg_ids(self) -> Sequence[str]:
|
1752
|
+
return pulumi.get(self, "nsg_ids")
|
1753
|
+
|
1754
|
+
@property
|
1755
|
+
@pulumi.getter
|
1756
|
+
def prefix(self) -> str:
|
1757
|
+
return pulumi.get(self, "prefix")
|
1758
|
+
|
1759
|
+
@property
|
1760
|
+
@pulumi.getter(name="privateEndpointIp")
|
1761
|
+
def private_endpoint_ip(self) -> str:
|
1762
|
+
return pulumi.get(self, "private_endpoint_ip")
|
1763
|
+
|
1764
|
+
@property
|
1765
|
+
@pulumi.getter
|
1766
|
+
def state(self) -> str:
|
1767
|
+
return pulumi.get(self, "state")
|
1768
|
+
|
1769
|
+
@property
|
1770
|
+
@pulumi.getter(name="subnetId")
|
1771
|
+
def subnet_id(self) -> str:
|
1772
|
+
return pulumi.get(self, "subnet_id")
|
1773
|
+
|
1774
|
+
@property
|
1775
|
+
@pulumi.getter(name="timeCreated")
|
1776
|
+
def time_created(self) -> str:
|
1777
|
+
return pulumi.get(self, "time_created")
|
1778
|
+
|
1779
|
+
@property
|
1780
|
+
@pulumi.getter(name="timeModified")
|
1781
|
+
def time_modified(self) -> str:
|
1782
|
+
return pulumi.get(self, "time_modified")
|
1783
|
+
|
1784
|
+
|
1785
|
+
@pulumi.output_type
|
1786
|
+
class GetPrivateEndpointSummariesPrivateEndpointSummaryAccessTargetResult(dict):
|
1787
|
+
def __init__(__self__, *,
|
1788
|
+
bucket: str,
|
1789
|
+
compartment_id: str,
|
1790
|
+
namespace: str):
|
1791
|
+
pulumi.set(__self__, "bucket", bucket)
|
1792
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1793
|
+
pulumi.set(__self__, "namespace", namespace)
|
1794
|
+
|
1795
|
+
@property
|
1796
|
+
@pulumi.getter
|
1797
|
+
def bucket(self) -> str:
|
1798
|
+
return pulumi.get(self, "bucket")
|
1799
|
+
|
1800
|
+
@property
|
1801
|
+
@pulumi.getter(name="compartmentId")
|
1802
|
+
def compartment_id(self) -> str:
|
1803
|
+
return pulumi.get(self, "compartment_id")
|
1804
|
+
|
1805
|
+
@property
|
1806
|
+
@pulumi.getter
|
1807
|
+
def namespace(self) -> str:
|
1808
|
+
return pulumi.get(self, "namespace")
|
1809
|
+
|
1810
|
+
|
1553
1811
|
@pulumi.output_type
|
1554
1812
|
class GetReplicationPoliciesFilterResult(dict):
|
1555
1813
|
def __init__(__self__, *,
|