pulumi-oci 2.0.0a1719867547__py3-none-any.whl → 2.1.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 +43 -0
- pulumi_oci/database/__init__.py +11 -0
- pulumi_oci/database/_inputs.py +607 -0
- pulumi_oci/database/db_node.py +28 -0
- pulumi_oci/database/exadb_vm_cluster.py +1761 -0
- pulumi_oci/database/exascale_db_storage_vault.py +787 -0
- pulumi_oci/database/get_backups.py +22 -5
- pulumi_oci/database/get_db_node.py +14 -1
- pulumi_oci/database/get_db_nodes.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster.py +614 -0
- pulumi_oci/database/get_exadb_vm_cluster_update.py +226 -0
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +153 -0
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +226 -0
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +173 -0
- pulumi_oci/database/get_exadb_vm_clusters.py +196 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +301 -0
- pulumi_oci/database/get_exascale_db_storage_vaults.py +176 -0
- pulumi_oci/database/get_gi_version_minor_versions.py +221 -0
- pulumi_oci/database/get_gi_versions.py +22 -5
- pulumi_oci/database/outputs.py +2050 -0
- pulumi_oci/database/pluggable_database.py +7 -7
- pulumi_oci/databasemigration/__init__.py +6 -0
- pulumi_oci/databasemigration/_inputs.py +1577 -0
- pulumi_oci/databasemigration/connection.py +2019 -0
- pulumi_oci/databasemigration/get_connection.py +616 -0
- pulumi_oci/databasemigration/get_connections.py +225 -0
- pulumi_oci/databasemigration/get_job_advisor_report.py +2 -10
- pulumi_oci/databasemigration/get_migration.py +427 -0
- pulumi_oci/databasemigration/get_migration_object_types.py +24 -13
- pulumi_oci/databasemigration/get_migrations.py +407 -0
- pulumi_oci/databasemigration/job.py +16 -20
- pulumi_oci/databasemigration/migration.py +1471 -0
- pulumi_oci/databasemigration/outputs.py +4301 -73
- pulumi_oci/filestorage/_inputs.py +10 -18
- pulumi_oci/filestorage/export.py +28 -7
- pulumi_oci/filestorage/file_system.py +159 -35
- pulumi_oci/filestorage/outputs.py +55 -34
- pulumi_oci/generativeai/_inputs.py +50 -2
- pulumi_oci/generativeai/dedicated_ai_cluster.py +30 -2
- pulumi_oci/generativeai/endpoint.py +2 -2
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -47
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -14
- pulumi_oci/generativeai/get_endpoint.py +2 -26
- pulumi_oci/generativeai/get_endpoints.py +2 -8
- pulumi_oci/generativeai/get_model.py +2 -38
- pulumi_oci/generativeai/get_models.py +2 -8
- pulumi_oci/generativeai/model.py +2 -2
- pulumi_oci/generativeai/outputs.py +86 -310
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/resourcescheduler/__init__.py +12 -0
- pulumi_oci/resourcescheduler/_inputs.py +224 -0
- pulumi_oci/resourcescheduler/get_schedule.py +340 -0
- pulumi_oci/resourcescheduler/get_schedules.py +193 -0
- pulumi_oci/resourcescheduler/outputs.py +687 -0
- pulumi_oci/resourcescheduler/schedule.py +977 -0
- {pulumi_oci-2.0.0a1719867547.dist-info → pulumi_oci-2.1.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.0.0a1719867547.dist-info → pulumi_oci-2.1.0.dist-info}/RECORD +59 -36
- {pulumi_oci-2.0.0a1719867547.dist-info → pulumi_oci-2.1.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.0.0a1719867547.dist-info → pulumi_oci-2.1.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,614 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
|
13
|
+
__all__ = [
|
14
|
+
'GetExadbVmClusterResult',
|
15
|
+
'AwaitableGetExadbVmClusterResult',
|
16
|
+
'get_exadb_vm_cluster',
|
17
|
+
'get_exadb_vm_cluster_output',
|
18
|
+
]
|
19
|
+
|
20
|
+
@pulumi.output_type
|
21
|
+
class GetExadbVmClusterResult:
|
22
|
+
"""
|
23
|
+
A collection of values returned by getExadbVmCluster.
|
24
|
+
"""
|
25
|
+
def __init__(__self__, availability_domain=None, backup_network_nsg_ids=None, backup_subnet_id=None, cluster_name=None, compartment_id=None, data_collection_options=None, defined_tags=None, display_name=None, domain=None, exadb_vm_cluster_id=None, exascale_db_storage_vault_id=None, freeform_tags=None, gi_version=None, grid_image_id=None, grid_image_type=None, hostname=None, id=None, iorm_config_caches=None, last_update_history_entry_id=None, license_model=None, lifecycle_details=None, listener_port=None, node_configs=None, node_resources=None, nsg_ids=None, private_zone_id=None, scan_dns_name=None, scan_dns_record_id=None, scan_ip_ids=None, scan_listener_port_tcp=None, scan_listener_port_tcp_ssl=None, shape=None, ssh_public_keys=None, state=None, subnet_id=None, system_tags=None, system_version=None, time_created=None, time_zone=None, vip_ids=None, zone_id=None):
|
26
|
+
if availability_domain and not isinstance(availability_domain, str):
|
27
|
+
raise TypeError("Expected argument 'availability_domain' to be a str")
|
28
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
29
|
+
if backup_network_nsg_ids and not isinstance(backup_network_nsg_ids, list):
|
30
|
+
raise TypeError("Expected argument 'backup_network_nsg_ids' to be a list")
|
31
|
+
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
32
|
+
if backup_subnet_id and not isinstance(backup_subnet_id, str):
|
33
|
+
raise TypeError("Expected argument 'backup_subnet_id' to be a str")
|
34
|
+
pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
|
35
|
+
if cluster_name and not isinstance(cluster_name, str):
|
36
|
+
raise TypeError("Expected argument 'cluster_name' to be a str")
|
37
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
38
|
+
if compartment_id and not isinstance(compartment_id, str):
|
39
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
40
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
41
|
+
if data_collection_options and not isinstance(data_collection_options, list):
|
42
|
+
raise TypeError("Expected argument 'data_collection_options' to be a list")
|
43
|
+
pulumi.set(__self__, "data_collection_options", data_collection_options)
|
44
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
45
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
46
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
47
|
+
if display_name and not isinstance(display_name, str):
|
48
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
49
|
+
pulumi.set(__self__, "display_name", display_name)
|
50
|
+
if domain and not isinstance(domain, str):
|
51
|
+
raise TypeError("Expected argument 'domain' to be a str")
|
52
|
+
pulumi.set(__self__, "domain", domain)
|
53
|
+
if exadb_vm_cluster_id and not isinstance(exadb_vm_cluster_id, str):
|
54
|
+
raise TypeError("Expected argument 'exadb_vm_cluster_id' to be a str")
|
55
|
+
pulumi.set(__self__, "exadb_vm_cluster_id", exadb_vm_cluster_id)
|
56
|
+
if exascale_db_storage_vault_id and not isinstance(exascale_db_storage_vault_id, str):
|
57
|
+
raise TypeError("Expected argument 'exascale_db_storage_vault_id' to be a str")
|
58
|
+
pulumi.set(__self__, "exascale_db_storage_vault_id", exascale_db_storage_vault_id)
|
59
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
60
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
61
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
62
|
+
if gi_version and not isinstance(gi_version, str):
|
63
|
+
raise TypeError("Expected argument 'gi_version' to be a str")
|
64
|
+
pulumi.set(__self__, "gi_version", gi_version)
|
65
|
+
if grid_image_id and not isinstance(grid_image_id, str):
|
66
|
+
raise TypeError("Expected argument 'grid_image_id' to be a str")
|
67
|
+
pulumi.set(__self__, "grid_image_id", grid_image_id)
|
68
|
+
if grid_image_type and not isinstance(grid_image_type, str):
|
69
|
+
raise TypeError("Expected argument 'grid_image_type' to be a str")
|
70
|
+
pulumi.set(__self__, "grid_image_type", grid_image_type)
|
71
|
+
if hostname and not isinstance(hostname, str):
|
72
|
+
raise TypeError("Expected argument 'hostname' to be a str")
|
73
|
+
pulumi.set(__self__, "hostname", hostname)
|
74
|
+
if id and not isinstance(id, str):
|
75
|
+
raise TypeError("Expected argument 'id' to be a str")
|
76
|
+
pulumi.set(__self__, "id", id)
|
77
|
+
if iorm_config_caches and not isinstance(iorm_config_caches, list):
|
78
|
+
raise TypeError("Expected argument 'iorm_config_caches' to be a list")
|
79
|
+
pulumi.set(__self__, "iorm_config_caches", iorm_config_caches)
|
80
|
+
if last_update_history_entry_id and not isinstance(last_update_history_entry_id, str):
|
81
|
+
raise TypeError("Expected argument 'last_update_history_entry_id' to be a str")
|
82
|
+
pulumi.set(__self__, "last_update_history_entry_id", last_update_history_entry_id)
|
83
|
+
if license_model and not isinstance(license_model, str):
|
84
|
+
raise TypeError("Expected argument 'license_model' to be a str")
|
85
|
+
pulumi.set(__self__, "license_model", license_model)
|
86
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
87
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
88
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
89
|
+
if listener_port and not isinstance(listener_port, str):
|
90
|
+
raise TypeError("Expected argument 'listener_port' to be a str")
|
91
|
+
pulumi.set(__self__, "listener_port", listener_port)
|
92
|
+
if node_configs and not isinstance(node_configs, list):
|
93
|
+
raise TypeError("Expected argument 'node_configs' to be a list")
|
94
|
+
pulumi.set(__self__, "node_configs", node_configs)
|
95
|
+
if node_resources and not isinstance(node_resources, list):
|
96
|
+
raise TypeError("Expected argument 'node_resources' to be a list")
|
97
|
+
pulumi.set(__self__, "node_resources", node_resources)
|
98
|
+
if nsg_ids and not isinstance(nsg_ids, list):
|
99
|
+
raise TypeError("Expected argument 'nsg_ids' to be a list")
|
100
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
101
|
+
if private_zone_id and not isinstance(private_zone_id, str):
|
102
|
+
raise TypeError("Expected argument 'private_zone_id' to be a str")
|
103
|
+
pulumi.set(__self__, "private_zone_id", private_zone_id)
|
104
|
+
if scan_dns_name and not isinstance(scan_dns_name, str):
|
105
|
+
raise TypeError("Expected argument 'scan_dns_name' to be a str")
|
106
|
+
pulumi.set(__self__, "scan_dns_name", scan_dns_name)
|
107
|
+
if scan_dns_record_id and not isinstance(scan_dns_record_id, str):
|
108
|
+
raise TypeError("Expected argument 'scan_dns_record_id' to be a str")
|
109
|
+
pulumi.set(__self__, "scan_dns_record_id", scan_dns_record_id)
|
110
|
+
if scan_ip_ids and not isinstance(scan_ip_ids, list):
|
111
|
+
raise TypeError("Expected argument 'scan_ip_ids' to be a list")
|
112
|
+
pulumi.set(__self__, "scan_ip_ids", scan_ip_ids)
|
113
|
+
if scan_listener_port_tcp and not isinstance(scan_listener_port_tcp, int):
|
114
|
+
raise TypeError("Expected argument 'scan_listener_port_tcp' to be a int")
|
115
|
+
pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
|
116
|
+
if scan_listener_port_tcp_ssl and not isinstance(scan_listener_port_tcp_ssl, int):
|
117
|
+
raise TypeError("Expected argument 'scan_listener_port_tcp_ssl' to be a int")
|
118
|
+
pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
|
119
|
+
if shape and not isinstance(shape, str):
|
120
|
+
raise TypeError("Expected argument 'shape' to be a str")
|
121
|
+
pulumi.set(__self__, "shape", shape)
|
122
|
+
if ssh_public_keys and not isinstance(ssh_public_keys, list):
|
123
|
+
raise TypeError("Expected argument 'ssh_public_keys' to be a list")
|
124
|
+
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
125
|
+
if state and not isinstance(state, str):
|
126
|
+
raise TypeError("Expected argument 'state' to be a str")
|
127
|
+
pulumi.set(__self__, "state", state)
|
128
|
+
if subnet_id and not isinstance(subnet_id, str):
|
129
|
+
raise TypeError("Expected argument 'subnet_id' to be a str")
|
130
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
131
|
+
if system_tags and not isinstance(system_tags, dict):
|
132
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
133
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
134
|
+
if system_version and not isinstance(system_version, str):
|
135
|
+
raise TypeError("Expected argument 'system_version' to be a str")
|
136
|
+
pulumi.set(__self__, "system_version", system_version)
|
137
|
+
if time_created and not isinstance(time_created, str):
|
138
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
139
|
+
pulumi.set(__self__, "time_created", time_created)
|
140
|
+
if time_zone and not isinstance(time_zone, str):
|
141
|
+
raise TypeError("Expected argument 'time_zone' to be a str")
|
142
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
143
|
+
if vip_ids and not isinstance(vip_ids, list):
|
144
|
+
raise TypeError("Expected argument 'vip_ids' to be a list")
|
145
|
+
pulumi.set(__self__, "vip_ids", vip_ids)
|
146
|
+
if zone_id and not isinstance(zone_id, str):
|
147
|
+
raise TypeError("Expected argument 'zone_id' to be a str")
|
148
|
+
pulumi.set(__self__, "zone_id", zone_id)
|
149
|
+
|
150
|
+
@property
|
151
|
+
@pulumi.getter(name="availabilityDomain")
|
152
|
+
def availability_domain(self) -> str:
|
153
|
+
"""
|
154
|
+
The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
|
155
|
+
"""
|
156
|
+
return pulumi.get(self, "availability_domain")
|
157
|
+
|
158
|
+
@property
|
159
|
+
@pulumi.getter(name="backupNetworkNsgIds")
|
160
|
+
def backup_network_nsg_ids(self) -> Sequence[str]:
|
161
|
+
"""
|
162
|
+
A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
163
|
+
"""
|
164
|
+
return pulumi.get(self, "backup_network_nsg_ids")
|
165
|
+
|
166
|
+
@property
|
167
|
+
@pulumi.getter(name="backupSubnetId")
|
168
|
+
def backup_subnet_id(self) -> str:
|
169
|
+
"""
|
170
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
171
|
+
"""
|
172
|
+
return pulumi.get(self, "backup_subnet_id")
|
173
|
+
|
174
|
+
@property
|
175
|
+
@pulumi.getter(name="clusterName")
|
176
|
+
def cluster_name(self) -> str:
|
177
|
+
"""
|
178
|
+
The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
|
179
|
+
"""
|
180
|
+
return pulumi.get(self, "cluster_name")
|
181
|
+
|
182
|
+
@property
|
183
|
+
@pulumi.getter(name="compartmentId")
|
184
|
+
def compartment_id(self) -> str:
|
185
|
+
"""
|
186
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
187
|
+
"""
|
188
|
+
return pulumi.get(self, "compartment_id")
|
189
|
+
|
190
|
+
@property
|
191
|
+
@pulumi.getter(name="dataCollectionOptions")
|
192
|
+
def data_collection_options(self) -> Sequence['outputs.GetExadbVmClusterDataCollectionOptionResult']:
|
193
|
+
"""
|
194
|
+
Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
195
|
+
"""
|
196
|
+
return pulumi.get(self, "data_collection_options")
|
197
|
+
|
198
|
+
@property
|
199
|
+
@pulumi.getter(name="definedTags")
|
200
|
+
def defined_tags(self) -> Mapping[str, Any]:
|
201
|
+
"""
|
202
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
203
|
+
"""
|
204
|
+
return pulumi.get(self, "defined_tags")
|
205
|
+
|
206
|
+
@property
|
207
|
+
@pulumi.getter(name="displayName")
|
208
|
+
def display_name(self) -> str:
|
209
|
+
"""
|
210
|
+
The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
|
211
|
+
"""
|
212
|
+
return pulumi.get(self, "display_name")
|
213
|
+
|
214
|
+
@property
|
215
|
+
@pulumi.getter
|
216
|
+
def domain(self) -> str:
|
217
|
+
"""
|
218
|
+
A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
|
219
|
+
"""
|
220
|
+
return pulumi.get(self, "domain")
|
221
|
+
|
222
|
+
@property
|
223
|
+
@pulumi.getter(name="exadbVmClusterId")
|
224
|
+
def exadb_vm_cluster_id(self) -> str:
|
225
|
+
return pulumi.get(self, "exadb_vm_cluster_id")
|
226
|
+
|
227
|
+
@property
|
228
|
+
@pulumi.getter(name="exascaleDbStorageVaultId")
|
229
|
+
def exascale_db_storage_vault_id(self) -> str:
|
230
|
+
"""
|
231
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "exascale_db_storage_vault_id")
|
234
|
+
|
235
|
+
@property
|
236
|
+
@pulumi.getter(name="freeformTags")
|
237
|
+
def freeform_tags(self) -> Mapping[str, Any]:
|
238
|
+
"""
|
239
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "freeform_tags")
|
242
|
+
|
243
|
+
@property
|
244
|
+
@pulumi.getter(name="giVersion")
|
245
|
+
def gi_version(self) -> str:
|
246
|
+
"""
|
247
|
+
A valid Oracle Grid Infrastructure (GI) software version.
|
248
|
+
"""
|
249
|
+
return pulumi.get(self, "gi_version")
|
250
|
+
|
251
|
+
@property
|
252
|
+
@pulumi.getter(name="gridImageId")
|
253
|
+
def grid_image_id(self) -> str:
|
254
|
+
"""
|
255
|
+
Grid Setup will be done using this grid image id
|
256
|
+
"""
|
257
|
+
return pulumi.get(self, "grid_image_id")
|
258
|
+
|
259
|
+
@property
|
260
|
+
@pulumi.getter(name="gridImageType")
|
261
|
+
def grid_image_type(self) -> str:
|
262
|
+
"""
|
263
|
+
The type of Grid Image
|
264
|
+
"""
|
265
|
+
return pulumi.get(self, "grid_image_type")
|
266
|
+
|
267
|
+
@property
|
268
|
+
@pulumi.getter
|
269
|
+
def hostname(self) -> str:
|
270
|
+
"""
|
271
|
+
The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
|
272
|
+
"""
|
273
|
+
return pulumi.get(self, "hostname")
|
274
|
+
|
275
|
+
@property
|
276
|
+
@pulumi.getter
|
277
|
+
def id(self) -> str:
|
278
|
+
"""
|
279
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata VM cluster on Exascale Infrastructure.
|
280
|
+
"""
|
281
|
+
return pulumi.get(self, "id")
|
282
|
+
|
283
|
+
@property
|
284
|
+
@pulumi.getter(name="iormConfigCaches")
|
285
|
+
def iorm_config_caches(self) -> Sequence['outputs.GetExadbVmClusterIormConfigCachResult']:
|
286
|
+
"""
|
287
|
+
The IORM settings of the Exadata DB system.
|
288
|
+
"""
|
289
|
+
return pulumi.get(self, "iorm_config_caches")
|
290
|
+
|
291
|
+
@property
|
292
|
+
@pulumi.getter(name="lastUpdateHistoryEntryId")
|
293
|
+
def last_update_history_entry_id(self) -> str:
|
294
|
+
"""
|
295
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
|
296
|
+
"""
|
297
|
+
return pulumi.get(self, "last_update_history_entry_id")
|
298
|
+
|
299
|
+
@property
|
300
|
+
@pulumi.getter(name="licenseModel")
|
301
|
+
def license_model(self) -> str:
|
302
|
+
"""
|
303
|
+
The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
|
304
|
+
"""
|
305
|
+
return pulumi.get(self, "license_model")
|
306
|
+
|
307
|
+
@property
|
308
|
+
@pulumi.getter(name="lifecycleDetails")
|
309
|
+
def lifecycle_details(self) -> str:
|
310
|
+
"""
|
311
|
+
Additional information about the current lifecycle state.
|
312
|
+
"""
|
313
|
+
return pulumi.get(self, "lifecycle_details")
|
314
|
+
|
315
|
+
@property
|
316
|
+
@pulumi.getter(name="listenerPort")
|
317
|
+
def listener_port(self) -> str:
|
318
|
+
"""
|
319
|
+
The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
|
320
|
+
"""
|
321
|
+
return pulumi.get(self, "listener_port")
|
322
|
+
|
323
|
+
@property
|
324
|
+
@pulumi.getter(name="nodeConfigs")
|
325
|
+
def node_configs(self) -> Sequence['outputs.GetExadbVmClusterNodeConfigResult']:
|
326
|
+
"""
|
327
|
+
The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
|
328
|
+
"""
|
329
|
+
return pulumi.get(self, "node_configs")
|
330
|
+
|
331
|
+
@property
|
332
|
+
@pulumi.getter(name="nodeResources")
|
333
|
+
def node_resources(self) -> Sequence['outputs.GetExadbVmClusterNodeResourceResult']:
|
334
|
+
"""
|
335
|
+
The list of node in the Exadata VM cluster on Exascale Infrastructure.
|
336
|
+
"""
|
337
|
+
return pulumi.get(self, "node_resources")
|
338
|
+
|
339
|
+
@property
|
340
|
+
@pulumi.getter(name="nsgIds")
|
341
|
+
def nsg_ids(self) -> Sequence[str]:
|
342
|
+
"""
|
343
|
+
The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
|
344
|
+
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
345
|
+
"""
|
346
|
+
return pulumi.get(self, "nsg_ids")
|
347
|
+
|
348
|
+
@property
|
349
|
+
@pulumi.getter(name="privateZoneId")
|
350
|
+
def private_zone_id(self) -> str:
|
351
|
+
"""
|
352
|
+
The private zone ID in which you want DNS records to be created.
|
353
|
+
"""
|
354
|
+
return pulumi.get(self, "private_zone_id")
|
355
|
+
|
356
|
+
@property
|
357
|
+
@pulumi.getter(name="scanDnsName")
|
358
|
+
def scan_dns_name(self) -> str:
|
359
|
+
"""
|
360
|
+
The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
|
361
|
+
"""
|
362
|
+
return pulumi.get(self, "scan_dns_name")
|
363
|
+
|
364
|
+
@property
|
365
|
+
@pulumi.getter(name="scanDnsRecordId")
|
366
|
+
def scan_dns_record_id(self) -> str:
|
367
|
+
"""
|
368
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
|
369
|
+
"""
|
370
|
+
return pulumi.get(self, "scan_dns_record_id")
|
371
|
+
|
372
|
+
@property
|
373
|
+
@pulumi.getter(name="scanIpIds")
|
374
|
+
def scan_ip_ids(self) -> Sequence[str]:
|
375
|
+
"""
|
376
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
377
|
+
"""
|
378
|
+
return pulumi.get(self, "scan_ip_ids")
|
379
|
+
|
380
|
+
@property
|
381
|
+
@pulumi.getter(name="scanListenerPortTcp")
|
382
|
+
def scan_listener_port_tcp(self) -> int:
|
383
|
+
"""
|
384
|
+
The TCP Single Client Access Name (SCAN) port. The default port is 1521.
|
385
|
+
"""
|
386
|
+
return pulumi.get(self, "scan_listener_port_tcp")
|
387
|
+
|
388
|
+
@property
|
389
|
+
@pulumi.getter(name="scanListenerPortTcpSsl")
|
390
|
+
def scan_listener_port_tcp_ssl(self) -> int:
|
391
|
+
"""
|
392
|
+
The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
|
393
|
+
"""
|
394
|
+
return pulumi.get(self, "scan_listener_port_tcp_ssl")
|
395
|
+
|
396
|
+
@property
|
397
|
+
@pulumi.getter
|
398
|
+
def shape(self) -> str:
|
399
|
+
"""
|
400
|
+
The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
401
|
+
"""
|
402
|
+
return pulumi.get(self, "shape")
|
403
|
+
|
404
|
+
@property
|
405
|
+
@pulumi.getter(name="sshPublicKeys")
|
406
|
+
def ssh_public_keys(self) -> Sequence[str]:
|
407
|
+
"""
|
408
|
+
The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
|
409
|
+
"""
|
410
|
+
return pulumi.get(self, "ssh_public_keys")
|
411
|
+
|
412
|
+
@property
|
413
|
+
@pulumi.getter
|
414
|
+
def state(self) -> str:
|
415
|
+
"""
|
416
|
+
The current state of the Exadata VM cluster on Exascale Infrastructure.
|
417
|
+
"""
|
418
|
+
return pulumi.get(self, "state")
|
419
|
+
|
420
|
+
@property
|
421
|
+
@pulumi.getter(name="subnetId")
|
422
|
+
def subnet_id(self) -> str:
|
423
|
+
"""
|
424
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
425
|
+
"""
|
426
|
+
return pulumi.get(self, "subnet_id")
|
427
|
+
|
428
|
+
@property
|
429
|
+
@pulumi.getter(name="systemTags")
|
430
|
+
def system_tags(self) -> Mapping[str, Any]:
|
431
|
+
"""
|
432
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
433
|
+
"""
|
434
|
+
return pulumi.get(self, "system_tags")
|
435
|
+
|
436
|
+
@property
|
437
|
+
@pulumi.getter(name="systemVersion")
|
438
|
+
def system_version(self) -> str:
|
439
|
+
"""
|
440
|
+
Operating system version of the image.
|
441
|
+
"""
|
442
|
+
return pulumi.get(self, "system_version")
|
443
|
+
|
444
|
+
@property
|
445
|
+
@pulumi.getter(name="timeCreated")
|
446
|
+
def time_created(self) -> str:
|
447
|
+
"""
|
448
|
+
The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
|
449
|
+
"""
|
450
|
+
return pulumi.get(self, "time_created")
|
451
|
+
|
452
|
+
@property
|
453
|
+
@pulumi.getter(name="timeZone")
|
454
|
+
def time_zone(self) -> str:
|
455
|
+
"""
|
456
|
+
The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
457
|
+
"""
|
458
|
+
return pulumi.get(self, "time_zone")
|
459
|
+
|
460
|
+
@property
|
461
|
+
@pulumi.getter(name="vipIds")
|
462
|
+
def vip_ids(self) -> Sequence[str]:
|
463
|
+
"""
|
464
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
|
465
|
+
"""
|
466
|
+
return pulumi.get(self, "vip_ids")
|
467
|
+
|
468
|
+
@property
|
469
|
+
@pulumi.getter(name="zoneId")
|
470
|
+
def zone_id(self) -> str:
|
471
|
+
"""
|
472
|
+
The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
|
473
|
+
"""
|
474
|
+
return pulumi.get(self, "zone_id")
|
475
|
+
|
476
|
+
|
477
|
+
class AwaitableGetExadbVmClusterResult(GetExadbVmClusterResult):
|
478
|
+
# pylint: disable=using-constant-test
|
479
|
+
def __await__(self):
|
480
|
+
if False:
|
481
|
+
yield self
|
482
|
+
return GetExadbVmClusterResult(
|
483
|
+
availability_domain=self.availability_domain,
|
484
|
+
backup_network_nsg_ids=self.backup_network_nsg_ids,
|
485
|
+
backup_subnet_id=self.backup_subnet_id,
|
486
|
+
cluster_name=self.cluster_name,
|
487
|
+
compartment_id=self.compartment_id,
|
488
|
+
data_collection_options=self.data_collection_options,
|
489
|
+
defined_tags=self.defined_tags,
|
490
|
+
display_name=self.display_name,
|
491
|
+
domain=self.domain,
|
492
|
+
exadb_vm_cluster_id=self.exadb_vm_cluster_id,
|
493
|
+
exascale_db_storage_vault_id=self.exascale_db_storage_vault_id,
|
494
|
+
freeform_tags=self.freeform_tags,
|
495
|
+
gi_version=self.gi_version,
|
496
|
+
grid_image_id=self.grid_image_id,
|
497
|
+
grid_image_type=self.grid_image_type,
|
498
|
+
hostname=self.hostname,
|
499
|
+
id=self.id,
|
500
|
+
iorm_config_caches=self.iorm_config_caches,
|
501
|
+
last_update_history_entry_id=self.last_update_history_entry_id,
|
502
|
+
license_model=self.license_model,
|
503
|
+
lifecycle_details=self.lifecycle_details,
|
504
|
+
listener_port=self.listener_port,
|
505
|
+
node_configs=self.node_configs,
|
506
|
+
node_resources=self.node_resources,
|
507
|
+
nsg_ids=self.nsg_ids,
|
508
|
+
private_zone_id=self.private_zone_id,
|
509
|
+
scan_dns_name=self.scan_dns_name,
|
510
|
+
scan_dns_record_id=self.scan_dns_record_id,
|
511
|
+
scan_ip_ids=self.scan_ip_ids,
|
512
|
+
scan_listener_port_tcp=self.scan_listener_port_tcp,
|
513
|
+
scan_listener_port_tcp_ssl=self.scan_listener_port_tcp_ssl,
|
514
|
+
shape=self.shape,
|
515
|
+
ssh_public_keys=self.ssh_public_keys,
|
516
|
+
state=self.state,
|
517
|
+
subnet_id=self.subnet_id,
|
518
|
+
system_tags=self.system_tags,
|
519
|
+
system_version=self.system_version,
|
520
|
+
time_created=self.time_created,
|
521
|
+
time_zone=self.time_zone,
|
522
|
+
vip_ids=self.vip_ids,
|
523
|
+
zone_id=self.zone_id)
|
524
|
+
|
525
|
+
|
526
|
+
def get_exadb_vm_cluster(exadb_vm_cluster_id: Optional[str] = None,
|
527
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExadbVmClusterResult:
|
528
|
+
"""
|
529
|
+
This data source provides details about a specific Exadb Vm Cluster resource in Oracle Cloud Infrastructure Database service.
|
530
|
+
|
531
|
+
Gets information about the specified Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only.
|
532
|
+
|
533
|
+
## Example Usage
|
534
|
+
|
535
|
+
```python
|
536
|
+
import pulumi
|
537
|
+
import pulumi_oci as oci
|
538
|
+
|
539
|
+
test_exadb_vm_cluster = oci.Database.get_exadb_vm_cluster(exadb_vm_cluster_id=test_exadb_vm_cluster_oci_database_exadb_vm_cluster["id"])
|
540
|
+
```
|
541
|
+
|
542
|
+
|
543
|
+
:param str exadb_vm_cluster_id: The Exadata VM cluster [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) on Exascale Infrastructure.
|
544
|
+
"""
|
545
|
+
__args__ = dict()
|
546
|
+
__args__['exadbVmClusterId'] = exadb_vm_cluster_id
|
547
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
548
|
+
__ret__ = pulumi.runtime.invoke('oci:Database/getExadbVmCluster:getExadbVmCluster', __args__, opts=opts, typ=GetExadbVmClusterResult).value
|
549
|
+
|
550
|
+
return AwaitableGetExadbVmClusterResult(
|
551
|
+
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
552
|
+
backup_network_nsg_ids=pulumi.get(__ret__, 'backup_network_nsg_ids'),
|
553
|
+
backup_subnet_id=pulumi.get(__ret__, 'backup_subnet_id'),
|
554
|
+
cluster_name=pulumi.get(__ret__, 'cluster_name'),
|
555
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
556
|
+
data_collection_options=pulumi.get(__ret__, 'data_collection_options'),
|
557
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
558
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
559
|
+
domain=pulumi.get(__ret__, 'domain'),
|
560
|
+
exadb_vm_cluster_id=pulumi.get(__ret__, 'exadb_vm_cluster_id'),
|
561
|
+
exascale_db_storage_vault_id=pulumi.get(__ret__, 'exascale_db_storage_vault_id'),
|
562
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
563
|
+
gi_version=pulumi.get(__ret__, 'gi_version'),
|
564
|
+
grid_image_id=pulumi.get(__ret__, 'grid_image_id'),
|
565
|
+
grid_image_type=pulumi.get(__ret__, 'grid_image_type'),
|
566
|
+
hostname=pulumi.get(__ret__, 'hostname'),
|
567
|
+
id=pulumi.get(__ret__, 'id'),
|
568
|
+
iorm_config_caches=pulumi.get(__ret__, 'iorm_config_caches'),
|
569
|
+
last_update_history_entry_id=pulumi.get(__ret__, 'last_update_history_entry_id'),
|
570
|
+
license_model=pulumi.get(__ret__, 'license_model'),
|
571
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
572
|
+
listener_port=pulumi.get(__ret__, 'listener_port'),
|
573
|
+
node_configs=pulumi.get(__ret__, 'node_configs'),
|
574
|
+
node_resources=pulumi.get(__ret__, 'node_resources'),
|
575
|
+
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
576
|
+
private_zone_id=pulumi.get(__ret__, 'private_zone_id'),
|
577
|
+
scan_dns_name=pulumi.get(__ret__, 'scan_dns_name'),
|
578
|
+
scan_dns_record_id=pulumi.get(__ret__, 'scan_dns_record_id'),
|
579
|
+
scan_ip_ids=pulumi.get(__ret__, 'scan_ip_ids'),
|
580
|
+
scan_listener_port_tcp=pulumi.get(__ret__, 'scan_listener_port_tcp'),
|
581
|
+
scan_listener_port_tcp_ssl=pulumi.get(__ret__, 'scan_listener_port_tcp_ssl'),
|
582
|
+
shape=pulumi.get(__ret__, 'shape'),
|
583
|
+
ssh_public_keys=pulumi.get(__ret__, 'ssh_public_keys'),
|
584
|
+
state=pulumi.get(__ret__, 'state'),
|
585
|
+
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
586
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
587
|
+
system_version=pulumi.get(__ret__, 'system_version'),
|
588
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
589
|
+
time_zone=pulumi.get(__ret__, 'time_zone'),
|
590
|
+
vip_ids=pulumi.get(__ret__, 'vip_ids'),
|
591
|
+
zone_id=pulumi.get(__ret__, 'zone_id'))
|
592
|
+
|
593
|
+
|
594
|
+
@_utilities.lift_output_func(get_exadb_vm_cluster)
|
595
|
+
def get_exadb_vm_cluster_output(exadb_vm_cluster_id: Optional[pulumi.Input[str]] = None,
|
596
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExadbVmClusterResult]:
|
597
|
+
"""
|
598
|
+
This data source provides details about a specific Exadb Vm Cluster resource in Oracle Cloud Infrastructure Database service.
|
599
|
+
|
600
|
+
Gets information about the specified Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only.
|
601
|
+
|
602
|
+
## Example Usage
|
603
|
+
|
604
|
+
```python
|
605
|
+
import pulumi
|
606
|
+
import pulumi_oci as oci
|
607
|
+
|
608
|
+
test_exadb_vm_cluster = oci.Database.get_exadb_vm_cluster(exadb_vm_cluster_id=test_exadb_vm_cluster_oci_database_exadb_vm_cluster["id"])
|
609
|
+
```
|
610
|
+
|
611
|
+
|
612
|
+
:param str exadb_vm_cluster_id: The Exadata VM cluster [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) on Exascale Infrastructure.
|
613
|
+
"""
|
614
|
+
...
|