pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.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 +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/oci/outputs.py
CHANGED
@@ -23,6 +23,7 @@ __all__ = [
|
|
23
23
|
'ApiaccesscontrolPrivilegedApiRequestPrivilegedOperationList',
|
24
24
|
'DbmulticloudMultiCloudResourceDiscoveryResource',
|
25
25
|
'DbmulticloudOracleDbAzureConnectorArcAgentNode',
|
26
|
+
'DbmulticloudOracleDbGcpIdentityConnectorGcpNode',
|
26
27
|
'ManagedKafkaKafkaClusterAccessSubnet',
|
27
28
|
'ManagedKafkaKafkaClusterBrokerShape',
|
28
29
|
'ManagedKafkaKafkaClusterConfigLatestConfig',
|
@@ -78,6 +79,17 @@ __all__ = [
|
|
78
79
|
'GetDbmulticloudOracleDbAzureVaultsFilterResult',
|
79
80
|
'GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionResult',
|
80
81
|
'GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemResult',
|
82
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorGcpNodeResult',
|
83
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorsFilterResult',
|
84
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionResult',
|
85
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemResult',
|
86
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNodeResult',
|
87
|
+
'GetDbmulticloudOracleDbGcpKeyRingsFilterResult',
|
88
|
+
'GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionResult',
|
89
|
+
'GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItemResult',
|
90
|
+
'GetDbmulticloudOracleDbGcpKeysFilterResult',
|
91
|
+
'GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionResult',
|
92
|
+
'GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionItemResult',
|
81
93
|
'GetManagedKafkaKafkaClusterAccessSubnetResult',
|
82
94
|
'GetManagedKafkaKafkaClusterBrokerShapeResult',
|
83
95
|
'GetManagedKafkaKafkaClusterConfigLatestConfigResult',
|
@@ -436,7 +448,7 @@ class DbmulticloudMultiCloudResourceDiscoveryResource(dict):
|
|
436
448
|
resource_group: Optional[_builtins.str] = None,
|
437
449
|
type: Optional[_builtins.str] = None):
|
438
450
|
"""
|
439
|
-
:param _builtins.str id: The
|
451
|
+
:param _builtins.str id: The ID of the Discovered Resource.
|
440
452
|
:param _builtins.str location: Discovered Resource Location.
|
441
453
|
:param _builtins.str name: Discovered Resource Name.
|
442
454
|
:param Mapping[str, _builtins.str] properties: Discovered Resource's properties.
|
@@ -460,7 +472,7 @@ class DbmulticloudMultiCloudResourceDiscoveryResource(dict):
|
|
460
472
|
@pulumi.getter
|
461
473
|
def id(self) -> Optional[_builtins.str]:
|
462
474
|
"""
|
463
|
-
The
|
475
|
+
The ID of the Discovered Resource.
|
464
476
|
"""
|
465
477
|
return pulumi.get(self, "id")
|
466
478
|
|
@@ -537,11 +549,11 @@ class DbmulticloudOracleDbAzureConnectorArcAgentNode(dict):
|
|
537
549
|
status: Optional[_builtins.str] = None,
|
538
550
|
time_last_checked: Optional[_builtins.str] = None):
|
539
551
|
"""
|
540
|
-
:param _builtins.str current_arc_agent_version: Current Arc Agent Version installed on this node of VM Cluster.
|
552
|
+
:param _builtins.str current_arc_agent_version: Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
541
553
|
:param _builtins.str host_id: Host ID.
|
542
|
-
:param _builtins.str host_name: Host
|
543
|
-
:param _builtins.str status: The current status of the Azure Arc Agent
|
544
|
-
:param _builtins.str time_last_checked:
|
554
|
+
:param _builtins.str host_name: Host name or Azure Arc Agent name.
|
555
|
+
:param _builtins.str status: The current status of the Azure Arc Agent resource.
|
556
|
+
:param _builtins.str time_last_checked: Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
545
557
|
"""
|
546
558
|
if current_arc_agent_version is not None:
|
547
559
|
pulumi.set(__self__, "current_arc_agent_version", current_arc_agent_version)
|
@@ -558,7 +570,7 @@ class DbmulticloudOracleDbAzureConnectorArcAgentNode(dict):
|
|
558
570
|
@pulumi.getter(name="currentArcAgentVersion")
|
559
571
|
def current_arc_agent_version(self) -> Optional[_builtins.str]:
|
560
572
|
"""
|
561
|
-
Current Arc Agent Version installed on this node of VM Cluster.
|
573
|
+
Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
562
574
|
"""
|
563
575
|
return pulumi.get(self, "current_arc_agent_version")
|
564
576
|
|
@@ -574,7 +586,7 @@ class DbmulticloudOracleDbAzureConnectorArcAgentNode(dict):
|
|
574
586
|
@pulumi.getter(name="hostName")
|
575
587
|
def host_name(self) -> Optional[_builtins.str]:
|
576
588
|
"""
|
577
|
-
Host
|
589
|
+
Host name or Azure Arc Agent name.
|
578
590
|
"""
|
579
591
|
return pulumi.get(self, "host_name")
|
580
592
|
|
@@ -582,7 +594,7 @@ class DbmulticloudOracleDbAzureConnectorArcAgentNode(dict):
|
|
582
594
|
@pulumi.getter
|
583
595
|
def status(self) -> Optional[_builtins.str]:
|
584
596
|
"""
|
585
|
-
The current status of the Azure Arc Agent
|
597
|
+
The current status of the Azure Arc Agent resource.
|
586
598
|
"""
|
587
599
|
return pulumi.get(self, "status")
|
588
600
|
|
@@ -590,7 +602,83 @@ class DbmulticloudOracleDbAzureConnectorArcAgentNode(dict):
|
|
590
602
|
@pulumi.getter(name="timeLastChecked")
|
591
603
|
def time_last_checked(self) -> Optional[_builtins.str]:
|
592
604
|
"""
|
593
|
-
|
605
|
+
Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
606
|
+
"""
|
607
|
+
return pulumi.get(self, "time_last_checked")
|
608
|
+
|
609
|
+
|
610
|
+
@pulumi.output_type
|
611
|
+
class DbmulticloudOracleDbGcpIdentityConnectorGcpNode(dict):
|
612
|
+
@staticmethod
|
613
|
+
def __key_warning(key: str):
|
614
|
+
suggest = None
|
615
|
+
if key == "hostId":
|
616
|
+
suggest = "host_id"
|
617
|
+
elif key == "hostName":
|
618
|
+
suggest = "host_name"
|
619
|
+
elif key == "timeLastChecked":
|
620
|
+
suggest = "time_last_checked"
|
621
|
+
|
622
|
+
if suggest:
|
623
|
+
pulumi.log.warn(f"Key '{key}' not found in DbmulticloudOracleDbGcpIdentityConnectorGcpNode. Access the value via the '{suggest}' property getter instead.")
|
624
|
+
|
625
|
+
def __getitem__(self, key: str) -> Any:
|
626
|
+
DbmulticloudOracleDbGcpIdentityConnectorGcpNode.__key_warning(key)
|
627
|
+
return super().__getitem__(key)
|
628
|
+
|
629
|
+
def get(self, key: str, default = None) -> Any:
|
630
|
+
DbmulticloudOracleDbGcpIdentityConnectorGcpNode.__key_warning(key)
|
631
|
+
return super().get(key, default)
|
632
|
+
|
633
|
+
def __init__(__self__, *,
|
634
|
+
host_id: Optional[_builtins.str] = None,
|
635
|
+
host_name: Optional[_builtins.str] = None,
|
636
|
+
status: Optional[_builtins.str] = None,
|
637
|
+
time_last_checked: Optional[_builtins.str] = None):
|
638
|
+
"""
|
639
|
+
:param _builtins.str host_id: Host ID.
|
640
|
+
:param _builtins.str host_name: Host Name or Identity Connector name.
|
641
|
+
:param _builtins.str status: The current status of the GCP Identity Connector resource.
|
642
|
+
:param _builtins.str time_last_checked: time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
643
|
+
"""
|
644
|
+
if host_id is not None:
|
645
|
+
pulumi.set(__self__, "host_id", host_id)
|
646
|
+
if host_name is not None:
|
647
|
+
pulumi.set(__self__, "host_name", host_name)
|
648
|
+
if status is not None:
|
649
|
+
pulumi.set(__self__, "status", status)
|
650
|
+
if time_last_checked is not None:
|
651
|
+
pulumi.set(__self__, "time_last_checked", time_last_checked)
|
652
|
+
|
653
|
+
@_builtins.property
|
654
|
+
@pulumi.getter(name="hostId")
|
655
|
+
def host_id(self) -> Optional[_builtins.str]:
|
656
|
+
"""
|
657
|
+
Host ID.
|
658
|
+
"""
|
659
|
+
return pulumi.get(self, "host_id")
|
660
|
+
|
661
|
+
@_builtins.property
|
662
|
+
@pulumi.getter(name="hostName")
|
663
|
+
def host_name(self) -> Optional[_builtins.str]:
|
664
|
+
"""
|
665
|
+
Host Name or Identity Connector name.
|
666
|
+
"""
|
667
|
+
return pulumi.get(self, "host_name")
|
668
|
+
|
669
|
+
@_builtins.property
|
670
|
+
@pulumi.getter
|
671
|
+
def status(self) -> Optional[_builtins.str]:
|
672
|
+
"""
|
673
|
+
The current status of the GCP Identity Connector resource.
|
674
|
+
"""
|
675
|
+
return pulumi.get(self, "status")
|
676
|
+
|
677
|
+
@_builtins.property
|
678
|
+
@pulumi.getter(name="timeLastChecked")
|
679
|
+
def time_last_checked(self) -> Optional[_builtins.str]:
|
680
|
+
"""
|
681
|
+
time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
594
682
|
"""
|
595
683
|
return pulumi.get(self, "time_last_checked")
|
596
684
|
|
@@ -2508,6 +2596,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2508
2596
|
oracle_db_connector_id: _builtins.str,
|
2509
2597
|
resource_type: _builtins.str,
|
2510
2598
|
resources: Sequence['outputs.GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySummaryCollectionItemResourceResult'],
|
2599
|
+
resources_filter: Mapping[str, _builtins.str],
|
2511
2600
|
state: _builtins.str,
|
2512
2601
|
system_tags: Mapping[str, _builtins.str],
|
2513
2602
|
time_created: _builtins.str,
|
@@ -2515,18 +2604,19 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2515
2604
|
"""
|
2516
2605
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
2517
2606
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2518
|
-
:param _builtins.str display_name:
|
2607
|
+
:param _builtins.str display_name: A filter to return Oracle DB Multicloud Discovery resources that match the specified display name.
|
2519
2608
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2520
|
-
:param _builtins.str id: The
|
2521
|
-
:param _builtins.str last_modification: Description of the latest modification of the
|
2609
|
+
:param _builtins.str id: The ID of the Discovered Resource.
|
2610
|
+
:param _builtins.str last_modification: Description of the latest modification of the Multicloud Resource Discovery resource.
|
2522
2611
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
2523
|
-
:param _builtins.str oracle_db_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector
|
2524
|
-
:param _builtins.str resource_type: The type of
|
2612
|
+
:param _builtins.str oracle_db_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource.
|
2613
|
+
:param _builtins.str resource_type: The type of Multicloud Resource.
|
2525
2614
|
:param Sequence['GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySummaryCollectionItemResourceArgs'] resources: List of All Discovered resources.
|
2526
|
-
:param _builtins.str
|
2615
|
+
:param Mapping[str, _builtins.str] resources_filter: Specifies the type(s) of resources to discover in the target cloud provider.
|
2616
|
+
:param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
2527
2617
|
: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"}`
|
2528
|
-
:param _builtins.str time_created: Time when the
|
2529
|
-
:param _builtins.str time_updated: Time when the
|
2618
|
+
:param _builtins.str time_created: Time when the Multicloud Discovery Resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
2619
|
+
:param _builtins.str time_updated: Time when the Multicloud Discovery Resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
2530
2620
|
"""
|
2531
2621
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
2532
2622
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -2538,6 +2628,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2538
2628
|
pulumi.set(__self__, "oracle_db_connector_id", oracle_db_connector_id)
|
2539
2629
|
pulumi.set(__self__, "resource_type", resource_type)
|
2540
2630
|
pulumi.set(__self__, "resources", resources)
|
2631
|
+
pulumi.set(__self__, "resources_filter", resources_filter)
|
2541
2632
|
pulumi.set(__self__, "state", state)
|
2542
2633
|
pulumi.set(__self__, "system_tags", system_tags)
|
2543
2634
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -2563,7 +2654,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2563
2654
|
@pulumi.getter(name="displayName")
|
2564
2655
|
def display_name(self) -> _builtins.str:
|
2565
2656
|
"""
|
2566
|
-
|
2657
|
+
A filter to return Oracle DB Multicloud Discovery resources that match the specified display name.
|
2567
2658
|
"""
|
2568
2659
|
return pulumi.get(self, "display_name")
|
2569
2660
|
|
@@ -2579,7 +2670,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2579
2670
|
@pulumi.getter
|
2580
2671
|
def id(self) -> _builtins.str:
|
2581
2672
|
"""
|
2582
|
-
The
|
2673
|
+
The ID of the Discovered Resource.
|
2583
2674
|
"""
|
2584
2675
|
return pulumi.get(self, "id")
|
2585
2676
|
|
@@ -2587,7 +2678,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2587
2678
|
@pulumi.getter(name="lastModification")
|
2588
2679
|
def last_modification(self) -> _builtins.str:
|
2589
2680
|
"""
|
2590
|
-
Description of the latest modification of the
|
2681
|
+
Description of the latest modification of the Multicloud Resource Discovery resource.
|
2591
2682
|
"""
|
2592
2683
|
return pulumi.get(self, "last_modification")
|
2593
2684
|
|
@@ -2603,7 +2694,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2603
2694
|
@pulumi.getter(name="oracleDbConnectorId")
|
2604
2695
|
def oracle_db_connector_id(self) -> _builtins.str:
|
2605
2696
|
"""
|
2606
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector
|
2697
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource.
|
2607
2698
|
"""
|
2608
2699
|
return pulumi.get(self, "oracle_db_connector_id")
|
2609
2700
|
|
@@ -2611,7 +2702,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2611
2702
|
@pulumi.getter(name="resourceType")
|
2612
2703
|
def resource_type(self) -> _builtins.str:
|
2613
2704
|
"""
|
2614
|
-
The type of
|
2705
|
+
The type of Multicloud Resource.
|
2615
2706
|
"""
|
2616
2707
|
return pulumi.get(self, "resource_type")
|
2617
2708
|
|
@@ -2623,11 +2714,19 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2623
2714
|
"""
|
2624
2715
|
return pulumi.get(self, "resources")
|
2625
2716
|
|
2717
|
+
@_builtins.property
|
2718
|
+
@pulumi.getter(name="resourcesFilter")
|
2719
|
+
def resources_filter(self) -> Mapping[str, _builtins.str]:
|
2720
|
+
"""
|
2721
|
+
Specifies the type(s) of resources to discover in the target cloud provider.
|
2722
|
+
"""
|
2723
|
+
return pulumi.get(self, "resources_filter")
|
2724
|
+
|
2626
2725
|
@_builtins.property
|
2627
2726
|
@pulumi.getter
|
2628
2727
|
def state(self) -> _builtins.str:
|
2629
2728
|
"""
|
2630
|
-
A filter to return only resources that match the
|
2729
|
+
A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
2631
2730
|
"""
|
2632
2731
|
return pulumi.get(self, "state")
|
2633
2732
|
|
@@ -2643,7 +2742,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2643
2742
|
@pulumi.getter(name="timeCreated")
|
2644
2743
|
def time_created(self) -> _builtins.str:
|
2645
2744
|
"""
|
2646
|
-
Time when the
|
2745
|
+
Time when the Multicloud Discovery Resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
2647
2746
|
"""
|
2648
2747
|
return pulumi.get(self, "time_created")
|
2649
2748
|
|
@@ -2651,7 +2750,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2651
2750
|
@pulumi.getter(name="timeUpdated")
|
2652
2751
|
def time_updated(self) -> _builtins.str:
|
2653
2752
|
"""
|
2654
|
-
Time when the
|
2753
|
+
Time when the Multicloud Discovery Resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
2655
2754
|
"""
|
2656
2755
|
return pulumi.get(self, "time_updated")
|
2657
2756
|
|
@@ -2666,7 +2765,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2666
2765
|
resource_group: _builtins.str,
|
2667
2766
|
type: _builtins.str):
|
2668
2767
|
"""
|
2669
|
-
:param _builtins.str id: The
|
2768
|
+
:param _builtins.str id: The ID of the Discovered Resource.
|
2670
2769
|
:param _builtins.str location: Discovered Resource Location.
|
2671
2770
|
:param _builtins.str name: Discovered Resource Name.
|
2672
2771
|
:param Mapping[str, _builtins.str] properties: Discovered Resource's properties.
|
@@ -2684,7 +2783,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySum
|
|
2684
2783
|
@pulumi.getter
|
2685
2784
|
def id(self) -> _builtins.str:
|
2686
2785
|
"""
|
2687
|
-
The
|
2786
|
+
The ID of the Discovered Resource.
|
2688
2787
|
"""
|
2689
2788
|
return pulumi.get(self, "id")
|
2690
2789
|
|
@@ -2739,7 +2838,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResourceResult(dict):
|
|
2739
2838
|
resource_group: _builtins.str,
|
2740
2839
|
type: _builtins.str):
|
2741
2840
|
"""
|
2742
|
-
:param _builtins.str id: The
|
2841
|
+
:param _builtins.str id: The ID of the Discovered Resource.
|
2743
2842
|
:param _builtins.str location: Discovered Resource Location.
|
2744
2843
|
:param _builtins.str name: Discovered Resource Name.
|
2745
2844
|
:param Mapping[str, _builtins.str] properties: Discovered Resource's properties.
|
@@ -2757,7 +2856,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResourceResult(dict):
|
|
2757
2856
|
@pulumi.getter
|
2758
2857
|
def id(self) -> _builtins.str:
|
2759
2858
|
"""
|
2760
|
-
The
|
2859
|
+
The ID of the Discovered Resource.
|
2761
2860
|
"""
|
2762
2861
|
return pulumi.get(self, "id")
|
2763
2862
|
|
@@ -2860,16 +2959,16 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2860
2959
|
time_created: _builtins.str,
|
2861
2960
|
time_updated: _builtins.str):
|
2862
2961
|
"""
|
2863
|
-
:param _builtins.str azure_storage_account_name: A filter to return Azure Blob
|
2864
|
-
:param _builtins.str azure_storage_container_name: A filter to return Azure Blob
|
2962
|
+
:param _builtins.str azure_storage_account_name: A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Account name.
|
2963
|
+
:param _builtins.str azure_storage_container_name: A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Storage name.
|
2865
2964
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
2866
2965
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2867
|
-
:param _builtins.str display_name: A filter to return Azure
|
2966
|
+
:param _builtins.str display_name: A filter to return Oracle DB Azure Blob Container resources that match the specified display name.
|
2868
2967
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2869
|
-
:param _builtins.str id: The
|
2870
|
-
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Blob Container
|
2968
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
2969
|
+
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
2871
2970
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
2872
|
-
:param _builtins.str private_endpoint_dns_alias: Private endpoint DNS Alias.
|
2971
|
+
:param _builtins.str private_endpoint_dns_alias: Private endpoint's DNS Alias.
|
2873
2972
|
:param _builtins.str private_endpoint_ip_address: Private endpoint IP.
|
2874
2973
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
2875
2974
|
: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"}`
|
@@ -2896,7 +2995,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2896
2995
|
@pulumi.getter(name="azureStorageAccountName")
|
2897
2996
|
def azure_storage_account_name(self) -> _builtins.str:
|
2898
2997
|
"""
|
2899
|
-
A filter to return Azure Blob
|
2998
|
+
A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Account name.
|
2900
2999
|
"""
|
2901
3000
|
return pulumi.get(self, "azure_storage_account_name")
|
2902
3001
|
|
@@ -2904,7 +3003,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2904
3003
|
@pulumi.getter(name="azureStorageContainerName")
|
2905
3004
|
def azure_storage_container_name(self) -> _builtins.str:
|
2906
3005
|
"""
|
2907
|
-
A filter to return Azure Blob
|
3006
|
+
A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Storage name.
|
2908
3007
|
"""
|
2909
3008
|
return pulumi.get(self, "azure_storage_container_name")
|
2910
3009
|
|
@@ -2928,7 +3027,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2928
3027
|
@pulumi.getter(name="displayName")
|
2929
3028
|
def display_name(self) -> _builtins.str:
|
2930
3029
|
"""
|
2931
|
-
A filter to return Azure
|
3030
|
+
A filter to return Oracle DB Azure Blob Container resources that match the specified display name.
|
2932
3031
|
"""
|
2933
3032
|
return pulumi.get(self, "display_name")
|
2934
3033
|
|
@@ -2944,7 +3043,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2944
3043
|
@pulumi.getter
|
2945
3044
|
def id(self) -> _builtins.str:
|
2946
3045
|
"""
|
2947
|
-
The
|
3046
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
2948
3047
|
"""
|
2949
3048
|
return pulumi.get(self, "id")
|
2950
3049
|
|
@@ -2952,7 +3051,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2952
3051
|
@pulumi.getter(name="lastModification")
|
2953
3052
|
def last_modification(self) -> _builtins.str:
|
2954
3053
|
"""
|
2955
|
-
Description of the latest modification of the Oracle DB Azure Blob Container
|
3054
|
+
Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
2956
3055
|
"""
|
2957
3056
|
return pulumi.get(self, "last_modification")
|
2958
3057
|
|
@@ -2968,7 +3067,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummar
|
|
2968
3067
|
@pulumi.getter(name="privateEndpointDnsAlias")
|
2969
3068
|
def private_endpoint_dns_alias(self) -> _builtins.str:
|
2970
3069
|
"""
|
2971
|
-
Private endpoint DNS Alias.
|
3070
|
+
Private endpoint's DNS Alias.
|
2972
3071
|
"""
|
2973
3072
|
return pulumi.get(self, "private_endpoint_dns_alias")
|
2974
3073
|
|
@@ -3072,14 +3171,14 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3072
3171
|
"""
|
3073
3172
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
3074
3173
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
3075
|
-
:param _builtins.str display_name: A filter to return Oracle DB Azure Blob Mount
|
3174
|
+
:param _builtins.str display_name: A filter to return Oracle DB Azure Blob Mount resources that match the specified display name.
|
3076
3175
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
3077
|
-
:param _builtins.str id: The OCID
|
3078
|
-
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Blob Mount
|
3176
|
+
:param _builtins.str id: The The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
|
3177
|
+
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
3079
3178
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
3080
|
-
:param _builtins.str mount_path: Azure
|
3081
|
-
:param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob
|
3082
|
-
:param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure
|
3179
|
+
:param _builtins.str mount_path: Oracle DB Azure Blob Mount path.
|
3180
|
+
:param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Container resource.
|
3181
|
+
:param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
|
3083
3182
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
3084
3183
|
: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"}`
|
3085
3184
|
:param _builtins.str time_created: Time when the Oracle DB Azure Blob Mount was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
@@ -3120,7 +3219,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3120
3219
|
@pulumi.getter(name="displayName")
|
3121
3220
|
def display_name(self) -> _builtins.str:
|
3122
3221
|
"""
|
3123
|
-
A filter to return Oracle DB Azure Blob Mount
|
3222
|
+
A filter to return Oracle DB Azure Blob Mount resources that match the specified display name.
|
3124
3223
|
"""
|
3125
3224
|
return pulumi.get(self, "display_name")
|
3126
3225
|
|
@@ -3136,7 +3235,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3136
3235
|
@pulumi.getter
|
3137
3236
|
def id(self) -> _builtins.str:
|
3138
3237
|
"""
|
3139
|
-
The OCID
|
3238
|
+
The The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
|
3140
3239
|
"""
|
3141
3240
|
return pulumi.get(self, "id")
|
3142
3241
|
|
@@ -3144,7 +3243,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3144
3243
|
@pulumi.getter(name="lastModification")
|
3145
3244
|
def last_modification(self) -> _builtins.str:
|
3146
3245
|
"""
|
3147
|
-
Description of the latest modification of the Oracle DB Azure Blob Mount
|
3246
|
+
Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
3148
3247
|
"""
|
3149
3248
|
return pulumi.get(self, "last_modification")
|
3150
3249
|
|
@@ -3160,7 +3259,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3160
3259
|
@pulumi.getter(name="mountPath")
|
3161
3260
|
def mount_path(self) -> _builtins.str:
|
3162
3261
|
"""
|
3163
|
-
Azure
|
3262
|
+
Oracle DB Azure Blob Mount path.
|
3164
3263
|
"""
|
3165
3264
|
return pulumi.get(self, "mount_path")
|
3166
3265
|
|
@@ -3168,7 +3267,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3168
3267
|
@pulumi.getter(name="oracleDbAzureBlobContainerId")
|
3169
3268
|
def oracle_db_azure_blob_container_id(self) -> _builtins.str:
|
3170
3269
|
"""
|
3171
|
-
A filter to return Oracle DB Azure Blob
|
3270
|
+
A filter to return Oracle DB Azure Blob Container resource.
|
3172
3271
|
"""
|
3173
3272
|
return pulumi.get(self, "oracle_db_azure_blob_container_id")
|
3174
3273
|
|
@@ -3176,7 +3275,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsOracleDbAzureBlobMountSummaryCollect
|
|
3176
3275
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
3177
3276
|
def oracle_db_azure_connector_id(self) -> _builtins.str:
|
3178
3277
|
"""
|
3179
|
-
A filter to return Oracle DB Azure
|
3278
|
+
A filter to return Oracle DB Azure Azure Identity Connector resources.
|
3180
3279
|
"""
|
3181
3280
|
return pulumi.get(self, "oracle_db_azure_connector_id")
|
3182
3281
|
|
@@ -3222,11 +3321,11 @@ class GetDbmulticloudOracleDbAzureConnectorArcAgentNodeResult(dict):
|
|
3222
3321
|
status: _builtins.str,
|
3223
3322
|
time_last_checked: _builtins.str):
|
3224
3323
|
"""
|
3225
|
-
:param _builtins.str current_arc_agent_version: Current Arc Agent Version installed on this node of VM Cluster.
|
3324
|
+
:param _builtins.str current_arc_agent_version: Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
3226
3325
|
:param _builtins.str host_id: Host ID.
|
3227
|
-
:param _builtins.str host_name: Host
|
3228
|
-
:param _builtins.str status: The current status of the Azure Arc Agent
|
3229
|
-
:param _builtins.str time_last_checked:
|
3326
|
+
:param _builtins.str host_name: Host name or Azure Arc Agent name.
|
3327
|
+
:param _builtins.str status: The current status of the Azure Arc Agent resource.
|
3328
|
+
:param _builtins.str time_last_checked: Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3230
3329
|
"""
|
3231
3330
|
pulumi.set(__self__, "current_arc_agent_version", current_arc_agent_version)
|
3232
3331
|
pulumi.set(__self__, "host_id", host_id)
|
@@ -3238,7 +3337,7 @@ class GetDbmulticloudOracleDbAzureConnectorArcAgentNodeResult(dict):
|
|
3238
3337
|
@pulumi.getter(name="currentArcAgentVersion")
|
3239
3338
|
def current_arc_agent_version(self) -> _builtins.str:
|
3240
3339
|
"""
|
3241
|
-
Current Arc Agent Version installed on this node of VM Cluster.
|
3340
|
+
Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
3242
3341
|
"""
|
3243
3342
|
return pulumi.get(self, "current_arc_agent_version")
|
3244
3343
|
|
@@ -3254,7 +3353,7 @@ class GetDbmulticloudOracleDbAzureConnectorArcAgentNodeResult(dict):
|
|
3254
3353
|
@pulumi.getter(name="hostName")
|
3255
3354
|
def host_name(self) -> _builtins.str:
|
3256
3355
|
"""
|
3257
|
-
Host
|
3356
|
+
Host name or Azure Arc Agent name.
|
3258
3357
|
"""
|
3259
3358
|
return pulumi.get(self, "host_name")
|
3260
3359
|
|
@@ -3262,7 +3361,7 @@ class GetDbmulticloudOracleDbAzureConnectorArcAgentNodeResult(dict):
|
|
3262
3361
|
@pulumi.getter
|
3263
3362
|
def status(self) -> _builtins.str:
|
3264
3363
|
"""
|
3265
|
-
The current status of the Azure Arc Agent
|
3364
|
+
The current status of the Azure Arc Agent resource.
|
3266
3365
|
"""
|
3267
3366
|
return pulumi.get(self, "status")
|
3268
3367
|
|
@@ -3270,7 +3369,7 @@ class GetDbmulticloudOracleDbAzureConnectorArcAgentNodeResult(dict):
|
|
3270
3369
|
@pulumi.getter(name="timeLastChecked")
|
3271
3370
|
def time_last_checked(self) -> _builtins.str:
|
3272
3371
|
"""
|
3273
|
-
|
3372
|
+
Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3274
3373
|
"""
|
3275
3374
|
return pulumi.get(self, "time_last_checked")
|
3276
3375
|
|
@@ -3319,6 +3418,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3319
3418
|
def __init__(__self__, *,
|
3320
3419
|
access_token: _builtins.str,
|
3321
3420
|
arc_agent_nodes: Sequence['outputs.GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItemArcAgentNodeResult'],
|
3421
|
+
azure_identity_connectivity_status: _builtins.str,
|
3322
3422
|
azure_identity_mechanism: _builtins.str,
|
3323
3423
|
azure_resource_group: _builtins.str,
|
3324
3424
|
azure_subscription_id: _builtins.str,
|
@@ -3333,24 +3433,26 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3333
3433
|
time_created: _builtins.str,
|
3334
3434
|
time_updated: _builtins.str):
|
3335
3435
|
"""
|
3336
|
-
:param _builtins.str access_token: Azure bearer access token.
|
3337
|
-
:param Sequence['GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItemArcAgentNodeArgs'] arc_agent_nodes: List of
|
3338
|
-
:param _builtins.str
|
3339
|
-
:param _builtins.str
|
3436
|
+
:param _builtins.str access_token: Azure bearer access token.
|
3437
|
+
:param Sequence['GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItemArcAgentNodeArgs'] arc_agent_nodes: List of all VMs where Arc Agent is installed under Cloud VM Cluster.
|
3438
|
+
:param _builtins.str azure_identity_connectivity_status: The current Connectivity status of Azure Identity Connector resource.
|
3439
|
+
:param _builtins.str azure_identity_mechanism: Azure Identity mechanism.
|
3440
|
+
:param _builtins.str azure_resource_group: Azure Resource group name.
|
3340
3441
|
:param _builtins.str azure_subscription_id: Azure Subscription ID.
|
3341
3442
|
:param _builtins.str azure_tenant_id: Azure Tenant ID.
|
3342
3443
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
3343
|
-
:param _builtins.str db_cluster_resource_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database
|
3344
|
-
:param _builtins.str display_name: A filter to return Oracle DB Azure Connector
|
3345
|
-
:param _builtins.str id: The
|
3346
|
-
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Connector
|
3444
|
+
:param _builtins.str db_cluster_resource_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database resource.
|
3445
|
+
:param _builtins.str display_name: A filter to return Oracle DB Azure Connector resources that match the specified display name.
|
3446
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource.
|
3447
|
+
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Connector resource.
|
3347
3448
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
3348
3449
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
3349
|
-
:param _builtins.str time_created: Time when the Oracle DB Azure Connector
|
3350
|
-
:param _builtins.str time_updated: Time when the Oracle DB Azure Connector
|
3450
|
+
:param _builtins.str time_created: Time when the Oracle DB Azure Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3451
|
+
:param _builtins.str time_updated: Time when the Oracle DB Azure Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3351
3452
|
"""
|
3352
3453
|
pulumi.set(__self__, "access_token", access_token)
|
3353
3454
|
pulumi.set(__self__, "arc_agent_nodes", arc_agent_nodes)
|
3455
|
+
pulumi.set(__self__, "azure_identity_connectivity_status", azure_identity_connectivity_status)
|
3354
3456
|
pulumi.set(__self__, "azure_identity_mechanism", azure_identity_mechanism)
|
3355
3457
|
pulumi.set(__self__, "azure_resource_group", azure_resource_group)
|
3356
3458
|
pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
|
@@ -3369,7 +3471,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3369
3471
|
@pulumi.getter(name="accessToken")
|
3370
3472
|
def access_token(self) -> _builtins.str:
|
3371
3473
|
"""
|
3372
|
-
Azure bearer access token.
|
3474
|
+
Azure bearer access token.
|
3373
3475
|
"""
|
3374
3476
|
return pulumi.get(self, "access_token")
|
3375
3477
|
|
@@ -3377,15 +3479,23 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3377
3479
|
@pulumi.getter(name="arcAgentNodes")
|
3378
3480
|
def arc_agent_nodes(self) -> Sequence['outputs.GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItemArcAgentNodeResult']:
|
3379
3481
|
"""
|
3380
|
-
List of
|
3482
|
+
List of all VMs where Arc Agent is installed under Cloud VM Cluster.
|
3381
3483
|
"""
|
3382
3484
|
return pulumi.get(self, "arc_agent_nodes")
|
3383
3485
|
|
3486
|
+
@_builtins.property
|
3487
|
+
@pulumi.getter(name="azureIdentityConnectivityStatus")
|
3488
|
+
def azure_identity_connectivity_status(self) -> _builtins.str:
|
3489
|
+
"""
|
3490
|
+
The current Connectivity status of Azure Identity Connector resource.
|
3491
|
+
"""
|
3492
|
+
return pulumi.get(self, "azure_identity_connectivity_status")
|
3493
|
+
|
3384
3494
|
@_builtins.property
|
3385
3495
|
@pulumi.getter(name="azureIdentityMechanism")
|
3386
3496
|
def azure_identity_mechanism(self) -> _builtins.str:
|
3387
3497
|
"""
|
3388
|
-
Azure Identity
|
3498
|
+
Azure Identity mechanism.
|
3389
3499
|
"""
|
3390
3500
|
return pulumi.get(self, "azure_identity_mechanism")
|
3391
3501
|
|
@@ -3393,7 +3503,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3393
3503
|
@pulumi.getter(name="azureResourceGroup")
|
3394
3504
|
def azure_resource_group(self) -> _builtins.str:
|
3395
3505
|
"""
|
3396
|
-
Azure Resource
|
3506
|
+
Azure Resource group name.
|
3397
3507
|
"""
|
3398
3508
|
return pulumi.get(self, "azure_resource_group")
|
3399
3509
|
|
@@ -3425,7 +3535,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3425
3535
|
@pulumi.getter(name="dbClusterResourceId")
|
3426
3536
|
def db_cluster_resource_id(self) -> _builtins.str:
|
3427
3537
|
"""
|
3428
|
-
The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database
|
3538
|
+
The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database resource.
|
3429
3539
|
"""
|
3430
3540
|
return pulumi.get(self, "db_cluster_resource_id")
|
3431
3541
|
|
@@ -3433,7 +3543,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3433
3543
|
@pulumi.getter(name="displayName")
|
3434
3544
|
def display_name(self) -> _builtins.str:
|
3435
3545
|
"""
|
3436
|
-
A filter to return Oracle DB Azure Connector
|
3546
|
+
A filter to return Oracle DB Azure Connector resources that match the specified display name.
|
3437
3547
|
"""
|
3438
3548
|
return pulumi.get(self, "display_name")
|
3439
3549
|
|
@@ -3441,7 +3551,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3441
3551
|
@pulumi.getter
|
3442
3552
|
def id(self) -> _builtins.str:
|
3443
3553
|
"""
|
3444
|
-
The
|
3554
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource.
|
3445
3555
|
"""
|
3446
3556
|
return pulumi.get(self, "id")
|
3447
3557
|
|
@@ -3449,7 +3559,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3449
3559
|
@pulumi.getter(name="lastModification")
|
3450
3560
|
def last_modification(self) -> _builtins.str:
|
3451
3561
|
"""
|
3452
|
-
Description of the latest modification of the Oracle DB Azure Connector
|
3562
|
+
Description of the latest modification of the Oracle DB Azure Connector resource.
|
3453
3563
|
"""
|
3454
3564
|
return pulumi.get(self, "last_modification")
|
3455
3565
|
|
@@ -3473,7 +3583,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3473
3583
|
@pulumi.getter(name="timeCreated")
|
3474
3584
|
def time_created(self) -> _builtins.str:
|
3475
3585
|
"""
|
3476
|
-
Time when the Oracle DB Azure Connector
|
3586
|
+
Time when the Oracle DB Azure Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3477
3587
|
"""
|
3478
3588
|
return pulumi.get(self, "time_created")
|
3479
3589
|
|
@@ -3481,7 +3591,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3481
3591
|
@pulumi.getter(name="timeUpdated")
|
3482
3592
|
def time_updated(self) -> _builtins.str:
|
3483
3593
|
"""
|
3484
|
-
Time when the Oracle DB Azure Connector
|
3594
|
+
Time when the Oracle DB Azure Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3485
3595
|
"""
|
3486
3596
|
return pulumi.get(self, "time_updated")
|
3487
3597
|
|
@@ -3495,11 +3605,11 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3495
3605
|
status: _builtins.str,
|
3496
3606
|
time_last_checked: _builtins.str):
|
3497
3607
|
"""
|
3498
|
-
:param _builtins.str current_arc_agent_version: Current Arc Agent Version installed on this node of VM Cluster.
|
3608
|
+
:param _builtins.str current_arc_agent_version: Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
3499
3609
|
:param _builtins.str host_id: Host ID.
|
3500
|
-
:param _builtins.str host_name: Host
|
3501
|
-
:param _builtins.str status: The current status of the Azure Arc Agent
|
3502
|
-
:param _builtins.str time_last_checked:
|
3610
|
+
:param _builtins.str host_name: Host name or Azure Arc Agent name.
|
3611
|
+
:param _builtins.str status: The current status of the Azure Arc Agent resource.
|
3612
|
+
:param _builtins.str time_last_checked: Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3503
3613
|
"""
|
3504
3614
|
pulumi.set(__self__, "current_arc_agent_version", current_arc_agent_version)
|
3505
3615
|
pulumi.set(__self__, "host_id", host_id)
|
@@ -3511,7 +3621,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3511
3621
|
@pulumi.getter(name="currentArcAgentVersion")
|
3512
3622
|
def current_arc_agent_version(self) -> _builtins.str:
|
3513
3623
|
"""
|
3514
|
-
Current Arc Agent Version installed on this node of VM Cluster.
|
3624
|
+
Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
3515
3625
|
"""
|
3516
3626
|
return pulumi.get(self, "current_arc_agent_version")
|
3517
3627
|
|
@@ -3527,7 +3637,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3527
3637
|
@pulumi.getter(name="hostName")
|
3528
3638
|
def host_name(self) -> _builtins.str:
|
3529
3639
|
"""
|
3530
|
-
Host
|
3640
|
+
Host name or Azure Arc Agent name.
|
3531
3641
|
"""
|
3532
3642
|
return pulumi.get(self, "host_name")
|
3533
3643
|
|
@@ -3535,7 +3645,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3535
3645
|
@pulumi.getter
|
3536
3646
|
def status(self) -> _builtins.str:
|
3537
3647
|
"""
|
3538
|
-
The current status of the Azure Arc Agent
|
3648
|
+
The current status of the Azure Arc Agent resource.
|
3539
3649
|
"""
|
3540
3650
|
return pulumi.get(self, "status")
|
3541
3651
|
|
@@ -3543,7 +3653,7 @@ class GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollect
|
|
3543
3653
|
@pulumi.getter(name="timeLastChecked")
|
3544
3654
|
def time_last_checked(self) -> _builtins.str:
|
3545
3655
|
"""
|
3546
|
-
|
3656
|
+
Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3547
3657
|
"""
|
3548
3658
|
return pulumi.get(self, "time_last_checked")
|
3549
3659
|
|
@@ -3596,27 +3706,31 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3596
3706
|
display_name: _builtins.str,
|
3597
3707
|
freeform_tags: Mapping[str, _builtins.str],
|
3598
3708
|
id: _builtins.str,
|
3709
|
+
key_properties: Mapping[str, _builtins.str],
|
3599
3710
|
last_modification: _builtins.str,
|
3600
3711
|
lifecycle_state_details: _builtins.str,
|
3601
3712
|
oracle_db_azure_vault_id: _builtins.str,
|
3713
|
+
resource_type: _builtins.str,
|
3602
3714
|
state: _builtins.str,
|
3603
3715
|
system_tags: Mapping[str, _builtins.str],
|
3604
3716
|
time_created: _builtins.str,
|
3605
3717
|
time_updated: _builtins.str):
|
3606
3718
|
"""
|
3607
|
-
:param _builtins.str azure_key_id: The
|
3719
|
+
:param _builtins.str azure_key_id: The ID of the Azure Key resource.
|
3608
3720
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
3609
3721
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
3610
|
-
:param _builtins.str display_name: A filter to return Azure Vault Keys.
|
3722
|
+
:param _builtins.str display_name: A filter to return Oracle DB Azure Vault Keys resources that match the specified display name.
|
3611
3723
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
3612
|
-
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key
|
3613
|
-
:param _builtins.str
|
3724
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key resource.
|
3725
|
+
:param Mapping[str, _builtins.str] key_properties: Key properties
|
3726
|
+
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Vault Key resource.
|
3614
3727
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
3615
|
-
:param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault
|
3728
|
+
:param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
|
3729
|
+
:param _builtins.str resource_type: Key Resource type.
|
3616
3730
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
3617
3731
|
: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"}`
|
3618
|
-
:param _builtins.str time_created: Time when the Oracle DB Azure Vault Key was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3619
|
-
:param _builtins.str time_updated: Time when the Oracle DB Azure Vault Key was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3732
|
+
:param _builtins.str time_created: Time when the Oracle DB Azure Vault Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3733
|
+
:param _builtins.str time_updated: Time when the Oracle DB Azure Vault Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3620
3734
|
"""
|
3621
3735
|
pulumi.set(__self__, "azure_key_id", azure_key_id)
|
3622
3736
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -3624,9 +3738,11 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3624
3738
|
pulumi.set(__self__, "display_name", display_name)
|
3625
3739
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
3626
3740
|
pulumi.set(__self__, "id", id)
|
3741
|
+
pulumi.set(__self__, "key_properties", key_properties)
|
3627
3742
|
pulumi.set(__self__, "last_modification", last_modification)
|
3628
3743
|
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
3629
3744
|
pulumi.set(__self__, "oracle_db_azure_vault_id", oracle_db_azure_vault_id)
|
3745
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
3630
3746
|
pulumi.set(__self__, "state", state)
|
3631
3747
|
pulumi.set(__self__, "system_tags", system_tags)
|
3632
3748
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -3636,7 +3752,7 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3636
3752
|
@pulumi.getter(name="azureKeyId")
|
3637
3753
|
def azure_key_id(self) -> _builtins.str:
|
3638
3754
|
"""
|
3639
|
-
The
|
3755
|
+
The ID of the Azure Key resource.
|
3640
3756
|
"""
|
3641
3757
|
return pulumi.get(self, "azure_key_id")
|
3642
3758
|
|
@@ -3660,7 +3776,7 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3660
3776
|
@pulumi.getter(name="displayName")
|
3661
3777
|
def display_name(self) -> _builtins.str:
|
3662
3778
|
"""
|
3663
|
-
A filter to return Azure Vault Keys.
|
3779
|
+
A filter to return Oracle DB Azure Vault Keys resources that match the specified display name.
|
3664
3780
|
"""
|
3665
3781
|
return pulumi.get(self, "display_name")
|
3666
3782
|
|
@@ -3676,15 +3792,23 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3676
3792
|
@pulumi.getter
|
3677
3793
|
def id(self) -> _builtins.str:
|
3678
3794
|
"""
|
3679
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key
|
3795
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key resource.
|
3680
3796
|
"""
|
3681
3797
|
return pulumi.get(self, "id")
|
3682
3798
|
|
3799
|
+
@_builtins.property
|
3800
|
+
@pulumi.getter(name="keyProperties")
|
3801
|
+
def key_properties(self) -> Mapping[str, _builtins.str]:
|
3802
|
+
"""
|
3803
|
+
Key properties
|
3804
|
+
"""
|
3805
|
+
return pulumi.get(self, "key_properties")
|
3806
|
+
|
3683
3807
|
@_builtins.property
|
3684
3808
|
@pulumi.getter(name="lastModification")
|
3685
3809
|
def last_modification(self) -> _builtins.str:
|
3686
3810
|
"""
|
3687
|
-
Description of the latest modification of the Oracle DB Azure Vault Key
|
3811
|
+
Description of the latest modification of the Oracle DB Azure Vault Key resource.
|
3688
3812
|
"""
|
3689
3813
|
return pulumi.get(self, "last_modification")
|
3690
3814
|
|
@@ -3700,10 +3824,18 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3700
3824
|
@pulumi.getter(name="oracleDbAzureVaultId")
|
3701
3825
|
def oracle_db_azure_vault_id(self) -> _builtins.str:
|
3702
3826
|
"""
|
3703
|
-
A filter to return Oracle DB Azure Vault
|
3827
|
+
A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
|
3704
3828
|
"""
|
3705
3829
|
return pulumi.get(self, "oracle_db_azure_vault_id")
|
3706
3830
|
|
3831
|
+
@_builtins.property
|
3832
|
+
@pulumi.getter(name="resourceType")
|
3833
|
+
def resource_type(self) -> _builtins.str:
|
3834
|
+
"""
|
3835
|
+
Key Resource type.
|
3836
|
+
"""
|
3837
|
+
return pulumi.get(self, "resource_type")
|
3838
|
+
|
3707
3839
|
@_builtins.property
|
3708
3840
|
@pulumi.getter
|
3709
3841
|
def state(self) -> _builtins.str:
|
@@ -3724,7 +3856,7 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3724
3856
|
@pulumi.getter(name="timeCreated")
|
3725
3857
|
def time_created(self) -> _builtins.str:
|
3726
3858
|
"""
|
3727
|
-
Time when the Oracle DB Azure Vault Key was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3859
|
+
Time when the Oracle DB Azure Vault Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3728
3860
|
"""
|
3729
3861
|
return pulumi.get(self, "time_created")
|
3730
3862
|
|
@@ -3732,7 +3864,7 @@ class GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItemResul
|
|
3732
3864
|
@pulumi.getter(name="timeUpdated")
|
3733
3865
|
def time_updated(self) -> _builtins.str:
|
3734
3866
|
"""
|
3735
|
-
Time when the Oracle DB Azure Vault Key was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3867
|
+
Time when the Oracle DB Azure Vault Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3736
3868
|
"""
|
3737
3869
|
return pulumi.get(self, "time_updated")
|
3738
3870
|
|
@@ -3796,18 +3928,18 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3796
3928
|
"""
|
3797
3929
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
3798
3930
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
3799
|
-
:param _builtins.str display_name: A filter to return Azure Vault Association.
|
3931
|
+
:param _builtins.str display_name: A filter to return Oracle DB Azure Vault Association resources that match the specified display name.
|
3800
3932
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
3801
|
-
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association
|
3802
|
-
:param _builtins.bool is_resource_accessible: The Associated
|
3803
|
-
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Vault Association
|
3933
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
|
3934
|
+
:param _builtins.bool is_resource_accessible: The Associated resource is accessible or not.
|
3935
|
+
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
3804
3936
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
3805
|
-
:param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure
|
3806
|
-
:param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault
|
3937
|
+
:param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
|
3938
|
+
:param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
|
3807
3939
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
3808
3940
|
: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"}`
|
3809
|
-
:param _builtins.str time_created: Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3810
|
-
:param _builtins.str time_updated: Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3941
|
+
:param _builtins.str time_created: Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3942
|
+
:param _builtins.str time_updated: Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3811
3943
|
"""
|
3812
3944
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
3813
3945
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -3844,7 +3976,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3844
3976
|
@pulumi.getter(name="displayName")
|
3845
3977
|
def display_name(self) -> _builtins.str:
|
3846
3978
|
"""
|
3847
|
-
A filter to return Azure Vault Association.
|
3979
|
+
A filter to return Oracle DB Azure Vault Association resources that match the specified display name.
|
3848
3980
|
"""
|
3849
3981
|
return pulumi.get(self, "display_name")
|
3850
3982
|
|
@@ -3860,7 +3992,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3860
3992
|
@pulumi.getter
|
3861
3993
|
def id(self) -> _builtins.str:
|
3862
3994
|
"""
|
3863
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association
|
3995
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
|
3864
3996
|
"""
|
3865
3997
|
return pulumi.get(self, "id")
|
3866
3998
|
|
@@ -3868,7 +4000,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3868
4000
|
@pulumi.getter(name="isResourceAccessible")
|
3869
4001
|
def is_resource_accessible(self) -> _builtins.bool:
|
3870
4002
|
"""
|
3871
|
-
The Associated
|
4003
|
+
The Associated resource is accessible or not.
|
3872
4004
|
"""
|
3873
4005
|
return pulumi.get(self, "is_resource_accessible")
|
3874
4006
|
|
@@ -3876,7 +4008,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3876
4008
|
@pulumi.getter(name="lastModification")
|
3877
4009
|
def last_modification(self) -> _builtins.str:
|
3878
4010
|
"""
|
3879
|
-
Description of the latest modification of the Oracle DB Azure Vault Association
|
4011
|
+
Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
3880
4012
|
"""
|
3881
4013
|
return pulumi.get(self, "last_modification")
|
3882
4014
|
|
@@ -3892,7 +4024,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3892
4024
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
3893
4025
|
def oracle_db_azure_connector_id(self) -> _builtins.str:
|
3894
4026
|
"""
|
3895
|
-
A filter to return Oracle DB Azure
|
4027
|
+
A filter to return Oracle DB Azure Azure Identity Connector resources.
|
3896
4028
|
"""
|
3897
4029
|
return pulumi.get(self, "oracle_db_azure_connector_id")
|
3898
4030
|
|
@@ -3900,7 +4032,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3900
4032
|
@pulumi.getter(name="oracleDbAzureVaultId")
|
3901
4033
|
def oracle_db_azure_vault_id(self) -> _builtins.str:
|
3902
4034
|
"""
|
3903
|
-
A filter to return Oracle DB Azure Vault
|
4035
|
+
A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
|
3904
4036
|
"""
|
3905
4037
|
return pulumi.get(self, "oracle_db_azure_vault_id")
|
3906
4038
|
|
@@ -3924,7 +4056,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3924
4056
|
@pulumi.getter(name="timeCreated")
|
3925
4057
|
def time_created(self) -> _builtins.str:
|
3926
4058
|
"""
|
3927
|
-
Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4059
|
+
Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3928
4060
|
"""
|
3929
4061
|
return pulumi.get(self, "time_created")
|
3930
4062
|
|
@@ -3932,7 +4064,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsOracleDbAzureVaultAssociation
|
|
3932
4064
|
@pulumi.getter(name="timeUpdated")
|
3933
4065
|
def time_updated(self) -> _builtins.str:
|
3934
4066
|
"""
|
3935
|
-
Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4067
|
+
Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
3936
4068
|
"""
|
3937
4069
|
return pulumi.get(self, "time_updated")
|
3938
4070
|
|
@@ -3997,23 +4129,23 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
3997
4129
|
time_updated: _builtins.str,
|
3998
4130
|
type: _builtins.str):
|
3999
4131
|
"""
|
4000
|
-
:param _builtins.str azure_vault_id: Azure Vault
|
4132
|
+
:param _builtins.str azure_vault_id: Azure Vault ID.
|
4001
4133
|
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4002
4134
|
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4003
|
-
:param _builtins.str display_name: A filter to return Azure
|
4135
|
+
:param _builtins.str display_name: A filter to return Oracle DB Azure Vault resources that match the specified display name.
|
4004
4136
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4005
|
-
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Azure Vault
|
4006
|
-
:param _builtins.str last_modification: Description of the latest modification of the DB Azure Vault
|
4137
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the oracle DB Azure Vault resource.
|
4138
|
+
:param _builtins.str last_modification: Description of the latest modification of the Oracle DB Azure Vault resource.
|
4007
4139
|
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
4008
|
-
:param _builtins.str location: Vault
|
4009
|
-
:param _builtins.str oracle_db_azure_resource_group: A filter to return Azure
|
4010
|
-
:param _builtins.str oracle_db_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Connector
|
4011
|
-
:param Mapping[str, _builtins.str] properties:
|
4140
|
+
:param _builtins.str location: Oracle DB Azure Vault resource location.
|
4141
|
+
:param _builtins.str oracle_db_azure_resource_group: A filter to return Oracle DB Azure Vault resources that match the specified Oracle DB Azure resource group name.
|
4142
|
+
:param _builtins.str oracle_db_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource.
|
4143
|
+
:param Mapping[str, _builtins.str] properties: Oracle DB Azure Vault resource's properties.
|
4012
4144
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
4013
4145
|
: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"}`
|
4014
|
-
:param _builtins.str time_created: Time when the DB Azure Vault was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4015
|
-
:param _builtins.str time_updated: Time when the DB Azure Vault was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4016
|
-
:param _builtins.str type: Vault
|
4146
|
+
:param _builtins.str time_created: Time when the DB Azure Vault resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4147
|
+
:param _builtins.str time_updated: Time when the DB Azure Vault resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4148
|
+
:param _builtins.str type: Oracle DB Azure Vault resource type.
|
4017
4149
|
"""
|
4018
4150
|
pulumi.set(__self__, "azure_vault_id", azure_vault_id)
|
4019
4151
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -4037,7 +4169,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4037
4169
|
@pulumi.getter(name="azureVaultId")
|
4038
4170
|
def azure_vault_id(self) -> _builtins.str:
|
4039
4171
|
"""
|
4040
|
-
Azure Vault
|
4172
|
+
Azure Vault ID.
|
4041
4173
|
"""
|
4042
4174
|
return pulumi.get(self, "azure_vault_id")
|
4043
4175
|
|
@@ -4061,7 +4193,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4061
4193
|
@pulumi.getter(name="displayName")
|
4062
4194
|
def display_name(self) -> _builtins.str:
|
4063
4195
|
"""
|
4064
|
-
A filter to return Azure
|
4196
|
+
A filter to return Oracle DB Azure Vault resources that match the specified display name.
|
4065
4197
|
"""
|
4066
4198
|
return pulumi.get(self, "display_name")
|
4067
4199
|
|
@@ -4077,7 +4209,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4077
4209
|
@pulumi.getter
|
4078
4210
|
def id(self) -> _builtins.str:
|
4079
4211
|
"""
|
4080
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Azure Vault
|
4212
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the oracle DB Azure Vault resource.
|
4081
4213
|
"""
|
4082
4214
|
return pulumi.get(self, "id")
|
4083
4215
|
|
@@ -4085,7 +4217,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4085
4217
|
@pulumi.getter(name="lastModification")
|
4086
4218
|
def last_modification(self) -> _builtins.str:
|
4087
4219
|
"""
|
4088
|
-
Description of the latest modification of the DB Azure Vault
|
4220
|
+
Description of the latest modification of the Oracle DB Azure Vault resource.
|
4089
4221
|
"""
|
4090
4222
|
return pulumi.get(self, "last_modification")
|
4091
4223
|
|
@@ -4101,7 +4233,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4101
4233
|
@pulumi.getter
|
4102
4234
|
def location(self) -> _builtins.str:
|
4103
4235
|
"""
|
4104
|
-
Vault
|
4236
|
+
Oracle DB Azure Vault resource location.
|
4105
4237
|
"""
|
4106
4238
|
return pulumi.get(self, "location")
|
4107
4239
|
|
@@ -4109,7 +4241,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4109
4241
|
@pulumi.getter(name="oracleDbAzureResourceGroup")
|
4110
4242
|
def oracle_db_azure_resource_group(self) -> _builtins.str:
|
4111
4243
|
"""
|
4112
|
-
A filter to return Azure
|
4244
|
+
A filter to return Oracle DB Azure Vault resources that match the specified Oracle DB Azure resource group name.
|
4113
4245
|
"""
|
4114
4246
|
return pulumi.get(self, "oracle_db_azure_resource_group")
|
4115
4247
|
|
@@ -4117,7 +4249,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4117
4249
|
@pulumi.getter(name="oracleDbConnectorId")
|
4118
4250
|
def oracle_db_connector_id(self) -> _builtins.str:
|
4119
4251
|
"""
|
4120
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Connector
|
4252
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource.
|
4121
4253
|
"""
|
4122
4254
|
return pulumi.get(self, "oracle_db_connector_id")
|
4123
4255
|
|
@@ -4125,7 +4257,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4125
4257
|
@pulumi.getter
|
4126
4258
|
def properties(self) -> Mapping[str, _builtins.str]:
|
4127
4259
|
"""
|
4128
|
-
|
4260
|
+
Oracle DB Azure Vault resource's properties.
|
4129
4261
|
"""
|
4130
4262
|
return pulumi.get(self, "properties")
|
4131
4263
|
|
@@ -4149,7 +4281,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4149
4281
|
@pulumi.getter(name="timeCreated")
|
4150
4282
|
def time_created(self) -> _builtins.str:
|
4151
4283
|
"""
|
4152
|
-
Time when the DB Azure Vault was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4284
|
+
Time when the DB Azure Vault resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4153
4285
|
"""
|
4154
4286
|
return pulumi.get(self, "time_created")
|
4155
4287
|
|
@@ -4157,7 +4289,7 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4157
4289
|
@pulumi.getter(name="timeUpdated")
|
4158
4290
|
def time_updated(self) -> _builtins.str:
|
4159
4291
|
"""
|
4160
|
-
Time when the DB Azure Vault was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4292
|
+
Time when the DB Azure Vault resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4161
4293
|
"""
|
4162
4294
|
return pulumi.get(self, "time_updated")
|
4163
4295
|
|
@@ -4165,11 +4297,779 @@ class GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItemR
|
|
4165
4297
|
@pulumi.getter
|
4166
4298
|
def type(self) -> _builtins.str:
|
4167
4299
|
"""
|
4168
|
-
Vault
|
4300
|
+
Oracle DB Azure Vault resource type.
|
4169
4301
|
"""
|
4170
4302
|
return pulumi.get(self, "type")
|
4171
4303
|
|
4172
4304
|
|
4305
|
+
@pulumi.output_type
|
4306
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorGcpNodeResult(dict):
|
4307
|
+
def __init__(__self__, *,
|
4308
|
+
host_id: _builtins.str,
|
4309
|
+
host_name: _builtins.str,
|
4310
|
+
status: _builtins.str,
|
4311
|
+
time_last_checked: _builtins.str):
|
4312
|
+
"""
|
4313
|
+
:param _builtins.str host_id: Host ID.
|
4314
|
+
:param _builtins.str host_name: Host Name or Identity Connector name.
|
4315
|
+
:param _builtins.str status: The current status of the GCP Identity Connector resource.
|
4316
|
+
:param _builtins.str time_last_checked: time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4317
|
+
"""
|
4318
|
+
pulumi.set(__self__, "host_id", host_id)
|
4319
|
+
pulumi.set(__self__, "host_name", host_name)
|
4320
|
+
pulumi.set(__self__, "status", status)
|
4321
|
+
pulumi.set(__self__, "time_last_checked", time_last_checked)
|
4322
|
+
|
4323
|
+
@_builtins.property
|
4324
|
+
@pulumi.getter(name="hostId")
|
4325
|
+
def host_id(self) -> _builtins.str:
|
4326
|
+
"""
|
4327
|
+
Host ID.
|
4328
|
+
"""
|
4329
|
+
return pulumi.get(self, "host_id")
|
4330
|
+
|
4331
|
+
@_builtins.property
|
4332
|
+
@pulumi.getter(name="hostName")
|
4333
|
+
def host_name(self) -> _builtins.str:
|
4334
|
+
"""
|
4335
|
+
Host Name or Identity Connector name.
|
4336
|
+
"""
|
4337
|
+
return pulumi.get(self, "host_name")
|
4338
|
+
|
4339
|
+
@_builtins.property
|
4340
|
+
@pulumi.getter
|
4341
|
+
def status(self) -> _builtins.str:
|
4342
|
+
"""
|
4343
|
+
The current status of the GCP Identity Connector resource.
|
4344
|
+
"""
|
4345
|
+
return pulumi.get(self, "status")
|
4346
|
+
|
4347
|
+
@_builtins.property
|
4348
|
+
@pulumi.getter(name="timeLastChecked")
|
4349
|
+
def time_last_checked(self) -> _builtins.str:
|
4350
|
+
"""
|
4351
|
+
time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4352
|
+
"""
|
4353
|
+
return pulumi.get(self, "time_last_checked")
|
4354
|
+
|
4355
|
+
|
4356
|
+
@pulumi.output_type
|
4357
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorsFilterResult(dict):
|
4358
|
+
def __init__(__self__, *,
|
4359
|
+
name: _builtins.str,
|
4360
|
+
values: Sequence[_builtins.str],
|
4361
|
+
regex: Optional[_builtins.bool] = None):
|
4362
|
+
pulumi.set(__self__, "name", name)
|
4363
|
+
pulumi.set(__self__, "values", values)
|
4364
|
+
if regex is not None:
|
4365
|
+
pulumi.set(__self__, "regex", regex)
|
4366
|
+
|
4367
|
+
@_builtins.property
|
4368
|
+
@pulumi.getter
|
4369
|
+
def name(self) -> _builtins.str:
|
4370
|
+
return pulumi.get(self, "name")
|
4371
|
+
|
4372
|
+
@_builtins.property
|
4373
|
+
@pulumi.getter
|
4374
|
+
def values(self) -> Sequence[_builtins.str]:
|
4375
|
+
return pulumi.get(self, "values")
|
4376
|
+
|
4377
|
+
@_builtins.property
|
4378
|
+
@pulumi.getter
|
4379
|
+
def regex(self) -> Optional[_builtins.bool]:
|
4380
|
+
return pulumi.get(self, "regex")
|
4381
|
+
|
4382
|
+
|
4383
|
+
@pulumi.output_type
|
4384
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionResult(dict):
|
4385
|
+
def __init__(__self__, *,
|
4386
|
+
items: Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemResult']):
|
4387
|
+
pulumi.set(__self__, "items", items)
|
4388
|
+
|
4389
|
+
@_builtins.property
|
4390
|
+
@pulumi.getter
|
4391
|
+
def items(self) -> Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemResult']:
|
4392
|
+
return pulumi.get(self, "items")
|
4393
|
+
|
4394
|
+
|
4395
|
+
@pulumi.output_type
|
4396
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemResult(dict):
|
4397
|
+
def __init__(__self__, *,
|
4398
|
+
compartment_id: _builtins.str,
|
4399
|
+
defined_tags: Mapping[str, _builtins.str],
|
4400
|
+
display_name: _builtins.str,
|
4401
|
+
freeform_tags: Mapping[str, _builtins.str],
|
4402
|
+
gcp_identity_connectivity_status: _builtins.str,
|
4403
|
+
gcp_location: _builtins.str,
|
4404
|
+
gcp_nodes: Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNodeResult'],
|
4405
|
+
gcp_resource_service_agent_id: _builtins.str,
|
4406
|
+
gcp_workload_identity_pool_id: _builtins.str,
|
4407
|
+
gcp_workload_identity_provider_id: _builtins.str,
|
4408
|
+
id: _builtins.str,
|
4409
|
+
issuer_url: _builtins.str,
|
4410
|
+
lifecycle_state_details: _builtins.str,
|
4411
|
+
project_id: _builtins.str,
|
4412
|
+
resource_id: _builtins.str,
|
4413
|
+
state: _builtins.str,
|
4414
|
+
system_tags: Mapping[str, _builtins.str],
|
4415
|
+
time_created: _builtins.str,
|
4416
|
+
time_updated: _builtins.str):
|
4417
|
+
"""
|
4418
|
+
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4419
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4420
|
+
:param _builtins.str display_name: A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
|
4421
|
+
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4422
|
+
:param _builtins.str gcp_identity_connectivity_status: The current Connectivity status of GCP Identity Connector resource.
|
4423
|
+
:param _builtins.str gcp_location: GCP Location.
|
4424
|
+
:param Sequence['GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNodeArgs'] gcp_nodes: List of All VMs where GCP Identity Connector is configured for this VMCluster.
|
4425
|
+
:param _builtins.str gcp_resource_service_agent_id: The ID of the GCP resource service agent.
|
4426
|
+
:param _builtins.str gcp_workload_identity_pool_id: The ID of the cloud GCP Workload Identity Pool.
|
4427
|
+
:param _builtins.str gcp_workload_identity_provider_id: The ID of the GCP Workload Identity Provider.
|
4428
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Connector resource.
|
4429
|
+
:param _builtins.str issuer_url: OIDC token issuer Url.
|
4430
|
+
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
4431
|
+
:param _builtins.str project_id: Project id of the customer project.
|
4432
|
+
:param _builtins.str resource_id: A filter to return Oracle DB GCP Identity Connector resource that match the given resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
4433
|
+
:param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
4434
|
+
: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"}`
|
4435
|
+
:param _builtins.str time_created: Time when the Oracle DB GCP Identity Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4436
|
+
:param _builtins.str time_updated: Time when the Oracle DB GCP Identity Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4437
|
+
"""
|
4438
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
4439
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
4440
|
+
pulumi.set(__self__, "display_name", display_name)
|
4441
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
4442
|
+
pulumi.set(__self__, "gcp_identity_connectivity_status", gcp_identity_connectivity_status)
|
4443
|
+
pulumi.set(__self__, "gcp_location", gcp_location)
|
4444
|
+
pulumi.set(__self__, "gcp_nodes", gcp_nodes)
|
4445
|
+
pulumi.set(__self__, "gcp_resource_service_agent_id", gcp_resource_service_agent_id)
|
4446
|
+
pulumi.set(__self__, "gcp_workload_identity_pool_id", gcp_workload_identity_pool_id)
|
4447
|
+
pulumi.set(__self__, "gcp_workload_identity_provider_id", gcp_workload_identity_provider_id)
|
4448
|
+
pulumi.set(__self__, "id", id)
|
4449
|
+
pulumi.set(__self__, "issuer_url", issuer_url)
|
4450
|
+
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
4451
|
+
pulumi.set(__self__, "project_id", project_id)
|
4452
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
4453
|
+
pulumi.set(__self__, "state", state)
|
4454
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
4455
|
+
pulumi.set(__self__, "time_created", time_created)
|
4456
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
4457
|
+
|
4458
|
+
@_builtins.property
|
4459
|
+
@pulumi.getter(name="compartmentId")
|
4460
|
+
def compartment_id(self) -> _builtins.str:
|
4461
|
+
"""
|
4462
|
+
The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4463
|
+
"""
|
4464
|
+
return pulumi.get(self, "compartment_id")
|
4465
|
+
|
4466
|
+
@_builtins.property
|
4467
|
+
@pulumi.getter(name="definedTags")
|
4468
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
4469
|
+
"""
|
4470
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4471
|
+
"""
|
4472
|
+
return pulumi.get(self, "defined_tags")
|
4473
|
+
|
4474
|
+
@_builtins.property
|
4475
|
+
@pulumi.getter(name="displayName")
|
4476
|
+
def display_name(self) -> _builtins.str:
|
4477
|
+
"""
|
4478
|
+
A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
|
4479
|
+
"""
|
4480
|
+
return pulumi.get(self, "display_name")
|
4481
|
+
|
4482
|
+
@_builtins.property
|
4483
|
+
@pulumi.getter(name="freeformTags")
|
4484
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
4485
|
+
"""
|
4486
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4487
|
+
"""
|
4488
|
+
return pulumi.get(self, "freeform_tags")
|
4489
|
+
|
4490
|
+
@_builtins.property
|
4491
|
+
@pulumi.getter(name="gcpIdentityConnectivityStatus")
|
4492
|
+
def gcp_identity_connectivity_status(self) -> _builtins.str:
|
4493
|
+
"""
|
4494
|
+
The current Connectivity status of GCP Identity Connector resource.
|
4495
|
+
"""
|
4496
|
+
return pulumi.get(self, "gcp_identity_connectivity_status")
|
4497
|
+
|
4498
|
+
@_builtins.property
|
4499
|
+
@pulumi.getter(name="gcpLocation")
|
4500
|
+
def gcp_location(self) -> _builtins.str:
|
4501
|
+
"""
|
4502
|
+
GCP Location.
|
4503
|
+
"""
|
4504
|
+
return pulumi.get(self, "gcp_location")
|
4505
|
+
|
4506
|
+
@_builtins.property
|
4507
|
+
@pulumi.getter(name="gcpNodes")
|
4508
|
+
def gcp_nodes(self) -> Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNodeResult']:
|
4509
|
+
"""
|
4510
|
+
List of All VMs where GCP Identity Connector is configured for this VMCluster.
|
4511
|
+
"""
|
4512
|
+
return pulumi.get(self, "gcp_nodes")
|
4513
|
+
|
4514
|
+
@_builtins.property
|
4515
|
+
@pulumi.getter(name="gcpResourceServiceAgentId")
|
4516
|
+
def gcp_resource_service_agent_id(self) -> _builtins.str:
|
4517
|
+
"""
|
4518
|
+
The ID of the GCP resource service agent.
|
4519
|
+
"""
|
4520
|
+
return pulumi.get(self, "gcp_resource_service_agent_id")
|
4521
|
+
|
4522
|
+
@_builtins.property
|
4523
|
+
@pulumi.getter(name="gcpWorkloadIdentityPoolId")
|
4524
|
+
def gcp_workload_identity_pool_id(self) -> _builtins.str:
|
4525
|
+
"""
|
4526
|
+
The ID of the cloud GCP Workload Identity Pool.
|
4527
|
+
"""
|
4528
|
+
return pulumi.get(self, "gcp_workload_identity_pool_id")
|
4529
|
+
|
4530
|
+
@_builtins.property
|
4531
|
+
@pulumi.getter(name="gcpWorkloadIdentityProviderId")
|
4532
|
+
def gcp_workload_identity_provider_id(self) -> _builtins.str:
|
4533
|
+
"""
|
4534
|
+
The ID of the GCP Workload Identity Provider.
|
4535
|
+
"""
|
4536
|
+
return pulumi.get(self, "gcp_workload_identity_provider_id")
|
4537
|
+
|
4538
|
+
@_builtins.property
|
4539
|
+
@pulumi.getter
|
4540
|
+
def id(self) -> _builtins.str:
|
4541
|
+
"""
|
4542
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Connector resource.
|
4543
|
+
"""
|
4544
|
+
return pulumi.get(self, "id")
|
4545
|
+
|
4546
|
+
@_builtins.property
|
4547
|
+
@pulumi.getter(name="issuerUrl")
|
4548
|
+
def issuer_url(self) -> _builtins.str:
|
4549
|
+
"""
|
4550
|
+
OIDC token issuer Url.
|
4551
|
+
"""
|
4552
|
+
return pulumi.get(self, "issuer_url")
|
4553
|
+
|
4554
|
+
@_builtins.property
|
4555
|
+
@pulumi.getter(name="lifecycleStateDetails")
|
4556
|
+
def lifecycle_state_details(self) -> _builtins.str:
|
4557
|
+
"""
|
4558
|
+
Description of the current lifecycle state in more detail.
|
4559
|
+
"""
|
4560
|
+
return pulumi.get(self, "lifecycle_state_details")
|
4561
|
+
|
4562
|
+
@_builtins.property
|
4563
|
+
@pulumi.getter(name="projectId")
|
4564
|
+
def project_id(self) -> _builtins.str:
|
4565
|
+
"""
|
4566
|
+
Project id of the customer project.
|
4567
|
+
"""
|
4568
|
+
return pulumi.get(self, "project_id")
|
4569
|
+
|
4570
|
+
@_builtins.property
|
4571
|
+
@pulumi.getter(name="resourceId")
|
4572
|
+
def resource_id(self) -> _builtins.str:
|
4573
|
+
"""
|
4574
|
+
A filter to return Oracle DB GCP Identity Connector resource that match the given resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
4575
|
+
"""
|
4576
|
+
return pulumi.get(self, "resource_id")
|
4577
|
+
|
4578
|
+
@_builtins.property
|
4579
|
+
@pulumi.getter
|
4580
|
+
def state(self) -> _builtins.str:
|
4581
|
+
"""
|
4582
|
+
A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
4583
|
+
"""
|
4584
|
+
return pulumi.get(self, "state")
|
4585
|
+
|
4586
|
+
@_builtins.property
|
4587
|
+
@pulumi.getter(name="systemTags")
|
4588
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
4589
|
+
"""
|
4590
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
4591
|
+
"""
|
4592
|
+
return pulumi.get(self, "system_tags")
|
4593
|
+
|
4594
|
+
@_builtins.property
|
4595
|
+
@pulumi.getter(name="timeCreated")
|
4596
|
+
def time_created(self) -> _builtins.str:
|
4597
|
+
"""
|
4598
|
+
Time when the Oracle DB GCP Identity Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4599
|
+
"""
|
4600
|
+
return pulumi.get(self, "time_created")
|
4601
|
+
|
4602
|
+
@_builtins.property
|
4603
|
+
@pulumi.getter(name="timeUpdated")
|
4604
|
+
def time_updated(self) -> _builtins.str:
|
4605
|
+
"""
|
4606
|
+
Time when the Oracle DB GCP Identity Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4607
|
+
"""
|
4608
|
+
return pulumi.get(self, "time_updated")
|
4609
|
+
|
4610
|
+
|
4611
|
+
@pulumi.output_type
|
4612
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNodeResult(dict):
|
4613
|
+
def __init__(__self__, *,
|
4614
|
+
host_id: _builtins.str,
|
4615
|
+
host_name: _builtins.str,
|
4616
|
+
status: _builtins.str,
|
4617
|
+
time_last_checked: _builtins.str):
|
4618
|
+
"""
|
4619
|
+
:param _builtins.str host_id: Host ID.
|
4620
|
+
:param _builtins.str host_name: Host Name or Identity Connector name.
|
4621
|
+
:param _builtins.str status: The current status of the GCP Identity Connector resource.
|
4622
|
+
:param _builtins.str time_last_checked: time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4623
|
+
"""
|
4624
|
+
pulumi.set(__self__, "host_id", host_id)
|
4625
|
+
pulumi.set(__self__, "host_name", host_name)
|
4626
|
+
pulumi.set(__self__, "status", status)
|
4627
|
+
pulumi.set(__self__, "time_last_checked", time_last_checked)
|
4628
|
+
|
4629
|
+
@_builtins.property
|
4630
|
+
@pulumi.getter(name="hostId")
|
4631
|
+
def host_id(self) -> _builtins.str:
|
4632
|
+
"""
|
4633
|
+
Host ID.
|
4634
|
+
"""
|
4635
|
+
return pulumi.get(self, "host_id")
|
4636
|
+
|
4637
|
+
@_builtins.property
|
4638
|
+
@pulumi.getter(name="hostName")
|
4639
|
+
def host_name(self) -> _builtins.str:
|
4640
|
+
"""
|
4641
|
+
Host Name or Identity Connector name.
|
4642
|
+
"""
|
4643
|
+
return pulumi.get(self, "host_name")
|
4644
|
+
|
4645
|
+
@_builtins.property
|
4646
|
+
@pulumi.getter
|
4647
|
+
def status(self) -> _builtins.str:
|
4648
|
+
"""
|
4649
|
+
The current status of the GCP Identity Connector resource.
|
4650
|
+
"""
|
4651
|
+
return pulumi.get(self, "status")
|
4652
|
+
|
4653
|
+
@_builtins.property
|
4654
|
+
@pulumi.getter(name="timeLastChecked")
|
4655
|
+
def time_last_checked(self) -> _builtins.str:
|
4656
|
+
"""
|
4657
|
+
time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4658
|
+
"""
|
4659
|
+
return pulumi.get(self, "time_last_checked")
|
4660
|
+
|
4661
|
+
|
4662
|
+
@pulumi.output_type
|
4663
|
+
class GetDbmulticloudOracleDbGcpKeyRingsFilterResult(dict):
|
4664
|
+
def __init__(__self__, *,
|
4665
|
+
name: _builtins.str,
|
4666
|
+
values: Sequence[_builtins.str],
|
4667
|
+
regex: Optional[_builtins.bool] = None):
|
4668
|
+
pulumi.set(__self__, "name", name)
|
4669
|
+
pulumi.set(__self__, "values", values)
|
4670
|
+
if regex is not None:
|
4671
|
+
pulumi.set(__self__, "regex", regex)
|
4672
|
+
|
4673
|
+
@_builtins.property
|
4674
|
+
@pulumi.getter
|
4675
|
+
def name(self) -> _builtins.str:
|
4676
|
+
return pulumi.get(self, "name")
|
4677
|
+
|
4678
|
+
@_builtins.property
|
4679
|
+
@pulumi.getter
|
4680
|
+
def values(self) -> Sequence[_builtins.str]:
|
4681
|
+
return pulumi.get(self, "values")
|
4682
|
+
|
4683
|
+
@_builtins.property
|
4684
|
+
@pulumi.getter
|
4685
|
+
def regex(self) -> Optional[_builtins.bool]:
|
4686
|
+
return pulumi.get(self, "regex")
|
4687
|
+
|
4688
|
+
|
4689
|
+
@pulumi.output_type
|
4690
|
+
class GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionResult(dict):
|
4691
|
+
def __init__(__self__, *,
|
4692
|
+
items: Sequence['outputs.GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItemResult']):
|
4693
|
+
pulumi.set(__self__, "items", items)
|
4694
|
+
|
4695
|
+
@_builtins.property
|
4696
|
+
@pulumi.getter
|
4697
|
+
def items(self) -> Sequence['outputs.GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItemResult']:
|
4698
|
+
return pulumi.get(self, "items")
|
4699
|
+
|
4700
|
+
|
4701
|
+
@pulumi.output_type
|
4702
|
+
class GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItemResult(dict):
|
4703
|
+
def __init__(__self__, *,
|
4704
|
+
compartment_id: _builtins.str,
|
4705
|
+
defined_tags: Mapping[str, _builtins.str],
|
4706
|
+
display_name: _builtins.str,
|
4707
|
+
freeform_tags: Mapping[str, _builtins.str],
|
4708
|
+
gcp_key_ring_id: _builtins.str,
|
4709
|
+
id: _builtins.str,
|
4710
|
+
lifecycle_state_details: _builtins.str,
|
4711
|
+
location: _builtins.str,
|
4712
|
+
oracle_db_connector_id: _builtins.str,
|
4713
|
+
properties: Mapping[str, _builtins.str],
|
4714
|
+
state: _builtins.str,
|
4715
|
+
system_tags: Mapping[str, _builtins.str],
|
4716
|
+
time_created: _builtins.str,
|
4717
|
+
time_updated: _builtins.str,
|
4718
|
+
type: _builtins.str):
|
4719
|
+
"""
|
4720
|
+
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4721
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4722
|
+
:param _builtins.str display_name: A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
|
4723
|
+
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4724
|
+
:param _builtins.str gcp_key_ring_id: GCP Key Ring ID.
|
4725
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB GCP Key Ring resource.
|
4726
|
+
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
4727
|
+
:param _builtins.str location: Location of the GCP Key Ring resource.
|
4728
|
+
:param _builtins.str oracle_db_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Oracle DB GCP Identity Connector resource resides.
|
4729
|
+
:param Mapping[str, _builtins.str] properties: Oracle DB GCP Key Ring resource's properties.
|
4730
|
+
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
4731
|
+
: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"}`
|
4732
|
+
:param _builtins.str time_created: Time when the DB GCP Key Ring resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4733
|
+
:param _builtins.str time_updated: Time when the DB GCP Key Ring resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4734
|
+
:param _builtins.str type: Oracle DB GCP Key Ring resource Type.
|
4735
|
+
"""
|
4736
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
4737
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
4738
|
+
pulumi.set(__self__, "display_name", display_name)
|
4739
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
4740
|
+
pulumi.set(__self__, "gcp_key_ring_id", gcp_key_ring_id)
|
4741
|
+
pulumi.set(__self__, "id", id)
|
4742
|
+
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
4743
|
+
pulumi.set(__self__, "location", location)
|
4744
|
+
pulumi.set(__self__, "oracle_db_connector_id", oracle_db_connector_id)
|
4745
|
+
pulumi.set(__self__, "properties", properties)
|
4746
|
+
pulumi.set(__self__, "state", state)
|
4747
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
4748
|
+
pulumi.set(__self__, "time_created", time_created)
|
4749
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
4750
|
+
pulumi.set(__self__, "type", type)
|
4751
|
+
|
4752
|
+
@_builtins.property
|
4753
|
+
@pulumi.getter(name="compartmentId")
|
4754
|
+
def compartment_id(self) -> _builtins.str:
|
4755
|
+
"""
|
4756
|
+
The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4757
|
+
"""
|
4758
|
+
return pulumi.get(self, "compartment_id")
|
4759
|
+
|
4760
|
+
@_builtins.property
|
4761
|
+
@pulumi.getter(name="definedTags")
|
4762
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
4763
|
+
"""
|
4764
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4765
|
+
"""
|
4766
|
+
return pulumi.get(self, "defined_tags")
|
4767
|
+
|
4768
|
+
@_builtins.property
|
4769
|
+
@pulumi.getter(name="displayName")
|
4770
|
+
def display_name(self) -> _builtins.str:
|
4771
|
+
"""
|
4772
|
+
A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
|
4773
|
+
"""
|
4774
|
+
return pulumi.get(self, "display_name")
|
4775
|
+
|
4776
|
+
@_builtins.property
|
4777
|
+
@pulumi.getter(name="freeformTags")
|
4778
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
4779
|
+
"""
|
4780
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4781
|
+
"""
|
4782
|
+
return pulumi.get(self, "freeform_tags")
|
4783
|
+
|
4784
|
+
@_builtins.property
|
4785
|
+
@pulumi.getter(name="gcpKeyRingId")
|
4786
|
+
def gcp_key_ring_id(self) -> _builtins.str:
|
4787
|
+
"""
|
4788
|
+
GCP Key Ring ID.
|
4789
|
+
"""
|
4790
|
+
return pulumi.get(self, "gcp_key_ring_id")
|
4791
|
+
|
4792
|
+
@_builtins.property
|
4793
|
+
@pulumi.getter
|
4794
|
+
def id(self) -> _builtins.str:
|
4795
|
+
"""
|
4796
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB GCP Key Ring resource.
|
4797
|
+
"""
|
4798
|
+
return pulumi.get(self, "id")
|
4799
|
+
|
4800
|
+
@_builtins.property
|
4801
|
+
@pulumi.getter(name="lifecycleStateDetails")
|
4802
|
+
def lifecycle_state_details(self) -> _builtins.str:
|
4803
|
+
"""
|
4804
|
+
Description of the current lifecycle state in more detail.
|
4805
|
+
"""
|
4806
|
+
return pulumi.get(self, "lifecycle_state_details")
|
4807
|
+
|
4808
|
+
@_builtins.property
|
4809
|
+
@pulumi.getter
|
4810
|
+
def location(self) -> _builtins.str:
|
4811
|
+
"""
|
4812
|
+
Location of the GCP Key Ring resource.
|
4813
|
+
"""
|
4814
|
+
return pulumi.get(self, "location")
|
4815
|
+
|
4816
|
+
@_builtins.property
|
4817
|
+
@pulumi.getter(name="oracleDbConnectorId")
|
4818
|
+
def oracle_db_connector_id(self) -> _builtins.str:
|
4819
|
+
"""
|
4820
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Oracle DB GCP Identity Connector resource resides.
|
4821
|
+
"""
|
4822
|
+
return pulumi.get(self, "oracle_db_connector_id")
|
4823
|
+
|
4824
|
+
@_builtins.property
|
4825
|
+
@pulumi.getter
|
4826
|
+
def properties(self) -> Mapping[str, _builtins.str]:
|
4827
|
+
"""
|
4828
|
+
Oracle DB GCP Key Ring resource's properties.
|
4829
|
+
"""
|
4830
|
+
return pulumi.get(self, "properties")
|
4831
|
+
|
4832
|
+
@_builtins.property
|
4833
|
+
@pulumi.getter
|
4834
|
+
def state(self) -> _builtins.str:
|
4835
|
+
"""
|
4836
|
+
A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
4837
|
+
"""
|
4838
|
+
return pulumi.get(self, "state")
|
4839
|
+
|
4840
|
+
@_builtins.property
|
4841
|
+
@pulumi.getter(name="systemTags")
|
4842
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
4843
|
+
"""
|
4844
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
4845
|
+
"""
|
4846
|
+
return pulumi.get(self, "system_tags")
|
4847
|
+
|
4848
|
+
@_builtins.property
|
4849
|
+
@pulumi.getter(name="timeCreated")
|
4850
|
+
def time_created(self) -> _builtins.str:
|
4851
|
+
"""
|
4852
|
+
Time when the DB GCP Key Ring resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4853
|
+
"""
|
4854
|
+
return pulumi.get(self, "time_created")
|
4855
|
+
|
4856
|
+
@_builtins.property
|
4857
|
+
@pulumi.getter(name="timeUpdated")
|
4858
|
+
def time_updated(self) -> _builtins.str:
|
4859
|
+
"""
|
4860
|
+
Time when the DB GCP Key Ring resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
4861
|
+
"""
|
4862
|
+
return pulumi.get(self, "time_updated")
|
4863
|
+
|
4864
|
+
@_builtins.property
|
4865
|
+
@pulumi.getter
|
4866
|
+
def type(self) -> _builtins.str:
|
4867
|
+
"""
|
4868
|
+
Oracle DB GCP Key Ring resource Type.
|
4869
|
+
"""
|
4870
|
+
return pulumi.get(self, "type")
|
4871
|
+
|
4872
|
+
|
4873
|
+
@pulumi.output_type
|
4874
|
+
class GetDbmulticloudOracleDbGcpKeysFilterResult(dict):
|
4875
|
+
def __init__(__self__, *,
|
4876
|
+
name: _builtins.str,
|
4877
|
+
values: Sequence[_builtins.str],
|
4878
|
+
regex: Optional[_builtins.bool] = None):
|
4879
|
+
pulumi.set(__self__, "name", name)
|
4880
|
+
pulumi.set(__self__, "values", values)
|
4881
|
+
if regex is not None:
|
4882
|
+
pulumi.set(__self__, "regex", regex)
|
4883
|
+
|
4884
|
+
@_builtins.property
|
4885
|
+
@pulumi.getter
|
4886
|
+
def name(self) -> _builtins.str:
|
4887
|
+
return pulumi.get(self, "name")
|
4888
|
+
|
4889
|
+
@_builtins.property
|
4890
|
+
@pulumi.getter
|
4891
|
+
def values(self) -> Sequence[_builtins.str]:
|
4892
|
+
return pulumi.get(self, "values")
|
4893
|
+
|
4894
|
+
@_builtins.property
|
4895
|
+
@pulumi.getter
|
4896
|
+
def regex(self) -> Optional[_builtins.bool]:
|
4897
|
+
return pulumi.get(self, "regex")
|
4898
|
+
|
4899
|
+
|
4900
|
+
@pulumi.output_type
|
4901
|
+
class GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionResult(dict):
|
4902
|
+
def __init__(__self__, *,
|
4903
|
+
items: Sequence['outputs.GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionItemResult']):
|
4904
|
+
pulumi.set(__self__, "items", items)
|
4905
|
+
|
4906
|
+
@_builtins.property
|
4907
|
+
@pulumi.getter
|
4908
|
+
def items(self) -> Sequence['outputs.GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionItemResult']:
|
4909
|
+
return pulumi.get(self, "items")
|
4910
|
+
|
4911
|
+
|
4912
|
+
@pulumi.output_type
|
4913
|
+
class GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionItemResult(dict):
|
4914
|
+
def __init__(__self__, *,
|
4915
|
+
compartment_id: _builtins.str,
|
4916
|
+
defined_tags: Mapping[str, _builtins.str],
|
4917
|
+
display_name: _builtins.str,
|
4918
|
+
freeform_tags: Mapping[str, _builtins.str],
|
4919
|
+
gcp_key_id: _builtins.str,
|
4920
|
+
gcp_key_properties: Mapping[str, _builtins.str],
|
4921
|
+
id: _builtins.str,
|
4922
|
+
lifecycle_state_details: _builtins.str,
|
4923
|
+
oracle_db_gcp_key_ring_id: _builtins.str,
|
4924
|
+
resource_type: _builtins.str,
|
4925
|
+
state: _builtins.str,
|
4926
|
+
system_tags: Mapping[str, _builtins.str],
|
4927
|
+
time_created: _builtins.str,
|
4928
|
+
time_updated: _builtins.str):
|
4929
|
+
"""
|
4930
|
+
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4931
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4932
|
+
:param _builtins.str display_name: A filter to return Oracle DB Google Cloud Key resources that match the specified display name.
|
4933
|
+
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4934
|
+
:param _builtins.str gcp_key_id: TThe Google Cloud Key ID and Key URL associated with the Google Key under the specified Key Ring resource.
|
4935
|
+
:param Mapping[str, _builtins.str] gcp_key_properties: Gcp Key properties
|
4936
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Google Key resource.
|
4937
|
+
:param _builtins.str lifecycle_state_details: Description of the current lifecycle state in more detail.
|
4938
|
+
:param _builtins.str oracle_db_gcp_key_ring_id: A filter to return Oracle DB GCP Key Rings.
|
4939
|
+
:param _builtins.str resource_type: Key resource type.
|
4940
|
+
:param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
4941
|
+
: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"}`
|
4942
|
+
:param _builtins.str time_created: Time when the Oracle DB Google Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4943
|
+
:param _builtins.str time_updated: Time when the Oracle DB Google Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
4944
|
+
"""
|
4945
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
4946
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
4947
|
+
pulumi.set(__self__, "display_name", display_name)
|
4948
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
4949
|
+
pulumi.set(__self__, "gcp_key_id", gcp_key_id)
|
4950
|
+
pulumi.set(__self__, "gcp_key_properties", gcp_key_properties)
|
4951
|
+
pulumi.set(__self__, "id", id)
|
4952
|
+
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
4953
|
+
pulumi.set(__self__, "oracle_db_gcp_key_ring_id", oracle_db_gcp_key_ring_id)
|
4954
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
4955
|
+
pulumi.set(__self__, "state", state)
|
4956
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
4957
|
+
pulumi.set(__self__, "time_created", time_created)
|
4958
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
4959
|
+
|
4960
|
+
@_builtins.property
|
4961
|
+
@pulumi.getter(name="compartmentId")
|
4962
|
+
def compartment_id(self) -> _builtins.str:
|
4963
|
+
"""
|
4964
|
+
The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
4965
|
+
"""
|
4966
|
+
return pulumi.get(self, "compartment_id")
|
4967
|
+
|
4968
|
+
@_builtins.property
|
4969
|
+
@pulumi.getter(name="definedTags")
|
4970
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
4971
|
+
"""
|
4972
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4973
|
+
"""
|
4974
|
+
return pulumi.get(self, "defined_tags")
|
4975
|
+
|
4976
|
+
@_builtins.property
|
4977
|
+
@pulumi.getter(name="displayName")
|
4978
|
+
def display_name(self) -> _builtins.str:
|
4979
|
+
"""
|
4980
|
+
A filter to return Oracle DB Google Cloud Key resources that match the specified display name.
|
4981
|
+
"""
|
4982
|
+
return pulumi.get(self, "display_name")
|
4983
|
+
|
4984
|
+
@_builtins.property
|
4985
|
+
@pulumi.getter(name="freeformTags")
|
4986
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
4987
|
+
"""
|
4988
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4989
|
+
"""
|
4990
|
+
return pulumi.get(self, "freeform_tags")
|
4991
|
+
|
4992
|
+
@_builtins.property
|
4993
|
+
@pulumi.getter(name="gcpKeyId")
|
4994
|
+
def gcp_key_id(self) -> _builtins.str:
|
4995
|
+
"""
|
4996
|
+
TThe Google Cloud Key ID and Key URL associated with the Google Key under the specified Key Ring resource.
|
4997
|
+
"""
|
4998
|
+
return pulumi.get(self, "gcp_key_id")
|
4999
|
+
|
5000
|
+
@_builtins.property
|
5001
|
+
@pulumi.getter(name="gcpKeyProperties")
|
5002
|
+
def gcp_key_properties(self) -> Mapping[str, _builtins.str]:
|
5003
|
+
"""
|
5004
|
+
Gcp Key properties
|
5005
|
+
"""
|
5006
|
+
return pulumi.get(self, "gcp_key_properties")
|
5007
|
+
|
5008
|
+
@_builtins.property
|
5009
|
+
@pulumi.getter
|
5010
|
+
def id(self) -> _builtins.str:
|
5011
|
+
"""
|
5012
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Google Key resource.
|
5013
|
+
"""
|
5014
|
+
return pulumi.get(self, "id")
|
5015
|
+
|
5016
|
+
@_builtins.property
|
5017
|
+
@pulumi.getter(name="lifecycleStateDetails")
|
5018
|
+
def lifecycle_state_details(self) -> _builtins.str:
|
5019
|
+
"""
|
5020
|
+
Description of the current lifecycle state in more detail.
|
5021
|
+
"""
|
5022
|
+
return pulumi.get(self, "lifecycle_state_details")
|
5023
|
+
|
5024
|
+
@_builtins.property
|
5025
|
+
@pulumi.getter(name="oracleDbGcpKeyRingId")
|
5026
|
+
def oracle_db_gcp_key_ring_id(self) -> _builtins.str:
|
5027
|
+
"""
|
5028
|
+
A filter to return Oracle DB GCP Key Rings.
|
5029
|
+
"""
|
5030
|
+
return pulumi.get(self, "oracle_db_gcp_key_ring_id")
|
5031
|
+
|
5032
|
+
@_builtins.property
|
5033
|
+
@pulumi.getter(name="resourceType")
|
5034
|
+
def resource_type(self) -> _builtins.str:
|
5035
|
+
"""
|
5036
|
+
Key resource type.
|
5037
|
+
"""
|
5038
|
+
return pulumi.get(self, "resource_type")
|
5039
|
+
|
5040
|
+
@_builtins.property
|
5041
|
+
@pulumi.getter
|
5042
|
+
def state(self) -> _builtins.str:
|
5043
|
+
"""
|
5044
|
+
A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
5045
|
+
"""
|
5046
|
+
return pulumi.get(self, "state")
|
5047
|
+
|
5048
|
+
@_builtins.property
|
5049
|
+
@pulumi.getter(name="systemTags")
|
5050
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
5051
|
+
"""
|
5052
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
5053
|
+
"""
|
5054
|
+
return pulumi.get(self, "system_tags")
|
5055
|
+
|
5056
|
+
@_builtins.property
|
5057
|
+
@pulumi.getter(name="timeCreated")
|
5058
|
+
def time_created(self) -> _builtins.str:
|
5059
|
+
"""
|
5060
|
+
Time when the Oracle DB Google Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
5061
|
+
"""
|
5062
|
+
return pulumi.get(self, "time_created")
|
5063
|
+
|
5064
|
+
@_builtins.property
|
5065
|
+
@pulumi.getter(name="timeUpdated")
|
5066
|
+
def time_updated(self) -> _builtins.str:
|
5067
|
+
"""
|
5068
|
+
Time when the Oracle DB Google Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
5069
|
+
"""
|
5070
|
+
return pulumi.get(self, "time_updated")
|
5071
|
+
|
5072
|
+
|
4173
5073
|
@pulumi.output_type
|
4174
5074
|
class GetManagedKafkaKafkaClusterAccessSubnetResult(dict):
|
4175
5075
|
def __init__(__self__, *,
|