pulumi-oci 2.19.0a1734003732__py3-none-any.whl → 2.20.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 +16 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +50 -39
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -36,6 +36,7 @@ __all__ = [
|
|
36
36
|
'AutoScalingConfigurationPolicyRule',
|
37
37
|
'AutoScalingConfigurationPolicyRuleMetric',
|
38
38
|
'AutoScalingConfigurationPolicyRuleMetricThreshold',
|
39
|
+
'BdsInstanceBdsClusterVersionSummary',
|
39
40
|
'BdsInstanceCloudSqlDetail',
|
40
41
|
'BdsInstanceCloudSqlDetailKerberosDetail',
|
41
42
|
'BdsInstanceClusterDetail',
|
@@ -43,6 +44,10 @@ __all__ = [
|
|
43
44
|
'BdsInstanceComputeOnlyWorkerNodeShapeConfig',
|
44
45
|
'BdsInstanceEdgeNode',
|
45
46
|
'BdsInstanceEdgeNodeShapeConfig',
|
47
|
+
'BdsInstanceIdentityConfigurationIamUserSyncConfiguration',
|
48
|
+
'BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetails',
|
49
|
+
'BdsInstanceIdentityConfigurationUpstConfiguration',
|
50
|
+
'BdsInstanceIdentityConfigurationUpstConfigurationDetails',
|
46
51
|
'BdsInstanceKafkaBrokerNode',
|
47
52
|
'BdsInstanceKafkaBrokerNodeShapeConfig',
|
48
53
|
'BdsInstanceMasterNode',
|
@@ -53,6 +58,8 @@ __all__ = [
|
|
53
58
|
'BdsInstanceOperationCertificateManagementsManagementHostCertDetail',
|
54
59
|
'BdsInstanceOsPatchActionPatchingConfig',
|
55
60
|
'BdsInstancePatchActionPatchingConfig',
|
61
|
+
'BdsInstanceStartClusterShapeConfig',
|
62
|
+
'BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig',
|
56
63
|
'BdsInstanceUtilNode',
|
57
64
|
'BdsInstanceUtilNodeShapeConfig',
|
58
65
|
'BdsInstanceWorkerNode',
|
@@ -99,8 +106,11 @@ __all__ = [
|
|
99
106
|
'GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricResult',
|
100
107
|
'GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricThresholdResult',
|
101
108
|
'GetAutoScalingConfigurationsFilterResult',
|
109
|
+
'GetBdsClusterVersionsBdsClusterVersionResult',
|
110
|
+
'GetBdsClusterVersionsFilterResult',
|
102
111
|
'GetBdsInstanceApiKeysBdsApiKeyResult',
|
103
112
|
'GetBdsInstanceApiKeysFilterResult',
|
113
|
+
'GetBdsInstanceBdsClusterVersionSummaryResult',
|
104
114
|
'GetBdsInstanceCloudSqlDetailResult',
|
105
115
|
'GetBdsInstanceCloudSqlDetailKerberosDetailResult',
|
106
116
|
'GetBdsInstanceClusterDetailResult',
|
@@ -110,6 +120,16 @@ __all__ = [
|
|
110
120
|
'GetBdsInstanceEdgeNodeShapeConfigResult',
|
111
121
|
'GetBdsInstanceGetOsPatchFilterResult',
|
112
122
|
'GetBdsInstanceGetOsPatchTargetPackageResult',
|
123
|
+
'GetBdsInstanceIdentityConfigurationIamUserSyncConfigurationResult',
|
124
|
+
'GetBdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailResult',
|
125
|
+
'GetBdsInstanceIdentityConfigurationUpstConfigurationResult',
|
126
|
+
'GetBdsInstanceIdentityConfigurationUpstConfigurationDetailResult',
|
127
|
+
'GetBdsInstanceIdentityConfigurationsFilterResult',
|
128
|
+
'GetBdsInstanceIdentityConfigurationsIdentityConfigurationResult',
|
129
|
+
'GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationResult',
|
130
|
+
'GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationDetailResult',
|
131
|
+
'GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationResult',
|
132
|
+
'GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationDetailResult',
|
113
133
|
'GetBdsInstanceKafkaBrokerNodeResult',
|
114
134
|
'GetBdsInstanceKafkaBrokerNodeShapeConfigResult',
|
115
135
|
'GetBdsInstanceListOsPatchesFilterResult',
|
@@ -127,11 +147,14 @@ __all__ = [
|
|
127
147
|
'GetBdsInstancePatchesPatchResult',
|
128
148
|
'GetBdsInstanceResourcePrincipalConfigurationsFilterResult',
|
129
149
|
'GetBdsInstanceResourcePrincipalConfigurationsResourcePrincipalConfigurationResult',
|
150
|
+
'GetBdsInstanceStartClusterShapeConfigResult',
|
151
|
+
'GetBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult',
|
130
152
|
'GetBdsInstanceUtilNodeResult',
|
131
153
|
'GetBdsInstanceUtilNodeShapeConfigResult',
|
132
154
|
'GetBdsInstanceWorkerNodeResult',
|
133
155
|
'GetBdsInstanceWorkerNodeShapeConfigResult',
|
134
156
|
'GetBdsInstancesBdsInstanceResult',
|
157
|
+
'GetBdsInstancesBdsInstanceBdsClusterVersionSummaryResult',
|
135
158
|
'GetBdsInstancesBdsInstanceCloudSqlDetailResult',
|
136
159
|
'GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetailResult',
|
137
160
|
'GetBdsInstancesBdsInstanceClusterDetailResult',
|
@@ -146,6 +169,8 @@ __all__ = [
|
|
146
169
|
'GetBdsInstancesBdsInstanceNetworkConfigResult',
|
147
170
|
'GetBdsInstancesBdsInstanceNodeResult',
|
148
171
|
'GetBdsInstancesBdsInstanceNodeAttachedBlockVolumeResult',
|
172
|
+
'GetBdsInstancesBdsInstanceStartClusterShapeConfigResult',
|
173
|
+
'GetBdsInstancesBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult',
|
149
174
|
'GetBdsInstancesBdsInstanceUtilNodeResult',
|
150
175
|
'GetBdsInstancesBdsInstanceUtilNodeShapeConfigResult',
|
151
176
|
'GetBdsInstancesBdsInstanceWorkerNodeResult',
|
@@ -1412,6 +1437,55 @@ class AutoScalingConfigurationPolicyRuleMetricThreshold(dict):
|
|
1412
1437
|
return pulumi.get(self, "value")
|
1413
1438
|
|
1414
1439
|
|
1440
|
+
@pulumi.output_type
|
1441
|
+
class BdsInstanceBdsClusterVersionSummary(dict):
|
1442
|
+
@staticmethod
|
1443
|
+
def __key_warning(key: str):
|
1444
|
+
suggest = None
|
1445
|
+
if key == "bdsVersion":
|
1446
|
+
suggest = "bds_version"
|
1447
|
+
elif key == "odhVersion":
|
1448
|
+
suggest = "odh_version"
|
1449
|
+
|
1450
|
+
if suggest:
|
1451
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceBdsClusterVersionSummary. Access the value via the '{suggest}' property getter instead.")
|
1452
|
+
|
1453
|
+
def __getitem__(self, key: str) -> Any:
|
1454
|
+
BdsInstanceBdsClusterVersionSummary.__key_warning(key)
|
1455
|
+
return super().__getitem__(key)
|
1456
|
+
|
1457
|
+
def get(self, key: str, default = None) -> Any:
|
1458
|
+
BdsInstanceBdsClusterVersionSummary.__key_warning(key)
|
1459
|
+
return super().get(key, default)
|
1460
|
+
|
1461
|
+
def __init__(__self__, *,
|
1462
|
+
bds_version: str,
|
1463
|
+
odh_version: Optional[str] = None):
|
1464
|
+
"""
|
1465
|
+
:param str bds_version: BDS version to be used for cluster creation
|
1466
|
+
:param str odh_version: ODH version to be used for cluster creation
|
1467
|
+
"""
|
1468
|
+
pulumi.set(__self__, "bds_version", bds_version)
|
1469
|
+
if odh_version is not None:
|
1470
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
1471
|
+
|
1472
|
+
@property
|
1473
|
+
@pulumi.getter(name="bdsVersion")
|
1474
|
+
def bds_version(self) -> str:
|
1475
|
+
"""
|
1476
|
+
BDS version to be used for cluster creation
|
1477
|
+
"""
|
1478
|
+
return pulumi.get(self, "bds_version")
|
1479
|
+
|
1480
|
+
@property
|
1481
|
+
@pulumi.getter(name="odhVersion")
|
1482
|
+
def odh_version(self) -> Optional[str]:
|
1483
|
+
"""
|
1484
|
+
ODH version to be used for cluster creation
|
1485
|
+
"""
|
1486
|
+
return pulumi.get(self, "odh_version")
|
1487
|
+
|
1488
|
+
|
1415
1489
|
@pulumi.output_type
|
1416
1490
|
class BdsInstanceCloudSqlDetail(dict):
|
1417
1491
|
@staticmethod
|
@@ -2107,6 +2181,314 @@ class BdsInstanceEdgeNodeShapeConfig(dict):
|
|
2107
2181
|
return pulumi.get(self, "ocpus")
|
2108
2182
|
|
2109
2183
|
|
2184
|
+
@pulumi.output_type
|
2185
|
+
class BdsInstanceIdentityConfigurationIamUserSyncConfiguration(dict):
|
2186
|
+
@staticmethod
|
2187
|
+
def __key_warning(key: str):
|
2188
|
+
suggest = None
|
2189
|
+
if key == "isPosixAttributesAdditionRequired":
|
2190
|
+
suggest = "is_posix_attributes_addition_required"
|
2191
|
+
elif key == "timeCreated":
|
2192
|
+
suggest = "time_created"
|
2193
|
+
elif key == "timeUpdated":
|
2194
|
+
suggest = "time_updated"
|
2195
|
+
|
2196
|
+
if suggest:
|
2197
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceIdentityConfigurationIamUserSyncConfiguration. Access the value via the '{suggest}' property getter instead.")
|
2198
|
+
|
2199
|
+
def __getitem__(self, key: str) -> Any:
|
2200
|
+
BdsInstanceIdentityConfigurationIamUserSyncConfiguration.__key_warning(key)
|
2201
|
+
return super().__getitem__(key)
|
2202
|
+
|
2203
|
+
def get(self, key: str, default = None) -> Any:
|
2204
|
+
BdsInstanceIdentityConfigurationIamUserSyncConfiguration.__key_warning(key)
|
2205
|
+
return super().get(key, default)
|
2206
|
+
|
2207
|
+
def __init__(__self__, *,
|
2208
|
+
is_posix_attributes_addition_required: Optional[bool] = None,
|
2209
|
+
state: Optional[str] = None,
|
2210
|
+
time_created: Optional[str] = None,
|
2211
|
+
time_updated: Optional[str] = None):
|
2212
|
+
"""
|
2213
|
+
:param bool is_posix_attributes_addition_required: whether to append POSIX attributes to IAM users
|
2214
|
+
:param str state: Lifecycle state of the UPST config
|
2215
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2216
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2217
|
+
"""
|
2218
|
+
if is_posix_attributes_addition_required is not None:
|
2219
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
2220
|
+
if state is not None:
|
2221
|
+
pulumi.set(__self__, "state", state)
|
2222
|
+
if time_created is not None:
|
2223
|
+
pulumi.set(__self__, "time_created", time_created)
|
2224
|
+
if time_updated is not None:
|
2225
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
2226
|
+
|
2227
|
+
@property
|
2228
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
2229
|
+
def is_posix_attributes_addition_required(self) -> Optional[bool]:
|
2230
|
+
"""
|
2231
|
+
whether to append POSIX attributes to IAM users
|
2232
|
+
"""
|
2233
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
2234
|
+
|
2235
|
+
@property
|
2236
|
+
@pulumi.getter
|
2237
|
+
def state(self) -> Optional[str]:
|
2238
|
+
"""
|
2239
|
+
Lifecycle state of the UPST config
|
2240
|
+
"""
|
2241
|
+
return pulumi.get(self, "state")
|
2242
|
+
|
2243
|
+
@property
|
2244
|
+
@pulumi.getter(name="timeCreated")
|
2245
|
+
def time_created(self) -> Optional[str]:
|
2246
|
+
"""
|
2247
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2248
|
+
"""
|
2249
|
+
return pulumi.get(self, "time_created")
|
2250
|
+
|
2251
|
+
@property
|
2252
|
+
@pulumi.getter(name="timeUpdated")
|
2253
|
+
def time_updated(self) -> Optional[str]:
|
2254
|
+
"""
|
2255
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2256
|
+
"""
|
2257
|
+
return pulumi.get(self, "time_updated")
|
2258
|
+
|
2259
|
+
|
2260
|
+
@pulumi.output_type
|
2261
|
+
class BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetails(dict):
|
2262
|
+
@staticmethod
|
2263
|
+
def __key_warning(key: str):
|
2264
|
+
suggest = None
|
2265
|
+
if key == "isPosixAttributesAdditionRequired":
|
2266
|
+
suggest = "is_posix_attributes_addition_required"
|
2267
|
+
|
2268
|
+
if suggest:
|
2269
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
|
2270
|
+
|
2271
|
+
def __getitem__(self, key: str) -> Any:
|
2272
|
+
BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetails.__key_warning(key)
|
2273
|
+
return super().__getitem__(key)
|
2274
|
+
|
2275
|
+
def get(self, key: str, default = None) -> Any:
|
2276
|
+
BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetails.__key_warning(key)
|
2277
|
+
return super().get(key, default)
|
2278
|
+
|
2279
|
+
def __init__(__self__, *,
|
2280
|
+
is_posix_attributes_addition_required: Optional[bool] = None):
|
2281
|
+
"""
|
2282
|
+
:param bool is_posix_attributes_addition_required: (Updatable) whether posix attribute needs to be appended to users, required for updating IAM user sync configuration
|
2283
|
+
"""
|
2284
|
+
if is_posix_attributes_addition_required is not None:
|
2285
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
2286
|
+
|
2287
|
+
@property
|
2288
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
2289
|
+
def is_posix_attributes_addition_required(self) -> Optional[bool]:
|
2290
|
+
"""
|
2291
|
+
(Updatable) whether posix attribute needs to be appended to users, required for updating IAM user sync configuration
|
2292
|
+
"""
|
2293
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
2294
|
+
|
2295
|
+
|
2296
|
+
@pulumi.output_type
|
2297
|
+
class BdsInstanceIdentityConfigurationUpstConfiguration(dict):
|
2298
|
+
@staticmethod
|
2299
|
+
def __key_warning(key: str):
|
2300
|
+
suggest = None
|
2301
|
+
if key == "keytabContent":
|
2302
|
+
suggest = "keytab_content"
|
2303
|
+
elif key == "masterEncryptionKeyId":
|
2304
|
+
suggest = "master_encryption_key_id"
|
2305
|
+
elif key == "secretId":
|
2306
|
+
suggest = "secret_id"
|
2307
|
+
elif key == "timeCreated":
|
2308
|
+
suggest = "time_created"
|
2309
|
+
elif key == "timeTokenExchangeKeytabLastRefreshed":
|
2310
|
+
suggest = "time_token_exchange_keytab_last_refreshed"
|
2311
|
+
elif key == "timeUpdated":
|
2312
|
+
suggest = "time_updated"
|
2313
|
+
elif key == "tokenExchangePrincipalName":
|
2314
|
+
suggest = "token_exchange_principal_name"
|
2315
|
+
elif key == "vaultId":
|
2316
|
+
suggest = "vault_id"
|
2317
|
+
|
2318
|
+
if suggest:
|
2319
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceIdentityConfigurationUpstConfiguration. Access the value via the '{suggest}' property getter instead.")
|
2320
|
+
|
2321
|
+
def __getitem__(self, key: str) -> Any:
|
2322
|
+
BdsInstanceIdentityConfigurationUpstConfiguration.__key_warning(key)
|
2323
|
+
return super().__getitem__(key)
|
2324
|
+
|
2325
|
+
def get(self, key: str, default = None) -> Any:
|
2326
|
+
BdsInstanceIdentityConfigurationUpstConfiguration.__key_warning(key)
|
2327
|
+
return super().get(key, default)
|
2328
|
+
|
2329
|
+
def __init__(__self__, *,
|
2330
|
+
keytab_content: Optional[str] = None,
|
2331
|
+
master_encryption_key_id: Optional[str] = None,
|
2332
|
+
secret_id: Optional[str] = None,
|
2333
|
+
state: Optional[str] = None,
|
2334
|
+
time_created: Optional[str] = None,
|
2335
|
+
time_token_exchange_keytab_last_refreshed: Optional[str] = None,
|
2336
|
+
time_updated: Optional[str] = None,
|
2337
|
+
token_exchange_principal_name: Optional[str] = None,
|
2338
|
+
vault_id: Optional[str] = None):
|
2339
|
+
"""
|
2340
|
+
:param str keytab_content: The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
2341
|
+
:param str master_encryption_key_id: Master Encryption key used for encrypting token exchange keytab.
|
2342
|
+
:param str secret_id: Secret ID for token exchange keytab
|
2343
|
+
:param str state: Lifecycle state of the UPST config
|
2344
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2345
|
+
:param str time_token_exchange_keytab_last_refreshed: Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
2346
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2347
|
+
:param str token_exchange_principal_name: Token exchange kerberos Principal name in cluster
|
2348
|
+
:param str vault_id: The instance OCID of the node, which is the resource from which the node backup was acquired.
|
2349
|
+
"""
|
2350
|
+
if keytab_content is not None:
|
2351
|
+
pulumi.set(__self__, "keytab_content", keytab_content)
|
2352
|
+
if master_encryption_key_id is not None:
|
2353
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
2354
|
+
if secret_id is not None:
|
2355
|
+
pulumi.set(__self__, "secret_id", secret_id)
|
2356
|
+
if state is not None:
|
2357
|
+
pulumi.set(__self__, "state", state)
|
2358
|
+
if time_created is not None:
|
2359
|
+
pulumi.set(__self__, "time_created", time_created)
|
2360
|
+
if time_token_exchange_keytab_last_refreshed is not None:
|
2361
|
+
pulumi.set(__self__, "time_token_exchange_keytab_last_refreshed", time_token_exchange_keytab_last_refreshed)
|
2362
|
+
if time_updated is not None:
|
2363
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
2364
|
+
if token_exchange_principal_name is not None:
|
2365
|
+
pulumi.set(__self__, "token_exchange_principal_name", token_exchange_principal_name)
|
2366
|
+
if vault_id is not None:
|
2367
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2368
|
+
|
2369
|
+
@property
|
2370
|
+
@pulumi.getter(name="keytabContent")
|
2371
|
+
def keytab_content(self) -> Optional[str]:
|
2372
|
+
"""
|
2373
|
+
The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
2374
|
+
"""
|
2375
|
+
return pulumi.get(self, "keytab_content")
|
2376
|
+
|
2377
|
+
@property
|
2378
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
2379
|
+
def master_encryption_key_id(self) -> Optional[str]:
|
2380
|
+
"""
|
2381
|
+
Master Encryption key used for encrypting token exchange keytab.
|
2382
|
+
"""
|
2383
|
+
return pulumi.get(self, "master_encryption_key_id")
|
2384
|
+
|
2385
|
+
@property
|
2386
|
+
@pulumi.getter(name="secretId")
|
2387
|
+
def secret_id(self) -> Optional[str]:
|
2388
|
+
"""
|
2389
|
+
Secret ID for token exchange keytab
|
2390
|
+
"""
|
2391
|
+
return pulumi.get(self, "secret_id")
|
2392
|
+
|
2393
|
+
@property
|
2394
|
+
@pulumi.getter
|
2395
|
+
def state(self) -> Optional[str]:
|
2396
|
+
"""
|
2397
|
+
Lifecycle state of the UPST config
|
2398
|
+
"""
|
2399
|
+
return pulumi.get(self, "state")
|
2400
|
+
|
2401
|
+
@property
|
2402
|
+
@pulumi.getter(name="timeCreated")
|
2403
|
+
def time_created(self) -> Optional[str]:
|
2404
|
+
"""
|
2405
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2406
|
+
"""
|
2407
|
+
return pulumi.get(self, "time_created")
|
2408
|
+
|
2409
|
+
@property
|
2410
|
+
@pulumi.getter(name="timeTokenExchangeKeytabLastRefreshed")
|
2411
|
+
def time_token_exchange_keytab_last_refreshed(self) -> Optional[str]:
|
2412
|
+
"""
|
2413
|
+
Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
2414
|
+
"""
|
2415
|
+
return pulumi.get(self, "time_token_exchange_keytab_last_refreshed")
|
2416
|
+
|
2417
|
+
@property
|
2418
|
+
@pulumi.getter(name="timeUpdated")
|
2419
|
+
def time_updated(self) -> Optional[str]:
|
2420
|
+
"""
|
2421
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2422
|
+
"""
|
2423
|
+
return pulumi.get(self, "time_updated")
|
2424
|
+
|
2425
|
+
@property
|
2426
|
+
@pulumi.getter(name="tokenExchangePrincipalName")
|
2427
|
+
def token_exchange_principal_name(self) -> Optional[str]:
|
2428
|
+
"""
|
2429
|
+
Token exchange kerberos Principal name in cluster
|
2430
|
+
"""
|
2431
|
+
return pulumi.get(self, "token_exchange_principal_name")
|
2432
|
+
|
2433
|
+
@property
|
2434
|
+
@pulumi.getter(name="vaultId")
|
2435
|
+
def vault_id(self) -> Optional[str]:
|
2436
|
+
"""
|
2437
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
2438
|
+
"""
|
2439
|
+
return pulumi.get(self, "vault_id")
|
2440
|
+
|
2441
|
+
|
2442
|
+
@pulumi.output_type
|
2443
|
+
class BdsInstanceIdentityConfigurationUpstConfigurationDetails(dict):
|
2444
|
+
@staticmethod
|
2445
|
+
def __key_warning(key: str):
|
2446
|
+
suggest = None
|
2447
|
+
if key == "masterEncryptionKeyId":
|
2448
|
+
suggest = "master_encryption_key_id"
|
2449
|
+
elif key == "vaultId":
|
2450
|
+
suggest = "vault_id"
|
2451
|
+
|
2452
|
+
if suggest:
|
2453
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceIdentityConfigurationUpstConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
|
2454
|
+
|
2455
|
+
def __getitem__(self, key: str) -> Any:
|
2456
|
+
BdsInstanceIdentityConfigurationUpstConfigurationDetails.__key_warning(key)
|
2457
|
+
return super().__getitem__(key)
|
2458
|
+
|
2459
|
+
def get(self, key: str, default = None) -> Any:
|
2460
|
+
BdsInstanceIdentityConfigurationUpstConfigurationDetails.__key_warning(key)
|
2461
|
+
return super().get(key, default)
|
2462
|
+
|
2463
|
+
def __init__(__self__, *,
|
2464
|
+
master_encryption_key_id: Optional[str] = None,
|
2465
|
+
vault_id: Optional[str] = None):
|
2466
|
+
"""
|
2467
|
+
:param str master_encryption_key_id: (Updatable) OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
|
2468
|
+
:param str vault_id: (Updatable) OCID of the vault to store token exchange service principal keyta, required for activating UPST config
|
2469
|
+
"""
|
2470
|
+
if master_encryption_key_id is not None:
|
2471
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
2472
|
+
if vault_id is not None:
|
2473
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2474
|
+
|
2475
|
+
@property
|
2476
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
2477
|
+
def master_encryption_key_id(self) -> Optional[str]:
|
2478
|
+
"""
|
2479
|
+
(Updatable) OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
|
2480
|
+
"""
|
2481
|
+
return pulumi.get(self, "master_encryption_key_id")
|
2482
|
+
|
2483
|
+
@property
|
2484
|
+
@pulumi.getter(name="vaultId")
|
2485
|
+
def vault_id(self) -> Optional[str]:
|
2486
|
+
"""
|
2487
|
+
(Updatable) OCID of the vault to store token exchange service principal keyta, required for activating UPST config
|
2488
|
+
"""
|
2489
|
+
return pulumi.get(self, "vault_id")
|
2490
|
+
|
2491
|
+
|
2110
2492
|
@pulumi.output_type
|
2111
2493
|
class BdsInstanceKafkaBrokerNode(dict):
|
2112
2494
|
@staticmethod
|
@@ -2422,8 +2804,8 @@ class BdsInstanceNetworkConfig(dict):
|
|
2422
2804
|
cidr_block: Optional[str] = None,
|
2423
2805
|
is_nat_gateway_required: Optional[bool] = None):
|
2424
2806
|
"""
|
2425
|
-
:param str cidr_block: The CIDR IP address block of the VCN.
|
2426
|
-
:param bool is_nat_gateway_required: A boolean flag whether to configure a NAT gateway.
|
2807
|
+
:param str cidr_block: (Updatable) The CIDR IP address block of the VCN.
|
2808
|
+
:param bool is_nat_gateway_required: (Updatable) A boolean flag whether to configure a NAT gateway.
|
2427
2809
|
"""
|
2428
2810
|
if cidr_block is not None:
|
2429
2811
|
pulumi.set(__self__, "cidr_block", cidr_block)
|
@@ -2434,7 +2816,7 @@ class BdsInstanceNetworkConfig(dict):
|
|
2434
2816
|
@pulumi.getter(name="cidrBlock")
|
2435
2817
|
def cidr_block(self) -> Optional[str]:
|
2436
2818
|
"""
|
2437
|
-
The CIDR IP address block of the VCN.
|
2819
|
+
(Updatable) The CIDR IP address block of the VCN.
|
2438
2820
|
"""
|
2439
2821
|
return pulumi.get(self, "cidr_block")
|
2440
2822
|
|
@@ -2442,7 +2824,7 @@ class BdsInstanceNetworkConfig(dict):
|
|
2442
2824
|
@pulumi.getter(name="isNatGatewayRequired")
|
2443
2825
|
def is_nat_gateway_required(self) -> Optional[bool]:
|
2444
2826
|
"""
|
2445
|
-
A boolean flag whether to configure a NAT gateway.
|
2827
|
+
(Updatable) A boolean flag whether to configure a NAT gateway.
|
2446
2828
|
"""
|
2447
2829
|
return pulumi.get(self, "is_nat_gateway_required")
|
2448
2830
|
|
@@ -2474,6 +2856,8 @@ class BdsInstanceNode(dict):
|
|
2474
2856
|
suggest = "memory_in_gbs"
|
2475
2857
|
elif key == "nodeType":
|
2476
2858
|
suggest = "node_type"
|
2859
|
+
elif key == "odhVersion":
|
2860
|
+
suggest = "odh_version"
|
2477
2861
|
elif key == "osVersion":
|
2478
2862
|
suggest = "os_version"
|
2479
2863
|
elif key == "sshFingerprint":
|
@@ -2511,6 +2895,7 @@ class BdsInstanceNode(dict):
|
|
2511
2895
|
node_type: Optional[str] = None,
|
2512
2896
|
nvmes: Optional[int] = None,
|
2513
2897
|
ocpus: Optional[int] = None,
|
2898
|
+
odh_version: Optional[str] = None,
|
2514
2899
|
os_version: Optional[str] = None,
|
2515
2900
|
shape: Optional[str] = None,
|
2516
2901
|
ssh_fingerprint: Optional[str] = None,
|
@@ -2533,6 +2918,7 @@ class BdsInstanceNode(dict):
|
|
2533
2918
|
:param str node_type: The Big Data Service cluster node type.
|
2534
2919
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
2535
2920
|
:param int ocpus: The total number of OCPUs available to the node.
|
2921
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
2536
2922
|
:param str os_version: BDS-assigned Operating System version for the node.
|
2537
2923
|
:param str shape: (Updatable) Shape of the node.
|
2538
2924
|
:param str ssh_fingerprint: The fingerprint of the SSH key used for node access
|
@@ -2569,6 +2955,8 @@ class BdsInstanceNode(dict):
|
|
2569
2955
|
pulumi.set(__self__, "nvmes", nvmes)
|
2570
2956
|
if ocpus is not None:
|
2571
2957
|
pulumi.set(__self__, "ocpus", ocpus)
|
2958
|
+
if odh_version is not None:
|
2959
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
2572
2960
|
if os_version is not None:
|
2573
2961
|
pulumi.set(__self__, "os_version", os_version)
|
2574
2962
|
if shape is not None:
|
@@ -2696,6 +3084,14 @@ class BdsInstanceNode(dict):
|
|
2696
3084
|
"""
|
2697
3085
|
return pulumi.get(self, "ocpus")
|
2698
3086
|
|
3087
|
+
@property
|
3088
|
+
@pulumi.getter(name="odhVersion")
|
3089
|
+
def odh_version(self) -> Optional[str]:
|
3090
|
+
"""
|
3091
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
3092
|
+
"""
|
3093
|
+
return pulumi.get(self, "odh_version")
|
3094
|
+
|
2699
3095
|
@property
|
2700
3096
|
@pulumi.getter(name="osVersion")
|
2701
3097
|
def os_version(self) -> Optional[str]:
|
@@ -2979,6 +3375,10 @@ class BdsInstancePatchActionPatchingConfig(dict):
|
|
2979
3375
|
suggest = "patching_config_strategy"
|
2980
3376
|
elif key == "batchSize":
|
2981
3377
|
suggest = "batch_size"
|
3378
|
+
elif key == "toleranceThresholdPerBatch":
|
3379
|
+
suggest = "tolerance_threshold_per_batch"
|
3380
|
+
elif key == "toleranceThresholdPerDomain":
|
3381
|
+
suggest = "tolerance_threshold_per_domain"
|
2982
3382
|
elif key == "waitTimeBetweenBatchInSeconds":
|
2983
3383
|
suggest = "wait_time_between_batch_in_seconds"
|
2984
3384
|
elif key == "waitTimeBetweenDomainInSeconds":
|
@@ -2998,17 +3398,25 @@ class BdsInstancePatchActionPatchingConfig(dict):
|
|
2998
3398
|
def __init__(__self__, *,
|
2999
3399
|
patching_config_strategy: str,
|
3000
3400
|
batch_size: Optional[int] = None,
|
3401
|
+
tolerance_threshold_per_batch: Optional[int] = None,
|
3402
|
+
tolerance_threshold_per_domain: Optional[int] = None,
|
3001
3403
|
wait_time_between_batch_in_seconds: Optional[int] = None,
|
3002
3404
|
wait_time_between_domain_in_seconds: Optional[int] = None):
|
3003
3405
|
"""
|
3004
3406
|
:param str patching_config_strategy: Type of strategy used for detailed patching configuration
|
3005
3407
|
:param int batch_size: How many nodes to be patched in each iteration.
|
3408
|
+
:param int tolerance_threshold_per_batch: Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of non-utility and non-master nodes.
|
3409
|
+
:param int tolerance_threshold_per_domain: Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of non-utility and non-master nodes.
|
3006
3410
|
:param int wait_time_between_batch_in_seconds: The wait time between batches in seconds.
|
3007
3411
|
:param int wait_time_between_domain_in_seconds: The wait time between AD/FD in seconds.
|
3008
3412
|
"""
|
3009
3413
|
pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
|
3010
3414
|
if batch_size is not None:
|
3011
3415
|
pulumi.set(__self__, "batch_size", batch_size)
|
3416
|
+
if tolerance_threshold_per_batch is not None:
|
3417
|
+
pulumi.set(__self__, "tolerance_threshold_per_batch", tolerance_threshold_per_batch)
|
3418
|
+
if tolerance_threshold_per_domain is not None:
|
3419
|
+
pulumi.set(__self__, "tolerance_threshold_per_domain", tolerance_threshold_per_domain)
|
3012
3420
|
if wait_time_between_batch_in_seconds is not None:
|
3013
3421
|
pulumi.set(__self__, "wait_time_between_batch_in_seconds", wait_time_between_batch_in_seconds)
|
3014
3422
|
if wait_time_between_domain_in_seconds is not None:
|
@@ -3030,6 +3438,22 @@ class BdsInstancePatchActionPatchingConfig(dict):
|
|
3030
3438
|
"""
|
3031
3439
|
return pulumi.get(self, "batch_size")
|
3032
3440
|
|
3441
|
+
@property
|
3442
|
+
@pulumi.getter(name="toleranceThresholdPerBatch")
|
3443
|
+
def tolerance_threshold_per_batch(self) -> Optional[int]:
|
3444
|
+
"""
|
3445
|
+
Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of non-utility and non-master nodes.
|
3446
|
+
"""
|
3447
|
+
return pulumi.get(self, "tolerance_threshold_per_batch")
|
3448
|
+
|
3449
|
+
@property
|
3450
|
+
@pulumi.getter(name="toleranceThresholdPerDomain")
|
3451
|
+
def tolerance_threshold_per_domain(self) -> Optional[int]:
|
3452
|
+
"""
|
3453
|
+
Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of non-utility and non-master nodes.
|
3454
|
+
"""
|
3455
|
+
return pulumi.get(self, "tolerance_threshold_per_domain")
|
3456
|
+
|
3033
3457
|
@property
|
3034
3458
|
@pulumi.getter(name="waitTimeBetweenBatchInSeconds")
|
3035
3459
|
def wait_time_between_batch_in_seconds(self) -> Optional[int]:
|
@@ -3048,18 +3472,96 @@ class BdsInstancePatchActionPatchingConfig(dict):
|
|
3048
3472
|
|
3049
3473
|
|
3050
3474
|
@pulumi.output_type
|
3051
|
-
class
|
3475
|
+
class BdsInstanceStartClusterShapeConfig(dict):
|
3052
3476
|
@staticmethod
|
3053
3477
|
def __key_warning(key: str):
|
3054
3478
|
suggest = None
|
3055
|
-
if key == "
|
3056
|
-
suggest = "
|
3057
|
-
|
3058
|
-
|
3059
|
-
|
3060
|
-
|
3061
|
-
|
3062
|
-
|
3479
|
+
if key == "nodeTypeShapeConfigs":
|
3480
|
+
suggest = "node_type_shape_configs"
|
3481
|
+
|
3482
|
+
if suggest:
|
3483
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceStartClusterShapeConfig. Access the value via the '{suggest}' property getter instead.")
|
3484
|
+
|
3485
|
+
def __getitem__(self, key: str) -> Any:
|
3486
|
+
BdsInstanceStartClusterShapeConfig.__key_warning(key)
|
3487
|
+
return super().__getitem__(key)
|
3488
|
+
|
3489
|
+
def get(self, key: str, default = None) -> Any:
|
3490
|
+
BdsInstanceStartClusterShapeConfig.__key_warning(key)
|
3491
|
+
return super().get(key, default)
|
3492
|
+
|
3493
|
+
def __init__(__self__, *,
|
3494
|
+
node_type_shape_configs: Optional[Sequence['outputs.BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig']] = None):
|
3495
|
+
if node_type_shape_configs is not None:
|
3496
|
+
pulumi.set(__self__, "node_type_shape_configs", node_type_shape_configs)
|
3497
|
+
|
3498
|
+
@property
|
3499
|
+
@pulumi.getter(name="nodeTypeShapeConfigs")
|
3500
|
+
def node_type_shape_configs(self) -> Optional[Sequence['outputs.BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig']]:
|
3501
|
+
return pulumi.get(self, "node_type_shape_configs")
|
3502
|
+
|
3503
|
+
|
3504
|
+
@pulumi.output_type
|
3505
|
+
class BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig(dict):
|
3506
|
+
@staticmethod
|
3507
|
+
def __key_warning(key: str):
|
3508
|
+
suggest = None
|
3509
|
+
if key == "nodeType":
|
3510
|
+
suggest = "node_type"
|
3511
|
+
|
3512
|
+
if suggest:
|
3513
|
+
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig. Access the value via the '{suggest}' property getter instead.")
|
3514
|
+
|
3515
|
+
def __getitem__(self, key: str) -> Any:
|
3516
|
+
BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig.__key_warning(key)
|
3517
|
+
return super().__getitem__(key)
|
3518
|
+
|
3519
|
+
def get(self, key: str, default = None) -> Any:
|
3520
|
+
BdsInstanceStartClusterShapeConfigNodeTypeShapeConfig.__key_warning(key)
|
3521
|
+
return super().get(key, default)
|
3522
|
+
|
3523
|
+
def __init__(__self__, *,
|
3524
|
+
node_type: Optional[str] = None,
|
3525
|
+
shape: Optional[str] = None):
|
3526
|
+
"""
|
3527
|
+
:param str node_type: BDS instance node type
|
3528
|
+
:param str shape: Shape of the node
|
3529
|
+
"""
|
3530
|
+
if node_type is not None:
|
3531
|
+
pulumi.set(__self__, "node_type", node_type)
|
3532
|
+
if shape is not None:
|
3533
|
+
pulumi.set(__self__, "shape", shape)
|
3534
|
+
|
3535
|
+
@property
|
3536
|
+
@pulumi.getter(name="nodeType")
|
3537
|
+
def node_type(self) -> Optional[str]:
|
3538
|
+
"""
|
3539
|
+
BDS instance node type
|
3540
|
+
"""
|
3541
|
+
return pulumi.get(self, "node_type")
|
3542
|
+
|
3543
|
+
@property
|
3544
|
+
@pulumi.getter
|
3545
|
+
def shape(self) -> Optional[str]:
|
3546
|
+
"""
|
3547
|
+
Shape of the node
|
3548
|
+
"""
|
3549
|
+
return pulumi.get(self, "shape")
|
3550
|
+
|
3551
|
+
|
3552
|
+
@pulumi.output_type
|
3553
|
+
class BdsInstanceUtilNode(dict):
|
3554
|
+
@staticmethod
|
3555
|
+
def __key_warning(key: str):
|
3556
|
+
suggest = None
|
3557
|
+
if key == "numberOfNodes":
|
3558
|
+
suggest = "number_of_nodes"
|
3559
|
+
elif key == "subnetId":
|
3560
|
+
suggest = "subnet_id"
|
3561
|
+
elif key == "blockVolumeSizeInGbs":
|
3562
|
+
suggest = "block_volume_size_in_gbs"
|
3563
|
+
elif key == "shapeConfig":
|
3564
|
+
suggest = "shape_config"
|
3063
3565
|
|
3064
3566
|
if suggest:
|
3065
3567
|
pulumi.log.warn(f"Key '{key}' not found in BdsInstanceUtilNode. Access the value via the '{suggest}' property getter instead.")
|
@@ -4820,11 +5322,68 @@ class GetAutoScalingConfigurationsFilterResult(dict):
|
|
4820
5322
|
return pulumi.get(self, "regex")
|
4821
5323
|
|
4822
5324
|
|
5325
|
+
@pulumi.output_type
|
5326
|
+
class GetBdsClusterVersionsBdsClusterVersionResult(dict):
|
5327
|
+
def __init__(__self__, *,
|
5328
|
+
bds_version: str,
|
5329
|
+
odh_version: str):
|
5330
|
+
"""
|
5331
|
+
:param str bds_version: BDS version to be used for cluster creation
|
5332
|
+
:param str odh_version: ODH version to be used for cluster creation
|
5333
|
+
"""
|
5334
|
+
pulumi.set(__self__, "bds_version", bds_version)
|
5335
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
5336
|
+
|
5337
|
+
@property
|
5338
|
+
@pulumi.getter(name="bdsVersion")
|
5339
|
+
def bds_version(self) -> str:
|
5340
|
+
"""
|
5341
|
+
BDS version to be used for cluster creation
|
5342
|
+
"""
|
5343
|
+
return pulumi.get(self, "bds_version")
|
5344
|
+
|
5345
|
+
@property
|
5346
|
+
@pulumi.getter(name="odhVersion")
|
5347
|
+
def odh_version(self) -> str:
|
5348
|
+
"""
|
5349
|
+
ODH version to be used for cluster creation
|
5350
|
+
"""
|
5351
|
+
return pulumi.get(self, "odh_version")
|
5352
|
+
|
5353
|
+
|
5354
|
+
@pulumi.output_type
|
5355
|
+
class GetBdsClusterVersionsFilterResult(dict):
|
5356
|
+
def __init__(__self__, *,
|
5357
|
+
name: str,
|
5358
|
+
values: Sequence[str],
|
5359
|
+
regex: Optional[bool] = None):
|
5360
|
+
pulumi.set(__self__, "name", name)
|
5361
|
+
pulumi.set(__self__, "values", values)
|
5362
|
+
if regex is not None:
|
5363
|
+
pulumi.set(__self__, "regex", regex)
|
5364
|
+
|
5365
|
+
@property
|
5366
|
+
@pulumi.getter
|
5367
|
+
def name(self) -> str:
|
5368
|
+
return pulumi.get(self, "name")
|
5369
|
+
|
5370
|
+
@property
|
5371
|
+
@pulumi.getter
|
5372
|
+
def values(self) -> Sequence[str]:
|
5373
|
+
return pulumi.get(self, "values")
|
5374
|
+
|
5375
|
+
@property
|
5376
|
+
@pulumi.getter
|
5377
|
+
def regex(self) -> Optional[bool]:
|
5378
|
+
return pulumi.get(self, "regex")
|
5379
|
+
|
5380
|
+
|
4823
5381
|
@pulumi.output_type
|
4824
5382
|
class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
4825
5383
|
def __init__(__self__, *,
|
4826
5384
|
bds_instance_id: str,
|
4827
5385
|
default_region: str,
|
5386
|
+
domain_ocid: str,
|
4828
5387
|
fingerprint: str,
|
4829
5388
|
id: str,
|
4830
5389
|
key_alias: str,
|
@@ -4837,6 +5396,9 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
4837
5396
|
"""
|
4838
5397
|
:param str bds_instance_id: The OCID of the cluster.
|
4839
5398
|
:param str default_region: The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
5399
|
+
>>>>>>> theirs
|
5400
|
+
:param str domain_ocid: Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
5401
|
+
=======
|
4840
5402
|
:param str fingerprint: The fingerprint that corresponds to the public API key requested.
|
4841
5403
|
:param str id: Identifier of the user's API key.
|
4842
5404
|
:param str key_alias: User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
|
@@ -4848,6 +5410,7 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
4848
5410
|
"""
|
4849
5411
|
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
4850
5412
|
pulumi.set(__self__, "default_region", default_region)
|
5413
|
+
pulumi.set(__self__, "domain_ocid", domain_ocid)
|
4851
5414
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
4852
5415
|
pulumi.set(__self__, "id", id)
|
4853
5416
|
pulumi.set(__self__, "key_alias", key_alias)
|
@@ -4871,9 +5434,19 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
4871
5434
|
def default_region(self) -> str:
|
4872
5435
|
"""
|
4873
5436
|
The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
5437
|
+
>>>>>>> theirs
|
4874
5438
|
"""
|
4875
5439
|
return pulumi.get(self, "default_region")
|
4876
5440
|
|
5441
|
+
@property
|
5442
|
+
@pulumi.getter(name="domainOcid")
|
5443
|
+
def domain_ocid(self) -> str:
|
5444
|
+
"""
|
5445
|
+
Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
5446
|
+
=======
|
5447
|
+
"""
|
5448
|
+
return pulumi.get(self, "domain_ocid")
|
5449
|
+
|
4877
5450
|
@property
|
4878
5451
|
@pulumi.getter
|
4879
5452
|
def fingerprint(self) -> str:
|
@@ -4971,6 +5544,35 @@ class GetBdsInstanceApiKeysFilterResult(dict):
|
|
4971
5544
|
return pulumi.get(self, "regex")
|
4972
5545
|
|
4973
5546
|
|
5547
|
+
@pulumi.output_type
|
5548
|
+
class GetBdsInstanceBdsClusterVersionSummaryResult(dict):
|
5549
|
+
def __init__(__self__, *,
|
5550
|
+
bds_version: str,
|
5551
|
+
odh_version: str):
|
5552
|
+
"""
|
5553
|
+
:param str bds_version: Big Data Service version installed in the cluster.
|
5554
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
5555
|
+
"""
|
5556
|
+
pulumi.set(__self__, "bds_version", bds_version)
|
5557
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
5558
|
+
|
5559
|
+
@property
|
5560
|
+
@pulumi.getter(name="bdsVersion")
|
5561
|
+
def bds_version(self) -> str:
|
5562
|
+
"""
|
5563
|
+
Big Data Service version installed in the cluster.
|
5564
|
+
"""
|
5565
|
+
return pulumi.get(self, "bds_version")
|
5566
|
+
|
5567
|
+
@property
|
5568
|
+
@pulumi.getter(name="odhVersion")
|
5569
|
+
def odh_version(self) -> str:
|
5570
|
+
"""
|
5571
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
5572
|
+
"""
|
5573
|
+
return pulumi.get(self, "odh_version")
|
5574
|
+
|
5575
|
+
|
4974
5576
|
@pulumi.output_type
|
4975
5577
|
class GetBdsInstanceCloudSqlDetailResult(dict):
|
4976
5578
|
def __init__(__self__, *,
|
@@ -5397,148 +5999,749 @@ class GetBdsInstanceEdgeNodeResult(dict):
|
|
5397
5999
|
@pulumi.getter(name="numberOfNodes")
|
5398
6000
|
def number_of_nodes(self) -> int:
|
5399
6001
|
"""
|
5400
|
-
The number of nodes that form the cluster.
|
6002
|
+
The number of nodes that form the cluster.
|
6003
|
+
"""
|
6004
|
+
return pulumi.get(self, "number_of_nodes")
|
6005
|
+
|
6006
|
+
@property
|
6007
|
+
@pulumi.getter
|
6008
|
+
def shape(self) -> str:
|
6009
|
+
"""
|
6010
|
+
Shape of the node.
|
6011
|
+
"""
|
6012
|
+
return pulumi.get(self, "shape")
|
6013
|
+
|
6014
|
+
@property
|
6015
|
+
@pulumi.getter(name="shapeConfigs")
|
6016
|
+
def shape_configs(self) -> Sequence['outputs.GetBdsInstanceEdgeNodeShapeConfigResult']:
|
6017
|
+
return pulumi.get(self, "shape_configs")
|
6018
|
+
|
6019
|
+
@property
|
6020
|
+
@pulumi.getter(name="subnetId")
|
6021
|
+
def subnet_id(self) -> str:
|
6022
|
+
"""
|
6023
|
+
The OCID of the subnet in which the node is to be created.
|
6024
|
+
"""
|
6025
|
+
return pulumi.get(self, "subnet_id")
|
6026
|
+
|
6027
|
+
|
6028
|
+
@pulumi.output_type
|
6029
|
+
class GetBdsInstanceEdgeNodeShapeConfigResult(dict):
|
6030
|
+
def __init__(__self__, *,
|
6031
|
+
memory_in_gbs: int,
|
6032
|
+
nvmes: int,
|
6033
|
+
ocpus: int):
|
6034
|
+
"""
|
6035
|
+
:param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
|
6036
|
+
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6037
|
+
:param int ocpus: The total number of OCPUs available to the node.
|
6038
|
+
"""
|
6039
|
+
pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
|
6040
|
+
pulumi.set(__self__, "nvmes", nvmes)
|
6041
|
+
pulumi.set(__self__, "ocpus", ocpus)
|
6042
|
+
|
6043
|
+
@property
|
6044
|
+
@pulumi.getter(name="memoryInGbs")
|
6045
|
+
def memory_in_gbs(self) -> int:
|
6046
|
+
"""
|
6047
|
+
The total amount of memory available to the node, in gigabytes.
|
6048
|
+
"""
|
6049
|
+
return pulumi.get(self, "memory_in_gbs")
|
6050
|
+
|
6051
|
+
@property
|
6052
|
+
@pulumi.getter
|
6053
|
+
def nvmes(self) -> int:
|
6054
|
+
"""
|
6055
|
+
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6056
|
+
"""
|
6057
|
+
return pulumi.get(self, "nvmes")
|
6058
|
+
|
6059
|
+
@property
|
6060
|
+
@pulumi.getter
|
6061
|
+
def ocpus(self) -> int:
|
6062
|
+
"""
|
6063
|
+
The total number of OCPUs available to the node.
|
6064
|
+
"""
|
6065
|
+
return pulumi.get(self, "ocpus")
|
6066
|
+
|
6067
|
+
|
6068
|
+
@pulumi.output_type
|
6069
|
+
class GetBdsInstanceGetOsPatchFilterResult(dict):
|
6070
|
+
def __init__(__self__, *,
|
6071
|
+
name: str,
|
6072
|
+
values: Sequence[str],
|
6073
|
+
regex: Optional[bool] = None):
|
6074
|
+
pulumi.set(__self__, "name", name)
|
6075
|
+
pulumi.set(__self__, "values", values)
|
6076
|
+
if regex is not None:
|
6077
|
+
pulumi.set(__self__, "regex", regex)
|
6078
|
+
|
6079
|
+
@property
|
6080
|
+
@pulumi.getter
|
6081
|
+
def name(self) -> str:
|
6082
|
+
return pulumi.get(self, "name")
|
6083
|
+
|
6084
|
+
@property
|
6085
|
+
@pulumi.getter
|
6086
|
+
def values(self) -> Sequence[str]:
|
6087
|
+
return pulumi.get(self, "values")
|
6088
|
+
|
6089
|
+
@property
|
6090
|
+
@pulumi.getter
|
6091
|
+
def regex(self) -> Optional[bool]:
|
6092
|
+
return pulumi.get(self, "regex")
|
6093
|
+
|
6094
|
+
|
6095
|
+
@pulumi.output_type
|
6096
|
+
class GetBdsInstanceGetOsPatchTargetPackageResult(dict):
|
6097
|
+
def __init__(__self__, *,
|
6098
|
+
package_name: str,
|
6099
|
+
related_cv_es: Sequence[str],
|
6100
|
+
target_version: str,
|
6101
|
+
update_type: str):
|
6102
|
+
"""
|
6103
|
+
:param str package_name: The package's name.
|
6104
|
+
:param Sequence[str] related_cv_es: Related CVEs of the package update.
|
6105
|
+
:param str target_version: The target version of the package.
|
6106
|
+
:param str update_type: The action that current package will be executed on the cluster.
|
6107
|
+
"""
|
6108
|
+
pulumi.set(__self__, "package_name", package_name)
|
6109
|
+
pulumi.set(__self__, "related_cv_es", related_cv_es)
|
6110
|
+
pulumi.set(__self__, "target_version", target_version)
|
6111
|
+
pulumi.set(__self__, "update_type", update_type)
|
6112
|
+
|
6113
|
+
@property
|
6114
|
+
@pulumi.getter(name="packageName")
|
6115
|
+
def package_name(self) -> str:
|
6116
|
+
"""
|
6117
|
+
The package's name.
|
6118
|
+
"""
|
6119
|
+
return pulumi.get(self, "package_name")
|
6120
|
+
|
6121
|
+
@property
|
6122
|
+
@pulumi.getter(name="relatedCvEs")
|
6123
|
+
def related_cv_es(self) -> Sequence[str]:
|
6124
|
+
"""
|
6125
|
+
Related CVEs of the package update.
|
6126
|
+
"""
|
6127
|
+
return pulumi.get(self, "related_cv_es")
|
6128
|
+
|
6129
|
+
@property
|
6130
|
+
@pulumi.getter(name="targetVersion")
|
6131
|
+
def target_version(self) -> str:
|
6132
|
+
"""
|
6133
|
+
The target version of the package.
|
6134
|
+
"""
|
6135
|
+
return pulumi.get(self, "target_version")
|
6136
|
+
|
6137
|
+
@property
|
6138
|
+
@pulumi.getter(name="updateType")
|
6139
|
+
def update_type(self) -> str:
|
6140
|
+
"""
|
6141
|
+
The action that current package will be executed on the cluster.
|
6142
|
+
"""
|
6143
|
+
return pulumi.get(self, "update_type")
|
6144
|
+
|
6145
|
+
|
6146
|
+
@pulumi.output_type
|
6147
|
+
class GetBdsInstanceIdentityConfigurationIamUserSyncConfigurationResult(dict):
|
6148
|
+
def __init__(__self__, *,
|
6149
|
+
is_posix_attributes_addition_required: bool,
|
6150
|
+
state: str,
|
6151
|
+
time_created: str,
|
6152
|
+
time_updated: str):
|
6153
|
+
"""
|
6154
|
+
:param bool is_posix_attributes_addition_required: whether to append POSIX attributes to IAM users
|
6155
|
+
:param str state: Lifecycle state of the UPST config
|
6156
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6157
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6158
|
+
"""
|
6159
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
6160
|
+
pulumi.set(__self__, "state", state)
|
6161
|
+
pulumi.set(__self__, "time_created", time_created)
|
6162
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
6163
|
+
|
6164
|
+
@property
|
6165
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
6166
|
+
def is_posix_attributes_addition_required(self) -> bool:
|
6167
|
+
"""
|
6168
|
+
whether to append POSIX attributes to IAM users
|
6169
|
+
"""
|
6170
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
6171
|
+
|
6172
|
+
@property
|
6173
|
+
@pulumi.getter
|
6174
|
+
def state(self) -> str:
|
6175
|
+
"""
|
6176
|
+
Lifecycle state of the UPST config
|
6177
|
+
"""
|
6178
|
+
return pulumi.get(self, "state")
|
6179
|
+
|
6180
|
+
@property
|
6181
|
+
@pulumi.getter(name="timeCreated")
|
6182
|
+
def time_created(self) -> str:
|
6183
|
+
"""
|
6184
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6185
|
+
"""
|
6186
|
+
return pulumi.get(self, "time_created")
|
6187
|
+
|
6188
|
+
@property
|
6189
|
+
@pulumi.getter(name="timeUpdated")
|
6190
|
+
def time_updated(self) -> str:
|
6191
|
+
"""
|
6192
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6193
|
+
"""
|
6194
|
+
return pulumi.get(self, "time_updated")
|
6195
|
+
|
6196
|
+
|
6197
|
+
@pulumi.output_type
|
6198
|
+
class GetBdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailResult(dict):
|
6199
|
+
def __init__(__self__, *,
|
6200
|
+
is_posix_attributes_addition_required: bool):
|
6201
|
+
"""
|
6202
|
+
:param bool is_posix_attributes_addition_required: whether to append POSIX attributes to IAM users
|
6203
|
+
"""
|
6204
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
6205
|
+
|
6206
|
+
@property
|
6207
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
6208
|
+
def is_posix_attributes_addition_required(self) -> bool:
|
6209
|
+
"""
|
6210
|
+
whether to append POSIX attributes to IAM users
|
6211
|
+
"""
|
6212
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
6213
|
+
|
6214
|
+
|
6215
|
+
@pulumi.output_type
|
6216
|
+
class GetBdsInstanceIdentityConfigurationUpstConfigurationResult(dict):
|
6217
|
+
def __init__(__self__, *,
|
6218
|
+
keytab_content: str,
|
6219
|
+
master_encryption_key_id: str,
|
6220
|
+
secret_id: str,
|
6221
|
+
state: str,
|
6222
|
+
time_created: str,
|
6223
|
+
time_token_exchange_keytab_last_refreshed: str,
|
6224
|
+
time_updated: str,
|
6225
|
+
token_exchange_principal_name: str,
|
6226
|
+
vault_id: str):
|
6227
|
+
"""
|
6228
|
+
:param str keytab_content: The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
6229
|
+
:param str master_encryption_key_id: Master Encryption key used for encrypting token exchange keytab.
|
6230
|
+
:param str secret_id: Secret ID for token exchange keytab
|
6231
|
+
:param str state: Lifecycle state of the UPST config
|
6232
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6233
|
+
:param str time_token_exchange_keytab_last_refreshed: Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
6234
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6235
|
+
:param str token_exchange_principal_name: Token exchange kerberos Principal name in cluster
|
6236
|
+
:param str vault_id: The instance OCID of the node, which is the resource from which the node backup was acquired.
|
6237
|
+
"""
|
6238
|
+
pulumi.set(__self__, "keytab_content", keytab_content)
|
6239
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
6240
|
+
pulumi.set(__self__, "secret_id", secret_id)
|
6241
|
+
pulumi.set(__self__, "state", state)
|
6242
|
+
pulumi.set(__self__, "time_created", time_created)
|
6243
|
+
pulumi.set(__self__, "time_token_exchange_keytab_last_refreshed", time_token_exchange_keytab_last_refreshed)
|
6244
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
6245
|
+
pulumi.set(__self__, "token_exchange_principal_name", token_exchange_principal_name)
|
6246
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
6247
|
+
|
6248
|
+
@property
|
6249
|
+
@pulumi.getter(name="keytabContent")
|
6250
|
+
def keytab_content(self) -> str:
|
6251
|
+
"""
|
6252
|
+
The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
6253
|
+
"""
|
6254
|
+
return pulumi.get(self, "keytab_content")
|
6255
|
+
|
6256
|
+
@property
|
6257
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
6258
|
+
def master_encryption_key_id(self) -> str:
|
6259
|
+
"""
|
6260
|
+
Master Encryption key used for encrypting token exchange keytab.
|
6261
|
+
"""
|
6262
|
+
return pulumi.get(self, "master_encryption_key_id")
|
6263
|
+
|
6264
|
+
@property
|
6265
|
+
@pulumi.getter(name="secretId")
|
6266
|
+
def secret_id(self) -> str:
|
6267
|
+
"""
|
6268
|
+
Secret ID for token exchange keytab
|
6269
|
+
"""
|
6270
|
+
return pulumi.get(self, "secret_id")
|
6271
|
+
|
6272
|
+
@property
|
6273
|
+
@pulumi.getter
|
6274
|
+
def state(self) -> str:
|
6275
|
+
"""
|
6276
|
+
Lifecycle state of the UPST config
|
6277
|
+
"""
|
6278
|
+
return pulumi.get(self, "state")
|
6279
|
+
|
6280
|
+
@property
|
6281
|
+
@pulumi.getter(name="timeCreated")
|
6282
|
+
def time_created(self) -> str:
|
6283
|
+
"""
|
6284
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6285
|
+
"""
|
6286
|
+
return pulumi.get(self, "time_created")
|
6287
|
+
|
6288
|
+
@property
|
6289
|
+
@pulumi.getter(name="timeTokenExchangeKeytabLastRefreshed")
|
6290
|
+
def time_token_exchange_keytab_last_refreshed(self) -> str:
|
6291
|
+
"""
|
6292
|
+
Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
6293
|
+
"""
|
6294
|
+
return pulumi.get(self, "time_token_exchange_keytab_last_refreshed")
|
6295
|
+
|
6296
|
+
@property
|
6297
|
+
@pulumi.getter(name="timeUpdated")
|
6298
|
+
def time_updated(self) -> str:
|
6299
|
+
"""
|
6300
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6301
|
+
"""
|
6302
|
+
return pulumi.get(self, "time_updated")
|
6303
|
+
|
6304
|
+
@property
|
6305
|
+
@pulumi.getter(name="tokenExchangePrincipalName")
|
6306
|
+
def token_exchange_principal_name(self) -> str:
|
6307
|
+
"""
|
6308
|
+
Token exchange kerberos Principal name in cluster
|
6309
|
+
"""
|
6310
|
+
return pulumi.get(self, "token_exchange_principal_name")
|
6311
|
+
|
6312
|
+
@property
|
6313
|
+
@pulumi.getter(name="vaultId")
|
6314
|
+
def vault_id(self) -> str:
|
6315
|
+
"""
|
6316
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
6317
|
+
"""
|
6318
|
+
return pulumi.get(self, "vault_id")
|
6319
|
+
|
6320
|
+
|
6321
|
+
@pulumi.output_type
|
6322
|
+
class GetBdsInstanceIdentityConfigurationUpstConfigurationDetailResult(dict):
|
6323
|
+
def __init__(__self__, *,
|
6324
|
+
master_encryption_key_id: str,
|
6325
|
+
vault_id: str):
|
6326
|
+
"""
|
6327
|
+
:param str master_encryption_key_id: Master Encryption key used for encrypting token exchange keytab.
|
6328
|
+
:param str vault_id: The instance OCID of the node, which is the resource from which the node backup was acquired.
|
6329
|
+
"""
|
6330
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
6331
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
6332
|
+
|
6333
|
+
@property
|
6334
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
6335
|
+
def master_encryption_key_id(self) -> str:
|
6336
|
+
"""
|
6337
|
+
Master Encryption key used for encrypting token exchange keytab.
|
6338
|
+
"""
|
6339
|
+
return pulumi.get(self, "master_encryption_key_id")
|
6340
|
+
|
6341
|
+
@property
|
6342
|
+
@pulumi.getter(name="vaultId")
|
6343
|
+
def vault_id(self) -> str:
|
6344
|
+
"""
|
6345
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
6346
|
+
"""
|
6347
|
+
return pulumi.get(self, "vault_id")
|
6348
|
+
|
6349
|
+
|
6350
|
+
@pulumi.output_type
|
6351
|
+
class GetBdsInstanceIdentityConfigurationsFilterResult(dict):
|
6352
|
+
def __init__(__self__, *,
|
6353
|
+
name: str,
|
6354
|
+
values: Sequence[str],
|
6355
|
+
regex: Optional[bool] = None):
|
6356
|
+
pulumi.set(__self__, "name", name)
|
6357
|
+
pulumi.set(__self__, "values", values)
|
6358
|
+
if regex is not None:
|
6359
|
+
pulumi.set(__self__, "regex", regex)
|
6360
|
+
|
6361
|
+
@property
|
6362
|
+
@pulumi.getter
|
6363
|
+
def name(self) -> str:
|
6364
|
+
return pulumi.get(self, "name")
|
6365
|
+
|
6366
|
+
@property
|
6367
|
+
@pulumi.getter
|
6368
|
+
def values(self) -> Sequence[str]:
|
6369
|
+
return pulumi.get(self, "values")
|
6370
|
+
|
6371
|
+
@property
|
6372
|
+
@pulumi.getter
|
6373
|
+
def regex(self) -> Optional[bool]:
|
6374
|
+
return pulumi.get(self, "regex")
|
6375
|
+
|
6376
|
+
|
6377
|
+
@pulumi.output_type
|
6378
|
+
class GetBdsInstanceIdentityConfigurationsIdentityConfigurationResult(dict):
|
6379
|
+
def __init__(__self__, *,
|
6380
|
+
activate_iam_user_sync_configuration_trigger: str,
|
6381
|
+
activate_upst_configuration_trigger: str,
|
6382
|
+
bds_instance_id: str,
|
6383
|
+
cluster_admin_password: str,
|
6384
|
+
confidential_application_id: str,
|
6385
|
+
display_name: str,
|
6386
|
+
iam_user_sync_configuration_details: Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationDetailResult'],
|
6387
|
+
iam_user_sync_configurations: Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationResult'],
|
6388
|
+
id: str,
|
6389
|
+
identity_domain_id: str,
|
6390
|
+
refresh_confidential_application_trigger: str,
|
6391
|
+
refresh_upst_token_exchange_keytab_trigger: str,
|
6392
|
+
state: str,
|
6393
|
+
time_created: str,
|
6394
|
+
time_updated: str,
|
6395
|
+
upst_configuration_details: Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationDetailResult'],
|
6396
|
+
upst_configurations: Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationResult']):
|
6397
|
+
"""
|
6398
|
+
:param str bds_instance_id: The OCID of the cluster.
|
6399
|
+
:param str confidential_application_id: identity domain confidential application ID for the identity config
|
6400
|
+
:param str display_name: A filter to return only resources that match the entire display name given.
|
6401
|
+
:param Sequence['GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationArgs'] iam_user_sync_configurations: Information about the IAM user sync configuration.
|
6402
|
+
:param str id: The id of the identity config
|
6403
|
+
:param str identity_domain_id: Identity domain to use for identity config
|
6404
|
+
:param str state: The state of the identity config
|
6405
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6406
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6407
|
+
:param Sequence['GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationArgs'] upst_configurations: Information about the UPST configuration.
|
6408
|
+
"""
|
6409
|
+
pulumi.set(__self__, "activate_iam_user_sync_configuration_trigger", activate_iam_user_sync_configuration_trigger)
|
6410
|
+
pulumi.set(__self__, "activate_upst_configuration_trigger", activate_upst_configuration_trigger)
|
6411
|
+
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
6412
|
+
pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
|
6413
|
+
pulumi.set(__self__, "confidential_application_id", confidential_application_id)
|
6414
|
+
pulumi.set(__self__, "display_name", display_name)
|
6415
|
+
pulumi.set(__self__, "iam_user_sync_configuration_details", iam_user_sync_configuration_details)
|
6416
|
+
pulumi.set(__self__, "iam_user_sync_configurations", iam_user_sync_configurations)
|
6417
|
+
pulumi.set(__self__, "id", id)
|
6418
|
+
pulumi.set(__self__, "identity_domain_id", identity_domain_id)
|
6419
|
+
pulumi.set(__self__, "refresh_confidential_application_trigger", refresh_confidential_application_trigger)
|
6420
|
+
pulumi.set(__self__, "refresh_upst_token_exchange_keytab_trigger", refresh_upst_token_exchange_keytab_trigger)
|
6421
|
+
pulumi.set(__self__, "state", state)
|
6422
|
+
pulumi.set(__self__, "time_created", time_created)
|
6423
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
6424
|
+
pulumi.set(__self__, "upst_configuration_details", upst_configuration_details)
|
6425
|
+
pulumi.set(__self__, "upst_configurations", upst_configurations)
|
6426
|
+
|
6427
|
+
@property
|
6428
|
+
@pulumi.getter(name="activateIamUserSyncConfigurationTrigger")
|
6429
|
+
def activate_iam_user_sync_configuration_trigger(self) -> str:
|
6430
|
+
return pulumi.get(self, "activate_iam_user_sync_configuration_trigger")
|
6431
|
+
|
6432
|
+
@property
|
6433
|
+
@pulumi.getter(name="activateUpstConfigurationTrigger")
|
6434
|
+
def activate_upst_configuration_trigger(self) -> str:
|
6435
|
+
return pulumi.get(self, "activate_upst_configuration_trigger")
|
6436
|
+
|
6437
|
+
@property
|
6438
|
+
@pulumi.getter(name="bdsInstanceId")
|
6439
|
+
def bds_instance_id(self) -> str:
|
6440
|
+
"""
|
6441
|
+
The OCID of the cluster.
|
6442
|
+
"""
|
6443
|
+
return pulumi.get(self, "bds_instance_id")
|
6444
|
+
|
6445
|
+
@property
|
6446
|
+
@pulumi.getter(name="clusterAdminPassword")
|
6447
|
+
def cluster_admin_password(self) -> str:
|
6448
|
+
return pulumi.get(self, "cluster_admin_password")
|
6449
|
+
|
6450
|
+
@property
|
6451
|
+
@pulumi.getter(name="confidentialApplicationId")
|
6452
|
+
def confidential_application_id(self) -> str:
|
6453
|
+
"""
|
6454
|
+
identity domain confidential application ID for the identity config
|
6455
|
+
"""
|
6456
|
+
return pulumi.get(self, "confidential_application_id")
|
6457
|
+
|
6458
|
+
@property
|
6459
|
+
@pulumi.getter(name="displayName")
|
6460
|
+
def display_name(self) -> str:
|
6461
|
+
"""
|
6462
|
+
A filter to return only resources that match the entire display name given.
|
6463
|
+
"""
|
6464
|
+
return pulumi.get(self, "display_name")
|
6465
|
+
|
6466
|
+
@property
|
6467
|
+
@pulumi.getter(name="iamUserSyncConfigurationDetails")
|
6468
|
+
def iam_user_sync_configuration_details(self) -> Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationDetailResult']:
|
6469
|
+
return pulumi.get(self, "iam_user_sync_configuration_details")
|
6470
|
+
|
6471
|
+
@property
|
6472
|
+
@pulumi.getter(name="iamUserSyncConfigurations")
|
6473
|
+
def iam_user_sync_configurations(self) -> Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationResult']:
|
6474
|
+
"""
|
6475
|
+
Information about the IAM user sync configuration.
|
6476
|
+
"""
|
6477
|
+
return pulumi.get(self, "iam_user_sync_configurations")
|
6478
|
+
|
6479
|
+
@property
|
6480
|
+
@pulumi.getter
|
6481
|
+
def id(self) -> str:
|
6482
|
+
"""
|
6483
|
+
The id of the identity config
|
6484
|
+
"""
|
6485
|
+
return pulumi.get(self, "id")
|
6486
|
+
|
6487
|
+
@property
|
6488
|
+
@pulumi.getter(name="identityDomainId")
|
6489
|
+
def identity_domain_id(self) -> str:
|
6490
|
+
"""
|
6491
|
+
Identity domain to use for identity config
|
6492
|
+
"""
|
6493
|
+
return pulumi.get(self, "identity_domain_id")
|
6494
|
+
|
6495
|
+
@property
|
6496
|
+
@pulumi.getter(name="refreshConfidentialApplicationTrigger")
|
6497
|
+
def refresh_confidential_application_trigger(self) -> str:
|
6498
|
+
return pulumi.get(self, "refresh_confidential_application_trigger")
|
6499
|
+
|
6500
|
+
@property
|
6501
|
+
@pulumi.getter(name="refreshUpstTokenExchangeKeytabTrigger")
|
6502
|
+
def refresh_upst_token_exchange_keytab_trigger(self) -> str:
|
6503
|
+
return pulumi.get(self, "refresh_upst_token_exchange_keytab_trigger")
|
6504
|
+
|
6505
|
+
@property
|
6506
|
+
@pulumi.getter
|
6507
|
+
def state(self) -> str:
|
6508
|
+
"""
|
6509
|
+
The state of the identity config
|
6510
|
+
"""
|
6511
|
+
return pulumi.get(self, "state")
|
6512
|
+
|
6513
|
+
@property
|
6514
|
+
@pulumi.getter(name="timeCreated")
|
6515
|
+
def time_created(self) -> str:
|
6516
|
+
"""
|
6517
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6518
|
+
"""
|
6519
|
+
return pulumi.get(self, "time_created")
|
6520
|
+
|
6521
|
+
@property
|
6522
|
+
@pulumi.getter(name="timeUpdated")
|
6523
|
+
def time_updated(self) -> str:
|
6524
|
+
"""
|
6525
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6526
|
+
"""
|
6527
|
+
return pulumi.get(self, "time_updated")
|
6528
|
+
|
6529
|
+
@property
|
6530
|
+
@pulumi.getter(name="upstConfigurationDetails")
|
6531
|
+
def upst_configuration_details(self) -> Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationDetailResult']:
|
6532
|
+
return pulumi.get(self, "upst_configuration_details")
|
6533
|
+
|
6534
|
+
@property
|
6535
|
+
@pulumi.getter(name="upstConfigurations")
|
6536
|
+
def upst_configurations(self) -> Sequence['outputs.GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationResult']:
|
6537
|
+
"""
|
6538
|
+
Information about the UPST configuration.
|
6539
|
+
"""
|
6540
|
+
return pulumi.get(self, "upst_configurations")
|
6541
|
+
|
6542
|
+
|
6543
|
+
@pulumi.output_type
|
6544
|
+
class GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationResult(dict):
|
6545
|
+
def __init__(__self__, *,
|
6546
|
+
is_posix_attributes_addition_required: bool,
|
6547
|
+
state: str,
|
6548
|
+
time_created: str,
|
6549
|
+
time_updated: str):
|
6550
|
+
"""
|
6551
|
+
:param bool is_posix_attributes_addition_required: whether to append POSIX attributes to IAM users
|
6552
|
+
:param str state: The state of the identity config
|
6553
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6554
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6555
|
+
"""
|
6556
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
6557
|
+
pulumi.set(__self__, "state", state)
|
6558
|
+
pulumi.set(__self__, "time_created", time_created)
|
6559
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
6560
|
+
|
6561
|
+
@property
|
6562
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
6563
|
+
def is_posix_attributes_addition_required(self) -> bool:
|
6564
|
+
"""
|
6565
|
+
whether to append POSIX attributes to IAM users
|
5401
6566
|
"""
|
5402
|
-
return pulumi.get(self, "
|
6567
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
5403
6568
|
|
5404
6569
|
@property
|
5405
6570
|
@pulumi.getter
|
5406
|
-
def
|
6571
|
+
def state(self) -> str:
|
5407
6572
|
"""
|
5408
|
-
|
6573
|
+
The state of the identity config
|
5409
6574
|
"""
|
5410
|
-
return pulumi.get(self, "
|
6575
|
+
return pulumi.get(self, "state")
|
5411
6576
|
|
5412
6577
|
@property
|
5413
|
-
@pulumi.getter(name="
|
5414
|
-
def
|
5415
|
-
|
6578
|
+
@pulumi.getter(name="timeCreated")
|
6579
|
+
def time_created(self) -> str:
|
6580
|
+
"""
|
6581
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6582
|
+
"""
|
6583
|
+
return pulumi.get(self, "time_created")
|
5416
6584
|
|
5417
6585
|
@property
|
5418
|
-
@pulumi.getter(name="
|
5419
|
-
def
|
6586
|
+
@pulumi.getter(name="timeUpdated")
|
6587
|
+
def time_updated(self) -> str:
|
5420
6588
|
"""
|
5421
|
-
|
6589
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
5422
6590
|
"""
|
5423
|
-
return pulumi.get(self, "
|
6591
|
+
return pulumi.get(self, "time_updated")
|
5424
6592
|
|
5425
6593
|
|
5426
6594
|
@pulumi.output_type
|
5427
|
-
class
|
6595
|
+
class GetBdsInstanceIdentityConfigurationsIdentityConfigurationIamUserSyncConfigurationDetailResult(dict):
|
5428
6596
|
def __init__(__self__, *,
|
5429
|
-
|
5430
|
-
nvmes: int,
|
5431
|
-
ocpus: int):
|
6597
|
+
is_posix_attributes_addition_required: bool):
|
5432
6598
|
"""
|
5433
|
-
:param
|
5434
|
-
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
5435
|
-
:param int ocpus: The total number of OCPUs available to the node.
|
6599
|
+
:param bool is_posix_attributes_addition_required: whether to append POSIX attributes to IAM users
|
5436
6600
|
"""
|
5437
|
-
pulumi.set(__self__, "
|
5438
|
-
pulumi.set(__self__, "nvmes", nvmes)
|
5439
|
-
pulumi.set(__self__, "ocpus", ocpus)
|
6601
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
5440
6602
|
|
5441
6603
|
@property
|
5442
|
-
@pulumi.getter(name="
|
5443
|
-
def
|
6604
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
6605
|
+
def is_posix_attributes_addition_required(self) -> bool:
|
5444
6606
|
"""
|
5445
|
-
|
6607
|
+
whether to append POSIX attributes to IAM users
|
5446
6608
|
"""
|
5447
|
-
return pulumi.get(self, "
|
6609
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
6610
|
+
|
6611
|
+
|
6612
|
+
@pulumi.output_type
|
6613
|
+
class GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationResult(dict):
|
6614
|
+
def __init__(__self__, *,
|
6615
|
+
keytab_content: str,
|
6616
|
+
master_encryption_key_id: str,
|
6617
|
+
secret_id: str,
|
6618
|
+
state: str,
|
6619
|
+
time_created: str,
|
6620
|
+
time_token_exchange_keytab_last_refreshed: str,
|
6621
|
+
time_updated: str,
|
6622
|
+
token_exchange_principal_name: str,
|
6623
|
+
vault_id: str):
|
6624
|
+
"""
|
6625
|
+
:param str keytab_content: The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
6626
|
+
:param str master_encryption_key_id: Master Encryption key used for encrypting token exchange keytab.
|
6627
|
+
:param str secret_id: Secret ID for token exchange keytab
|
6628
|
+
:param str state: The state of the identity config
|
6629
|
+
:param str time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6630
|
+
:param str time_token_exchange_keytab_last_refreshed: Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
6631
|
+
:param str time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
6632
|
+
:param str token_exchange_principal_name: Token exchange kerberos Principal name in cluster
|
6633
|
+
:param str vault_id: The instance OCID of the node, which is the resource from which the node backup was acquired.
|
6634
|
+
"""
|
6635
|
+
pulumi.set(__self__, "keytab_content", keytab_content)
|
6636
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
6637
|
+
pulumi.set(__self__, "secret_id", secret_id)
|
6638
|
+
pulumi.set(__self__, "state", state)
|
6639
|
+
pulumi.set(__self__, "time_created", time_created)
|
6640
|
+
pulumi.set(__self__, "time_token_exchange_keytab_last_refreshed", time_token_exchange_keytab_last_refreshed)
|
6641
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
6642
|
+
pulumi.set(__self__, "token_exchange_principal_name", token_exchange_principal_name)
|
6643
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
5448
6644
|
|
5449
6645
|
@property
|
5450
|
-
@pulumi.getter
|
5451
|
-
def
|
6646
|
+
@pulumi.getter(name="keytabContent")
|
6647
|
+
def keytab_content(self) -> str:
|
5452
6648
|
"""
|
5453
|
-
The
|
6649
|
+
The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
5454
6650
|
"""
|
5455
|
-
return pulumi.get(self, "
|
6651
|
+
return pulumi.get(self, "keytab_content")
|
5456
6652
|
|
5457
6653
|
@property
|
5458
|
-
@pulumi.getter
|
5459
|
-
def
|
6654
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
6655
|
+
def master_encryption_key_id(self) -> str:
|
5460
6656
|
"""
|
5461
|
-
|
6657
|
+
Master Encryption key used for encrypting token exchange keytab.
|
5462
6658
|
"""
|
5463
|
-
return pulumi.get(self, "
|
5464
|
-
|
5465
|
-
|
5466
|
-
@pulumi.output_type
|
5467
|
-
class GetBdsInstanceGetOsPatchFilterResult(dict):
|
5468
|
-
def __init__(__self__, *,
|
5469
|
-
name: str,
|
5470
|
-
values: Sequence[str],
|
5471
|
-
regex: Optional[bool] = None):
|
5472
|
-
pulumi.set(__self__, "name", name)
|
5473
|
-
pulumi.set(__self__, "values", values)
|
5474
|
-
if regex is not None:
|
5475
|
-
pulumi.set(__self__, "regex", regex)
|
6659
|
+
return pulumi.get(self, "master_encryption_key_id")
|
5476
6660
|
|
5477
6661
|
@property
|
5478
|
-
@pulumi.getter
|
5479
|
-
def
|
5480
|
-
|
6662
|
+
@pulumi.getter(name="secretId")
|
6663
|
+
def secret_id(self) -> str:
|
6664
|
+
"""
|
6665
|
+
Secret ID for token exchange keytab
|
6666
|
+
"""
|
6667
|
+
return pulumi.get(self, "secret_id")
|
5481
6668
|
|
5482
6669
|
@property
|
5483
6670
|
@pulumi.getter
|
5484
|
-
def
|
5485
|
-
|
6671
|
+
def state(self) -> str:
|
6672
|
+
"""
|
6673
|
+
The state of the identity config
|
6674
|
+
"""
|
6675
|
+
return pulumi.get(self, "state")
|
5486
6676
|
|
5487
6677
|
@property
|
5488
|
-
@pulumi.getter
|
5489
|
-
def
|
5490
|
-
|
6678
|
+
@pulumi.getter(name="timeCreated")
|
6679
|
+
def time_created(self) -> str:
|
6680
|
+
"""
|
6681
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
6682
|
+
"""
|
6683
|
+
return pulumi.get(self, "time_created")
|
5491
6684
|
|
6685
|
+
@property
|
6686
|
+
@pulumi.getter(name="timeTokenExchangeKeytabLastRefreshed")
|
6687
|
+
def time_token_exchange_keytab_last_refreshed(self) -> str:
|
6688
|
+
"""
|
6689
|
+
Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
6690
|
+
"""
|
6691
|
+
return pulumi.get(self, "time_token_exchange_keytab_last_refreshed")
|
5492
6692
|
|
5493
|
-
@
|
5494
|
-
|
5495
|
-
def
|
5496
|
-
package_name: str,
|
5497
|
-
related_cv_es: Sequence[str],
|
5498
|
-
target_version: str,
|
5499
|
-
update_type: str):
|
6693
|
+
@property
|
6694
|
+
@pulumi.getter(name="timeUpdated")
|
6695
|
+
def time_updated(self) -> str:
|
5500
6696
|
"""
|
5501
|
-
|
5502
|
-
:param Sequence[str] related_cv_es: Related CVEs of the package update.
|
5503
|
-
:param str target_version: The target version of the package.
|
5504
|
-
:param str update_type: The action that current package will be executed on the cluster.
|
6697
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
5505
6698
|
"""
|
5506
|
-
pulumi.
|
5507
|
-
pulumi.set(__self__, "related_cv_es", related_cv_es)
|
5508
|
-
pulumi.set(__self__, "target_version", target_version)
|
5509
|
-
pulumi.set(__self__, "update_type", update_type)
|
6699
|
+
return pulumi.get(self, "time_updated")
|
5510
6700
|
|
5511
6701
|
@property
|
5512
|
-
@pulumi.getter(name="
|
5513
|
-
def
|
6702
|
+
@pulumi.getter(name="tokenExchangePrincipalName")
|
6703
|
+
def token_exchange_principal_name(self) -> str:
|
5514
6704
|
"""
|
5515
|
-
|
6705
|
+
Token exchange kerberos Principal name in cluster
|
5516
6706
|
"""
|
5517
|
-
return pulumi.get(self, "
|
6707
|
+
return pulumi.get(self, "token_exchange_principal_name")
|
5518
6708
|
|
5519
6709
|
@property
|
5520
|
-
@pulumi.getter(name="
|
5521
|
-
def
|
6710
|
+
@pulumi.getter(name="vaultId")
|
6711
|
+
def vault_id(self) -> str:
|
5522
6712
|
"""
|
5523
|
-
|
6713
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
5524
6714
|
"""
|
5525
|
-
return pulumi.get(self, "
|
6715
|
+
return pulumi.get(self, "vault_id")
|
6716
|
+
|
6717
|
+
|
6718
|
+
@pulumi.output_type
|
6719
|
+
class GetBdsInstanceIdentityConfigurationsIdentityConfigurationUpstConfigurationDetailResult(dict):
|
6720
|
+
def __init__(__self__, *,
|
6721
|
+
master_encryption_key_id: str,
|
6722
|
+
vault_id: str):
|
6723
|
+
"""
|
6724
|
+
:param str master_encryption_key_id: Master Encryption key used for encrypting token exchange keytab.
|
6725
|
+
:param str vault_id: The instance OCID of the node, which is the resource from which the node backup was acquired.
|
6726
|
+
"""
|
6727
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
6728
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
5526
6729
|
|
5527
6730
|
@property
|
5528
|
-
@pulumi.getter(name="
|
5529
|
-
def
|
6731
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
6732
|
+
def master_encryption_key_id(self) -> str:
|
5530
6733
|
"""
|
5531
|
-
|
6734
|
+
Master Encryption key used for encrypting token exchange keytab.
|
5532
6735
|
"""
|
5533
|
-
return pulumi.get(self, "
|
6736
|
+
return pulumi.get(self, "master_encryption_key_id")
|
5534
6737
|
|
5535
6738
|
@property
|
5536
|
-
@pulumi.getter(name="
|
5537
|
-
def
|
6739
|
+
@pulumi.getter(name="vaultId")
|
6740
|
+
def vault_id(self) -> str:
|
5538
6741
|
"""
|
5539
|
-
The
|
6742
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
5540
6743
|
"""
|
5541
|
-
return pulumi.get(self, "
|
6744
|
+
return pulumi.get(self, "vault_id")
|
5542
6745
|
|
5543
6746
|
|
5544
6747
|
@pulumi.output_type
|
@@ -6000,6 +7203,7 @@ class GetBdsInstanceNodeResult(dict):
|
|
6000
7203
|
node_type: str,
|
6001
7204
|
nvmes: int,
|
6002
7205
|
ocpus: int,
|
7206
|
+
odh_version: str,
|
6003
7207
|
os_version: str,
|
6004
7208
|
shape: str,
|
6005
7209
|
ssh_fingerprint: str,
|
@@ -6022,6 +7226,7 @@ class GetBdsInstanceNodeResult(dict):
|
|
6022
7226
|
:param str node_type: Cluster node type.
|
6023
7227
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6024
7228
|
:param int ocpus: The total number of OCPUs available to the node.
|
7229
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
6025
7230
|
:param str os_version: BDS-assigned Operating System version for the node.
|
6026
7231
|
:param str shape: Shape of the node.
|
6027
7232
|
:param str ssh_fingerprint: The fingerprint of the SSH key used for node access.
|
@@ -6044,6 +7249,7 @@ class GetBdsInstanceNodeResult(dict):
|
|
6044
7249
|
pulumi.set(__self__, "node_type", node_type)
|
6045
7250
|
pulumi.set(__self__, "nvmes", nvmes)
|
6046
7251
|
pulumi.set(__self__, "ocpus", ocpus)
|
7252
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
6047
7253
|
pulumi.set(__self__, "os_version", os_version)
|
6048
7254
|
pulumi.set(__self__, "shape", shape)
|
6049
7255
|
pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
|
@@ -6164,6 +7370,14 @@ class GetBdsInstanceNodeResult(dict):
|
|
6164
7370
|
"""
|
6165
7371
|
return pulumi.get(self, "ocpus")
|
6166
7372
|
|
7373
|
+
@property
|
7374
|
+
@pulumi.getter(name="odhVersion")
|
7375
|
+
def odh_version(self) -> str:
|
7376
|
+
"""
|
7377
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
7378
|
+
"""
|
7379
|
+
return pulumi.get(self, "odh_version")
|
7380
|
+
|
6167
7381
|
@property
|
6168
7382
|
@pulumi.getter(name="osVersion")
|
6169
7383
|
def os_version(self) -> str:
|
@@ -6531,6 +7745,47 @@ class GetBdsInstanceResourcePrincipalConfigurationsResourcePrincipalConfiguratio
|
|
6531
7745
|
return pulumi.get(self, "time_updated")
|
6532
7746
|
|
6533
7747
|
|
7748
|
+
@pulumi.output_type
|
7749
|
+
class GetBdsInstanceStartClusterShapeConfigResult(dict):
|
7750
|
+
def __init__(__self__, *,
|
7751
|
+
node_type_shape_configs: Sequence['outputs.GetBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult']):
|
7752
|
+
pulumi.set(__self__, "node_type_shape_configs", node_type_shape_configs)
|
7753
|
+
|
7754
|
+
@property
|
7755
|
+
@pulumi.getter(name="nodeTypeShapeConfigs")
|
7756
|
+
def node_type_shape_configs(self) -> Sequence['outputs.GetBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult']:
|
7757
|
+
return pulumi.get(self, "node_type_shape_configs")
|
7758
|
+
|
7759
|
+
|
7760
|
+
@pulumi.output_type
|
7761
|
+
class GetBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult(dict):
|
7762
|
+
def __init__(__self__, *,
|
7763
|
+
node_type: str,
|
7764
|
+
shape: str):
|
7765
|
+
"""
|
7766
|
+
:param str node_type: Cluster node type.
|
7767
|
+
:param str shape: Shape of the node.
|
7768
|
+
"""
|
7769
|
+
pulumi.set(__self__, "node_type", node_type)
|
7770
|
+
pulumi.set(__self__, "shape", shape)
|
7771
|
+
|
7772
|
+
@property
|
7773
|
+
@pulumi.getter(name="nodeType")
|
7774
|
+
def node_type(self) -> str:
|
7775
|
+
"""
|
7776
|
+
Cluster node type.
|
7777
|
+
"""
|
7778
|
+
return pulumi.get(self, "node_type")
|
7779
|
+
|
7780
|
+
@property
|
7781
|
+
@pulumi.getter
|
7782
|
+
def shape(self) -> str:
|
7783
|
+
"""
|
7784
|
+
Shape of the node.
|
7785
|
+
"""
|
7786
|
+
return pulumi.get(self, "shape")
|
7787
|
+
|
7788
|
+
|
6534
7789
|
@pulumi.output_type
|
6535
7790
|
class GetBdsInstanceUtilNodeResult(dict):
|
6536
7791
|
def __init__(__self__, *,
|
@@ -6730,6 +7985,7 @@ class GetBdsInstanceWorkerNodeShapeConfigResult(dict):
|
|
6730
7985
|
@pulumi.output_type
|
6731
7986
|
class GetBdsInstancesBdsInstanceResult(dict):
|
6732
7987
|
def __init__(__self__, *,
|
7988
|
+
bds_cluster_version_summaries: Sequence['outputs.GetBdsInstancesBdsInstanceBdsClusterVersionSummaryResult'],
|
6733
7989
|
bootstrap_script_url: str,
|
6734
7990
|
cloud_sql_details: Sequence['outputs.GetBdsInstancesBdsInstanceCloudSqlDetailResult'],
|
6735
7991
|
cluster_admin_password: str,
|
@@ -6747,6 +8003,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6747
8003
|
id: str,
|
6748
8004
|
ignore_existing_nodes_shapes: Sequence[str],
|
6749
8005
|
is_cloud_sql_configured: bool,
|
8006
|
+
is_force_remove_enabled: bool,
|
6750
8007
|
is_force_stop_jobs: bool,
|
6751
8008
|
is_high_availability: bool,
|
6752
8009
|
is_kafka_configured: bool,
|
@@ -6760,12 +8017,15 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6760
8017
|
number_of_nodes: int,
|
6761
8018
|
number_of_nodes_requiring_maintenance_reboot: int,
|
6762
8019
|
os_patch_version: str,
|
8020
|
+
remove_node: str,
|
8021
|
+
start_cluster_shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceStartClusterShapeConfigResult'],
|
6763
8022
|
state: str,
|
6764
8023
|
time_created: str,
|
6765
8024
|
time_updated: str,
|
6766
8025
|
util_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceUtilNodeResult'],
|
6767
8026
|
worker_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceWorkerNodeResult']):
|
6768
8027
|
"""
|
8028
|
+
:param Sequence['GetBdsInstancesBdsInstanceBdsClusterVersionSummaryArgs'] bds_cluster_version_summaries: Cluster version details including bds and odh version information.
|
6769
8029
|
:param str bootstrap_script_url: pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
|
6770
8030
|
:param Sequence['GetBdsInstancesBdsInstanceCloudSqlDetailArgs'] cloud_sql_details: The information about added Cloud SQL capability
|
6771
8031
|
:param Sequence['GetBdsInstancesBdsInstanceClusterDetailArgs'] cluster_details: Specific info about a Hadoop cluster
|
@@ -6790,6 +8050,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6790
8050
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
6791
8051
|
:param str time_updated: The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
|
6792
8052
|
"""
|
8053
|
+
pulumi.set(__self__, "bds_cluster_version_summaries", bds_cluster_version_summaries)
|
6793
8054
|
pulumi.set(__self__, "bootstrap_script_url", bootstrap_script_url)
|
6794
8055
|
pulumi.set(__self__, "cloud_sql_details", cloud_sql_details)
|
6795
8056
|
pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
|
@@ -6807,6 +8068,7 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6807
8068
|
pulumi.set(__self__, "id", id)
|
6808
8069
|
pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
|
6809
8070
|
pulumi.set(__self__, "is_cloud_sql_configured", is_cloud_sql_configured)
|
8071
|
+
pulumi.set(__self__, "is_force_remove_enabled", is_force_remove_enabled)
|
6810
8072
|
pulumi.set(__self__, "is_force_stop_jobs", is_force_stop_jobs)
|
6811
8073
|
pulumi.set(__self__, "is_high_availability", is_high_availability)
|
6812
8074
|
pulumi.set(__self__, "is_kafka_configured", is_kafka_configured)
|
@@ -6820,12 +8082,22 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6820
8082
|
pulumi.set(__self__, "number_of_nodes", number_of_nodes)
|
6821
8083
|
pulumi.set(__self__, "number_of_nodes_requiring_maintenance_reboot", number_of_nodes_requiring_maintenance_reboot)
|
6822
8084
|
pulumi.set(__self__, "os_patch_version", os_patch_version)
|
8085
|
+
pulumi.set(__self__, "remove_node", remove_node)
|
8086
|
+
pulumi.set(__self__, "start_cluster_shape_configs", start_cluster_shape_configs)
|
6823
8087
|
pulumi.set(__self__, "state", state)
|
6824
8088
|
pulumi.set(__self__, "time_created", time_created)
|
6825
8089
|
pulumi.set(__self__, "time_updated", time_updated)
|
6826
8090
|
pulumi.set(__self__, "util_nodes", util_nodes)
|
6827
8091
|
pulumi.set(__self__, "worker_nodes", worker_nodes)
|
6828
8092
|
|
8093
|
+
@property
|
8094
|
+
@pulumi.getter(name="bdsClusterVersionSummaries")
|
8095
|
+
def bds_cluster_version_summaries(self) -> Sequence['outputs.GetBdsInstancesBdsInstanceBdsClusterVersionSummaryResult']:
|
8096
|
+
"""
|
8097
|
+
Cluster version details including bds and odh version information.
|
8098
|
+
"""
|
8099
|
+
return pulumi.get(self, "bds_cluster_version_summaries")
|
8100
|
+
|
6829
8101
|
@property
|
6830
8102
|
@pulumi.getter(name="bootstrapScriptUrl")
|
6831
8103
|
def bootstrap_script_url(self) -> str:
|
@@ -6947,6 +8219,11 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6947
8219
|
"""
|
6948
8220
|
return pulumi.get(self, "is_cloud_sql_configured")
|
6949
8221
|
|
8222
|
+
@property
|
8223
|
+
@pulumi.getter(name="isForceRemoveEnabled")
|
8224
|
+
def is_force_remove_enabled(self) -> bool:
|
8225
|
+
return pulumi.get(self, "is_force_remove_enabled")
|
8226
|
+
|
6950
8227
|
@property
|
6951
8228
|
@pulumi.getter(name="isForceStopJobs")
|
6952
8229
|
def is_force_stop_jobs(self) -> bool:
|
@@ -7036,6 +8313,16 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
7036
8313
|
def os_patch_version(self) -> str:
|
7037
8314
|
return pulumi.get(self, "os_patch_version")
|
7038
8315
|
|
8316
|
+
@property
|
8317
|
+
@pulumi.getter(name="removeNode")
|
8318
|
+
def remove_node(self) -> str:
|
8319
|
+
return pulumi.get(self, "remove_node")
|
8320
|
+
|
8321
|
+
@property
|
8322
|
+
@pulumi.getter(name="startClusterShapeConfigs")
|
8323
|
+
def start_cluster_shape_configs(self) -> Sequence['outputs.GetBdsInstancesBdsInstanceStartClusterShapeConfigResult']:
|
8324
|
+
return pulumi.get(self, "start_cluster_shape_configs")
|
8325
|
+
|
7039
8326
|
@property
|
7040
8327
|
@pulumi.getter
|
7041
8328
|
def state(self) -> str:
|
@@ -7071,6 +8358,35 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
7071
8358
|
return pulumi.get(self, "worker_nodes")
|
7072
8359
|
|
7073
8360
|
|
8361
|
+
@pulumi.output_type
|
8362
|
+
class GetBdsInstancesBdsInstanceBdsClusterVersionSummaryResult(dict):
|
8363
|
+
def __init__(__self__, *,
|
8364
|
+
bds_version: str,
|
8365
|
+
odh_version: str):
|
8366
|
+
"""
|
8367
|
+
:param str bds_version: Big Data Service version installed in the cluster.
|
8368
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
8369
|
+
"""
|
8370
|
+
pulumi.set(__self__, "bds_version", bds_version)
|
8371
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
8372
|
+
|
8373
|
+
@property
|
8374
|
+
@pulumi.getter(name="bdsVersion")
|
8375
|
+
def bds_version(self) -> str:
|
8376
|
+
"""
|
8377
|
+
Big Data Service version installed in the cluster.
|
8378
|
+
"""
|
8379
|
+
return pulumi.get(self, "bds_version")
|
8380
|
+
|
8381
|
+
@property
|
8382
|
+
@pulumi.getter(name="odhVersion")
|
8383
|
+
def odh_version(self) -> str:
|
8384
|
+
"""
|
8385
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
8386
|
+
"""
|
8387
|
+
return pulumi.get(self, "odh_version")
|
8388
|
+
|
8389
|
+
|
7074
8390
|
@pulumi.output_type
|
7075
8391
|
class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
7076
8392
|
def __init__(__self__, *,
|
@@ -7801,6 +9117,7 @@ class GetBdsInstancesBdsInstanceNodeResult(dict):
|
|
7801
9117
|
node_type: str,
|
7802
9118
|
nvmes: int,
|
7803
9119
|
ocpus: int,
|
9120
|
+
odh_version: str,
|
7804
9121
|
os_version: str,
|
7805
9122
|
shape: str,
|
7806
9123
|
ssh_fingerprint: str,
|
@@ -7823,6 +9140,7 @@ class GetBdsInstancesBdsInstanceNodeResult(dict):
|
|
7823
9140
|
:param str node_type: Cluster node type.
|
7824
9141
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7825
9142
|
:param int ocpus: The total number of OCPUs available to the node.
|
9143
|
+
:param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
7826
9144
|
:param str os_version: BDS-assigned Operating System version for the node.
|
7827
9145
|
:param str shape: Shape of the node.
|
7828
9146
|
:param str ssh_fingerprint: The fingerprint of the SSH key used for node access.
|
@@ -7845,6 +9163,7 @@ class GetBdsInstancesBdsInstanceNodeResult(dict):
|
|
7845
9163
|
pulumi.set(__self__, "node_type", node_type)
|
7846
9164
|
pulumi.set(__self__, "nvmes", nvmes)
|
7847
9165
|
pulumi.set(__self__, "ocpus", ocpus)
|
9166
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
7848
9167
|
pulumi.set(__self__, "os_version", os_version)
|
7849
9168
|
pulumi.set(__self__, "shape", shape)
|
7850
9169
|
pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
|
@@ -7965,6 +9284,14 @@ class GetBdsInstancesBdsInstanceNodeResult(dict):
|
|
7965
9284
|
"""
|
7966
9285
|
return pulumi.get(self, "ocpus")
|
7967
9286
|
|
9287
|
+
@property
|
9288
|
+
@pulumi.getter(name="odhVersion")
|
9289
|
+
def odh_version(self) -> str:
|
9290
|
+
"""
|
9291
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
9292
|
+
"""
|
9293
|
+
return pulumi.get(self, "odh_version")
|
9294
|
+
|
7968
9295
|
@property
|
7969
9296
|
@pulumi.getter(name="osVersion")
|
7970
9297
|
def os_version(self) -> str:
|
@@ -8051,6 +9378,47 @@ class GetBdsInstancesBdsInstanceNodeAttachedBlockVolumeResult(dict):
|
|
8051
9378
|
return pulumi.get(self, "volume_size_in_gbs")
|
8052
9379
|
|
8053
9380
|
|
9381
|
+
@pulumi.output_type
|
9382
|
+
class GetBdsInstancesBdsInstanceStartClusterShapeConfigResult(dict):
|
9383
|
+
def __init__(__self__, *,
|
9384
|
+
node_type_shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult']):
|
9385
|
+
pulumi.set(__self__, "node_type_shape_configs", node_type_shape_configs)
|
9386
|
+
|
9387
|
+
@property
|
9388
|
+
@pulumi.getter(name="nodeTypeShapeConfigs")
|
9389
|
+
def node_type_shape_configs(self) -> Sequence['outputs.GetBdsInstancesBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult']:
|
9390
|
+
return pulumi.get(self, "node_type_shape_configs")
|
9391
|
+
|
9392
|
+
|
9393
|
+
@pulumi.output_type
|
9394
|
+
class GetBdsInstancesBdsInstanceStartClusterShapeConfigNodeTypeShapeConfigResult(dict):
|
9395
|
+
def __init__(__self__, *,
|
9396
|
+
node_type: str,
|
9397
|
+
shape: str):
|
9398
|
+
"""
|
9399
|
+
:param str node_type: Cluster node type.
|
9400
|
+
:param str shape: Shape of the node.
|
9401
|
+
"""
|
9402
|
+
pulumi.set(__self__, "node_type", node_type)
|
9403
|
+
pulumi.set(__self__, "shape", shape)
|
9404
|
+
|
9405
|
+
@property
|
9406
|
+
@pulumi.getter(name="nodeType")
|
9407
|
+
def node_type(self) -> str:
|
9408
|
+
"""
|
9409
|
+
Cluster node type.
|
9410
|
+
"""
|
9411
|
+
return pulumi.get(self, "node_type")
|
9412
|
+
|
9413
|
+
@property
|
9414
|
+
@pulumi.getter
|
9415
|
+
def shape(self) -> str:
|
9416
|
+
"""
|
9417
|
+
Shape of the node.
|
9418
|
+
"""
|
9419
|
+
return pulumi.get(self, "shape")
|
9420
|
+
|
9421
|
+
|
8054
9422
|
@pulumi.output_type
|
8055
9423
|
class GetBdsInstancesBdsInstanceUtilNodeResult(dict):
|
8056
9424
|
def __init__(__self__, *,
|