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
@@ -17,12 +17,10 @@ from .. import _utilities
|
|
17
17
|
__all__ = [
|
18
18
|
'VbInstanceAlternateCustomEndpointArgs',
|
19
19
|
'VbInstanceAlternateCustomEndpointArgsDict',
|
20
|
-
'VbInstanceAttachmentArgs',
|
21
|
-
'VbInstanceAttachmentArgsDict',
|
22
20
|
'VbInstanceCustomEndpointArgs',
|
23
21
|
'VbInstanceCustomEndpointArgsDict',
|
24
|
-
'
|
25
|
-
'
|
22
|
+
'VbInstanceNetworkEndpointDetailsArgs',
|
23
|
+
'VbInstanceNetworkEndpointDetailsArgsDict',
|
26
24
|
'GetVbInstancesFilterArgs',
|
27
25
|
'GetVbInstancesFilterArgsDict',
|
28
26
|
]
|
@@ -100,127 +98,6 @@ class VbInstanceAlternateCustomEndpointArgs:
|
|
100
98
|
pulumi.set(self, "certificate_secret_version", value)
|
101
99
|
|
102
100
|
|
103
|
-
if not MYPY:
|
104
|
-
class VbInstanceAttachmentArgsDict(TypedDict):
|
105
|
-
is_implicit: NotRequired[pulumi.Input[bool]]
|
106
|
-
"""
|
107
|
-
* If role == `PARENT`, the attached instance was created by this service instance
|
108
|
-
* If role == `CHILD`, this instance was created from attached instance on behalf of a user
|
109
|
-
"""
|
110
|
-
target_id: NotRequired[pulumi.Input[str]]
|
111
|
-
"""
|
112
|
-
The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
113
|
-
"""
|
114
|
-
target_instance_url: NotRequired[pulumi.Input[str]]
|
115
|
-
"""
|
116
|
-
The dataplane instance URL of the attached instance
|
117
|
-
"""
|
118
|
-
target_role: NotRequired[pulumi.Input[str]]
|
119
|
-
"""
|
120
|
-
The role of the target attachment.
|
121
|
-
* `PARENT` - The target instance is the parent of this attachment.
|
122
|
-
* `CHILD` - The target instance is the child of this attachment.
|
123
|
-
"""
|
124
|
-
target_service_type: NotRequired[pulumi.Input[str]]
|
125
|
-
"""
|
126
|
-
The type of the target instance, such as "FUSION".
|
127
|
-
"""
|
128
|
-
elif False:
|
129
|
-
VbInstanceAttachmentArgsDict: TypeAlias = Mapping[str, Any]
|
130
|
-
|
131
|
-
@pulumi.input_type
|
132
|
-
class VbInstanceAttachmentArgs:
|
133
|
-
def __init__(__self__, *,
|
134
|
-
is_implicit: Optional[pulumi.Input[bool]] = None,
|
135
|
-
target_id: Optional[pulumi.Input[str]] = None,
|
136
|
-
target_instance_url: Optional[pulumi.Input[str]] = None,
|
137
|
-
target_role: Optional[pulumi.Input[str]] = None,
|
138
|
-
target_service_type: Optional[pulumi.Input[str]] = None):
|
139
|
-
"""
|
140
|
-
:param pulumi.Input[bool] is_implicit: * If role == `PARENT`, the attached instance was created by this service instance
|
141
|
-
* If role == `CHILD`, this instance was created from attached instance on behalf of a user
|
142
|
-
:param pulumi.Input[str] target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
143
|
-
:param pulumi.Input[str] target_instance_url: The dataplane instance URL of the attached instance
|
144
|
-
:param pulumi.Input[str] target_role: The role of the target attachment.
|
145
|
-
* `PARENT` - The target instance is the parent of this attachment.
|
146
|
-
* `CHILD` - The target instance is the child of this attachment.
|
147
|
-
:param pulumi.Input[str] target_service_type: The type of the target instance, such as "FUSION".
|
148
|
-
"""
|
149
|
-
if is_implicit is not None:
|
150
|
-
pulumi.set(__self__, "is_implicit", is_implicit)
|
151
|
-
if target_id is not None:
|
152
|
-
pulumi.set(__self__, "target_id", target_id)
|
153
|
-
if target_instance_url is not None:
|
154
|
-
pulumi.set(__self__, "target_instance_url", target_instance_url)
|
155
|
-
if target_role is not None:
|
156
|
-
pulumi.set(__self__, "target_role", target_role)
|
157
|
-
if target_service_type is not None:
|
158
|
-
pulumi.set(__self__, "target_service_type", target_service_type)
|
159
|
-
|
160
|
-
@property
|
161
|
-
@pulumi.getter(name="isImplicit")
|
162
|
-
def is_implicit(self) -> Optional[pulumi.Input[bool]]:
|
163
|
-
"""
|
164
|
-
* If role == `PARENT`, the attached instance was created by this service instance
|
165
|
-
* If role == `CHILD`, this instance was created from attached instance on behalf of a user
|
166
|
-
"""
|
167
|
-
return pulumi.get(self, "is_implicit")
|
168
|
-
|
169
|
-
@is_implicit.setter
|
170
|
-
def is_implicit(self, value: Optional[pulumi.Input[bool]]):
|
171
|
-
pulumi.set(self, "is_implicit", value)
|
172
|
-
|
173
|
-
@property
|
174
|
-
@pulumi.getter(name="targetId")
|
175
|
-
def target_id(self) -> Optional[pulumi.Input[str]]:
|
176
|
-
"""
|
177
|
-
The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
178
|
-
"""
|
179
|
-
return pulumi.get(self, "target_id")
|
180
|
-
|
181
|
-
@target_id.setter
|
182
|
-
def target_id(self, value: Optional[pulumi.Input[str]]):
|
183
|
-
pulumi.set(self, "target_id", value)
|
184
|
-
|
185
|
-
@property
|
186
|
-
@pulumi.getter(name="targetInstanceUrl")
|
187
|
-
def target_instance_url(self) -> Optional[pulumi.Input[str]]:
|
188
|
-
"""
|
189
|
-
The dataplane instance URL of the attached instance
|
190
|
-
"""
|
191
|
-
return pulumi.get(self, "target_instance_url")
|
192
|
-
|
193
|
-
@target_instance_url.setter
|
194
|
-
def target_instance_url(self, value: Optional[pulumi.Input[str]]):
|
195
|
-
pulumi.set(self, "target_instance_url", value)
|
196
|
-
|
197
|
-
@property
|
198
|
-
@pulumi.getter(name="targetRole")
|
199
|
-
def target_role(self) -> Optional[pulumi.Input[str]]:
|
200
|
-
"""
|
201
|
-
The role of the target attachment.
|
202
|
-
* `PARENT` - The target instance is the parent of this attachment.
|
203
|
-
* `CHILD` - The target instance is the child of this attachment.
|
204
|
-
"""
|
205
|
-
return pulumi.get(self, "target_role")
|
206
|
-
|
207
|
-
@target_role.setter
|
208
|
-
def target_role(self, value: Optional[pulumi.Input[str]]):
|
209
|
-
pulumi.set(self, "target_role", value)
|
210
|
-
|
211
|
-
@property
|
212
|
-
@pulumi.getter(name="targetServiceType")
|
213
|
-
def target_service_type(self) -> Optional[pulumi.Input[str]]:
|
214
|
-
"""
|
215
|
-
The type of the target instance, such as "FUSION".
|
216
|
-
"""
|
217
|
-
return pulumi.get(self, "target_service_type")
|
218
|
-
|
219
|
-
@target_service_type.setter
|
220
|
-
def target_service_type(self, value: Optional[pulumi.Input[str]]):
|
221
|
-
pulumi.set(self, "target_service_type", value)
|
222
|
-
|
223
|
-
|
224
101
|
if not MYPY:
|
225
102
|
class VbInstanceCustomEndpointArgsDict(TypedDict):
|
226
103
|
hostname: pulumi.Input[str]
|
@@ -293,115 +170,93 @@ class VbInstanceCustomEndpointArgs:
|
|
293
170
|
|
294
171
|
|
295
172
|
if not MYPY:
|
296
|
-
class
|
297
|
-
|
298
|
-
"""
|
299
|
-
The IDCS application display name associated with the instance
|
173
|
+
class VbInstanceNetworkEndpointDetailsArgsDict(TypedDict):
|
174
|
+
network_endpoint_type: pulumi.Input[str]
|
300
175
|
"""
|
301
|
-
|
176
|
+
(Updatable) The type of network endpoint.
|
302
177
|
"""
|
303
|
-
|
178
|
+
subnet_id: pulumi.Input[str]
|
304
179
|
"""
|
305
|
-
|
180
|
+
(Updatable) The subnet OCID for the private endpoint.
|
306
181
|
"""
|
307
|
-
|
182
|
+
network_security_group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
308
183
|
"""
|
309
|
-
|
184
|
+
(Updatable) Network Security Group OCIDs for the Private Endpoint.
|
310
185
|
"""
|
311
|
-
|
186
|
+
private_endpoint_ip: NotRequired[pulumi.Input[str]]
|
312
187
|
"""
|
313
|
-
|
314
|
-
"""
|
315
|
-
The URL used as the primary audience for visual builder flows in this instance type: string
|
188
|
+
The IP address to be assigned to Private Endpoint
|
316
189
|
"""
|
317
190
|
elif False:
|
318
|
-
|
191
|
+
VbInstanceNetworkEndpointDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
319
192
|
|
320
193
|
@pulumi.input_type
|
321
|
-
class
|
194
|
+
class VbInstanceNetworkEndpointDetailsArgs:
|
322
195
|
def __init__(__self__, *,
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
:param pulumi.Input[str]
|
330
|
-
:param pulumi.Input[str]
|
331
|
-
:param pulumi.Input[str]
|
332
|
-
|
333
|
-
|
334
|
-
""
|
335
|
-
if
|
336
|
-
pulumi.set(__self__, "
|
337
|
-
if
|
338
|
-
pulumi.set(__self__, "
|
339
|
-
if idcs_app_location_url is not None:
|
340
|
-
pulumi.set(__self__, "idcs_app_location_url", idcs_app_location_url)
|
341
|
-
if idcs_app_name is not None:
|
342
|
-
pulumi.set(__self__, "idcs_app_name", idcs_app_name)
|
343
|
-
if instance_primary_audience_url is not None:
|
344
|
-
pulumi.set(__self__, "instance_primary_audience_url", instance_primary_audience_url)
|
345
|
-
|
346
|
-
@property
|
347
|
-
@pulumi.getter(name="idcsAppDisplayName")
|
348
|
-
def idcs_app_display_name(self) -> Optional[pulumi.Input[str]]:
|
349
|
-
"""
|
350
|
-
The IDCS application display name associated with the instance
|
351
|
-
"""
|
352
|
-
return pulumi.get(self, "idcs_app_display_name")
|
353
|
-
|
354
|
-
@idcs_app_display_name.setter
|
355
|
-
def idcs_app_display_name(self, value: Optional[pulumi.Input[str]]):
|
356
|
-
pulumi.set(self, "idcs_app_display_name", value)
|
196
|
+
network_endpoint_type: pulumi.Input[str],
|
197
|
+
subnet_id: pulumi.Input[str],
|
198
|
+
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
199
|
+
private_endpoint_ip: Optional[pulumi.Input[str]] = None):
|
200
|
+
"""
|
201
|
+
:param pulumi.Input[str] network_endpoint_type: (Updatable) The type of network endpoint.
|
202
|
+
:param pulumi.Input[str] subnet_id: (Updatable) The subnet OCID for the private endpoint.
|
203
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) Network Security Group OCIDs for the Private Endpoint.
|
204
|
+
:param pulumi.Input[str] private_endpoint_ip: The IP address to be assigned to Private Endpoint
|
205
|
+
"""
|
206
|
+
pulumi.set(__self__, "network_endpoint_type", network_endpoint_type)
|
207
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
208
|
+
if network_security_group_ids is not None:
|
209
|
+
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
210
|
+
if private_endpoint_ip is not None:
|
211
|
+
pulumi.set(__self__, "private_endpoint_ip", private_endpoint_ip)
|
357
212
|
|
358
213
|
@property
|
359
|
-
@pulumi.getter(name="
|
360
|
-
def
|
214
|
+
@pulumi.getter(name="networkEndpointType")
|
215
|
+
def network_endpoint_type(self) -> pulumi.Input[str]:
|
361
216
|
"""
|
362
|
-
The
|
217
|
+
(Updatable) The type of network endpoint.
|
363
218
|
"""
|
364
|
-
return pulumi.get(self, "
|
219
|
+
return pulumi.get(self, "network_endpoint_type")
|
365
220
|
|
366
|
-
@
|
367
|
-
def
|
368
|
-
pulumi.set(self, "
|
221
|
+
@network_endpoint_type.setter
|
222
|
+
def network_endpoint_type(self, value: pulumi.Input[str]):
|
223
|
+
pulumi.set(self, "network_endpoint_type", value)
|
369
224
|
|
370
225
|
@property
|
371
|
-
@pulumi.getter(name="
|
372
|
-
def
|
226
|
+
@pulumi.getter(name="subnetId")
|
227
|
+
def subnet_id(self) -> pulumi.Input[str]:
|
373
228
|
"""
|
374
|
-
|
229
|
+
(Updatable) The subnet OCID for the private endpoint.
|
375
230
|
"""
|
376
|
-
return pulumi.get(self, "
|
231
|
+
return pulumi.get(self, "subnet_id")
|
377
232
|
|
378
|
-
@
|
379
|
-
def
|
380
|
-
pulumi.set(self, "
|
233
|
+
@subnet_id.setter
|
234
|
+
def subnet_id(self, value: pulumi.Input[str]):
|
235
|
+
pulumi.set(self, "subnet_id", value)
|
381
236
|
|
382
237
|
@property
|
383
|
-
@pulumi.getter(name="
|
384
|
-
def
|
238
|
+
@pulumi.getter(name="networkSecurityGroupIds")
|
239
|
+
def network_security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
385
240
|
"""
|
386
|
-
|
241
|
+
(Updatable) Network Security Group OCIDs for the Private Endpoint.
|
387
242
|
"""
|
388
|
-
return pulumi.get(self, "
|
243
|
+
return pulumi.get(self, "network_security_group_ids")
|
389
244
|
|
390
|
-
@
|
391
|
-
def
|
392
|
-
pulumi.set(self, "
|
245
|
+
@network_security_group_ids.setter
|
246
|
+
def network_security_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
247
|
+
pulumi.set(self, "network_security_group_ids", value)
|
393
248
|
|
394
249
|
@property
|
395
|
-
@pulumi.getter(name="
|
396
|
-
def
|
250
|
+
@pulumi.getter(name="privateEndpointIp")
|
251
|
+
def private_endpoint_ip(self) -> Optional[pulumi.Input[str]]:
|
397
252
|
"""
|
398
|
-
The
|
253
|
+
The IP address to be assigned to Private Endpoint
|
399
254
|
"""
|
400
|
-
return pulumi.get(self, "
|
255
|
+
return pulumi.get(self, "private_endpoint_ip")
|
401
256
|
|
402
|
-
@
|
403
|
-
def
|
404
|
-
pulumi.set(self, "
|
257
|
+
@private_endpoint_ip.setter
|
258
|
+
def private_endpoint_ip(self, value: Optional[pulumi.Input[str]]):
|
259
|
+
pulumi.set(self, "private_endpoint_ip", value)
|
405
260
|
|
406
261
|
|
407
262
|
if not MYPY:
|
@@ -27,13 +27,10 @@ class GetVbInstanceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getVbInstance.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, alternate_custom_endpoints=None,
|
30
|
+
def __init__(__self__, alternate_custom_endpoints=None, compartment_id=None, consumption_model=None, custom_endpoints=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, idcs_open_id=None, instance_url=None, is_visual_builder_enabled=None, management_nat_gateway_ip=None, management_vcn_id=None, network_endpoint_details=None, node_count=None, service_nat_gateway_ip=None, service_vcn_id=None, state=None, state_message=None, system_tags=None, time_created=None, time_updated=None, vb_instance_id=None):
|
31
31
|
if alternate_custom_endpoints and not isinstance(alternate_custom_endpoints, list):
|
32
32
|
raise TypeError("Expected argument 'alternate_custom_endpoints' to be a list")
|
33
33
|
pulumi.set(__self__, "alternate_custom_endpoints", alternate_custom_endpoints)
|
34
|
-
if attachments and not isinstance(attachments, list):
|
35
|
-
raise TypeError("Expected argument 'attachments' to be a list")
|
36
|
-
pulumi.set(__self__, "attachments", attachments)
|
37
34
|
if compartment_id and not isinstance(compartment_id, str):
|
38
35
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
39
36
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -55,9 +52,6 @@ class GetVbInstanceResult:
|
|
55
52
|
if id and not isinstance(id, str):
|
56
53
|
raise TypeError("Expected argument 'id' to be a str")
|
57
54
|
pulumi.set(__self__, "id", id)
|
58
|
-
if idcs_infos and not isinstance(idcs_infos, list):
|
59
|
-
raise TypeError("Expected argument 'idcs_infos' to be a list")
|
60
|
-
pulumi.set(__self__, "idcs_infos", idcs_infos)
|
61
55
|
if idcs_open_id and not isinstance(idcs_open_id, str):
|
62
56
|
raise TypeError("Expected argument 'idcs_open_id' to be a str")
|
63
57
|
pulumi.set(__self__, "idcs_open_id", idcs_open_id)
|
@@ -73,6 +67,9 @@ class GetVbInstanceResult:
|
|
73
67
|
if management_vcn_id and not isinstance(management_vcn_id, str):
|
74
68
|
raise TypeError("Expected argument 'management_vcn_id' to be a str")
|
75
69
|
pulumi.set(__self__, "management_vcn_id", management_vcn_id)
|
70
|
+
if network_endpoint_details and not isinstance(network_endpoint_details, list):
|
71
|
+
raise TypeError("Expected argument 'network_endpoint_details' to be a list")
|
72
|
+
pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
|
76
73
|
if node_count and not isinstance(node_count, int):
|
77
74
|
raise TypeError("Expected argument 'node_count' to be a int")
|
78
75
|
pulumi.set(__self__, "node_count", node_count)
|
@@ -109,14 +106,6 @@ class GetVbInstanceResult:
|
|
109
106
|
"""
|
110
107
|
return pulumi.get(self, "alternate_custom_endpoints")
|
111
108
|
|
112
|
-
@property
|
113
|
-
@pulumi.getter
|
114
|
-
def attachments(self) -> Sequence['outputs.GetVbInstanceAttachmentResult']:
|
115
|
-
"""
|
116
|
-
A list of associated attachments to other services
|
117
|
-
"""
|
118
|
-
return pulumi.get(self, "attachments")
|
119
|
-
|
120
109
|
@property
|
121
110
|
@pulumi.getter(name="compartmentId")
|
122
111
|
def compartment_id(self) -> str:
|
@@ -173,14 +162,6 @@ class GetVbInstanceResult:
|
|
173
162
|
"""
|
174
163
|
return pulumi.get(self, "id")
|
175
164
|
|
176
|
-
@property
|
177
|
-
@pulumi.getter(name="idcsInfos")
|
178
|
-
def idcs_infos(self) -> Sequence['outputs.GetVbInstanceIdcsInfoResult']:
|
179
|
-
"""
|
180
|
-
Information for IDCS access
|
181
|
-
"""
|
182
|
-
return pulumi.get(self, "idcs_infos")
|
183
|
-
|
184
165
|
@property
|
185
166
|
@pulumi.getter(name="idcsOpenId")
|
186
167
|
def idcs_open_id(self) -> str:
|
@@ -218,6 +199,14 @@ class GetVbInstanceResult:
|
|
218
199
|
"""
|
219
200
|
return pulumi.get(self, "management_vcn_id")
|
220
201
|
|
202
|
+
@property
|
203
|
+
@pulumi.getter(name="networkEndpointDetails")
|
204
|
+
def network_endpoint_details(self) -> Sequence['outputs.GetVbInstanceNetworkEndpointDetailResult']:
|
205
|
+
"""
|
206
|
+
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.
|
207
|
+
"""
|
208
|
+
return pulumi.get(self, "network_endpoint_details")
|
209
|
+
|
221
210
|
@property
|
222
211
|
@pulumi.getter(name="nodeCount")
|
223
212
|
def node_count(self) -> int:
|
@@ -295,7 +284,6 @@ class AwaitableGetVbInstanceResult(GetVbInstanceResult):
|
|
295
284
|
yield self
|
296
285
|
return GetVbInstanceResult(
|
297
286
|
alternate_custom_endpoints=self.alternate_custom_endpoints,
|
298
|
-
attachments=self.attachments,
|
299
287
|
compartment_id=self.compartment_id,
|
300
288
|
consumption_model=self.consumption_model,
|
301
289
|
custom_endpoints=self.custom_endpoints,
|
@@ -303,12 +291,12 @@ class AwaitableGetVbInstanceResult(GetVbInstanceResult):
|
|
303
291
|
display_name=self.display_name,
|
304
292
|
freeform_tags=self.freeform_tags,
|
305
293
|
id=self.id,
|
306
|
-
idcs_infos=self.idcs_infos,
|
307
294
|
idcs_open_id=self.idcs_open_id,
|
308
295
|
instance_url=self.instance_url,
|
309
296
|
is_visual_builder_enabled=self.is_visual_builder_enabled,
|
310
297
|
management_nat_gateway_ip=self.management_nat_gateway_ip,
|
311
298
|
management_vcn_id=self.management_vcn_id,
|
299
|
+
network_endpoint_details=self.network_endpoint_details,
|
312
300
|
node_count=self.node_count,
|
313
301
|
service_nat_gateway_ip=self.service_nat_gateway_ip,
|
314
302
|
service_vcn_id=self.service_vcn_id,
|
@@ -346,7 +334,6 @@ def get_vb_instance(vb_instance_id: Optional[str] = None,
|
|
346
334
|
|
347
335
|
return AwaitableGetVbInstanceResult(
|
348
336
|
alternate_custom_endpoints=pulumi.get(__ret__, 'alternate_custom_endpoints'),
|
349
|
-
attachments=pulumi.get(__ret__, 'attachments'),
|
350
337
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
351
338
|
consumption_model=pulumi.get(__ret__, 'consumption_model'),
|
352
339
|
custom_endpoints=pulumi.get(__ret__, 'custom_endpoints'),
|
@@ -354,12 +341,12 @@ def get_vb_instance(vb_instance_id: Optional[str] = None,
|
|
354
341
|
display_name=pulumi.get(__ret__, 'display_name'),
|
355
342
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
356
343
|
id=pulumi.get(__ret__, 'id'),
|
357
|
-
idcs_infos=pulumi.get(__ret__, 'idcs_infos'),
|
358
344
|
idcs_open_id=pulumi.get(__ret__, 'idcs_open_id'),
|
359
345
|
instance_url=pulumi.get(__ret__, 'instance_url'),
|
360
346
|
is_visual_builder_enabled=pulumi.get(__ret__, 'is_visual_builder_enabled'),
|
361
347
|
management_nat_gateway_ip=pulumi.get(__ret__, 'management_nat_gateway_ip'),
|
362
348
|
management_vcn_id=pulumi.get(__ret__, 'management_vcn_id'),
|
349
|
+
network_endpoint_details=pulumi.get(__ret__, 'network_endpoint_details'),
|
363
350
|
node_count=pulumi.get(__ret__, 'node_count'),
|
364
351
|
service_nat_gateway_ip=pulumi.get(__ret__, 'service_nat_gateway_ip'),
|
365
352
|
service_vcn_id=pulumi.get(__ret__, 'service_vcn_id'),
|
@@ -394,7 +381,6 @@ def get_vb_instance_output(vb_instance_id: Optional[pulumi.Input[str]] = None,
|
|
394
381
|
__ret__ = pulumi.runtime.invoke_output('oci:VisualBuilder/getVbInstance:getVbInstance', __args__, opts=opts, typ=GetVbInstanceResult)
|
395
382
|
return __ret__.apply(lambda __response__: GetVbInstanceResult(
|
396
383
|
alternate_custom_endpoints=pulumi.get(__response__, 'alternate_custom_endpoints'),
|
397
|
-
attachments=pulumi.get(__response__, 'attachments'),
|
398
384
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
399
385
|
consumption_model=pulumi.get(__response__, 'consumption_model'),
|
400
386
|
custom_endpoints=pulumi.get(__response__, 'custom_endpoints'),
|
@@ -402,12 +388,12 @@ def get_vb_instance_output(vb_instance_id: Optional[pulumi.Input[str]] = None,
|
|
402
388
|
display_name=pulumi.get(__response__, 'display_name'),
|
403
389
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
404
390
|
id=pulumi.get(__response__, 'id'),
|
405
|
-
idcs_infos=pulumi.get(__response__, 'idcs_infos'),
|
406
391
|
idcs_open_id=pulumi.get(__response__, 'idcs_open_id'),
|
407
392
|
instance_url=pulumi.get(__response__, 'instance_url'),
|
408
393
|
is_visual_builder_enabled=pulumi.get(__response__, 'is_visual_builder_enabled'),
|
409
394
|
management_nat_gateway_ip=pulumi.get(__response__, 'management_nat_gateway_ip'),
|
410
395
|
management_vcn_id=pulumi.get(__response__, 'management_vcn_id'),
|
396
|
+
network_endpoint_details=pulumi.get(__response__, 'network_endpoint_details'),
|
411
397
|
node_count=pulumi.get(__response__, 'node_count'),
|
412
398
|
service_nat_gateway_ip=pulumi.get(__response__, 'service_nat_gateway_ip'),
|
413
399
|
service_vcn_id=pulumi.get(__response__, 'service_vcn_id'),
|