pulumi-oci 2.23.0a1738304451__py3-none-any.whl → 2.24.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 +96 -0
- pulumi_oci/apmsynthetics/config.py +2 -2
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_result.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/script.py +2 -2
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +2242 -1118
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +11946 -7866
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/databasemanagement/__init__.py +7 -0
- pulumi_oci/databasemanagement/_inputs.py +282 -0
- pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
- pulumi_oci/databasemanagement/outputs.py +767 -1
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/disasterrecovery/_inputs.py +720 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1328 -48
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/opsi/_inputs.py +20 -0
- pulumi_oci/opsi/database_insight.py +47 -0
- pulumi_oci/opsi/get_database_insight.py +15 -1
- pulumi_oci/opsi/get_news_report.py +29 -1
- pulumi_oci/opsi/news_report.py +117 -17
- pulumi_oci/opsi/outputs.py +70 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +163 -124
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
@@ -74,6 +74,7 @@ __all__ = [
|
|
74
74
|
'ExternalListenerEndpoint',
|
75
75
|
'ExternalListenerServicedAsm',
|
76
76
|
'ExternalListenerServicedDatabase',
|
77
|
+
'ExternalMySqlDatabaseConnectorConnectorDetails',
|
77
78
|
'ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetails',
|
78
79
|
'ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetails',
|
79
80
|
'ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails',
|
@@ -264,6 +265,14 @@ __all__ = [
|
|
264
265
|
'GetExternalListenersExternalListenerCollectionItemServicedAsmResult',
|
265
266
|
'GetExternalListenersExternalListenerCollectionItemServicedDatabaseResult',
|
266
267
|
'GetExternalListenersFilterResult',
|
268
|
+
'GetExternalMySqlDatabaseConnectorConnectorDetailResult',
|
269
|
+
'GetExternalMySqlDatabaseConnectorsFilterResult',
|
270
|
+
'GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionResult',
|
271
|
+
'GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemResult',
|
272
|
+
'GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemConnectorDetailResult',
|
273
|
+
'GetExternalMySqlDatabasesExternalMySqlDatabaseCollectionResult',
|
274
|
+
'GetExternalMySqlDatabasesExternalMySqlDatabaseCollectionItemResult',
|
275
|
+
'GetExternalMySqlDatabasesFilterResult',
|
267
276
|
'GetJobExecutionsStatusItemResult',
|
268
277
|
'GetJobExecutionsStatusesFilterResult',
|
269
278
|
'GetJobExecutionsStatusesJobExecutionsStatusSummaryCollectionResult',
|
@@ -6510,6 +6519,130 @@ class ExternalListenerServicedDatabase(dict):
|
|
6510
6519
|
return pulumi.get(self, "is_managed")
|
6511
6520
|
|
6512
6521
|
|
6522
|
+
@pulumi.output_type
|
6523
|
+
class ExternalMySqlDatabaseConnectorConnectorDetails(dict):
|
6524
|
+
@staticmethod
|
6525
|
+
def __key_warning(key: str):
|
6526
|
+
suggest = None
|
6527
|
+
if key == "credentialType":
|
6528
|
+
suggest = "credential_type"
|
6529
|
+
elif key == "displayName":
|
6530
|
+
suggest = "display_name"
|
6531
|
+
elif key == "externalDatabaseId":
|
6532
|
+
suggest = "external_database_id"
|
6533
|
+
elif key == "hostName":
|
6534
|
+
suggest = "host_name"
|
6535
|
+
elif key == "macsAgentId":
|
6536
|
+
suggest = "macs_agent_id"
|
6537
|
+
elif key == "networkProtocol":
|
6538
|
+
suggest = "network_protocol"
|
6539
|
+
elif key == "sslSecretId":
|
6540
|
+
suggest = "ssl_secret_id"
|
6541
|
+
|
6542
|
+
if suggest:
|
6543
|
+
pulumi.log.warn(f"Key '{key}' not found in ExternalMySqlDatabaseConnectorConnectorDetails. Access the value via the '{suggest}' property getter instead.")
|
6544
|
+
|
6545
|
+
def __getitem__(self, key: str) -> Any:
|
6546
|
+
ExternalMySqlDatabaseConnectorConnectorDetails.__key_warning(key)
|
6547
|
+
return super().__getitem__(key)
|
6548
|
+
|
6549
|
+
def get(self, key: str, default = None) -> Any:
|
6550
|
+
ExternalMySqlDatabaseConnectorConnectorDetails.__key_warning(key)
|
6551
|
+
return super().get(key, default)
|
6552
|
+
|
6553
|
+
def __init__(__self__, *,
|
6554
|
+
credential_type: str,
|
6555
|
+
display_name: str,
|
6556
|
+
external_database_id: str,
|
6557
|
+
host_name: str,
|
6558
|
+
macs_agent_id: str,
|
6559
|
+
network_protocol: str,
|
6560
|
+
port: int,
|
6561
|
+
ssl_secret_id: str):
|
6562
|
+
"""
|
6563
|
+
:param str credential_type: (Updatable) Type of the credential.
|
6564
|
+
:param str display_name: (Updatable) External MySQL Database Connector Name.
|
6565
|
+
:param str external_database_id: (Updatable) OCID of MySQL Database resource.
|
6566
|
+
:param str host_name: (Updatable) Host name for Connector.
|
6567
|
+
:param str macs_agent_id: (Updatable) Agent Id of the MACS agent.
|
6568
|
+
:param str network_protocol: (Updatable) Protocol to be used to connect to External MySQL Database; TCP, TCP with SSL or Socket.
|
6569
|
+
:param int port: (Updatable) Port number to connect to External MySQL Database.
|
6570
|
+
:param str ssl_secret_id: (Updatable) If using existing SSL secret to connect, OCID for the secret resource.
|
6571
|
+
"""
|
6572
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
6573
|
+
pulumi.set(__self__, "display_name", display_name)
|
6574
|
+
pulumi.set(__self__, "external_database_id", external_database_id)
|
6575
|
+
pulumi.set(__self__, "host_name", host_name)
|
6576
|
+
pulumi.set(__self__, "macs_agent_id", macs_agent_id)
|
6577
|
+
pulumi.set(__self__, "network_protocol", network_protocol)
|
6578
|
+
pulumi.set(__self__, "port", port)
|
6579
|
+
pulumi.set(__self__, "ssl_secret_id", ssl_secret_id)
|
6580
|
+
|
6581
|
+
@property
|
6582
|
+
@pulumi.getter(name="credentialType")
|
6583
|
+
def credential_type(self) -> str:
|
6584
|
+
"""
|
6585
|
+
(Updatable) Type of the credential.
|
6586
|
+
"""
|
6587
|
+
return pulumi.get(self, "credential_type")
|
6588
|
+
|
6589
|
+
@property
|
6590
|
+
@pulumi.getter(name="displayName")
|
6591
|
+
def display_name(self) -> str:
|
6592
|
+
"""
|
6593
|
+
(Updatable) External MySQL Database Connector Name.
|
6594
|
+
"""
|
6595
|
+
return pulumi.get(self, "display_name")
|
6596
|
+
|
6597
|
+
@property
|
6598
|
+
@pulumi.getter(name="externalDatabaseId")
|
6599
|
+
def external_database_id(self) -> str:
|
6600
|
+
"""
|
6601
|
+
(Updatable) OCID of MySQL Database resource.
|
6602
|
+
"""
|
6603
|
+
return pulumi.get(self, "external_database_id")
|
6604
|
+
|
6605
|
+
@property
|
6606
|
+
@pulumi.getter(name="hostName")
|
6607
|
+
def host_name(self) -> str:
|
6608
|
+
"""
|
6609
|
+
(Updatable) Host name for Connector.
|
6610
|
+
"""
|
6611
|
+
return pulumi.get(self, "host_name")
|
6612
|
+
|
6613
|
+
@property
|
6614
|
+
@pulumi.getter(name="macsAgentId")
|
6615
|
+
def macs_agent_id(self) -> str:
|
6616
|
+
"""
|
6617
|
+
(Updatable) Agent Id of the MACS agent.
|
6618
|
+
"""
|
6619
|
+
return pulumi.get(self, "macs_agent_id")
|
6620
|
+
|
6621
|
+
@property
|
6622
|
+
@pulumi.getter(name="networkProtocol")
|
6623
|
+
def network_protocol(self) -> str:
|
6624
|
+
"""
|
6625
|
+
(Updatable) Protocol to be used to connect to External MySQL Database; TCP, TCP with SSL or Socket.
|
6626
|
+
"""
|
6627
|
+
return pulumi.get(self, "network_protocol")
|
6628
|
+
|
6629
|
+
@property
|
6630
|
+
@pulumi.getter
|
6631
|
+
def port(self) -> int:
|
6632
|
+
"""
|
6633
|
+
(Updatable) Port number to connect to External MySQL Database.
|
6634
|
+
"""
|
6635
|
+
return pulumi.get(self, "port")
|
6636
|
+
|
6637
|
+
@property
|
6638
|
+
@pulumi.getter(name="sslSecretId")
|
6639
|
+
def ssl_secret_id(self) -> str:
|
6640
|
+
"""
|
6641
|
+
(Updatable) If using existing SSL secret to connect, OCID for the secret resource.
|
6642
|
+
"""
|
6643
|
+
return pulumi.get(self, "ssl_secret_id")
|
6644
|
+
|
6645
|
+
|
6513
6646
|
@pulumi.output_type
|
6514
6647
|
class ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetails(dict):
|
6515
6648
|
@staticmethod
|
@@ -20752,6 +20885,566 @@ class GetExternalListenersFilterResult(dict):
|
|
20752
20885
|
return pulumi.get(self, "regex")
|
20753
20886
|
|
20754
20887
|
|
20888
|
+
@pulumi.output_type
|
20889
|
+
class GetExternalMySqlDatabaseConnectorConnectorDetailResult(dict):
|
20890
|
+
def __init__(__self__, *,
|
20891
|
+
credential_type: str,
|
20892
|
+
display_name: str,
|
20893
|
+
external_database_id: str,
|
20894
|
+
host_name: str,
|
20895
|
+
macs_agent_id: str,
|
20896
|
+
network_protocol: str,
|
20897
|
+
port: int,
|
20898
|
+
ssl_secret_id: str):
|
20899
|
+
"""
|
20900
|
+
:param str credential_type: Credential type used to connect to database.
|
20901
|
+
:param str external_database_id: OCID of MySQL Database resource
|
20902
|
+
:param str host_name: Host name for Connector.
|
20903
|
+
:param str macs_agent_id: Agent Id of the MACS agent.
|
20904
|
+
:param str network_protocol: Network Protocol.
|
20905
|
+
:param int port: Connector port.
|
20906
|
+
:param str ssl_secret_id: OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
20907
|
+
"""
|
20908
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
20909
|
+
pulumi.set(__self__, "display_name", display_name)
|
20910
|
+
pulumi.set(__self__, "external_database_id", external_database_id)
|
20911
|
+
pulumi.set(__self__, "host_name", host_name)
|
20912
|
+
pulumi.set(__self__, "macs_agent_id", macs_agent_id)
|
20913
|
+
pulumi.set(__self__, "network_protocol", network_protocol)
|
20914
|
+
pulumi.set(__self__, "port", port)
|
20915
|
+
pulumi.set(__self__, "ssl_secret_id", ssl_secret_id)
|
20916
|
+
|
20917
|
+
@property
|
20918
|
+
@pulumi.getter(name="credentialType")
|
20919
|
+
def credential_type(self) -> str:
|
20920
|
+
"""
|
20921
|
+
Credential type used to connect to database.
|
20922
|
+
"""
|
20923
|
+
return pulumi.get(self, "credential_type")
|
20924
|
+
|
20925
|
+
@property
|
20926
|
+
@pulumi.getter(name="displayName")
|
20927
|
+
def display_name(self) -> str:
|
20928
|
+
return pulumi.get(self, "display_name")
|
20929
|
+
|
20930
|
+
@property
|
20931
|
+
@pulumi.getter(name="externalDatabaseId")
|
20932
|
+
def external_database_id(self) -> str:
|
20933
|
+
"""
|
20934
|
+
OCID of MySQL Database resource
|
20935
|
+
"""
|
20936
|
+
return pulumi.get(self, "external_database_id")
|
20937
|
+
|
20938
|
+
@property
|
20939
|
+
@pulumi.getter(name="hostName")
|
20940
|
+
def host_name(self) -> str:
|
20941
|
+
"""
|
20942
|
+
Host name for Connector.
|
20943
|
+
"""
|
20944
|
+
return pulumi.get(self, "host_name")
|
20945
|
+
|
20946
|
+
@property
|
20947
|
+
@pulumi.getter(name="macsAgentId")
|
20948
|
+
def macs_agent_id(self) -> str:
|
20949
|
+
"""
|
20950
|
+
Agent Id of the MACS agent.
|
20951
|
+
"""
|
20952
|
+
return pulumi.get(self, "macs_agent_id")
|
20953
|
+
|
20954
|
+
@property
|
20955
|
+
@pulumi.getter(name="networkProtocol")
|
20956
|
+
def network_protocol(self) -> str:
|
20957
|
+
"""
|
20958
|
+
Network Protocol.
|
20959
|
+
"""
|
20960
|
+
return pulumi.get(self, "network_protocol")
|
20961
|
+
|
20962
|
+
@property
|
20963
|
+
@pulumi.getter
|
20964
|
+
def port(self) -> int:
|
20965
|
+
"""
|
20966
|
+
Connector port.
|
20967
|
+
"""
|
20968
|
+
return pulumi.get(self, "port")
|
20969
|
+
|
20970
|
+
@property
|
20971
|
+
@pulumi.getter(name="sslSecretId")
|
20972
|
+
def ssl_secret_id(self) -> str:
|
20973
|
+
"""
|
20974
|
+
OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
20975
|
+
"""
|
20976
|
+
return pulumi.get(self, "ssl_secret_id")
|
20977
|
+
|
20978
|
+
|
20979
|
+
@pulumi.output_type
|
20980
|
+
class GetExternalMySqlDatabaseConnectorsFilterResult(dict):
|
20981
|
+
def __init__(__self__, *,
|
20982
|
+
name: str,
|
20983
|
+
values: Sequence[str],
|
20984
|
+
regex: Optional[bool] = None):
|
20985
|
+
"""
|
20986
|
+
:param str name: The parameter to filter by MySQL Database System type.
|
20987
|
+
"""
|
20988
|
+
pulumi.set(__self__, "name", name)
|
20989
|
+
pulumi.set(__self__, "values", values)
|
20990
|
+
if regex is not None:
|
20991
|
+
pulumi.set(__self__, "regex", regex)
|
20992
|
+
|
20993
|
+
@property
|
20994
|
+
@pulumi.getter
|
20995
|
+
def name(self) -> str:
|
20996
|
+
"""
|
20997
|
+
The parameter to filter by MySQL Database System type.
|
20998
|
+
"""
|
20999
|
+
return pulumi.get(self, "name")
|
21000
|
+
|
21001
|
+
@property
|
21002
|
+
@pulumi.getter
|
21003
|
+
def values(self) -> Sequence[str]:
|
21004
|
+
return pulumi.get(self, "values")
|
21005
|
+
|
21006
|
+
@property
|
21007
|
+
@pulumi.getter
|
21008
|
+
def regex(self) -> Optional[bool]:
|
21009
|
+
return pulumi.get(self, "regex")
|
21010
|
+
|
21011
|
+
|
21012
|
+
@pulumi.output_type
|
21013
|
+
class GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionResult(dict):
|
21014
|
+
def __init__(__self__, *,
|
21015
|
+
items: Sequence['outputs.GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemResult']):
|
21016
|
+
pulumi.set(__self__, "items", items)
|
21017
|
+
|
21018
|
+
@property
|
21019
|
+
@pulumi.getter
|
21020
|
+
def items(self) -> Sequence['outputs.GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemResult']:
|
21021
|
+
return pulumi.get(self, "items")
|
21022
|
+
|
21023
|
+
|
21024
|
+
@pulumi.output_type
|
21025
|
+
class GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemResult(dict):
|
21026
|
+
def __init__(__self__, *,
|
21027
|
+
associated_services: str,
|
21028
|
+
check_connection_status_trigger: int,
|
21029
|
+
compartment_id: str,
|
21030
|
+
connection_status: str,
|
21031
|
+
connector_details: Sequence['outputs.GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemConnectorDetailResult'],
|
21032
|
+
connector_type: str,
|
21033
|
+
credential_type: str,
|
21034
|
+
external_database_id: str,
|
21035
|
+
host_name: str,
|
21036
|
+
id: str,
|
21037
|
+
is_test_connection_param: bool,
|
21038
|
+
macs_agent_id: str,
|
21039
|
+
name: str,
|
21040
|
+
network_protocol: str,
|
21041
|
+
port: int,
|
21042
|
+
source_database: str,
|
21043
|
+
source_database_type: str,
|
21044
|
+
ssl_secret_id: str,
|
21045
|
+
ssl_secret_name: str,
|
21046
|
+
state: str,
|
21047
|
+
time_connection_status_updated: str,
|
21048
|
+
time_created: str,
|
21049
|
+
time_updated: str):
|
21050
|
+
"""
|
21051
|
+
:param str associated_services: Oracle Cloud Infrastructure Services associated with this connector.
|
21052
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
21053
|
+
:param str connection_status: Connection Status
|
21054
|
+
:param str connector_type: Connector Type.
|
21055
|
+
:param str credential_type: Credential type used to connect to database.
|
21056
|
+
:param str external_database_id: OCID of MySQL Database resource
|
21057
|
+
:param str host_name: Host name for Connector.
|
21058
|
+
:param str id: OCID of MySQL Database Connector.
|
21059
|
+
:param str macs_agent_id: Agent Id of the MACS agent.
|
21060
|
+
:param str name: The parameter to filter by MySQL Database System type.
|
21061
|
+
:param str network_protocol: Network Protocol.
|
21062
|
+
:param int port: Connector port.
|
21063
|
+
:param str source_database: Name of MySQL Database.
|
21064
|
+
:param str source_database_type: Type of MySQL Database.
|
21065
|
+
:param str ssl_secret_id: OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
21066
|
+
:param str ssl_secret_name: Name of the SSL secret, if TCPS with SSL is used to connect to database.
|
21067
|
+
:param str state: Indicates lifecycle state of the resource.
|
21068
|
+
:param str time_connection_status_updated: Time when connection status was last updated.
|
21069
|
+
:param str time_created: Connector creation time.
|
21070
|
+
:param str time_updated: Connector update time.
|
21071
|
+
"""
|
21072
|
+
pulumi.set(__self__, "associated_services", associated_services)
|
21073
|
+
pulumi.set(__self__, "check_connection_status_trigger", check_connection_status_trigger)
|
21074
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
21075
|
+
pulumi.set(__self__, "connection_status", connection_status)
|
21076
|
+
pulumi.set(__self__, "connector_details", connector_details)
|
21077
|
+
pulumi.set(__self__, "connector_type", connector_type)
|
21078
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
21079
|
+
pulumi.set(__self__, "external_database_id", external_database_id)
|
21080
|
+
pulumi.set(__self__, "host_name", host_name)
|
21081
|
+
pulumi.set(__self__, "id", id)
|
21082
|
+
pulumi.set(__self__, "is_test_connection_param", is_test_connection_param)
|
21083
|
+
pulumi.set(__self__, "macs_agent_id", macs_agent_id)
|
21084
|
+
pulumi.set(__self__, "name", name)
|
21085
|
+
pulumi.set(__self__, "network_protocol", network_protocol)
|
21086
|
+
pulumi.set(__self__, "port", port)
|
21087
|
+
pulumi.set(__self__, "source_database", source_database)
|
21088
|
+
pulumi.set(__self__, "source_database_type", source_database_type)
|
21089
|
+
pulumi.set(__self__, "ssl_secret_id", ssl_secret_id)
|
21090
|
+
pulumi.set(__self__, "ssl_secret_name", ssl_secret_name)
|
21091
|
+
pulumi.set(__self__, "state", state)
|
21092
|
+
pulumi.set(__self__, "time_connection_status_updated", time_connection_status_updated)
|
21093
|
+
pulumi.set(__self__, "time_created", time_created)
|
21094
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
21095
|
+
|
21096
|
+
@property
|
21097
|
+
@pulumi.getter(name="associatedServices")
|
21098
|
+
def associated_services(self) -> str:
|
21099
|
+
"""
|
21100
|
+
Oracle Cloud Infrastructure Services associated with this connector.
|
21101
|
+
"""
|
21102
|
+
return pulumi.get(self, "associated_services")
|
21103
|
+
|
21104
|
+
@property
|
21105
|
+
@pulumi.getter(name="checkConnectionStatusTrigger")
|
21106
|
+
def check_connection_status_trigger(self) -> int:
|
21107
|
+
return pulumi.get(self, "check_connection_status_trigger")
|
21108
|
+
|
21109
|
+
@property
|
21110
|
+
@pulumi.getter(name="compartmentId")
|
21111
|
+
def compartment_id(self) -> str:
|
21112
|
+
"""
|
21113
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
21114
|
+
"""
|
21115
|
+
return pulumi.get(self, "compartment_id")
|
21116
|
+
|
21117
|
+
@property
|
21118
|
+
@pulumi.getter(name="connectionStatus")
|
21119
|
+
def connection_status(self) -> str:
|
21120
|
+
"""
|
21121
|
+
Connection Status
|
21122
|
+
"""
|
21123
|
+
return pulumi.get(self, "connection_status")
|
21124
|
+
|
21125
|
+
@property
|
21126
|
+
@pulumi.getter(name="connectorDetails")
|
21127
|
+
def connector_details(self) -> Sequence['outputs.GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemConnectorDetailResult']:
|
21128
|
+
return pulumi.get(self, "connector_details")
|
21129
|
+
|
21130
|
+
@property
|
21131
|
+
@pulumi.getter(name="connectorType")
|
21132
|
+
def connector_type(self) -> str:
|
21133
|
+
"""
|
21134
|
+
Connector Type.
|
21135
|
+
"""
|
21136
|
+
return pulumi.get(self, "connector_type")
|
21137
|
+
|
21138
|
+
@property
|
21139
|
+
@pulumi.getter(name="credentialType")
|
21140
|
+
def credential_type(self) -> str:
|
21141
|
+
"""
|
21142
|
+
Credential type used to connect to database.
|
21143
|
+
"""
|
21144
|
+
return pulumi.get(self, "credential_type")
|
21145
|
+
|
21146
|
+
@property
|
21147
|
+
@pulumi.getter(name="externalDatabaseId")
|
21148
|
+
def external_database_id(self) -> str:
|
21149
|
+
"""
|
21150
|
+
OCID of MySQL Database resource
|
21151
|
+
"""
|
21152
|
+
return pulumi.get(self, "external_database_id")
|
21153
|
+
|
21154
|
+
@property
|
21155
|
+
@pulumi.getter(name="hostName")
|
21156
|
+
def host_name(self) -> str:
|
21157
|
+
"""
|
21158
|
+
Host name for Connector.
|
21159
|
+
"""
|
21160
|
+
return pulumi.get(self, "host_name")
|
21161
|
+
|
21162
|
+
@property
|
21163
|
+
@pulumi.getter
|
21164
|
+
def id(self) -> str:
|
21165
|
+
"""
|
21166
|
+
OCID of MySQL Database Connector.
|
21167
|
+
"""
|
21168
|
+
return pulumi.get(self, "id")
|
21169
|
+
|
21170
|
+
@property
|
21171
|
+
@pulumi.getter(name="isTestConnectionParam")
|
21172
|
+
def is_test_connection_param(self) -> bool:
|
21173
|
+
return pulumi.get(self, "is_test_connection_param")
|
21174
|
+
|
21175
|
+
@property
|
21176
|
+
@pulumi.getter(name="macsAgentId")
|
21177
|
+
def macs_agent_id(self) -> str:
|
21178
|
+
"""
|
21179
|
+
Agent Id of the MACS agent.
|
21180
|
+
"""
|
21181
|
+
return pulumi.get(self, "macs_agent_id")
|
21182
|
+
|
21183
|
+
@property
|
21184
|
+
@pulumi.getter
|
21185
|
+
def name(self) -> str:
|
21186
|
+
"""
|
21187
|
+
The parameter to filter by MySQL Database System type.
|
21188
|
+
"""
|
21189
|
+
return pulumi.get(self, "name")
|
21190
|
+
|
21191
|
+
@property
|
21192
|
+
@pulumi.getter(name="networkProtocol")
|
21193
|
+
def network_protocol(self) -> str:
|
21194
|
+
"""
|
21195
|
+
Network Protocol.
|
21196
|
+
"""
|
21197
|
+
return pulumi.get(self, "network_protocol")
|
21198
|
+
|
21199
|
+
@property
|
21200
|
+
@pulumi.getter
|
21201
|
+
def port(self) -> int:
|
21202
|
+
"""
|
21203
|
+
Connector port.
|
21204
|
+
"""
|
21205
|
+
return pulumi.get(self, "port")
|
21206
|
+
|
21207
|
+
@property
|
21208
|
+
@pulumi.getter(name="sourceDatabase")
|
21209
|
+
def source_database(self) -> str:
|
21210
|
+
"""
|
21211
|
+
Name of MySQL Database.
|
21212
|
+
"""
|
21213
|
+
return pulumi.get(self, "source_database")
|
21214
|
+
|
21215
|
+
@property
|
21216
|
+
@pulumi.getter(name="sourceDatabaseType")
|
21217
|
+
def source_database_type(self) -> str:
|
21218
|
+
"""
|
21219
|
+
Type of MySQL Database.
|
21220
|
+
"""
|
21221
|
+
return pulumi.get(self, "source_database_type")
|
21222
|
+
|
21223
|
+
@property
|
21224
|
+
@pulumi.getter(name="sslSecretId")
|
21225
|
+
def ssl_secret_id(self) -> str:
|
21226
|
+
"""
|
21227
|
+
OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
21228
|
+
"""
|
21229
|
+
return pulumi.get(self, "ssl_secret_id")
|
21230
|
+
|
21231
|
+
@property
|
21232
|
+
@pulumi.getter(name="sslSecretName")
|
21233
|
+
def ssl_secret_name(self) -> str:
|
21234
|
+
"""
|
21235
|
+
Name of the SSL secret, if TCPS with SSL is used to connect to database.
|
21236
|
+
"""
|
21237
|
+
return pulumi.get(self, "ssl_secret_name")
|
21238
|
+
|
21239
|
+
@property
|
21240
|
+
@pulumi.getter
|
21241
|
+
def state(self) -> str:
|
21242
|
+
"""
|
21243
|
+
Indicates lifecycle state of the resource.
|
21244
|
+
"""
|
21245
|
+
return pulumi.get(self, "state")
|
21246
|
+
|
21247
|
+
@property
|
21248
|
+
@pulumi.getter(name="timeConnectionStatusUpdated")
|
21249
|
+
def time_connection_status_updated(self) -> str:
|
21250
|
+
"""
|
21251
|
+
Time when connection status was last updated.
|
21252
|
+
"""
|
21253
|
+
return pulumi.get(self, "time_connection_status_updated")
|
21254
|
+
|
21255
|
+
@property
|
21256
|
+
@pulumi.getter(name="timeCreated")
|
21257
|
+
def time_created(self) -> str:
|
21258
|
+
"""
|
21259
|
+
Connector creation time.
|
21260
|
+
"""
|
21261
|
+
return pulumi.get(self, "time_created")
|
21262
|
+
|
21263
|
+
@property
|
21264
|
+
@pulumi.getter(name="timeUpdated")
|
21265
|
+
def time_updated(self) -> str:
|
21266
|
+
"""
|
21267
|
+
Connector update time.
|
21268
|
+
"""
|
21269
|
+
return pulumi.get(self, "time_updated")
|
21270
|
+
|
21271
|
+
|
21272
|
+
@pulumi.output_type
|
21273
|
+
class GetExternalMySqlDatabaseConnectorsMySqlConnectorCollectionItemConnectorDetailResult(dict):
|
21274
|
+
def __init__(__self__, *,
|
21275
|
+
credential_type: str,
|
21276
|
+
display_name: str,
|
21277
|
+
external_database_id: str,
|
21278
|
+
host_name: str,
|
21279
|
+
macs_agent_id: str,
|
21280
|
+
network_protocol: str,
|
21281
|
+
port: int,
|
21282
|
+
ssl_secret_id: str):
|
21283
|
+
"""
|
21284
|
+
:param str credential_type: Credential type used to connect to database.
|
21285
|
+
:param str external_database_id: OCID of MySQL Database resource
|
21286
|
+
:param str host_name: Host name for Connector.
|
21287
|
+
:param str macs_agent_id: Agent Id of the MACS agent.
|
21288
|
+
:param str network_protocol: Network Protocol.
|
21289
|
+
:param int port: Connector port.
|
21290
|
+
:param str ssl_secret_id: OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
21291
|
+
"""
|
21292
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
21293
|
+
pulumi.set(__self__, "display_name", display_name)
|
21294
|
+
pulumi.set(__self__, "external_database_id", external_database_id)
|
21295
|
+
pulumi.set(__self__, "host_name", host_name)
|
21296
|
+
pulumi.set(__self__, "macs_agent_id", macs_agent_id)
|
21297
|
+
pulumi.set(__self__, "network_protocol", network_protocol)
|
21298
|
+
pulumi.set(__self__, "port", port)
|
21299
|
+
pulumi.set(__self__, "ssl_secret_id", ssl_secret_id)
|
21300
|
+
|
21301
|
+
@property
|
21302
|
+
@pulumi.getter(name="credentialType")
|
21303
|
+
def credential_type(self) -> str:
|
21304
|
+
"""
|
21305
|
+
Credential type used to connect to database.
|
21306
|
+
"""
|
21307
|
+
return pulumi.get(self, "credential_type")
|
21308
|
+
|
21309
|
+
@property
|
21310
|
+
@pulumi.getter(name="displayName")
|
21311
|
+
def display_name(self) -> str:
|
21312
|
+
return pulumi.get(self, "display_name")
|
21313
|
+
|
21314
|
+
@property
|
21315
|
+
@pulumi.getter(name="externalDatabaseId")
|
21316
|
+
def external_database_id(self) -> str:
|
21317
|
+
"""
|
21318
|
+
OCID of MySQL Database resource
|
21319
|
+
"""
|
21320
|
+
return pulumi.get(self, "external_database_id")
|
21321
|
+
|
21322
|
+
@property
|
21323
|
+
@pulumi.getter(name="hostName")
|
21324
|
+
def host_name(self) -> str:
|
21325
|
+
"""
|
21326
|
+
Host name for Connector.
|
21327
|
+
"""
|
21328
|
+
return pulumi.get(self, "host_name")
|
21329
|
+
|
21330
|
+
@property
|
21331
|
+
@pulumi.getter(name="macsAgentId")
|
21332
|
+
def macs_agent_id(self) -> str:
|
21333
|
+
"""
|
21334
|
+
Agent Id of the MACS agent.
|
21335
|
+
"""
|
21336
|
+
return pulumi.get(self, "macs_agent_id")
|
21337
|
+
|
21338
|
+
@property
|
21339
|
+
@pulumi.getter(name="networkProtocol")
|
21340
|
+
def network_protocol(self) -> str:
|
21341
|
+
"""
|
21342
|
+
Network Protocol.
|
21343
|
+
"""
|
21344
|
+
return pulumi.get(self, "network_protocol")
|
21345
|
+
|
21346
|
+
@property
|
21347
|
+
@pulumi.getter
|
21348
|
+
def port(self) -> int:
|
21349
|
+
"""
|
21350
|
+
Connector port.
|
21351
|
+
"""
|
21352
|
+
return pulumi.get(self, "port")
|
21353
|
+
|
21354
|
+
@property
|
21355
|
+
@pulumi.getter(name="sslSecretId")
|
21356
|
+
def ssl_secret_id(self) -> str:
|
21357
|
+
"""
|
21358
|
+
OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
21359
|
+
"""
|
21360
|
+
return pulumi.get(self, "ssl_secret_id")
|
21361
|
+
|
21362
|
+
|
21363
|
+
@pulumi.output_type
|
21364
|
+
class GetExternalMySqlDatabasesExternalMySqlDatabaseCollectionResult(dict):
|
21365
|
+
def __init__(__self__, *,
|
21366
|
+
items: Sequence['outputs.GetExternalMySqlDatabasesExternalMySqlDatabaseCollectionItemResult']):
|
21367
|
+
pulumi.set(__self__, "items", items)
|
21368
|
+
|
21369
|
+
@property
|
21370
|
+
@pulumi.getter
|
21371
|
+
def items(self) -> Sequence['outputs.GetExternalMySqlDatabasesExternalMySqlDatabaseCollectionItemResult']:
|
21372
|
+
return pulumi.get(self, "items")
|
21373
|
+
|
21374
|
+
|
21375
|
+
@pulumi.output_type
|
21376
|
+
class GetExternalMySqlDatabasesExternalMySqlDatabaseCollectionItemResult(dict):
|
21377
|
+
def __init__(__self__, *,
|
21378
|
+
compartment_id: str,
|
21379
|
+
db_name: str,
|
21380
|
+
external_database_id: str):
|
21381
|
+
"""
|
21382
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
21383
|
+
:param str db_name: Display Name of the External MySQL Database.
|
21384
|
+
:param str external_database_id: OCID of External MySQL Database.
|
21385
|
+
"""
|
21386
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
21387
|
+
pulumi.set(__self__, "db_name", db_name)
|
21388
|
+
pulumi.set(__self__, "external_database_id", external_database_id)
|
21389
|
+
|
21390
|
+
@property
|
21391
|
+
@pulumi.getter(name="compartmentId")
|
21392
|
+
def compartment_id(self) -> str:
|
21393
|
+
"""
|
21394
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
21395
|
+
"""
|
21396
|
+
return pulumi.get(self, "compartment_id")
|
21397
|
+
|
21398
|
+
@property
|
21399
|
+
@pulumi.getter(name="dbName")
|
21400
|
+
def db_name(self) -> str:
|
21401
|
+
"""
|
21402
|
+
Display Name of the External MySQL Database.
|
21403
|
+
"""
|
21404
|
+
return pulumi.get(self, "db_name")
|
21405
|
+
|
21406
|
+
@property
|
21407
|
+
@pulumi.getter(name="externalDatabaseId")
|
21408
|
+
def external_database_id(self) -> str:
|
21409
|
+
"""
|
21410
|
+
OCID of External MySQL Database.
|
21411
|
+
"""
|
21412
|
+
return pulumi.get(self, "external_database_id")
|
21413
|
+
|
21414
|
+
|
21415
|
+
@pulumi.output_type
|
21416
|
+
class GetExternalMySqlDatabasesFilterResult(dict):
|
21417
|
+
def __init__(__self__, *,
|
21418
|
+
name: str,
|
21419
|
+
values: Sequence[str],
|
21420
|
+
regex: Optional[bool] = None):
|
21421
|
+
"""
|
21422
|
+
:param str name: The parameter to filter by MySQL Database System type.
|
21423
|
+
"""
|
21424
|
+
pulumi.set(__self__, "name", name)
|
21425
|
+
pulumi.set(__self__, "values", values)
|
21426
|
+
if regex is not None:
|
21427
|
+
pulumi.set(__self__, "regex", regex)
|
21428
|
+
|
21429
|
+
@property
|
21430
|
+
@pulumi.getter
|
21431
|
+
def name(self) -> str:
|
21432
|
+
"""
|
21433
|
+
The parameter to filter by MySQL Database System type.
|
21434
|
+
"""
|
21435
|
+
return pulumi.get(self, "name")
|
21436
|
+
|
21437
|
+
@property
|
21438
|
+
@pulumi.getter
|
21439
|
+
def values(self) -> Sequence[str]:
|
21440
|
+
return pulumi.get(self, "values")
|
21441
|
+
|
21442
|
+
@property
|
21443
|
+
@pulumi.getter
|
21444
|
+
def regex(self) -> Optional[bool]:
|
21445
|
+
return pulumi.get(self, "regex")
|
21446
|
+
|
21447
|
+
|
20755
21448
|
@pulumi.output_type
|
20756
21449
|
class GetJobExecutionsStatusItemResult(dict):
|
20757
21450
|
def __init__(__self__, *,
|
@@ -29611,12 +30304,15 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
29611
30304
|
heat_wave_offloaded: float,
|
29612
30305
|
heat_wave_out_of_memory: float,
|
29613
30306
|
last_seen: str,
|
30307
|
+
max_controlled_memory: str,
|
29614
30308
|
max_timer_wait: float,
|
30309
|
+
max_total_memory: str,
|
29615
30310
|
min_timer_wait: float,
|
29616
30311
|
quantile95: float,
|
29617
30312
|
quantile99: float,
|
29618
30313
|
quantile999: float,
|
29619
30314
|
schema_name: str,
|
30315
|
+
sum_cpu_time: str,
|
29620
30316
|
sum_created_temp_disk_tables: float,
|
29621
30317
|
sum_created_temp_tables: float,
|
29622
30318
|
sum_errors: float,
|
@@ -29646,12 +30342,15 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
29646
30342
|
:param float heat_wave_offloaded: The number of query executions offloaded to HeatWave.
|
29647
30343
|
:param float heat_wave_out_of_memory: The number of query executions with HeatWave out-of-memory errors.
|
29648
30344
|
:param str last_seen: The date and time the query was last seen.
|
30345
|
+
:param str max_controlled_memory: The maximum amount of controlled memory used by a statement during execution.
|
29649
30346
|
:param float max_timer_wait: The slowest the query has been executed.
|
30347
|
+
:param str max_total_memory: The maximum amount of memory used by a statement during execution.
|
29650
30348
|
:param float min_timer_wait: The fastest the query has been executed.
|
29651
30349
|
:param float quantile95: The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
|
29652
30350
|
:param float quantile99: The 99th percentile of the query latency.
|
29653
30351
|
:param float quantile999: The 99.9th percentile of the query latency.
|
29654
30352
|
:param str schema_name: The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
|
30353
|
+
:param str sum_cpu_time: The total amount of time spent on CPU for this statement.
|
29655
30354
|
:param float sum_created_temp_disk_tables: The total number of On-Disk internal temporary tables that have been created by the query.
|
29656
30355
|
:param float sum_created_temp_tables: The total number of internal temporary tables (in memory or on disk), which have been created by the query.
|
29657
30356
|
:param float sum_errors: The total number of errors that have been encountered executing the query.
|
@@ -29681,12 +30380,15 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
29681
30380
|
pulumi.set(__self__, "heat_wave_offloaded", heat_wave_offloaded)
|
29682
30381
|
pulumi.set(__self__, "heat_wave_out_of_memory", heat_wave_out_of_memory)
|
29683
30382
|
pulumi.set(__self__, "last_seen", last_seen)
|
30383
|
+
pulumi.set(__self__, "max_controlled_memory", max_controlled_memory)
|
29684
30384
|
pulumi.set(__self__, "max_timer_wait", max_timer_wait)
|
30385
|
+
pulumi.set(__self__, "max_total_memory", max_total_memory)
|
29685
30386
|
pulumi.set(__self__, "min_timer_wait", min_timer_wait)
|
29686
30387
|
pulumi.set(__self__, "quantile95", quantile95)
|
29687
30388
|
pulumi.set(__self__, "quantile99", quantile99)
|
29688
30389
|
pulumi.set(__self__, "quantile999", quantile999)
|
29689
30390
|
pulumi.set(__self__, "schema_name", schema_name)
|
30391
|
+
pulumi.set(__self__, "sum_cpu_time", sum_cpu_time)
|
29690
30392
|
pulumi.set(__self__, "sum_created_temp_disk_tables", sum_created_temp_disk_tables)
|
29691
30393
|
pulumi.set(__self__, "sum_created_temp_tables", sum_created_temp_tables)
|
29692
30394
|
pulumi.set(__self__, "sum_errors", sum_errors)
|
@@ -29772,6 +30474,14 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
29772
30474
|
"""
|
29773
30475
|
return pulumi.get(self, "last_seen")
|
29774
30476
|
|
30477
|
+
@property
|
30478
|
+
@pulumi.getter(name="maxControlledMemory")
|
30479
|
+
def max_controlled_memory(self) -> str:
|
30480
|
+
"""
|
30481
|
+
The maximum amount of controlled memory used by a statement during execution.
|
30482
|
+
"""
|
30483
|
+
return pulumi.get(self, "max_controlled_memory")
|
30484
|
+
|
29775
30485
|
@property
|
29776
30486
|
@pulumi.getter(name="maxTimerWait")
|
29777
30487
|
def max_timer_wait(self) -> float:
|
@@ -29780,6 +30490,14 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
29780
30490
|
"""
|
29781
30491
|
return pulumi.get(self, "max_timer_wait")
|
29782
30492
|
|
30493
|
+
@property
|
30494
|
+
@pulumi.getter(name="maxTotalMemory")
|
30495
|
+
def max_total_memory(self) -> str:
|
30496
|
+
"""
|
30497
|
+
The maximum amount of memory used by a statement during execution.
|
30498
|
+
"""
|
30499
|
+
return pulumi.get(self, "max_total_memory")
|
30500
|
+
|
29783
30501
|
@property
|
29784
30502
|
@pulumi.getter(name="minTimerWait")
|
29785
30503
|
def min_timer_wait(self) -> float:
|
@@ -29820,6 +30538,14 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
29820
30538
|
"""
|
29821
30539
|
return pulumi.get(self, "schema_name")
|
29822
30540
|
|
30541
|
+
@property
|
30542
|
+
@pulumi.getter(name="sumCpuTime")
|
30543
|
+
def sum_cpu_time(self) -> str:
|
30544
|
+
"""
|
30545
|
+
The total amount of time spent on CPU for this statement.
|
30546
|
+
"""
|
30547
|
+
return pulumi.get(self, "sum_cpu_time")
|
30548
|
+
|
29823
30549
|
@property
|
29824
30550
|
@pulumi.getter(name="sumCreatedTempDiskTables")
|
29825
30551
|
def sum_created_temp_disk_tables(self) -> float:
|
@@ -30030,6 +30756,7 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionResult(dict):
|
|
30030
30756
|
class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
30031
30757
|
def __init__(__self__, *,
|
30032
30758
|
compartment_id: str,
|
30759
|
+
database_type: str,
|
30033
30760
|
db_name: str,
|
30034
30761
|
db_version: str,
|
30035
30762
|
heat_wave_cluster_display_name: str,
|
@@ -30040,11 +30767,15 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30040
30767
|
is_heat_wave_active: bool,
|
30041
30768
|
is_heat_wave_enabled: bool,
|
30042
30769
|
is_lakehouse_enabled: bool,
|
30770
|
+
management_state: str,
|
30043
30771
|
name: str,
|
30772
|
+
state: str,
|
30044
30773
|
time_created: str,
|
30045
|
-
time_created_heat_wave: str
|
30774
|
+
time_created_heat_wave: str,
|
30775
|
+
time_updated: str):
|
30046
30776
|
"""
|
30047
30777
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
30778
|
+
:param str database_type: The type of the MySQL Database. Indicates whether the database is external or MDS.
|
30048
30779
|
:param str db_name: The name of the MySQL Database.
|
30049
30780
|
:param str db_version: The version of the MySQL Database.
|
30050
30781
|
:param str heat_wave_cluster_display_name: The name of the HeatWave cluster.
|
@@ -30055,11 +30786,14 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30055
30786
|
:param bool is_heat_wave_active: If the HeatWave cluster is active or not.
|
30056
30787
|
:param bool is_heat_wave_enabled: If HeatWave is enabled for this db system or not.
|
30057
30788
|
:param bool is_lakehouse_enabled: If HeatWave Lakehouse is enabled for the db system or not.
|
30789
|
+
:param str management_state: Indicates database management status.
|
30058
30790
|
:param str name: The name of the Managed MySQL Database.
|
30059
30791
|
:param str time_created: The date and time the node was created.
|
30060
30792
|
:param str time_created_heat_wave: The date and time the Managed MySQL Database was created.
|
30793
|
+
:param str time_updated: The date and time the Managed MySQL Database was updated.
|
30061
30794
|
"""
|
30062
30795
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
30796
|
+
pulumi.set(__self__, "database_type", database_type)
|
30063
30797
|
pulumi.set(__self__, "db_name", db_name)
|
30064
30798
|
pulumi.set(__self__, "db_version", db_version)
|
30065
30799
|
pulumi.set(__self__, "heat_wave_cluster_display_name", heat_wave_cluster_display_name)
|
@@ -30070,9 +30804,12 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30070
30804
|
pulumi.set(__self__, "is_heat_wave_active", is_heat_wave_active)
|
30071
30805
|
pulumi.set(__self__, "is_heat_wave_enabled", is_heat_wave_enabled)
|
30072
30806
|
pulumi.set(__self__, "is_lakehouse_enabled", is_lakehouse_enabled)
|
30807
|
+
pulumi.set(__self__, "management_state", management_state)
|
30073
30808
|
pulumi.set(__self__, "name", name)
|
30809
|
+
pulumi.set(__self__, "state", state)
|
30074
30810
|
pulumi.set(__self__, "time_created", time_created)
|
30075
30811
|
pulumi.set(__self__, "time_created_heat_wave", time_created_heat_wave)
|
30812
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
30076
30813
|
|
30077
30814
|
@property
|
30078
30815
|
@pulumi.getter(name="compartmentId")
|
@@ -30082,6 +30819,14 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30082
30819
|
"""
|
30083
30820
|
return pulumi.get(self, "compartment_id")
|
30084
30821
|
|
30822
|
+
@property
|
30823
|
+
@pulumi.getter(name="databaseType")
|
30824
|
+
def database_type(self) -> str:
|
30825
|
+
"""
|
30826
|
+
The type of the MySQL Database. Indicates whether the database is external or MDS.
|
30827
|
+
"""
|
30828
|
+
return pulumi.get(self, "database_type")
|
30829
|
+
|
30085
30830
|
@property
|
30086
30831
|
@pulumi.getter(name="dbName")
|
30087
30832
|
def db_name(self) -> str:
|
@@ -30162,6 +30907,14 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30162
30907
|
"""
|
30163
30908
|
return pulumi.get(self, "is_lakehouse_enabled")
|
30164
30909
|
|
30910
|
+
@property
|
30911
|
+
@pulumi.getter(name="managementState")
|
30912
|
+
def management_state(self) -> str:
|
30913
|
+
"""
|
30914
|
+
Indicates database management status.
|
30915
|
+
"""
|
30916
|
+
return pulumi.get(self, "management_state")
|
30917
|
+
|
30165
30918
|
@property
|
30166
30919
|
@pulumi.getter
|
30167
30920
|
def name(self) -> str:
|
@@ -30170,6 +30923,11 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30170
30923
|
"""
|
30171
30924
|
return pulumi.get(self, "name")
|
30172
30925
|
|
30926
|
+
@property
|
30927
|
+
@pulumi.getter
|
30928
|
+
def state(self) -> str:
|
30929
|
+
return pulumi.get(self, "state")
|
30930
|
+
|
30173
30931
|
@property
|
30174
30932
|
@pulumi.getter(name="timeCreated")
|
30175
30933
|
def time_created(self) -> str:
|
@@ -30186,6 +30944,14 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
30186
30944
|
"""
|
30187
30945
|
return pulumi.get(self, "time_created_heat_wave")
|
30188
30946
|
|
30947
|
+
@property
|
30948
|
+
@pulumi.getter(name="timeUpdated")
|
30949
|
+
def time_updated(self) -> str:
|
30950
|
+
"""
|
30951
|
+
The date and time the Managed MySQL Database was updated.
|
30952
|
+
"""
|
30953
|
+
return pulumi.get(self, "time_updated")
|
30954
|
+
|
30189
30955
|
|
30190
30956
|
@pulumi.output_type
|
30191
30957
|
class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemHeatWaveNodeResult(dict):
|