pulumi-oci 2.25.0a1740032973__py3-none-any.whl → 2.26.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 +102 -0
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +74 -35
- pulumi_oci/containerengine/cluster.py +4 -0
- pulumi_oci/containerengine/container_instance.py +2 -4
- pulumi_oci/containerengine/outputs.py +180 -21
- pulumi_oci/containerinstances/outputs.py +0 -14
- pulumi_oci/core/_inputs.py +21 -33
- pulumi_oci/core/outputs.py +13 -21
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +1246 -57
- pulumi_oci/database/application_vip.py +59 -10
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +90 -22
- pulumi_oci/database/backup.py +153 -5
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
- pulumi_oci/database/cloud_vm_cluster.py +163 -30
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_node.py +64 -8
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +157 -3
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
- pulumi_oci/database/exadb_vm_cluster.py +84 -7
- pulumi_oci/database/exascale_db_storage_vault.py +147 -0
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_non_container_database.py +4 -4
- pulumi_oci/database/external_pluggable_database.py +4 -4
- pulumi_oci/database/get_application_vip.py +16 -2
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_backups.py +136 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
- pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_software_images.py +20 -1
- pulumi_oci/database/get_db_node.py +31 -4
- pulumi_oci/database/get_db_server.py +15 -1
- pulumi_oci/database/get_exadata_infrastructure.py +57 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_flex_components.py +28 -6
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_vm_cluster.py +60 -4
- pulumi_oci/database/get_vm_clusters.py +25 -3
- pulumi_oci/database/outputs.py +2260 -87
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/vm_cluster.py +172 -18
- pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
- pulumi_oci/datasafe/__init__.py +7 -0
- pulumi_oci/datasafe/_inputs.py +301 -0
- pulumi_oci/datasafe/discovery_mod.py +49 -0
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_masking_report.py +46 -4
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
- pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
- pulumi_oci/datasafe/outputs.py +676 -3
- pulumi_oci/datasafe/sensitive_data_model.py +49 -0
- pulumi_oci/datasafe/sensitive_type_group.py +563 -0
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1160 -41
- pulumi_oci/datascience/get_model.py +29 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_version_set.py +15 -1
- pulumi_oci/datascience/get_model_version_sets.py +25 -3
- pulumi_oci/datascience/get_models.py +25 -3
- pulumi_oci/datascience/get_pipeline.py +15 -1
- pulumi_oci/datascience/model.py +64 -0
- pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +4343 -2164
- pulumi_oci/datascience/pipeline.py +48 -141
- pulumi_oci/datascience/pipeline_run.py +32 -0
- pulumi_oci/dblm/__init__.py +17 -0
- pulumi_oci/dblm/_inputs.py +275 -0
- pulumi_oci/dblm/get_vulnerability.py +242 -0
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
- pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
- pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
- pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
- pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
- pulumi_oci/dblm/outputs.py +1294 -0
- pulumi_oci/dblm/vulnerability_scan.py +521 -0
- pulumi_oci/email/dkim.py +120 -20
- pulumi_oci/email/get_dkim.py +40 -1
- pulumi_oci/email/outputs.py +29 -0
- pulumi_oci/filestorage/__init__.py +3 -0
- pulumi_oci/filestorage/_inputs.py +49 -0
- pulumi_oci/filestorage/file_system.py +133 -0
- pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
- pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +263 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +1239 -10
- pulumi_oci/mysql/channel.py +28 -0
- pulumi_oci/mysql/get_channel.py +15 -1
- pulumi_oci/mysql/get_mysql_backup.py +15 -1
- pulumi_oci/mysql/get_mysql_configuration.py +15 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -1
- pulumi_oci/mysql/mysql_backup.py +28 -0
- pulumi_oci/mysql/mysql_configuration.py +106 -0
- pulumi_oci/mysql/mysql_db_system.py +36 -0
- pulumi_oci/mysql/outputs.py +2008 -35
- pulumi_oci/opensearch/__init__.py +3 -0
- pulumi_oci/opensearch/_inputs.py +101 -0
- pulumi_oci/opensearch/cluster.py +76 -29
- pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
- pulumi_oci/opensearch/outputs.py +425 -0
- pulumi_oci/provider.py +20 -0
- pulumi_oci/psql/_inputs.py +258 -0
- pulumi_oci/psql/backup.py +129 -28
- pulumi_oci/psql/db_system.py +10 -0
- pulumi_oci/psql/get_backup.py +47 -2
- pulumi_oci/psql/get_backups.py +3 -0
- pulumi_oci/psql/get_configurations.py +23 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/outputs.py +541 -5
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/RECORD +218 -150
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetCloudVmClustersResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getCloudVmClusters.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, cloud_exadata_infrastructure_id=None, cloud_vm_clusters=None, compartment_id=None, display_name=None, filters=None, id=None, state=None):
|
31
|
+
def __init__(__self__, cloud_exadata_infrastructure_id=None, cloud_vm_clusters=None, compartment_id=None, display_name=None, filters=None, id=None, state=None, vm_cluster_type=None):
|
32
32
|
if cloud_exadata_infrastructure_id and not isinstance(cloud_exadata_infrastructure_id, str):
|
33
33
|
raise TypeError("Expected argument 'cloud_exadata_infrastructure_id' to be a str")
|
34
34
|
pulumi.set(__self__, "cloud_exadata_infrastructure_id", cloud_exadata_infrastructure_id)
|
@@ -50,6 +50,9 @@ class GetCloudVmClustersResult:
|
|
50
50
|
if state and not isinstance(state, str):
|
51
51
|
raise TypeError("Expected argument 'state' to be a str")
|
52
52
|
pulumi.set(__self__, "state", state)
|
53
|
+
if vm_cluster_type and not isinstance(vm_cluster_type, str):
|
54
|
+
raise TypeError("Expected argument 'vm_cluster_type' to be a str")
|
55
|
+
pulumi.set(__self__, "vm_cluster_type", vm_cluster_type)
|
53
56
|
|
54
57
|
@property
|
55
58
|
@pulumi.getter(name="cloudExadataInfrastructureId")
|
@@ -104,6 +107,14 @@ class GetCloudVmClustersResult:
|
|
104
107
|
"""
|
105
108
|
return pulumi.get(self, "state")
|
106
109
|
|
110
|
+
@property
|
111
|
+
@pulumi.getter(name="vmClusterType")
|
112
|
+
def vm_cluster_type(self) -> Optional[str]:
|
113
|
+
"""
|
114
|
+
The vmcluster type for the VM cluster/Cloud VM cluster.
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "vm_cluster_type")
|
117
|
+
|
107
118
|
|
108
119
|
class AwaitableGetCloudVmClustersResult(GetCloudVmClustersResult):
|
109
120
|
# pylint: disable=using-constant-test
|
@@ -117,7 +128,8 @@ class AwaitableGetCloudVmClustersResult(GetCloudVmClustersResult):
|
|
117
128
|
display_name=self.display_name,
|
118
129
|
filters=self.filters,
|
119
130
|
id=self.id,
|
120
|
-
state=self.state
|
131
|
+
state=self.state,
|
132
|
+
vm_cluster_type=self.vm_cluster_type)
|
121
133
|
|
122
134
|
|
123
135
|
def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
|
@@ -125,6 +137,7 @@ def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
|
|
125
137
|
display_name: Optional[str] = None,
|
126
138
|
filters: Optional[Sequence[Union['GetCloudVmClustersFilterArgs', 'GetCloudVmClustersFilterArgsDict']]] = None,
|
127
139
|
state: Optional[str] = None,
|
140
|
+
vm_cluster_type: Optional[str] = None,
|
128
141
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudVmClustersResult:
|
129
142
|
"""
|
130
143
|
This data source provides the list of Cloud Vm Clusters in Oracle Cloud Infrastructure Database service.
|
@@ -140,7 +153,8 @@ def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
|
|
140
153
|
test_cloud_vm_clusters = oci.Database.get_cloud_vm_clusters(compartment_id=compartment_id,
|
141
154
|
cloud_exadata_infrastructure_id=test_cloud_exadata_infrastructure["id"],
|
142
155
|
display_name=cloud_vm_cluster_display_name,
|
143
|
-
state=cloud_vm_cluster_state
|
156
|
+
state=cloud_vm_cluster_state,
|
157
|
+
vm_cluster_type=cloud_vm_cluster_vm_cluster_type)
|
144
158
|
```
|
145
159
|
|
146
160
|
|
@@ -148,6 +162,7 @@ def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
|
|
148
162
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
149
163
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
150
164
|
:param str state: A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
165
|
+
:param str vm_cluster_type: A filter to return only cloud vmclusters that match the given cloud vmcluster type exactly.
|
151
166
|
"""
|
152
167
|
__args__ = dict()
|
153
168
|
__args__['cloudExadataInfrastructureId'] = cloud_exadata_infrastructure_id
|
@@ -155,6 +170,7 @@ def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
|
|
155
170
|
__args__['displayName'] = display_name
|
156
171
|
__args__['filters'] = filters
|
157
172
|
__args__['state'] = state
|
173
|
+
__args__['vmClusterType'] = vm_cluster_type
|
158
174
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
159
175
|
__ret__ = pulumi.runtime.invoke('oci:Database/getCloudVmClusters:getCloudVmClusters', __args__, opts=opts, typ=GetCloudVmClustersResult).value
|
160
176
|
|
@@ -165,12 +181,14 @@ def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
|
|
165
181
|
display_name=pulumi.get(__ret__, 'display_name'),
|
166
182
|
filters=pulumi.get(__ret__, 'filters'),
|
167
183
|
id=pulumi.get(__ret__, 'id'),
|
168
|
-
state=pulumi.get(__ret__, 'state')
|
184
|
+
state=pulumi.get(__ret__, 'state'),
|
185
|
+
vm_cluster_type=pulumi.get(__ret__, 'vm_cluster_type'))
|
169
186
|
def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulumi.Input[Optional[str]]] = None,
|
170
187
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
171
188
|
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
172
189
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetCloudVmClustersFilterArgs', 'GetCloudVmClustersFilterArgsDict']]]]] = None,
|
173
190
|
state: Optional[pulumi.Input[Optional[str]]] = None,
|
191
|
+
vm_cluster_type: Optional[pulumi.Input[Optional[str]]] = None,
|
174
192
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudVmClustersResult]:
|
175
193
|
"""
|
176
194
|
This data source provides the list of Cloud Vm Clusters in Oracle Cloud Infrastructure Database service.
|
@@ -186,7 +204,8 @@ def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulum
|
|
186
204
|
test_cloud_vm_clusters = oci.Database.get_cloud_vm_clusters(compartment_id=compartment_id,
|
187
205
|
cloud_exadata_infrastructure_id=test_cloud_exadata_infrastructure["id"],
|
188
206
|
display_name=cloud_vm_cluster_display_name,
|
189
|
-
state=cloud_vm_cluster_state
|
207
|
+
state=cloud_vm_cluster_state,
|
208
|
+
vm_cluster_type=cloud_vm_cluster_vm_cluster_type)
|
190
209
|
```
|
191
210
|
|
192
211
|
|
@@ -194,6 +213,7 @@ def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulum
|
|
194
213
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
195
214
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
196
215
|
:param str state: A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
216
|
+
:param str vm_cluster_type: A filter to return only cloud vmclusters that match the given cloud vmcluster type exactly.
|
197
217
|
"""
|
198
218
|
__args__ = dict()
|
199
219
|
__args__['cloudExadataInfrastructureId'] = cloud_exadata_infrastructure_id
|
@@ -201,6 +221,7 @@ def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulum
|
|
201
221
|
__args__['displayName'] = display_name
|
202
222
|
__args__['filters'] = filters
|
203
223
|
__args__['state'] = state
|
224
|
+
__args__['vmClusterType'] = vm_cluster_type
|
204
225
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
205
226
|
__ret__ = pulumi.runtime.invoke_output('oci:Database/getCloudVmClusters:getCloudVmClusters', __args__, opts=opts, typ=GetCloudVmClustersResult)
|
206
227
|
return __ret__.apply(lambda __response__: GetCloudVmClustersResult(
|
@@ -210,4 +231,5 @@ def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulum
|
|
210
231
|
display_name=pulumi.get(__response__, 'display_name'),
|
211
232
|
filters=pulumi.get(__response__, 'filters'),
|
212
233
|
id=pulumi.get(__response__, 'id'),
|
213
|
-
state=pulumi.get(__response__, 'state')
|
234
|
+
state=pulumi.get(__response__, 'state'),
|
235
|
+
vm_cluster_type=pulumi.get(__response__, 'vm_cluster_type')))
|
@@ -27,7 +27,7 @@ class GetDataGuardAssociationResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDataGuardAssociation.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
|
30
|
+
def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
|
31
31
|
if apply_lag and not isinstance(apply_lag, str):
|
32
32
|
raise TypeError("Expected argument 'apply_lag' to be a str")
|
33
33
|
pulumi.set(__self__, "apply_lag", apply_lag)
|
@@ -142,6 +142,9 @@ class GetDataGuardAssociationResult:
|
|
142
142
|
if private_ip and not isinstance(private_ip, str):
|
143
143
|
raise TypeError("Expected argument 'private_ip' to be a str")
|
144
144
|
pulumi.set(__self__, "private_ip", private_ip)
|
145
|
+
if private_ip_v6 and not isinstance(private_ip_v6, str):
|
146
|
+
raise TypeError("Expected argument 'private_ip_v6' to be a str")
|
147
|
+
pulumi.set(__self__, "private_ip_v6", private_ip_v6)
|
145
148
|
if protection_mode and not isinstance(protection_mode, str):
|
146
149
|
raise TypeError("Expected argument 'protection_mode' to be a str")
|
147
150
|
pulumi.set(__self__, "protection_mode", protection_mode)
|
@@ -393,6 +396,11 @@ class GetDataGuardAssociationResult:
|
|
393
396
|
def private_ip(self) -> str:
|
394
397
|
return pulumi.get(self, "private_ip")
|
395
398
|
|
399
|
+
@property
|
400
|
+
@pulumi.getter(name="privateIpV6")
|
401
|
+
def private_ip_v6(self) -> str:
|
402
|
+
return pulumi.get(self, "private_ip_v6")
|
403
|
+
|
396
404
|
@property
|
397
405
|
@pulumi.getter(name="protectionMode")
|
398
406
|
def protection_mode(self) -> str:
|
@@ -498,6 +506,7 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
|
|
498
506
|
peer_sid_prefix=self.peer_sid_prefix,
|
499
507
|
peer_vm_cluster_id=self.peer_vm_cluster_id,
|
500
508
|
private_ip=self.private_ip,
|
509
|
+
private_ip_v6=self.private_ip_v6,
|
501
510
|
protection_mode=self.protection_mode,
|
502
511
|
role=self.role,
|
503
512
|
shape=self.shape,
|
@@ -576,6 +585,7 @@ def get_data_guard_association(data_guard_association_id: Optional[str] = None,
|
|
576
585
|
peer_sid_prefix=pulumi.get(__ret__, 'peer_sid_prefix'),
|
577
586
|
peer_vm_cluster_id=pulumi.get(__ret__, 'peer_vm_cluster_id'),
|
578
587
|
private_ip=pulumi.get(__ret__, 'private_ip'),
|
588
|
+
private_ip_v6=pulumi.get(__ret__, 'private_ip_v6'),
|
579
589
|
protection_mode=pulumi.get(__ret__, 'protection_mode'),
|
580
590
|
role=pulumi.get(__ret__, 'role'),
|
581
591
|
shape=pulumi.get(__ret__, 'shape'),
|
@@ -651,6 +661,7 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
|
|
651
661
|
peer_sid_prefix=pulumi.get(__response__, 'peer_sid_prefix'),
|
652
662
|
peer_vm_cluster_id=pulumi.get(__response__, 'peer_vm_cluster_id'),
|
653
663
|
private_ip=pulumi.get(__response__, 'private_ip'),
|
664
|
+
private_ip_v6=pulumi.get(__response__, 'private_ip_v6'),
|
654
665
|
protection_mode=pulumi.get(__response__, 'protection_mode'),
|
655
666
|
role=pulumi.get(__response__, 'role'),
|
656
667
|
shape=pulumi.get(__response__, 'shape'),
|
@@ -28,13 +28,16 @@ class GetDatabaseSoftwareImagesResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getDatabaseSoftwareImages.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, compartment_id=None, database_software_images=None, display_name=None, filters=None, id=None, image_shape_family=None, image_type=None, is_upgrade_supported=None, state=None):
|
31
|
+
def __init__(__self__, compartment_id=None, database_software_images=None, db_system_id=None, display_name=None, filters=None, id=None, image_shape_family=None, image_type=None, is_upgrade_supported=None, state=None):
|
32
32
|
if compartment_id and not isinstance(compartment_id, str):
|
33
33
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
34
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
35
|
if database_software_images and not isinstance(database_software_images, list):
|
36
36
|
raise TypeError("Expected argument 'database_software_images' to be a list")
|
37
37
|
pulumi.set(__self__, "database_software_images", database_software_images)
|
38
|
+
if db_system_id and not isinstance(db_system_id, str):
|
39
|
+
raise TypeError("Expected argument 'db_system_id' to be a str")
|
40
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
38
41
|
if display_name and not isinstance(display_name, str):
|
39
42
|
raise TypeError("Expected argument 'display_name' to be a str")
|
40
43
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -73,6 +76,11 @@ class GetDatabaseSoftwareImagesResult:
|
|
73
76
|
"""
|
74
77
|
return pulumi.get(self, "database_software_images")
|
75
78
|
|
79
|
+
@property
|
80
|
+
@pulumi.getter(name="dbSystemId")
|
81
|
+
def db_system_id(self) -> Optional[str]:
|
82
|
+
return pulumi.get(self, "db_system_id")
|
83
|
+
|
76
84
|
@property
|
77
85
|
@pulumi.getter(name="displayName")
|
78
86
|
def display_name(self) -> Optional[str]:
|
@@ -135,6 +143,7 @@ class AwaitableGetDatabaseSoftwareImagesResult(GetDatabaseSoftwareImagesResult):
|
|
135
143
|
return GetDatabaseSoftwareImagesResult(
|
136
144
|
compartment_id=self.compartment_id,
|
137
145
|
database_software_images=self.database_software_images,
|
146
|
+
db_system_id=self.db_system_id,
|
138
147
|
display_name=self.display_name,
|
139
148
|
filters=self.filters,
|
140
149
|
id=self.id,
|
@@ -145,6 +154,7 @@ class AwaitableGetDatabaseSoftwareImagesResult(GetDatabaseSoftwareImagesResult):
|
|
145
154
|
|
146
155
|
|
147
156
|
def get_database_software_images(compartment_id: Optional[str] = None,
|
157
|
+
db_system_id: Optional[str] = None,
|
148
158
|
display_name: Optional[str] = None,
|
149
159
|
filters: Optional[Sequence[Union['GetDatabaseSoftwareImagesFilterArgs', 'GetDatabaseSoftwareImagesFilterArgsDict']]] = None,
|
150
160
|
image_shape_family: Optional[str] = None,
|
@@ -164,6 +174,7 @@ def get_database_software_images(compartment_id: Optional[str] = None,
|
|
164
174
|
import pulumi_oci as oci
|
165
175
|
|
166
176
|
test_database_software_images = oci.Database.get_database_software_images(compartment_id=compartment_id,
|
177
|
+
db_system_id=test_db_system["id"],
|
167
178
|
display_name=database_software_image_display_name,
|
168
179
|
image_shape_family=database_software_image_image_shape_family,
|
169
180
|
image_type=database_software_image_image_type,
|
@@ -173,6 +184,7 @@ def get_database_software_images(compartment_id: Optional[str] = None,
|
|
173
184
|
|
174
185
|
|
175
186
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
187
|
+
:param str db_system_id: The DB system [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
|
176
188
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
177
189
|
:param str image_shape_family: A filter to return only resources that match the given image shape family exactly.
|
178
190
|
:param str image_type: A filter to return only resources that match the given image type exactly.
|
@@ -181,6 +193,7 @@ def get_database_software_images(compartment_id: Optional[str] = None,
|
|
181
193
|
"""
|
182
194
|
__args__ = dict()
|
183
195
|
__args__['compartmentId'] = compartment_id
|
196
|
+
__args__['dbSystemId'] = db_system_id
|
184
197
|
__args__['displayName'] = display_name
|
185
198
|
__args__['filters'] = filters
|
186
199
|
__args__['imageShapeFamily'] = image_shape_family
|
@@ -193,6 +206,7 @@ def get_database_software_images(compartment_id: Optional[str] = None,
|
|
193
206
|
return AwaitableGetDatabaseSoftwareImagesResult(
|
194
207
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
195
208
|
database_software_images=pulumi.get(__ret__, 'database_software_images'),
|
209
|
+
db_system_id=pulumi.get(__ret__, 'db_system_id'),
|
196
210
|
display_name=pulumi.get(__ret__, 'display_name'),
|
197
211
|
filters=pulumi.get(__ret__, 'filters'),
|
198
212
|
id=pulumi.get(__ret__, 'id'),
|
@@ -201,6 +215,7 @@ def get_database_software_images(compartment_id: Optional[str] = None,
|
|
201
215
|
is_upgrade_supported=pulumi.get(__ret__, 'is_upgrade_supported'),
|
202
216
|
state=pulumi.get(__ret__, 'state'))
|
203
217
|
def get_database_software_images_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
218
|
+
db_system_id: Optional[pulumi.Input[Optional[str]]] = None,
|
204
219
|
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
205
220
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDatabaseSoftwareImagesFilterArgs', 'GetDatabaseSoftwareImagesFilterArgsDict']]]]] = None,
|
206
221
|
image_shape_family: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -220,6 +235,7 @@ def get_database_software_images_output(compartment_id: Optional[pulumi.Input[st
|
|
220
235
|
import pulumi_oci as oci
|
221
236
|
|
222
237
|
test_database_software_images = oci.Database.get_database_software_images(compartment_id=compartment_id,
|
238
|
+
db_system_id=test_db_system["id"],
|
223
239
|
display_name=database_software_image_display_name,
|
224
240
|
image_shape_family=database_software_image_image_shape_family,
|
225
241
|
image_type=database_software_image_image_type,
|
@@ -229,6 +245,7 @@ def get_database_software_images_output(compartment_id: Optional[pulumi.Input[st
|
|
229
245
|
|
230
246
|
|
231
247
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
248
|
+
:param str db_system_id: The DB system [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
|
232
249
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
233
250
|
:param str image_shape_family: A filter to return only resources that match the given image shape family exactly.
|
234
251
|
:param str image_type: A filter to return only resources that match the given image type exactly.
|
@@ -237,6 +254,7 @@ def get_database_software_images_output(compartment_id: Optional[pulumi.Input[st
|
|
237
254
|
"""
|
238
255
|
__args__ = dict()
|
239
256
|
__args__['compartmentId'] = compartment_id
|
257
|
+
__args__['dbSystemId'] = db_system_id
|
240
258
|
__args__['displayName'] = display_name
|
241
259
|
__args__['filters'] = filters
|
242
260
|
__args__['imageShapeFamily'] = image_shape_family
|
@@ -248,6 +266,7 @@ def get_database_software_images_output(compartment_id: Optional[pulumi.Input[st
|
|
248
266
|
return __ret__.apply(lambda __response__: GetDatabaseSoftwareImagesResult(
|
249
267
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
250
268
|
database_software_images=pulumi.get(__response__, 'database_software_images'),
|
269
|
+
db_system_id=pulumi.get(__response__, 'db_system_id'),
|
251
270
|
display_name=pulumi.get(__response__, 'display_name'),
|
252
271
|
filters=pulumi.get(__response__, 'filters'),
|
253
272
|
id=pulumi.get(__response__, 'id'),
|
@@ -26,13 +26,16 @@ class GetDbNodeResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getDbNode.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, additional_details=None, backup_ip_id=None, backup_vnic2id=None, backup_vnic_id=None, cpu_core_count=None, db_node_id=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_system_id=None, defined_tags=None, fault_domain=None, freeform_tags=None, host_ip_id=None, hostname=None, id=None, lifecycle_details=None, maintenance_type=None, memory_size_in_gbs=None, software_storage_size_in_gb=None, state=None, time_created=None, time_maintenance_window_end=None, time_maintenance_window_start=None, total_cpu_core_count=None, vnic2id=None, vnic_id=None):
|
29
|
+
def __init__(__self__, additional_details=None, backup_ip_id=None, backup_ipv6id=None, backup_vnic2id=None, backup_vnic_id=None, cpu_core_count=None, db_node_id=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_system_id=None, defined_tags=None, fault_domain=None, freeform_tags=None, host_ip_id=None, host_ipv6id=None, hostname=None, id=None, lifecycle_details=None, maintenance_type=None, memory_size_in_gbs=None, software_storage_size_in_gb=None, state=None, time_created=None, time_maintenance_window_end=None, time_maintenance_window_start=None, total_cpu_core_count=None, vnic2id=None, vnic_id=None):
|
30
30
|
if additional_details and not isinstance(additional_details, str):
|
31
31
|
raise TypeError("Expected argument 'additional_details' to be a str")
|
32
32
|
pulumi.set(__self__, "additional_details", additional_details)
|
33
33
|
if backup_ip_id and not isinstance(backup_ip_id, str):
|
34
34
|
raise TypeError("Expected argument 'backup_ip_id' to be a str")
|
35
35
|
pulumi.set(__self__, "backup_ip_id", backup_ip_id)
|
36
|
+
if backup_ipv6id and not isinstance(backup_ipv6id, str):
|
37
|
+
raise TypeError("Expected argument 'backup_ipv6id' to be a str")
|
38
|
+
pulumi.set(__self__, "backup_ipv6id", backup_ipv6id)
|
36
39
|
if backup_vnic2id and not isinstance(backup_vnic2id, str):
|
37
40
|
raise TypeError("Expected argument 'backup_vnic2id' to be a str")
|
38
41
|
pulumi.set(__self__, "backup_vnic2id", backup_vnic2id)
|
@@ -66,6 +69,9 @@ class GetDbNodeResult:
|
|
66
69
|
if host_ip_id and not isinstance(host_ip_id, str):
|
67
70
|
raise TypeError("Expected argument 'host_ip_id' to be a str")
|
68
71
|
pulumi.set(__self__, "host_ip_id", host_ip_id)
|
72
|
+
if host_ipv6id and not isinstance(host_ipv6id, str):
|
73
|
+
raise TypeError("Expected argument 'host_ipv6id' to be a str")
|
74
|
+
pulumi.set(__self__, "host_ipv6id", host_ipv6id)
|
69
75
|
if hostname and not isinstance(hostname, str):
|
70
76
|
raise TypeError("Expected argument 'hostname' to be a str")
|
71
77
|
pulumi.set(__self__, "hostname", hostname)
|
@@ -118,10 +124,18 @@ class GetDbNodeResult:
|
|
118
124
|
@pulumi.getter(name="backupIpId")
|
119
125
|
def backup_ip_id(self) -> str:
|
120
126
|
"""
|
121
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup
|
127
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IPv4 address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IPv4 address needed to make a database connection.
|
122
128
|
"""
|
123
129
|
return pulumi.get(self, "backup_ip_id")
|
124
130
|
|
131
|
+
@property
|
132
|
+
@pulumi.getter(name="backupIpv6id")
|
133
|
+
def backup_ipv6id(self) -> str:
|
134
|
+
"""
|
135
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IPv6 address associated with the database node. Use this OCID with the [GetIpv6](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Ipv6/GetIpv6) API to get the IPv6 address needed to make a database connection.
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "backup_ipv6id")
|
138
|
+
|
125
139
|
@property
|
126
140
|
@pulumi.getter(name="backupVnic2id")
|
127
141
|
def backup_vnic2id(self) -> str:
|
@@ -203,11 +217,18 @@ class GetDbNodeResult:
|
|
203
217
|
@pulumi.getter(name="hostIpId")
|
204
218
|
def host_ip_id(self) -> str:
|
205
219
|
"""
|
206
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host
|
207
|
-
**Note:** Applies only to Exadata Cloud Service.
|
220
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IPv4 address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IPv4 address needed to make a database connection.
|
208
221
|
"""
|
209
222
|
return pulumi.get(self, "host_ip_id")
|
210
223
|
|
224
|
+
@property
|
225
|
+
@pulumi.getter(name="hostIpv6id")
|
226
|
+
def host_ipv6id(self) -> str:
|
227
|
+
"""
|
228
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IPv6 address associated with the database node. Use this OCID with the [GetIpv6](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Ipv6/GetIpv6) API to get the IPv6 address needed to make a database connection.
|
229
|
+
"""
|
230
|
+
return pulumi.get(self, "host_ipv6id")
|
231
|
+
|
211
232
|
@property
|
212
233
|
@pulumi.getter
|
213
234
|
def hostname(self) -> str:
|
@@ -321,6 +342,7 @@ class AwaitableGetDbNodeResult(GetDbNodeResult):
|
|
321
342
|
return GetDbNodeResult(
|
322
343
|
additional_details=self.additional_details,
|
323
344
|
backup_ip_id=self.backup_ip_id,
|
345
|
+
backup_ipv6id=self.backup_ipv6id,
|
324
346
|
backup_vnic2id=self.backup_vnic2id,
|
325
347
|
backup_vnic_id=self.backup_vnic_id,
|
326
348
|
cpu_core_count=self.cpu_core_count,
|
@@ -332,6 +354,7 @@ class AwaitableGetDbNodeResult(GetDbNodeResult):
|
|
332
354
|
fault_domain=self.fault_domain,
|
333
355
|
freeform_tags=self.freeform_tags,
|
334
356
|
host_ip_id=self.host_ip_id,
|
357
|
+
host_ipv6id=self.host_ipv6id,
|
335
358
|
hostname=self.hostname,
|
336
359
|
id=self.id,
|
337
360
|
lifecycle_details=self.lifecycle_details,
|
@@ -374,6 +397,7 @@ def get_db_node(db_node_id: Optional[str] = None,
|
|
374
397
|
return AwaitableGetDbNodeResult(
|
375
398
|
additional_details=pulumi.get(__ret__, 'additional_details'),
|
376
399
|
backup_ip_id=pulumi.get(__ret__, 'backup_ip_id'),
|
400
|
+
backup_ipv6id=pulumi.get(__ret__, 'backup_ipv6id'),
|
377
401
|
backup_vnic2id=pulumi.get(__ret__, 'backup_vnic2id'),
|
378
402
|
backup_vnic_id=pulumi.get(__ret__, 'backup_vnic_id'),
|
379
403
|
cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
|
@@ -385,6 +409,7 @@ def get_db_node(db_node_id: Optional[str] = None,
|
|
385
409
|
fault_domain=pulumi.get(__ret__, 'fault_domain'),
|
386
410
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
387
411
|
host_ip_id=pulumi.get(__ret__, 'host_ip_id'),
|
412
|
+
host_ipv6id=pulumi.get(__ret__, 'host_ipv6id'),
|
388
413
|
hostname=pulumi.get(__ret__, 'hostname'),
|
389
414
|
id=pulumi.get(__ret__, 'id'),
|
390
415
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
@@ -424,6 +449,7 @@ def get_db_node_output(db_node_id: Optional[pulumi.Input[str]] = None,
|
|
424
449
|
return __ret__.apply(lambda __response__: GetDbNodeResult(
|
425
450
|
additional_details=pulumi.get(__response__, 'additional_details'),
|
426
451
|
backup_ip_id=pulumi.get(__response__, 'backup_ip_id'),
|
452
|
+
backup_ipv6id=pulumi.get(__response__, 'backup_ipv6id'),
|
427
453
|
backup_vnic2id=pulumi.get(__response__, 'backup_vnic2id'),
|
428
454
|
backup_vnic_id=pulumi.get(__response__, 'backup_vnic_id'),
|
429
455
|
cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
|
@@ -435,6 +461,7 @@ def get_db_node_output(db_node_id: Optional[pulumi.Input[str]] = None,
|
|
435
461
|
fault_domain=pulumi.get(__response__, 'fault_domain'),
|
436
462
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
437
463
|
host_ip_id=pulumi.get(__response__, 'host_ip_id'),
|
464
|
+
host_ipv6id=pulumi.get(__response__, 'host_ipv6id'),
|
438
465
|
hostname=pulumi.get(__response__, 'hostname'),
|
439
466
|
id=pulumi.get(__response__, 'id'),
|
440
467
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
@@ -27,7 +27,7 @@ class GetDbServerResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDbServer.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, autonomous_virtual_machine_ids=None, autonomous_vm_cluster_ids=None, compartment_id=None, cpu_core_count=None, db_node_ids=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_server_patching_details=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, freeform_tags=None, id=None, lifecycle_details=None, max_cpu_count=None, max_db_node_storage_in_gbs=None, max_memory_in_gbs=None, memory_size_in_gbs=None, shape=None, state=None, time_created=None, vm_cluster_ids=None):
|
30
|
+
def __init__(__self__, autonomous_virtual_machine_ids=None, autonomous_vm_cluster_ids=None, compartment_id=None, compute_model=None, cpu_core_count=None, db_node_ids=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_server_patching_details=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, freeform_tags=None, id=None, lifecycle_details=None, max_cpu_count=None, max_db_node_storage_in_gbs=None, max_memory_in_gbs=None, memory_size_in_gbs=None, shape=None, state=None, time_created=None, vm_cluster_ids=None):
|
31
31
|
if autonomous_virtual_machine_ids and not isinstance(autonomous_virtual_machine_ids, list):
|
32
32
|
raise TypeError("Expected argument 'autonomous_virtual_machine_ids' to be a list")
|
33
33
|
pulumi.set(__self__, "autonomous_virtual_machine_ids", autonomous_virtual_machine_ids)
|
@@ -37,6 +37,9 @@ class GetDbServerResult:
|
|
37
37
|
if compartment_id and not isinstance(compartment_id, str):
|
38
38
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
39
39
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
40
|
+
if compute_model and not isinstance(compute_model, str):
|
41
|
+
raise TypeError("Expected argument 'compute_model' to be a str")
|
42
|
+
pulumi.set(__self__, "compute_model", compute_model)
|
40
43
|
if cpu_core_count and not isinstance(cpu_core_count, int):
|
41
44
|
raise TypeError("Expected argument 'cpu_core_count' to be a int")
|
42
45
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
@@ -119,6 +122,14 @@ class GetDbServerResult:
|
|
119
122
|
"""
|
120
123
|
return pulumi.get(self, "compartment_id")
|
121
124
|
|
125
|
+
@property
|
126
|
+
@pulumi.getter(name="computeModel")
|
127
|
+
def compute_model(self) -> str:
|
128
|
+
"""
|
129
|
+
The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
130
|
+
"""
|
131
|
+
return pulumi.get(self, "compute_model")
|
132
|
+
|
122
133
|
@property
|
123
134
|
@pulumi.getter(name="cpuCoreCount")
|
124
135
|
def cpu_core_count(self) -> int:
|
@@ -278,6 +289,7 @@ class AwaitableGetDbServerResult(GetDbServerResult):
|
|
278
289
|
autonomous_virtual_machine_ids=self.autonomous_virtual_machine_ids,
|
279
290
|
autonomous_vm_cluster_ids=self.autonomous_vm_cluster_ids,
|
280
291
|
compartment_id=self.compartment_id,
|
292
|
+
compute_model=self.compute_model,
|
281
293
|
cpu_core_count=self.cpu_core_count,
|
282
294
|
db_node_ids=self.db_node_ids,
|
283
295
|
db_node_storage_size_in_gbs=self.db_node_storage_size_in_gbs,
|
@@ -331,6 +343,7 @@ def get_db_server(db_server_id: Optional[str] = None,
|
|
331
343
|
autonomous_virtual_machine_ids=pulumi.get(__ret__, 'autonomous_virtual_machine_ids'),
|
332
344
|
autonomous_vm_cluster_ids=pulumi.get(__ret__, 'autonomous_vm_cluster_ids'),
|
333
345
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
346
|
+
compute_model=pulumi.get(__ret__, 'compute_model'),
|
334
347
|
cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
|
335
348
|
db_node_ids=pulumi.get(__ret__, 'db_node_ids'),
|
336
349
|
db_node_storage_size_in_gbs=pulumi.get(__ret__, 'db_node_storage_size_in_gbs'),
|
@@ -381,6 +394,7 @@ def get_db_server_output(db_server_id: Optional[pulumi.Input[str]] = None,
|
|
381
394
|
autonomous_virtual_machine_ids=pulumi.get(__response__, 'autonomous_virtual_machine_ids'),
|
382
395
|
autonomous_vm_cluster_ids=pulumi.get(__response__, 'autonomous_vm_cluster_ids'),
|
383
396
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
397
|
+
compute_model=pulumi.get(__response__, 'compute_model'),
|
384
398
|
cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
|
385
399
|
db_node_ids=pulumi.get(__response__, 'db_node_ids'),
|
386
400
|
db_node_storage_size_in_gbs=pulumi.get(__response__, 'db_node_storage_size_in_gbs'),
|