pulumi-oci 2.23.0a1738332002__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 +72 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +868 -14
- 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 +11459 -7870
- 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/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/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/pulumi-plugin.json +1 -1
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +122 -90
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
pulumi_oci/mysql/outputs.py
CHANGED
@@ -29,6 +29,7 @@ __all__ = [
|
|
29
29
|
'MysqlBackupDbSystemSnapshotDeletionPolicy',
|
30
30
|
'MysqlBackupDbSystemSnapshotEndpoint',
|
31
31
|
'MysqlBackupDbSystemSnapshotMaintenance',
|
32
|
+
'MysqlBackupDbSystemSnapshotReadEndpoint',
|
32
33
|
'MysqlBackupDbSystemSnapshotSecureConnection',
|
33
34
|
'MysqlBackupDbSystemSnapshotSummary',
|
34
35
|
'MysqlBackupSourceDetails',
|
@@ -50,6 +51,7 @@ __all__ = [
|
|
50
51
|
'MysqlDbSystemHeatWaveCluster',
|
51
52
|
'MysqlDbSystemMaintenance',
|
52
53
|
'MysqlDbSystemPointInTimeRecoveryDetail',
|
54
|
+
'MysqlDbSystemReadEndpoint',
|
53
55
|
'MysqlDbSystemSecureConnections',
|
54
56
|
'MysqlDbSystemSource',
|
55
57
|
'ReplicaReplicaOverrides',
|
@@ -74,6 +76,7 @@ __all__ = [
|
|
74
76
|
'GetMysqlBackupDbSystemSnapshotDeletionPolicyResult',
|
75
77
|
'GetMysqlBackupDbSystemSnapshotEndpointResult',
|
76
78
|
'GetMysqlBackupDbSystemSnapshotMaintenanceResult',
|
79
|
+
'GetMysqlBackupDbSystemSnapshotReadEndpointResult',
|
77
80
|
'GetMysqlBackupDbSystemSnapshotSecureConnectionResult',
|
78
81
|
'GetMysqlBackupDbSystemSnapshotSummaryResult',
|
79
82
|
'GetMysqlBackupSourceDetailResult',
|
@@ -85,6 +88,7 @@ __all__ = [
|
|
85
88
|
'GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult',
|
86
89
|
'GetMysqlBackupsBackupDbSystemSnapshotEndpointResult',
|
87
90
|
'GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult',
|
91
|
+
'GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult',
|
88
92
|
'GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult',
|
89
93
|
'GetMysqlBackupsBackupDbSystemSnapshotSummaryResult',
|
90
94
|
'GetMysqlBackupsBackupSourceDetailResult',
|
@@ -111,6 +115,7 @@ __all__ = [
|
|
111
115
|
'GetMysqlDbSystemHeatWaveClusterResult',
|
112
116
|
'GetMysqlDbSystemMaintenanceResult',
|
113
117
|
'GetMysqlDbSystemPointInTimeRecoveryDetailResult',
|
118
|
+
'GetMysqlDbSystemReadEndpointResult',
|
114
119
|
'GetMysqlDbSystemSecureConnectionResult',
|
115
120
|
'GetMysqlDbSystemSourceResult',
|
116
121
|
'GetMysqlDbSystemsDbSystemResult',
|
@@ -130,6 +135,7 @@ __all__ = [
|
|
130
135
|
'GetMysqlDbSystemsDbSystemHeatWaveClusterResult',
|
131
136
|
'GetMysqlDbSystemsDbSystemMaintenanceResult',
|
132
137
|
'GetMysqlDbSystemsDbSystemPointInTimeRecoveryDetailResult',
|
138
|
+
'GetMysqlDbSystemsDbSystemReadEndpointResult',
|
133
139
|
'GetMysqlDbSystemsDbSystemSecureConnectionResult',
|
134
140
|
'GetMysqlDbSystemsDbSystemSourceResult',
|
135
141
|
'GetMysqlDbSystemsFilterResult',
|
@@ -668,6 +674,8 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
668
674
|
suggest = "mysql_version"
|
669
675
|
elif key == "portX":
|
670
676
|
suggest = "port_x"
|
677
|
+
elif key == "readEndpoints":
|
678
|
+
suggest = "read_endpoints"
|
671
679
|
elif key == "secureConnections":
|
672
680
|
suggest = "secure_connections"
|
673
681
|
elif key == "shapeName":
|
@@ -711,6 +719,7 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
711
719
|
mysql_version: Optional[str] = None,
|
712
720
|
port: Optional[int] = None,
|
713
721
|
port_x: Optional[int] = None,
|
722
|
+
read_endpoints: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotReadEndpoint']] = None,
|
714
723
|
region: Optional[str] = None,
|
715
724
|
secure_connections: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotSecureConnection']] = None,
|
716
725
|
shape_name: Optional[str] = None,
|
@@ -740,6 +749,7 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
740
749
|
:param str mysql_version: The MySQL server version of the DB System used for backup.
|
741
750
|
:param int port: The port for primary endpoint of the DB System to listen on.
|
742
751
|
:param int port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
|
752
|
+
:param Sequence['MysqlBackupDbSystemSnapshotReadEndpointArgs'] read_endpoints: The read endpoint of a DB System.
|
743
753
|
:param str region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
|
744
754
|
:param Sequence['MysqlBackupDbSystemSnapshotSecureConnectionArgs'] secure_connections: Secure connection configuration details.
|
745
755
|
:param str shape_name: The shape of the DB System instance used for backup.
|
@@ -793,6 +803,8 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
793
803
|
pulumi.set(__self__, "port", port)
|
794
804
|
if port_x is not None:
|
795
805
|
pulumi.set(__self__, "port_x", port_x)
|
806
|
+
if read_endpoints is not None:
|
807
|
+
pulumi.set(__self__, "read_endpoints", read_endpoints)
|
796
808
|
if region is not None:
|
797
809
|
pulumi.set(__self__, "region", region)
|
798
810
|
if secure_connections is not None:
|
@@ -994,6 +1006,14 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
994
1006
|
"""
|
995
1007
|
return pulumi.get(self, "port_x")
|
996
1008
|
|
1009
|
+
@property
|
1010
|
+
@pulumi.getter(name="readEndpoints")
|
1011
|
+
def read_endpoints(self) -> Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotReadEndpoint']]:
|
1012
|
+
"""
|
1013
|
+
The read endpoint of a DB System.
|
1014
|
+
"""
|
1015
|
+
return pulumi.get(self, "read_endpoints")
|
1016
|
+
|
997
1017
|
@property
|
998
1018
|
@pulumi.getter
|
999
1019
|
def region(self) -> Optional[str]:
|
@@ -1066,7 +1086,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicy(dict):
|
|
1066
1086
|
"""
|
1067
1087
|
:param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1068
1088
|
:param Mapping[str, str] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1069
|
-
:param bool is_enabled: Specifies if
|
1089
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
1070
1090
|
:param Sequence['MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
|
1071
1091
|
:param int retention_in_days: (Updatable) Number of days to retain this backup.
|
1072
1092
|
:param str window_start_time: The start time of the maintenance window.
|
@@ -1104,7 +1124,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicy(dict):
|
|
1104
1124
|
@pulumi.getter(name="isEnabled")
|
1105
1125
|
def is_enabled(self) -> Optional[bool]:
|
1106
1126
|
"""
|
1107
|
-
Specifies if
|
1127
|
+
Specifies if the DB System read endpoint is enabled or not.
|
1108
1128
|
"""
|
1109
1129
|
return pulumi.get(self, "is_enabled")
|
1110
1130
|
|
@@ -1155,7 +1175,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy(dict):
|
|
1155
1175
|
def __init__(__self__, *,
|
1156
1176
|
is_enabled: Optional[bool] = None):
|
1157
1177
|
"""
|
1158
|
-
:param bool is_enabled: Specifies if
|
1178
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
1159
1179
|
"""
|
1160
1180
|
if is_enabled is not None:
|
1161
1181
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
@@ -1164,7 +1184,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy(dict):
|
|
1164
1184
|
@pulumi.getter(name="isEnabled")
|
1165
1185
|
def is_enabled(self) -> Optional[bool]:
|
1166
1186
|
"""
|
1167
|
-
Specifies if
|
1187
|
+
Specifies if the DB System read endpoint is enabled or not.
|
1168
1188
|
"""
|
1169
1189
|
return pulumi.get(self, "is_enabled")
|
1170
1190
|
|
@@ -1501,6 +1521,84 @@ class MysqlBackupDbSystemSnapshotMaintenance(dict):
|
|
1501
1521
|
return pulumi.get(self, "window_start_time")
|
1502
1522
|
|
1503
1523
|
|
1524
|
+
@pulumi.output_type
|
1525
|
+
class MysqlBackupDbSystemSnapshotReadEndpoint(dict):
|
1526
|
+
@staticmethod
|
1527
|
+
def __key_warning(key: str):
|
1528
|
+
suggest = None
|
1529
|
+
if key == "excludeIps":
|
1530
|
+
suggest = "exclude_ips"
|
1531
|
+
elif key == "isEnabled":
|
1532
|
+
suggest = "is_enabled"
|
1533
|
+
elif key == "readEndpointHostnameLabel":
|
1534
|
+
suggest = "read_endpoint_hostname_label"
|
1535
|
+
elif key == "readEndpointIpAddress":
|
1536
|
+
suggest = "read_endpoint_ip_address"
|
1537
|
+
|
1538
|
+
if suggest:
|
1539
|
+
pulumi.log.warn(f"Key '{key}' not found in MysqlBackupDbSystemSnapshotReadEndpoint. Access the value via the '{suggest}' property getter instead.")
|
1540
|
+
|
1541
|
+
def __getitem__(self, key: str) -> Any:
|
1542
|
+
MysqlBackupDbSystemSnapshotReadEndpoint.__key_warning(key)
|
1543
|
+
return super().__getitem__(key)
|
1544
|
+
|
1545
|
+
def get(self, key: str, default = None) -> Any:
|
1546
|
+
MysqlBackupDbSystemSnapshotReadEndpoint.__key_warning(key)
|
1547
|
+
return super().get(key, default)
|
1548
|
+
|
1549
|
+
def __init__(__self__, *,
|
1550
|
+
exclude_ips: Optional[Sequence[str]] = None,
|
1551
|
+
is_enabled: Optional[bool] = None,
|
1552
|
+
read_endpoint_hostname_label: Optional[str] = None,
|
1553
|
+
read_endpoint_ip_address: Optional[str] = None):
|
1554
|
+
"""
|
1555
|
+
:param Sequence[str] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
|
1556
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
1557
|
+
:param str read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
|
1558
|
+
:param str read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
1559
|
+
"""
|
1560
|
+
if exclude_ips is not None:
|
1561
|
+
pulumi.set(__self__, "exclude_ips", exclude_ips)
|
1562
|
+
if is_enabled is not None:
|
1563
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
1564
|
+
if read_endpoint_hostname_label is not None:
|
1565
|
+
pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
|
1566
|
+
if read_endpoint_ip_address is not None:
|
1567
|
+
pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
|
1568
|
+
|
1569
|
+
@property
|
1570
|
+
@pulumi.getter(name="excludeIps")
|
1571
|
+
def exclude_ips(self) -> Optional[Sequence[str]]:
|
1572
|
+
"""
|
1573
|
+
A list of IP addresses of read replicas that are excluded from serving read requests.
|
1574
|
+
"""
|
1575
|
+
return pulumi.get(self, "exclude_ips")
|
1576
|
+
|
1577
|
+
@property
|
1578
|
+
@pulumi.getter(name="isEnabled")
|
1579
|
+
def is_enabled(self) -> Optional[bool]:
|
1580
|
+
"""
|
1581
|
+
Specifies if the DB System read endpoint is enabled or not.
|
1582
|
+
"""
|
1583
|
+
return pulumi.get(self, "is_enabled")
|
1584
|
+
|
1585
|
+
@property
|
1586
|
+
@pulumi.getter(name="readEndpointHostnameLabel")
|
1587
|
+
def read_endpoint_hostname_label(self) -> Optional[str]:
|
1588
|
+
"""
|
1589
|
+
The hostname for the read endpoint of the DB System. Used for DNS.
|
1590
|
+
"""
|
1591
|
+
return pulumi.get(self, "read_endpoint_hostname_label")
|
1592
|
+
|
1593
|
+
@property
|
1594
|
+
@pulumi.getter(name="readEndpointIpAddress")
|
1595
|
+
def read_endpoint_ip_address(self) -> Optional[str]:
|
1596
|
+
"""
|
1597
|
+
The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
1598
|
+
"""
|
1599
|
+
return pulumi.get(self, "read_endpoint_ip_address")
|
1600
|
+
|
1601
|
+
|
1504
1602
|
@pulumi.output_type
|
1505
1603
|
class MysqlBackupDbSystemSnapshotSecureConnection(dict):
|
1506
1604
|
@staticmethod
|
@@ -3253,7 +3351,7 @@ class MysqlDbSystemChannel(dict):
|
|
3253
3351
|
:param str display_name: (Updatable) The user-friendly name for the DB System. It does not have to be unique.
|
3254
3352
|
:param Mapping[str, str] freeform_tags: (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
3255
3353
|
:param str id: The OCID of the DB System.
|
3256
|
-
:param bool is_enabled:
|
3354
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
3257
3355
|
:param str lifecycle_details: Additional information about the current lifecycleState.
|
3258
3356
|
:param Sequence['MysqlDbSystemChannelSourceArgs'] sources: Parameters detailing how to provision the initial data of the system.
|
3259
3357
|
:param str state: (Updatable) The target state for the DB System. Could be set to `ACTIVE` or `INACTIVE`.
|
@@ -3330,7 +3428,7 @@ class MysqlDbSystemChannel(dict):
|
|
3330
3428
|
@pulumi.getter(name="isEnabled")
|
3331
3429
|
def is_enabled(self) -> Optional[bool]:
|
3332
3430
|
"""
|
3333
|
-
|
3431
|
+
Specifies if the DB System read endpoint is enabled or not.
|
3334
3432
|
"""
|
3335
3433
|
return pulumi.get(self, "is_enabled")
|
3336
3434
|
|
@@ -4363,6 +4461,92 @@ class MysqlDbSystemPointInTimeRecoveryDetail(dict):
|
|
4363
4461
|
return pulumi.get(self, "time_latest_recovery_point")
|
4364
4462
|
|
4365
4463
|
|
4464
|
+
@pulumi.output_type
|
4465
|
+
class MysqlDbSystemReadEndpoint(dict):
|
4466
|
+
@staticmethod
|
4467
|
+
def __key_warning(key: str):
|
4468
|
+
suggest = None
|
4469
|
+
if key == "excludeIps":
|
4470
|
+
suggest = "exclude_ips"
|
4471
|
+
elif key == "isEnabled":
|
4472
|
+
suggest = "is_enabled"
|
4473
|
+
elif key == "readEndpointHostnameLabel":
|
4474
|
+
suggest = "read_endpoint_hostname_label"
|
4475
|
+
elif key == "readEndpointIpAddress":
|
4476
|
+
suggest = "read_endpoint_ip_address"
|
4477
|
+
|
4478
|
+
if suggest:
|
4479
|
+
pulumi.log.warn(f"Key '{key}' not found in MysqlDbSystemReadEndpoint. Access the value via the '{suggest}' property getter instead.")
|
4480
|
+
|
4481
|
+
def __getitem__(self, key: str) -> Any:
|
4482
|
+
MysqlDbSystemReadEndpoint.__key_warning(key)
|
4483
|
+
return super().__getitem__(key)
|
4484
|
+
|
4485
|
+
def get(self, key: str, default = None) -> Any:
|
4486
|
+
MysqlDbSystemReadEndpoint.__key_warning(key)
|
4487
|
+
return super().get(key, default)
|
4488
|
+
|
4489
|
+
def __init__(__self__, *,
|
4490
|
+
exclude_ips: Optional[Sequence[str]] = None,
|
4491
|
+
is_enabled: Optional[bool] = None,
|
4492
|
+
read_endpoint_hostname_label: Optional[str] = None,
|
4493
|
+
read_endpoint_ip_address: Optional[str] = None):
|
4494
|
+
"""
|
4495
|
+
:param Sequence[str] exclude_ips: (Updatable) A list of IP addresses of read replicas that are excluded from serving read requests.
|
4496
|
+
:param bool is_enabled: (Updatable) Specifies if the DB System read endpoint is enabled or not.
|
4497
|
+
:param str read_endpoint_hostname_label: (Updatable) The hostname for the read endpoint of the DB System. Used for DNS.
|
4498
|
+
|
4499
|
+
The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com").
|
4500
|
+
|
4501
|
+
Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
|
4502
|
+
:param str read_endpoint_ip_address: (Updatable) The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
4503
|
+
"""
|
4504
|
+
if exclude_ips is not None:
|
4505
|
+
pulumi.set(__self__, "exclude_ips", exclude_ips)
|
4506
|
+
if is_enabled is not None:
|
4507
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
4508
|
+
if read_endpoint_hostname_label is not None:
|
4509
|
+
pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
|
4510
|
+
if read_endpoint_ip_address is not None:
|
4511
|
+
pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
|
4512
|
+
|
4513
|
+
@property
|
4514
|
+
@pulumi.getter(name="excludeIps")
|
4515
|
+
def exclude_ips(self) -> Optional[Sequence[str]]:
|
4516
|
+
"""
|
4517
|
+
(Updatable) A list of IP addresses of read replicas that are excluded from serving read requests.
|
4518
|
+
"""
|
4519
|
+
return pulumi.get(self, "exclude_ips")
|
4520
|
+
|
4521
|
+
@property
|
4522
|
+
@pulumi.getter(name="isEnabled")
|
4523
|
+
def is_enabled(self) -> Optional[bool]:
|
4524
|
+
"""
|
4525
|
+
(Updatable) Specifies if the DB System read endpoint is enabled or not.
|
4526
|
+
"""
|
4527
|
+
return pulumi.get(self, "is_enabled")
|
4528
|
+
|
4529
|
+
@property
|
4530
|
+
@pulumi.getter(name="readEndpointHostnameLabel")
|
4531
|
+
def read_endpoint_hostname_label(self) -> Optional[str]:
|
4532
|
+
"""
|
4533
|
+
(Updatable) The hostname for the read endpoint of the DB System. Used for DNS.
|
4534
|
+
|
4535
|
+
The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com").
|
4536
|
+
|
4537
|
+
Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
|
4538
|
+
"""
|
4539
|
+
return pulumi.get(self, "read_endpoint_hostname_label")
|
4540
|
+
|
4541
|
+
@property
|
4542
|
+
@pulumi.getter(name="readEndpointIpAddress")
|
4543
|
+
def read_endpoint_ip_address(self) -> Optional[str]:
|
4544
|
+
"""
|
4545
|
+
(Updatable) The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
4546
|
+
"""
|
4547
|
+
return pulumi.get(self, "read_endpoint_ip_address")
|
4548
|
+
|
4549
|
+
|
4366
4550
|
@pulumi.output_type
|
4367
4551
|
class MysqlDbSystemSecureConnections(dict):
|
4368
4552
|
@staticmethod
|
@@ -5448,6 +5632,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5448
5632
|
mysql_version: str,
|
5449
5633
|
port: int,
|
5450
5634
|
port_x: int,
|
5635
|
+
read_endpoints: Sequence['outputs.GetMysqlBackupDbSystemSnapshotReadEndpointResult'],
|
5451
5636
|
region: str,
|
5452
5637
|
secure_connections: Sequence['outputs.GetMysqlBackupDbSystemSnapshotSecureConnectionResult'],
|
5453
5638
|
shape_name: str,
|
@@ -5477,6 +5662,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5477
5662
|
:param str mysql_version: The MySQL server version of the DB System used for backup.
|
5478
5663
|
:param int port: The port for primary endpoint of the DB System to listen on.
|
5479
5664
|
:param int port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
|
5665
|
+
:param Sequence['GetMysqlBackupDbSystemSnapshotReadEndpointArgs'] read_endpoints: The read endpoint of a DB System.
|
5480
5666
|
:param str region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
|
5481
5667
|
:param Sequence['GetMysqlBackupDbSystemSnapshotSecureConnectionArgs'] secure_connections: Secure connection configuration details.
|
5482
5668
|
:param str shape_name: The shape of the DB System instance used for backup.
|
@@ -5506,6 +5692,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5506
5692
|
pulumi.set(__self__, "mysql_version", mysql_version)
|
5507
5693
|
pulumi.set(__self__, "port", port)
|
5508
5694
|
pulumi.set(__self__, "port_x", port_x)
|
5695
|
+
pulumi.set(__self__, "read_endpoints", read_endpoints)
|
5509
5696
|
pulumi.set(__self__, "region", region)
|
5510
5697
|
pulumi.set(__self__, "secure_connections", secure_connections)
|
5511
5698
|
pulumi.set(__self__, "shape_name", shape_name)
|
@@ -5703,6 +5890,14 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5703
5890
|
"""
|
5704
5891
|
return pulumi.get(self, "port_x")
|
5705
5892
|
|
5893
|
+
@property
|
5894
|
+
@pulumi.getter(name="readEndpoints")
|
5895
|
+
def read_endpoints(self) -> Sequence['outputs.GetMysqlBackupDbSystemSnapshotReadEndpointResult']:
|
5896
|
+
"""
|
5897
|
+
The read endpoint of a DB System.
|
5898
|
+
"""
|
5899
|
+
return pulumi.get(self, "read_endpoints")
|
5900
|
+
|
5706
5901
|
@property
|
5707
5902
|
@pulumi.getter
|
5708
5903
|
def region(self) -> str:
|
@@ -5748,7 +5943,7 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyResult(dict):
|
|
5748
5943
|
"""
|
5749
5944
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
5750
5945
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
5751
|
-
:param bool is_enabled: Specifies if
|
5946
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
5752
5947
|
:param Sequence['GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
|
5753
5948
|
:param int retention_in_days: Number of days to retain this backup.
|
5754
5949
|
:param str window_start_time: The start time of the maintenance window.
|
@@ -5780,7 +5975,7 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyResult(dict):
|
|
5780
5975
|
@pulumi.getter(name="isEnabled")
|
5781
5976
|
def is_enabled(self) -> bool:
|
5782
5977
|
"""
|
5783
|
-
Specifies if
|
5978
|
+
Specifies if the DB System read endpoint is enabled or not.
|
5784
5979
|
"""
|
5785
5980
|
return pulumi.get(self, "is_enabled")
|
5786
5981
|
|
@@ -5814,7 +6009,7 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
|
|
5814
6009
|
def __init__(__self__, *,
|
5815
6010
|
is_enabled: bool):
|
5816
6011
|
"""
|
5817
|
-
:param bool is_enabled: Specifies if
|
6012
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
5818
6013
|
"""
|
5819
6014
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
5820
6015
|
|
@@ -5822,7 +6017,7 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
|
|
5822
6017
|
@pulumi.getter(name="isEnabled")
|
5823
6018
|
def is_enabled(self) -> bool:
|
5824
6019
|
"""
|
5825
|
-
Specifies if
|
6020
|
+
Specifies if the DB System read endpoint is enabled or not.
|
5826
6021
|
"""
|
5827
6022
|
return pulumi.get(self, "is_enabled")
|
5828
6023
|
|
@@ -6053,6 +6248,57 @@ class GetMysqlBackupDbSystemSnapshotMaintenanceResult(dict):
|
|
6053
6248
|
return pulumi.get(self, "window_start_time")
|
6054
6249
|
|
6055
6250
|
|
6251
|
+
@pulumi.output_type
|
6252
|
+
class GetMysqlBackupDbSystemSnapshotReadEndpointResult(dict):
|
6253
|
+
def __init__(__self__, *,
|
6254
|
+
exclude_ips: Sequence[str],
|
6255
|
+
is_enabled: bool,
|
6256
|
+
read_endpoint_hostname_label: str,
|
6257
|
+
read_endpoint_ip_address: str):
|
6258
|
+
"""
|
6259
|
+
:param Sequence[str] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
|
6260
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
6261
|
+
:param str read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
|
6262
|
+
:param str read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
6263
|
+
"""
|
6264
|
+
pulumi.set(__self__, "exclude_ips", exclude_ips)
|
6265
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
6266
|
+
pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
|
6267
|
+
pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
|
6268
|
+
|
6269
|
+
@property
|
6270
|
+
@pulumi.getter(name="excludeIps")
|
6271
|
+
def exclude_ips(self) -> Sequence[str]:
|
6272
|
+
"""
|
6273
|
+
A list of IP addresses of read replicas that are excluded from serving read requests.
|
6274
|
+
"""
|
6275
|
+
return pulumi.get(self, "exclude_ips")
|
6276
|
+
|
6277
|
+
@property
|
6278
|
+
@pulumi.getter(name="isEnabled")
|
6279
|
+
def is_enabled(self) -> bool:
|
6280
|
+
"""
|
6281
|
+
Specifies if the DB System read endpoint is enabled or not.
|
6282
|
+
"""
|
6283
|
+
return pulumi.get(self, "is_enabled")
|
6284
|
+
|
6285
|
+
@property
|
6286
|
+
@pulumi.getter(name="readEndpointHostnameLabel")
|
6287
|
+
def read_endpoint_hostname_label(self) -> str:
|
6288
|
+
"""
|
6289
|
+
The hostname for the read endpoint of the DB System. Used for DNS.
|
6290
|
+
"""
|
6291
|
+
return pulumi.get(self, "read_endpoint_hostname_label")
|
6292
|
+
|
6293
|
+
@property
|
6294
|
+
@pulumi.getter(name="readEndpointIpAddress")
|
6295
|
+
def read_endpoint_ip_address(self) -> str:
|
6296
|
+
"""
|
6297
|
+
The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
6298
|
+
"""
|
6299
|
+
return pulumi.get(self, "read_endpoint_ip_address")
|
6300
|
+
|
6301
|
+
|
6056
6302
|
@pulumi.output_type
|
6057
6303
|
class GetMysqlBackupDbSystemSnapshotSecureConnectionResult(dict):
|
6058
6304
|
def __init__(__self__, *,
|
@@ -6452,6 +6698,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6452
6698
|
mysql_version: str,
|
6453
6699
|
port: int,
|
6454
6700
|
port_x: int,
|
6701
|
+
read_endpoints: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult'],
|
6455
6702
|
region: str,
|
6456
6703
|
secure_connections: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult'],
|
6457
6704
|
shape_name: str,
|
@@ -6481,6 +6728,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6481
6728
|
:param str mysql_version: The MySQL server version of the DB System used for backup.
|
6482
6729
|
:param int port: The port for primary endpoint of the DB System to listen on.
|
6483
6730
|
:param int port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
|
6731
|
+
:param Sequence['GetMysqlBackupsBackupDbSystemSnapshotReadEndpointArgs'] read_endpoints: The read endpoint of a DB System.
|
6484
6732
|
:param str region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
|
6485
6733
|
:param Sequence['GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionArgs'] secure_connections: Secure connection configuration details.
|
6486
6734
|
:param str shape_name: The shape of the DB System instance used for backup.
|
@@ -6510,6 +6758,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6510
6758
|
pulumi.set(__self__, "mysql_version", mysql_version)
|
6511
6759
|
pulumi.set(__self__, "port", port)
|
6512
6760
|
pulumi.set(__self__, "port_x", port_x)
|
6761
|
+
pulumi.set(__self__, "read_endpoints", read_endpoints)
|
6513
6762
|
pulumi.set(__self__, "region", region)
|
6514
6763
|
pulumi.set(__self__, "secure_connections", secure_connections)
|
6515
6764
|
pulumi.set(__self__, "shape_name", shape_name)
|
@@ -6707,6 +6956,14 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6707
6956
|
"""
|
6708
6957
|
return pulumi.get(self, "port_x")
|
6709
6958
|
|
6959
|
+
@property
|
6960
|
+
@pulumi.getter(name="readEndpoints")
|
6961
|
+
def read_endpoints(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult']:
|
6962
|
+
"""
|
6963
|
+
The read endpoint of a DB System.
|
6964
|
+
"""
|
6965
|
+
return pulumi.get(self, "read_endpoints")
|
6966
|
+
|
6710
6967
|
@property
|
6711
6968
|
@pulumi.getter
|
6712
6969
|
def region(self) -> str:
|
@@ -6752,7 +7009,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult(dict):
|
|
6752
7009
|
"""
|
6753
7010
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
6754
7011
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
6755
|
-
:param bool is_enabled: Specifies if
|
7012
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
6756
7013
|
:param Sequence['GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
|
6757
7014
|
:param int retention_in_days: Number of days to retain this backup.
|
6758
7015
|
:param str window_start_time: The start time of the maintenance window.
|
@@ -6784,7 +7041,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult(dict):
|
|
6784
7041
|
@pulumi.getter(name="isEnabled")
|
6785
7042
|
def is_enabled(self) -> bool:
|
6786
7043
|
"""
|
6787
|
-
Specifies if
|
7044
|
+
Specifies if the DB System read endpoint is enabled or not.
|
6788
7045
|
"""
|
6789
7046
|
return pulumi.get(self, "is_enabled")
|
6790
7047
|
|
@@ -6818,7 +7075,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
|
|
6818
7075
|
def __init__(__self__, *,
|
6819
7076
|
is_enabled: bool):
|
6820
7077
|
"""
|
6821
|
-
:param bool is_enabled: Specifies if
|
7078
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
6822
7079
|
"""
|
6823
7080
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
6824
7081
|
|
@@ -6826,7 +7083,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
|
|
6826
7083
|
@pulumi.getter(name="isEnabled")
|
6827
7084
|
def is_enabled(self) -> bool:
|
6828
7085
|
"""
|
6829
|
-
Specifies if
|
7086
|
+
Specifies if the DB System read endpoint is enabled or not.
|
6830
7087
|
"""
|
6831
7088
|
return pulumi.get(self, "is_enabled")
|
6832
7089
|
|
@@ -7057,6 +7314,57 @@ class GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult(dict):
|
|
7057
7314
|
return pulumi.get(self, "window_start_time")
|
7058
7315
|
|
7059
7316
|
|
7317
|
+
@pulumi.output_type
|
7318
|
+
class GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult(dict):
|
7319
|
+
def __init__(__self__, *,
|
7320
|
+
exclude_ips: Sequence[str],
|
7321
|
+
is_enabled: bool,
|
7322
|
+
read_endpoint_hostname_label: str,
|
7323
|
+
read_endpoint_ip_address: str):
|
7324
|
+
"""
|
7325
|
+
:param Sequence[str] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
|
7326
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
7327
|
+
:param str read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
|
7328
|
+
:param str read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
7329
|
+
"""
|
7330
|
+
pulumi.set(__self__, "exclude_ips", exclude_ips)
|
7331
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
7332
|
+
pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
|
7333
|
+
pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
|
7334
|
+
|
7335
|
+
@property
|
7336
|
+
@pulumi.getter(name="excludeIps")
|
7337
|
+
def exclude_ips(self) -> Sequence[str]:
|
7338
|
+
"""
|
7339
|
+
A list of IP addresses of read replicas that are excluded from serving read requests.
|
7340
|
+
"""
|
7341
|
+
return pulumi.get(self, "exclude_ips")
|
7342
|
+
|
7343
|
+
@property
|
7344
|
+
@pulumi.getter(name="isEnabled")
|
7345
|
+
def is_enabled(self) -> bool:
|
7346
|
+
"""
|
7347
|
+
Specifies if the DB System read endpoint is enabled or not.
|
7348
|
+
"""
|
7349
|
+
return pulumi.get(self, "is_enabled")
|
7350
|
+
|
7351
|
+
@property
|
7352
|
+
@pulumi.getter(name="readEndpointHostnameLabel")
|
7353
|
+
def read_endpoint_hostname_label(self) -> str:
|
7354
|
+
"""
|
7355
|
+
The hostname for the read endpoint of the DB System. Used for DNS.
|
7356
|
+
"""
|
7357
|
+
return pulumi.get(self, "read_endpoint_hostname_label")
|
7358
|
+
|
7359
|
+
@property
|
7360
|
+
@pulumi.getter(name="readEndpointIpAddress")
|
7361
|
+
def read_endpoint_ip_address(self) -> str:
|
7362
|
+
"""
|
7363
|
+
The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
7364
|
+
"""
|
7365
|
+
return pulumi.get(self, "read_endpoint_ip_address")
|
7366
|
+
|
7367
|
+
|
7060
7368
|
@pulumi.output_type
|
7061
7369
|
class GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult(dict):
|
7062
7370
|
def __init__(__self__, *,
|
@@ -9211,7 +9519,7 @@ class GetMysqlDbSystemBackupPolicyResult(dict):
|
|
9211
9519
|
"""
|
9212
9520
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
9213
9521
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
9214
|
-
:param bool is_enabled:
|
9522
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
9215
9523
|
:param Sequence['GetMysqlDbSystemBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
|
9216
9524
|
:param int retention_in_days: The number of days automated backups are retained.
|
9217
9525
|
:param str window_start_time: The start time of the maintenance window.
|
@@ -9243,7 +9551,7 @@ class GetMysqlDbSystemBackupPolicyResult(dict):
|
|
9243
9551
|
@pulumi.getter(name="isEnabled")
|
9244
9552
|
def is_enabled(self) -> bool:
|
9245
9553
|
"""
|
9246
|
-
|
9554
|
+
Specifies if the DB System read endpoint is enabled or not.
|
9247
9555
|
"""
|
9248
9556
|
return pulumi.get(self, "is_enabled")
|
9249
9557
|
|
@@ -9277,7 +9585,7 @@ class GetMysqlDbSystemBackupPolicyPitrPolicyResult(dict):
|
|
9277
9585
|
def __init__(__self__, *,
|
9278
9586
|
is_enabled: bool):
|
9279
9587
|
"""
|
9280
|
-
:param bool is_enabled:
|
9588
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
9281
9589
|
"""
|
9282
9590
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
9283
9591
|
|
@@ -9285,7 +9593,7 @@ class GetMysqlDbSystemBackupPolicyPitrPolicyResult(dict):
|
|
9285
9593
|
@pulumi.getter(name="isEnabled")
|
9286
9594
|
def is_enabled(self) -> bool:
|
9287
9595
|
"""
|
9288
|
-
|
9596
|
+
Specifies if the DB System read endpoint is enabled or not.
|
9289
9597
|
"""
|
9290
9598
|
return pulumi.get(self, "is_enabled")
|
9291
9599
|
|
@@ -9311,7 +9619,7 @@ class GetMysqlDbSystemChannelResult(dict):
|
|
9311
9619
|
:param str display_name: The user-friendly name for the DB System. It does not have to be unique.
|
9312
9620
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
9313
9621
|
:param str id: The OCID of the DB System.
|
9314
|
-
:param bool is_enabled:
|
9622
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
9315
9623
|
:param str lifecycle_details: Additional information about the current lifecycleState.
|
9316
9624
|
:param Sequence['GetMysqlDbSystemChannelSourceArgs'] sources: Parameters detailing how to provision the initial data of the DB System.
|
9317
9625
|
:param str state: The current state of the DB System.
|
@@ -9376,7 +9684,7 @@ class GetMysqlDbSystemChannelResult(dict):
|
|
9376
9684
|
@pulumi.getter(name="isEnabled")
|
9377
9685
|
def is_enabled(self) -> bool:
|
9378
9686
|
"""
|
9379
|
-
|
9687
|
+
Specifies if the DB System read endpoint is enabled or not.
|
9380
9688
|
"""
|
9381
9689
|
return pulumi.get(self, "is_enabled")
|
9382
9690
|
|
@@ -10081,6 +10389,57 @@ class GetMysqlDbSystemPointInTimeRecoveryDetailResult(dict):
|
|
10081
10389
|
return pulumi.get(self, "time_latest_recovery_point")
|
10082
10390
|
|
10083
10391
|
|
10392
|
+
@pulumi.output_type
|
10393
|
+
class GetMysqlDbSystemReadEndpointResult(dict):
|
10394
|
+
def __init__(__self__, *,
|
10395
|
+
exclude_ips: Sequence[str],
|
10396
|
+
is_enabled: bool,
|
10397
|
+
read_endpoint_hostname_label: str,
|
10398
|
+
read_endpoint_ip_address: str):
|
10399
|
+
"""
|
10400
|
+
:param Sequence[str] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
|
10401
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
10402
|
+
:param str read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
|
10403
|
+
:param str read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
10404
|
+
"""
|
10405
|
+
pulumi.set(__self__, "exclude_ips", exclude_ips)
|
10406
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
10407
|
+
pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
|
10408
|
+
pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
|
10409
|
+
|
10410
|
+
@property
|
10411
|
+
@pulumi.getter(name="excludeIps")
|
10412
|
+
def exclude_ips(self) -> Sequence[str]:
|
10413
|
+
"""
|
10414
|
+
A list of IP addresses of read replicas that are excluded from serving read requests.
|
10415
|
+
"""
|
10416
|
+
return pulumi.get(self, "exclude_ips")
|
10417
|
+
|
10418
|
+
@property
|
10419
|
+
@pulumi.getter(name="isEnabled")
|
10420
|
+
def is_enabled(self) -> bool:
|
10421
|
+
"""
|
10422
|
+
Specifies if the DB System read endpoint is enabled or not.
|
10423
|
+
"""
|
10424
|
+
return pulumi.get(self, "is_enabled")
|
10425
|
+
|
10426
|
+
@property
|
10427
|
+
@pulumi.getter(name="readEndpointHostnameLabel")
|
10428
|
+
def read_endpoint_hostname_label(self) -> str:
|
10429
|
+
"""
|
10430
|
+
The hostname for the read endpoint of the DB System. Used for DNS.
|
10431
|
+
"""
|
10432
|
+
return pulumi.get(self, "read_endpoint_hostname_label")
|
10433
|
+
|
10434
|
+
@property
|
10435
|
+
@pulumi.getter(name="readEndpointIpAddress")
|
10436
|
+
def read_endpoint_ip_address(self) -> str:
|
10437
|
+
"""
|
10438
|
+
The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
10439
|
+
"""
|
10440
|
+
return pulumi.get(self, "read_endpoint_ip_address")
|
10441
|
+
|
10442
|
+
|
10084
10443
|
@pulumi.output_type
|
10085
10444
|
class GetMysqlDbSystemSecureConnectionResult(dict):
|
10086
10445
|
def __init__(__self__, *,
|
@@ -10171,6 +10530,7 @@ class GetMysqlDbSystemSourceResult(dict):
|
|
10171
10530
|
@pulumi.output_type
|
10172
10531
|
class GetMysqlDbSystemsDbSystemResult(dict):
|
10173
10532
|
def __init__(__self__, *,
|
10533
|
+
access_mode: str,
|
10174
10534
|
admin_password: str,
|
10175
10535
|
admin_username: str,
|
10176
10536
|
availability_domain: str,
|
@@ -10184,6 +10544,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10184
10544
|
data_storage_size_in_gb: int,
|
10185
10545
|
data_storages: Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult'],
|
10186
10546
|
database_management: str,
|
10547
|
+
database_mode: str,
|
10187
10548
|
defined_tags: Mapping[str, str],
|
10188
10549
|
deletion_policies: Sequence['outputs.GetMysqlDbSystemsDbSystemDeletionPolicyResult'],
|
10189
10550
|
description: str,
|
@@ -10203,6 +10564,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10203
10564
|
point_in_time_recovery_details: Sequence['outputs.GetMysqlDbSystemsDbSystemPointInTimeRecoveryDetailResult'],
|
10204
10565
|
port: int,
|
10205
10566
|
port_x: int,
|
10567
|
+
read_endpoints: Sequence['outputs.GetMysqlDbSystemsDbSystemReadEndpointResult'],
|
10206
10568
|
secure_connections: Sequence['outputs.GetMysqlDbSystemsDbSystemSecureConnectionResult'],
|
10207
10569
|
shape_name: str,
|
10208
10570
|
shutdown_type: str,
|
@@ -10212,6 +10574,9 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10212
10574
|
time_created: str,
|
10213
10575
|
time_updated: str):
|
10214
10576
|
"""
|
10577
|
+
:param str access_mode: The access mode indicating if the database access is unrestricted (to all MySQL user accounts), or restricted (to only certain users with specific privileges):
|
10578
|
+
* UNRESTRICTED: the access to the database is not restricted;
|
10579
|
+
* RESTRICTED: the access is allowed only to users with specific privileges; RESTRICTED will correspond to setting the MySQL system variable [offline_mode](https://dev.mysql.com/doc/en/server-system-variables.html#sysvar_offline_mode) to ON.
|
10215
10580
|
:param str availability_domain: The availability domain in which the DB System is placed.
|
10216
10581
|
:param Sequence['GetMysqlDbSystemsDbSystemBackupPolicyArgs'] backup_policies: The Backup policy for the DB System.
|
10217
10582
|
:param Sequence['GetMysqlDbSystemsDbSystemChannelArgs'] channels: A list with a summary of all the Channels attached to the DB System.
|
@@ -10223,6 +10588,9 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10223
10588
|
:param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
|
10224
10589
|
:param Sequence['GetMysqlDbSystemsDbSystemDataStorageArgs'] data_storages: Data Storage information.
|
10225
10590
|
:param str database_management: Filter DB Systems by their Database Management configuration.
|
10591
|
+
:param str database_mode: The database mode indicating the types of statements that are allowed to run in the the DB system. This mode applies only to statements run by user connections. Replicated write statements continue to be allowed regardless of the DatabaseMode.
|
10592
|
+
* READ_WRITE: allow running read and write statements on the DB system;
|
10593
|
+
* READ_ONLY: only allow running read statements on the DB system.
|
10226
10594
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
10227
10595
|
:param Sequence['GetMysqlDbSystemsDbSystemDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
|
10228
10596
|
:param str description: User-provided data about the DB System.
|
@@ -10242,6 +10610,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10242
10610
|
:param Sequence['GetMysqlDbSystemsDbSystemPointInTimeRecoveryDetailArgs'] point_in_time_recovery_details: Point-in-time Recovery details like earliest and latest recovery time point for the DB System.
|
10243
10611
|
:param int port: The port for primary endpoint of the DB System to listen on.
|
10244
10612
|
:param int port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
|
10613
|
+
:param Sequence['GetMysqlDbSystemsDbSystemReadEndpointArgs'] read_endpoints: The read endpoint of a DB System.
|
10245
10614
|
:param Sequence['GetMysqlDbSystemsDbSystemSecureConnectionArgs'] secure_connections: Secure connection configuration details.
|
10246
10615
|
:param str shape_name: The shape of the primary instances of the DB System. The shape determines resources allocated to a DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. To get a list of shapes, use (the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/mysql/20181021/ShapeSummary/ListShapes) operation.
|
10247
10616
|
:param Sequence['GetMysqlDbSystemsDbSystemSourceArgs'] sources: Parameters detailing how to provision the initial data of the DB System.
|
@@ -10250,6 +10619,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10250
10619
|
:param str time_created: The date and time the DB System was created.
|
10251
10620
|
:param str time_updated: The time the DB System was last updated.
|
10252
10621
|
"""
|
10622
|
+
pulumi.set(__self__, "access_mode", access_mode)
|
10253
10623
|
pulumi.set(__self__, "admin_password", admin_password)
|
10254
10624
|
pulumi.set(__self__, "admin_username", admin_username)
|
10255
10625
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -10263,6 +10633,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10263
10633
|
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
10264
10634
|
pulumi.set(__self__, "data_storages", data_storages)
|
10265
10635
|
pulumi.set(__self__, "database_management", database_management)
|
10636
|
+
pulumi.set(__self__, "database_mode", database_mode)
|
10266
10637
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
10267
10638
|
pulumi.set(__self__, "deletion_policies", deletion_policies)
|
10268
10639
|
pulumi.set(__self__, "description", description)
|
@@ -10282,6 +10653,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10282
10653
|
pulumi.set(__self__, "point_in_time_recovery_details", point_in_time_recovery_details)
|
10283
10654
|
pulumi.set(__self__, "port", port)
|
10284
10655
|
pulumi.set(__self__, "port_x", port_x)
|
10656
|
+
pulumi.set(__self__, "read_endpoints", read_endpoints)
|
10285
10657
|
pulumi.set(__self__, "secure_connections", secure_connections)
|
10286
10658
|
pulumi.set(__self__, "shape_name", shape_name)
|
10287
10659
|
pulumi.set(__self__, "shutdown_type", shutdown_type)
|
@@ -10291,6 +10663,16 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10291
10663
|
pulumi.set(__self__, "time_created", time_created)
|
10292
10664
|
pulumi.set(__self__, "time_updated", time_updated)
|
10293
10665
|
|
10666
|
+
@property
|
10667
|
+
@pulumi.getter(name="accessMode")
|
10668
|
+
def access_mode(self) -> str:
|
10669
|
+
"""
|
10670
|
+
The access mode indicating if the database access is unrestricted (to all MySQL user accounts), or restricted (to only certain users with specific privileges):
|
10671
|
+
* UNRESTRICTED: the access to the database is not restricted;
|
10672
|
+
* RESTRICTED: the access is allowed only to users with specific privileges; RESTRICTED will correspond to setting the MySQL system variable [offline_mode](https://dev.mysql.com/doc/en/server-system-variables.html#sysvar_offline_mode) to ON.
|
10673
|
+
"""
|
10674
|
+
return pulumi.get(self, "access_mode")
|
10675
|
+
|
10294
10676
|
@property
|
10295
10677
|
@pulumi.getter(name="adminPassword")
|
10296
10678
|
def admin_password(self) -> str:
|
@@ -10389,6 +10771,16 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10389
10771
|
"""
|
10390
10772
|
return pulumi.get(self, "database_management")
|
10391
10773
|
|
10774
|
+
@property
|
10775
|
+
@pulumi.getter(name="databaseMode")
|
10776
|
+
def database_mode(self) -> str:
|
10777
|
+
"""
|
10778
|
+
The database mode indicating the types of statements that are allowed to run in the the DB system. This mode applies only to statements run by user connections. Replicated write statements continue to be allowed regardless of the DatabaseMode.
|
10779
|
+
* READ_WRITE: allow running read and write statements on the DB system;
|
10780
|
+
* READ_ONLY: only allow running read statements on the DB system.
|
10781
|
+
"""
|
10782
|
+
return pulumi.get(self, "database_mode")
|
10783
|
+
|
10392
10784
|
@property
|
10393
10785
|
@pulumi.getter(name="definedTags")
|
10394
10786
|
def defined_tags(self) -> Mapping[str, str]:
|
@@ -10541,6 +10933,14 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10541
10933
|
"""
|
10542
10934
|
return pulumi.get(self, "port_x")
|
10543
10935
|
|
10936
|
+
@property
|
10937
|
+
@pulumi.getter(name="readEndpoints")
|
10938
|
+
def read_endpoints(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemReadEndpointResult']:
|
10939
|
+
"""
|
10940
|
+
The read endpoint of a DB System.
|
10941
|
+
"""
|
10942
|
+
return pulumi.get(self, "read_endpoints")
|
10943
|
+
|
10544
10944
|
@property
|
10545
10945
|
@pulumi.getter(name="secureConnections")
|
10546
10946
|
def secure_connections(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemSecureConnectionResult']:
|
@@ -10615,7 +11015,7 @@ class GetMysqlDbSystemsDbSystemBackupPolicyResult(dict):
|
|
10615
11015
|
"""
|
10616
11016
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
10617
11017
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
10618
|
-
:param bool is_enabled:
|
11018
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
10619
11019
|
:param Sequence['GetMysqlDbSystemsDbSystemBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
|
10620
11020
|
:param int retention_in_days: The number of days automated backups are retained.
|
10621
11021
|
:param str window_start_time: The start time of the maintenance window.
|
@@ -10647,7 +11047,7 @@ class GetMysqlDbSystemsDbSystemBackupPolicyResult(dict):
|
|
10647
11047
|
@pulumi.getter(name="isEnabled")
|
10648
11048
|
def is_enabled(self) -> bool:
|
10649
11049
|
"""
|
10650
|
-
|
11050
|
+
Specifies if the DB System read endpoint is enabled or not.
|
10651
11051
|
"""
|
10652
11052
|
return pulumi.get(self, "is_enabled")
|
10653
11053
|
|
@@ -10681,7 +11081,7 @@ class GetMysqlDbSystemsDbSystemBackupPolicyPitrPolicyResult(dict):
|
|
10681
11081
|
def __init__(__self__, *,
|
10682
11082
|
is_enabled: bool):
|
10683
11083
|
"""
|
10684
|
-
:param bool is_enabled:
|
11084
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
10685
11085
|
"""
|
10686
11086
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
10687
11087
|
|
@@ -10689,7 +11089,7 @@ class GetMysqlDbSystemsDbSystemBackupPolicyPitrPolicyResult(dict):
|
|
10689
11089
|
@pulumi.getter(name="isEnabled")
|
10690
11090
|
def is_enabled(self) -> bool:
|
10691
11091
|
"""
|
10692
|
-
|
11092
|
+
Specifies if the DB System read endpoint is enabled or not.
|
10693
11093
|
"""
|
10694
11094
|
return pulumi.get(self, "is_enabled")
|
10695
11095
|
|
@@ -10715,7 +11115,7 @@ class GetMysqlDbSystemsDbSystemChannelResult(dict):
|
|
10715
11115
|
:param str display_name: A filter to return only the resource matching the given display name exactly.
|
10716
11116
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
10717
11117
|
:param str id: The OCID of the DB System.
|
10718
|
-
:param bool is_enabled:
|
11118
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
10719
11119
|
:param str lifecycle_details: Additional information about the current lifecycleState.
|
10720
11120
|
:param Sequence['GetMysqlDbSystemsDbSystemChannelSourceArgs'] sources: Parameters detailing how to provision the initial data of the DB System.
|
10721
11121
|
:param str state: DbSystem Lifecycle State
|
@@ -10780,7 +11180,7 @@ class GetMysqlDbSystemsDbSystemChannelResult(dict):
|
|
10780
11180
|
@pulumi.getter(name="isEnabled")
|
10781
11181
|
def is_enabled(self) -> bool:
|
10782
11182
|
"""
|
10783
|
-
|
11183
|
+
Specifies if the DB System read endpoint is enabled or not.
|
10784
11184
|
"""
|
10785
11185
|
return pulumi.get(self, "is_enabled")
|
10786
11186
|
|
@@ -11485,6 +11885,57 @@ class GetMysqlDbSystemsDbSystemPointInTimeRecoveryDetailResult(dict):
|
|
11485
11885
|
return pulumi.get(self, "time_latest_recovery_point")
|
11486
11886
|
|
11487
11887
|
|
11888
|
+
@pulumi.output_type
|
11889
|
+
class GetMysqlDbSystemsDbSystemReadEndpointResult(dict):
|
11890
|
+
def __init__(__self__, *,
|
11891
|
+
exclude_ips: Sequence[str],
|
11892
|
+
is_enabled: bool,
|
11893
|
+
read_endpoint_hostname_label: str,
|
11894
|
+
read_endpoint_ip_address: str):
|
11895
|
+
"""
|
11896
|
+
:param Sequence[str] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
|
11897
|
+
:param bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
|
11898
|
+
:param str read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
|
11899
|
+
:param str read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
11900
|
+
"""
|
11901
|
+
pulumi.set(__self__, "exclude_ips", exclude_ips)
|
11902
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
11903
|
+
pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
|
11904
|
+
pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
|
11905
|
+
|
11906
|
+
@property
|
11907
|
+
@pulumi.getter(name="excludeIps")
|
11908
|
+
def exclude_ips(self) -> Sequence[str]:
|
11909
|
+
"""
|
11910
|
+
A list of IP addresses of read replicas that are excluded from serving read requests.
|
11911
|
+
"""
|
11912
|
+
return pulumi.get(self, "exclude_ips")
|
11913
|
+
|
11914
|
+
@property
|
11915
|
+
@pulumi.getter(name="isEnabled")
|
11916
|
+
def is_enabled(self) -> bool:
|
11917
|
+
"""
|
11918
|
+
Specifies if the DB System read endpoint is enabled or not.
|
11919
|
+
"""
|
11920
|
+
return pulumi.get(self, "is_enabled")
|
11921
|
+
|
11922
|
+
@property
|
11923
|
+
@pulumi.getter(name="readEndpointHostnameLabel")
|
11924
|
+
def read_endpoint_hostname_label(self) -> str:
|
11925
|
+
"""
|
11926
|
+
The hostname for the read endpoint of the DB System. Used for DNS.
|
11927
|
+
"""
|
11928
|
+
return pulumi.get(self, "read_endpoint_hostname_label")
|
11929
|
+
|
11930
|
+
@property
|
11931
|
+
@pulumi.getter(name="readEndpointIpAddress")
|
11932
|
+
def read_endpoint_ip_address(self) -> str:
|
11933
|
+
"""
|
11934
|
+
The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
11935
|
+
"""
|
11936
|
+
return pulumi.get(self, "read_endpoint_ip_address")
|
11937
|
+
|
11938
|
+
|
11488
11939
|
@pulumi.output_type
|
11489
11940
|
class GetMysqlDbSystemsDbSystemSecureConnectionResult(dict):
|
11490
11941
|
def __init__(__self__, *,
|