pulumi-oci 2.19.0a1733984857__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 +56 -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_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -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/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- 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/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,8 @@ class VbInstanceArgs:
|
|
30
30
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
31
31
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
32
32
|
idcs_open_id: Optional[pulumi.Input[str]] = None,
|
33
|
-
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None
|
33
|
+
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
34
|
+
network_endpoint_details: Optional[pulumi.Input['VbInstanceNetworkEndpointDetailsArgs']] = None):
|
34
35
|
"""
|
35
36
|
The set of arguments for constructing a VbInstance resource.
|
36
37
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier.
|
@@ -47,6 +48,7 @@ class VbInstanceArgs:
|
|
47
48
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
48
49
|
:param pulumi.Input[str] idcs_open_id: (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter
|
49
50
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
51
|
+
:param pulumi.Input['VbInstanceNetworkEndpointDetailsArgs'] network_endpoint_details: (Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
50
52
|
"""
|
51
53
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
52
54
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -65,6 +67,8 @@ class VbInstanceArgs:
|
|
65
67
|
pulumi.set(__self__, "idcs_open_id", idcs_open_id)
|
66
68
|
if is_visual_builder_enabled is not None:
|
67
69
|
pulumi.set(__self__, "is_visual_builder_enabled", is_visual_builder_enabled)
|
70
|
+
if network_endpoint_details is not None:
|
71
|
+
pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
|
68
72
|
|
69
73
|
@property
|
70
74
|
@pulumi.getter(name="compartmentId")
|
@@ -190,24 +194,35 @@ class VbInstanceArgs:
|
|
190
194
|
def is_visual_builder_enabled(self, value: Optional[pulumi.Input[bool]]):
|
191
195
|
pulumi.set(self, "is_visual_builder_enabled", value)
|
192
196
|
|
197
|
+
@property
|
198
|
+
@pulumi.getter(name="networkEndpointDetails")
|
199
|
+
def network_endpoint_details(self) -> Optional[pulumi.Input['VbInstanceNetworkEndpointDetailsArgs']]:
|
200
|
+
"""
|
201
|
+
(Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
202
|
+
"""
|
203
|
+
return pulumi.get(self, "network_endpoint_details")
|
204
|
+
|
205
|
+
@network_endpoint_details.setter
|
206
|
+
def network_endpoint_details(self, value: Optional[pulumi.Input['VbInstanceNetworkEndpointDetailsArgs']]):
|
207
|
+
pulumi.set(self, "network_endpoint_details", value)
|
208
|
+
|
193
209
|
|
194
210
|
@pulumi.input_type
|
195
211
|
class _VbInstanceState:
|
196
212
|
def __init__(__self__, *,
|
197
213
|
alternate_custom_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceAlternateCustomEndpointArgs']]]] = None,
|
198
|
-
attachments: Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceAttachmentArgs']]]] = None,
|
199
214
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
200
215
|
consumption_model: Optional[pulumi.Input[str]] = None,
|
201
216
|
custom_endpoint: Optional[pulumi.Input['VbInstanceCustomEndpointArgs']] = None,
|
202
217
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
203
218
|
display_name: Optional[pulumi.Input[str]] = None,
|
204
219
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
205
|
-
idcs_infos: Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceIdcsInfoArgs']]]] = None,
|
206
220
|
idcs_open_id: Optional[pulumi.Input[str]] = None,
|
207
221
|
instance_url: Optional[pulumi.Input[str]] = None,
|
208
222
|
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
209
223
|
management_nat_gateway_ip: Optional[pulumi.Input[str]] = None,
|
210
224
|
management_vcn_id: Optional[pulumi.Input[str]] = None,
|
225
|
+
network_endpoint_details: Optional[pulumi.Input['VbInstanceNetworkEndpointDetailsArgs']] = None,
|
211
226
|
node_count: Optional[pulumi.Input[int]] = None,
|
212
227
|
service_nat_gateway_ip: Optional[pulumi.Input[str]] = None,
|
213
228
|
service_vcn_id: Optional[pulumi.Input[str]] = None,
|
@@ -219,19 +234,18 @@ class _VbInstanceState:
|
|
219
234
|
"""
|
220
235
|
Input properties used for looking up and filtering VbInstance resources.
|
221
236
|
:param pulumi.Input[Sequence[pulumi.Input['VbInstanceAlternateCustomEndpointArgs']]] alternate_custom_endpoints: (Updatable) A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).
|
222
|
-
:param pulumi.Input[Sequence[pulumi.Input['VbInstanceAttachmentArgs']]] attachments: A list of associated attachments to other services
|
223
237
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier.
|
224
238
|
:param pulumi.Input[str] consumption_model: Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement.
|
225
239
|
:param pulumi.Input['VbInstanceCustomEndpointArgs'] custom_endpoint: (Updatable) Details for a custom endpoint for the vb instance (update).
|
226
240
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
|
227
241
|
:param pulumi.Input[str] display_name: (Updatable) Vb Instance Identifier.
|
228
242
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
229
|
-
:param pulumi.Input[Sequence[pulumi.Input['VbInstanceIdcsInfoArgs']]] idcs_infos: Information for IDCS access
|
230
243
|
:param pulumi.Input[str] idcs_open_id: (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter
|
231
244
|
:param pulumi.Input[str] instance_url: The Vb Instance URL.
|
232
245
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
233
246
|
:param pulumi.Input[str] management_nat_gateway_ip: The NAT gateway IP address for the VB management VCN
|
234
247
|
:param pulumi.Input[str] management_vcn_id: The Oracle Cloud ID (OCID) of the Visual Builder management VCN
|
248
|
+
:param pulumi.Input['VbInstanceNetworkEndpointDetailsArgs'] network_endpoint_details: (Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
235
249
|
:param pulumi.Input[int] node_count: (Updatable) The number of Nodes
|
236
250
|
|
237
251
|
|
@@ -247,8 +261,6 @@ class _VbInstanceState:
|
|
247
261
|
"""
|
248
262
|
if alternate_custom_endpoints is not None:
|
249
263
|
pulumi.set(__self__, "alternate_custom_endpoints", alternate_custom_endpoints)
|
250
|
-
if attachments is not None:
|
251
|
-
pulumi.set(__self__, "attachments", attachments)
|
252
264
|
if compartment_id is not None:
|
253
265
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
254
266
|
if consumption_model is not None:
|
@@ -261,8 +273,6 @@ class _VbInstanceState:
|
|
261
273
|
pulumi.set(__self__, "display_name", display_name)
|
262
274
|
if freeform_tags is not None:
|
263
275
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
264
|
-
if idcs_infos is not None:
|
265
|
-
pulumi.set(__self__, "idcs_infos", idcs_infos)
|
266
276
|
if idcs_open_id is not None:
|
267
277
|
pulumi.set(__self__, "idcs_open_id", idcs_open_id)
|
268
278
|
if instance_url is not None:
|
@@ -273,6 +283,8 @@ class _VbInstanceState:
|
|
273
283
|
pulumi.set(__self__, "management_nat_gateway_ip", management_nat_gateway_ip)
|
274
284
|
if management_vcn_id is not None:
|
275
285
|
pulumi.set(__self__, "management_vcn_id", management_vcn_id)
|
286
|
+
if network_endpoint_details is not None:
|
287
|
+
pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
|
276
288
|
if node_count is not None:
|
277
289
|
pulumi.set(__self__, "node_count", node_count)
|
278
290
|
if service_nat_gateway_ip is not None:
|
@@ -302,18 +314,6 @@ class _VbInstanceState:
|
|
302
314
|
def alternate_custom_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceAlternateCustomEndpointArgs']]]]):
|
303
315
|
pulumi.set(self, "alternate_custom_endpoints", value)
|
304
316
|
|
305
|
-
@property
|
306
|
-
@pulumi.getter
|
307
|
-
def attachments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceAttachmentArgs']]]]:
|
308
|
-
"""
|
309
|
-
A list of associated attachments to other services
|
310
|
-
"""
|
311
|
-
return pulumi.get(self, "attachments")
|
312
|
-
|
313
|
-
@attachments.setter
|
314
|
-
def attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceAttachmentArgs']]]]):
|
315
|
-
pulumi.set(self, "attachments", value)
|
316
|
-
|
317
317
|
@property
|
318
318
|
@pulumi.getter(name="compartmentId")
|
319
319
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -386,18 +386,6 @@ class _VbInstanceState:
|
|
386
386
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
387
387
|
pulumi.set(self, "freeform_tags", value)
|
388
388
|
|
389
|
-
@property
|
390
|
-
@pulumi.getter(name="idcsInfos")
|
391
|
-
def idcs_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceIdcsInfoArgs']]]]:
|
392
|
-
"""
|
393
|
-
Information for IDCS access
|
394
|
-
"""
|
395
|
-
return pulumi.get(self, "idcs_infos")
|
396
|
-
|
397
|
-
@idcs_infos.setter
|
398
|
-
def idcs_infos(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VbInstanceIdcsInfoArgs']]]]):
|
399
|
-
pulumi.set(self, "idcs_infos", value)
|
400
|
-
|
401
389
|
@property
|
402
390
|
@pulumi.getter(name="idcsOpenId")
|
403
391
|
def idcs_open_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -458,6 +446,18 @@ class _VbInstanceState:
|
|
458
446
|
def management_vcn_id(self, value: Optional[pulumi.Input[str]]):
|
459
447
|
pulumi.set(self, "management_vcn_id", value)
|
460
448
|
|
449
|
+
@property
|
450
|
+
@pulumi.getter(name="networkEndpointDetails")
|
451
|
+
def network_endpoint_details(self) -> Optional[pulumi.Input['VbInstanceNetworkEndpointDetailsArgs']]:
|
452
|
+
"""
|
453
|
+
(Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
454
|
+
"""
|
455
|
+
return pulumi.get(self, "network_endpoint_details")
|
456
|
+
|
457
|
+
@network_endpoint_details.setter
|
458
|
+
def network_endpoint_details(self, value: Optional[pulumi.Input['VbInstanceNetworkEndpointDetailsArgs']]):
|
459
|
+
pulumi.set(self, "network_endpoint_details", value)
|
460
|
+
|
461
461
|
@property
|
462
462
|
@pulumi.getter(name="nodeCount")
|
463
463
|
def node_count(self) -> Optional[pulumi.Input[int]]:
|
@@ -573,6 +573,7 @@ class VbInstance(pulumi.CustomResource):
|
|
573
573
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
574
574
|
idcs_open_id: Optional[pulumi.Input[str]] = None,
|
575
575
|
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
576
|
+
network_endpoint_details: Optional[pulumi.Input[Union['VbInstanceNetworkEndpointDetailsArgs', 'VbInstanceNetworkEndpointDetailsArgsDict']]] = None,
|
576
577
|
node_count: Optional[pulumi.Input[int]] = None,
|
577
578
|
__props__=None):
|
578
579
|
"""
|
@@ -606,7 +607,13 @@ class VbInstance(pulumi.CustomResource):
|
|
606
607
|
"bar-key": "value",
|
607
608
|
},
|
608
609
|
idcs_open_id=test_idcs_open["id"],
|
609
|
-
is_visual_builder_enabled=vb_instance_is_visual_builder_enabled
|
610
|
+
is_visual_builder_enabled=vb_instance_is_visual_builder_enabled,
|
611
|
+
network_endpoint_details={
|
612
|
+
"network_endpoint_type": vb_instance_network_endpoint_details_network_endpoint_type,
|
613
|
+
"subnet_id": test_subnet["id"],
|
614
|
+
"network_security_group_ids": vb_instance_network_endpoint_details_network_security_group_ids,
|
615
|
+
"private_endpoint_ip": vb_instance_network_endpoint_details_private_endpoint_ip,
|
616
|
+
})
|
610
617
|
```
|
611
618
|
|
612
619
|
## Import
|
@@ -628,6 +635,7 @@ class VbInstance(pulumi.CustomResource):
|
|
628
635
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
629
636
|
:param pulumi.Input[str] idcs_open_id: (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter
|
630
637
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
638
|
+
:param pulumi.Input[Union['VbInstanceNetworkEndpointDetailsArgs', 'VbInstanceNetworkEndpointDetailsArgsDict']] network_endpoint_details: (Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
631
639
|
:param pulumi.Input[int] node_count: (Updatable) The number of Nodes
|
632
640
|
|
633
641
|
|
@@ -671,7 +679,13 @@ class VbInstance(pulumi.CustomResource):
|
|
671
679
|
"bar-key": "value",
|
672
680
|
},
|
673
681
|
idcs_open_id=test_idcs_open["id"],
|
674
|
-
is_visual_builder_enabled=vb_instance_is_visual_builder_enabled
|
682
|
+
is_visual_builder_enabled=vb_instance_is_visual_builder_enabled,
|
683
|
+
network_endpoint_details={
|
684
|
+
"network_endpoint_type": vb_instance_network_endpoint_details_network_endpoint_type,
|
685
|
+
"subnet_id": test_subnet["id"],
|
686
|
+
"network_security_group_ids": vb_instance_network_endpoint_details_network_security_group_ids,
|
687
|
+
"private_endpoint_ip": vb_instance_network_endpoint_details_private_endpoint_ip,
|
688
|
+
})
|
675
689
|
```
|
676
690
|
|
677
691
|
## Import
|
@@ -706,6 +720,7 @@ class VbInstance(pulumi.CustomResource):
|
|
706
720
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
707
721
|
idcs_open_id: Optional[pulumi.Input[str]] = None,
|
708
722
|
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
723
|
+
network_endpoint_details: Optional[pulumi.Input[Union['VbInstanceNetworkEndpointDetailsArgs', 'VbInstanceNetworkEndpointDetailsArgsDict']]] = None,
|
709
724
|
node_count: Optional[pulumi.Input[int]] = None,
|
710
725
|
__props__=None):
|
711
726
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -729,11 +744,10 @@ class VbInstance(pulumi.CustomResource):
|
|
729
744
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
730
745
|
__props__.__dict__["idcs_open_id"] = None if idcs_open_id is None else pulumi.Output.secret(idcs_open_id)
|
731
746
|
__props__.__dict__["is_visual_builder_enabled"] = is_visual_builder_enabled
|
747
|
+
__props__.__dict__["network_endpoint_details"] = network_endpoint_details
|
732
748
|
if node_count is None and not opts.urn:
|
733
749
|
raise TypeError("Missing required property 'node_count'")
|
734
750
|
__props__.__dict__["node_count"] = node_count
|
735
|
-
__props__.__dict__["attachments"] = None
|
736
|
-
__props__.__dict__["idcs_infos"] = None
|
737
751
|
__props__.__dict__["instance_url"] = None
|
738
752
|
__props__.__dict__["management_nat_gateway_ip"] = None
|
739
753
|
__props__.__dict__["management_vcn_id"] = None
|
@@ -757,19 +771,18 @@ class VbInstance(pulumi.CustomResource):
|
|
757
771
|
id: pulumi.Input[str],
|
758
772
|
opts: Optional[pulumi.ResourceOptions] = None,
|
759
773
|
alternate_custom_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VbInstanceAlternateCustomEndpointArgs', 'VbInstanceAlternateCustomEndpointArgsDict']]]]] = None,
|
760
|
-
attachments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VbInstanceAttachmentArgs', 'VbInstanceAttachmentArgsDict']]]]] = None,
|
761
774
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
762
775
|
consumption_model: Optional[pulumi.Input[str]] = None,
|
763
776
|
custom_endpoint: Optional[pulumi.Input[Union['VbInstanceCustomEndpointArgs', 'VbInstanceCustomEndpointArgsDict']]] = None,
|
764
777
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
765
778
|
display_name: Optional[pulumi.Input[str]] = None,
|
766
779
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
767
|
-
idcs_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VbInstanceIdcsInfoArgs', 'VbInstanceIdcsInfoArgsDict']]]]] = None,
|
768
780
|
idcs_open_id: Optional[pulumi.Input[str]] = None,
|
769
781
|
instance_url: Optional[pulumi.Input[str]] = None,
|
770
782
|
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
771
783
|
management_nat_gateway_ip: Optional[pulumi.Input[str]] = None,
|
772
784
|
management_vcn_id: Optional[pulumi.Input[str]] = None,
|
785
|
+
network_endpoint_details: Optional[pulumi.Input[Union['VbInstanceNetworkEndpointDetailsArgs', 'VbInstanceNetworkEndpointDetailsArgsDict']]] = None,
|
773
786
|
node_count: Optional[pulumi.Input[int]] = None,
|
774
787
|
service_nat_gateway_ip: Optional[pulumi.Input[str]] = None,
|
775
788
|
service_vcn_id: Optional[pulumi.Input[str]] = None,
|
@@ -786,19 +799,18 @@ class VbInstance(pulumi.CustomResource):
|
|
786
799
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
787
800
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
788
801
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VbInstanceAlternateCustomEndpointArgs', 'VbInstanceAlternateCustomEndpointArgsDict']]]] alternate_custom_endpoints: (Updatable) A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).
|
789
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['VbInstanceAttachmentArgs', 'VbInstanceAttachmentArgsDict']]]] attachments: A list of associated attachments to other services
|
790
802
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier.
|
791
803
|
:param pulumi.Input[str] consumption_model: Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement.
|
792
804
|
:param pulumi.Input[Union['VbInstanceCustomEndpointArgs', 'VbInstanceCustomEndpointArgsDict']] custom_endpoint: (Updatable) Details for a custom endpoint for the vb instance (update).
|
793
805
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
|
794
806
|
:param pulumi.Input[str] display_name: (Updatable) Vb Instance Identifier.
|
795
807
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
796
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['VbInstanceIdcsInfoArgs', 'VbInstanceIdcsInfoArgsDict']]]] idcs_infos: Information for IDCS access
|
797
808
|
:param pulumi.Input[str] idcs_open_id: (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter
|
798
809
|
:param pulumi.Input[str] instance_url: The Vb Instance URL.
|
799
810
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
800
811
|
:param pulumi.Input[str] management_nat_gateway_ip: The NAT gateway IP address for the VB management VCN
|
801
812
|
:param pulumi.Input[str] management_vcn_id: The Oracle Cloud ID (OCID) of the Visual Builder management VCN
|
813
|
+
:param pulumi.Input[Union['VbInstanceNetworkEndpointDetailsArgs', 'VbInstanceNetworkEndpointDetailsArgsDict']] network_endpoint_details: (Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
802
814
|
:param pulumi.Input[int] node_count: (Updatable) The number of Nodes
|
803
815
|
|
804
816
|
|
@@ -817,19 +829,18 @@ class VbInstance(pulumi.CustomResource):
|
|
817
829
|
__props__ = _VbInstanceState.__new__(_VbInstanceState)
|
818
830
|
|
819
831
|
__props__.__dict__["alternate_custom_endpoints"] = alternate_custom_endpoints
|
820
|
-
__props__.__dict__["attachments"] = attachments
|
821
832
|
__props__.__dict__["compartment_id"] = compartment_id
|
822
833
|
__props__.__dict__["consumption_model"] = consumption_model
|
823
834
|
__props__.__dict__["custom_endpoint"] = custom_endpoint
|
824
835
|
__props__.__dict__["defined_tags"] = defined_tags
|
825
836
|
__props__.__dict__["display_name"] = display_name
|
826
837
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
827
|
-
__props__.__dict__["idcs_infos"] = idcs_infos
|
828
838
|
__props__.__dict__["idcs_open_id"] = idcs_open_id
|
829
839
|
__props__.__dict__["instance_url"] = instance_url
|
830
840
|
__props__.__dict__["is_visual_builder_enabled"] = is_visual_builder_enabled
|
831
841
|
__props__.__dict__["management_nat_gateway_ip"] = management_nat_gateway_ip
|
832
842
|
__props__.__dict__["management_vcn_id"] = management_vcn_id
|
843
|
+
__props__.__dict__["network_endpoint_details"] = network_endpoint_details
|
833
844
|
__props__.__dict__["node_count"] = node_count
|
834
845
|
__props__.__dict__["service_nat_gateway_ip"] = service_nat_gateway_ip
|
835
846
|
__props__.__dict__["service_vcn_id"] = service_vcn_id
|
@@ -848,14 +859,6 @@ class VbInstance(pulumi.CustomResource):
|
|
848
859
|
"""
|
849
860
|
return pulumi.get(self, "alternate_custom_endpoints")
|
850
861
|
|
851
|
-
@property
|
852
|
-
@pulumi.getter
|
853
|
-
def attachments(self) -> pulumi.Output[Sequence['outputs.VbInstanceAttachment']]:
|
854
|
-
"""
|
855
|
-
A list of associated attachments to other services
|
856
|
-
"""
|
857
|
-
return pulumi.get(self, "attachments")
|
858
|
-
|
859
862
|
@property
|
860
863
|
@pulumi.getter(name="compartmentId")
|
861
864
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -904,14 +907,6 @@ class VbInstance(pulumi.CustomResource):
|
|
904
907
|
"""
|
905
908
|
return pulumi.get(self, "freeform_tags")
|
906
909
|
|
907
|
-
@property
|
908
|
-
@pulumi.getter(name="idcsInfos")
|
909
|
-
def idcs_infos(self) -> pulumi.Output[Sequence['outputs.VbInstanceIdcsInfo']]:
|
910
|
-
"""
|
911
|
-
Information for IDCS access
|
912
|
-
"""
|
913
|
-
return pulumi.get(self, "idcs_infos")
|
914
|
-
|
915
910
|
@property
|
916
911
|
@pulumi.getter(name="idcsOpenId")
|
917
912
|
def idcs_open_id(self) -> pulumi.Output[Optional[str]]:
|
@@ -952,6 +947,14 @@ class VbInstance(pulumi.CustomResource):
|
|
952
947
|
"""
|
953
948
|
return pulumi.get(self, "management_vcn_id")
|
954
949
|
|
950
|
+
@property
|
951
|
+
@pulumi.getter(name="networkEndpointDetails")
|
952
|
+
def network_endpoint_details(self) -> pulumi.Output['outputs.VbInstanceNetworkEndpointDetails']:
|
953
|
+
"""
|
954
|
+
(Updatable) Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
|
955
|
+
"""
|
956
|
+
return pulumi.get(self, "network_endpoint_details")
|
957
|
+
|
955
958
|
@property
|
956
959
|
@pulumi.getter(name="nodeCount")
|
957
960
|
def node_count(self) -> pulumi.Output[int]:
|
@@ -1,15 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_oci
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.20.0
|
4
4
|
Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://www.pulumi.com
|
7
7
|
Project-URL: Repository, https://github.com/pulumi/pulumi-oci
|
8
8
|
Keywords: pulumi,oci,oracle,category/cloud
|
9
|
-
Requires-Python: >=3.
|
9
|
+
Requires-Python: >=3.9
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
Requires-Dist: parver>=0.2.1
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.142.0
|
13
13
|
Requires-Dist: semver>=2.8.1
|
14
14
|
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
15
15
|
|