pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -25,9 +25,7 @@ class LoadBalancerArgs:
|
|
25
25
|
ip_mode: Optional[pulumi.Input[str]] = None,
|
26
26
|
is_delete_protection_enabled: Optional[pulumi.Input[bool]] = None,
|
27
27
|
is_private: Optional[pulumi.Input[bool]] = None,
|
28
|
-
is_request_id_enabled: Optional[pulumi.Input[bool]] = None,
|
29
28
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
30
|
-
request_id_header: Optional[pulumi.Input[str]] = None,
|
31
29
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]] = None,
|
32
30
|
shape_details: Optional[pulumi.Input['LoadBalancerShapeDetailsArgs']] = None):
|
33
31
|
"""
|
@@ -64,15 +62,6 @@ class LoadBalancerArgs:
|
|
64
62
|
|
65
63
|
A public load balancer is accessible from the internet, depending on your VCN's [security list rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm). For more information about public and private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
66
64
|
|
67
|
-
Example: `true`
|
68
|
-
:param pulumi.Input[bool] is_request_id_enabled: (Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
69
|
-
|
70
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
71
|
-
|
72
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
73
|
-
|
74
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
75
|
-
|
76
65
|
Example: `true`
|
77
66
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) An array of NSG [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this load balancer.
|
78
67
|
|
@@ -83,17 +72,6 @@ class LoadBalancerArgs:
|
|
83
72
|
* The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access.
|
84
73
|
|
85
74
|
Example: `["ocid1.nsg.oc1.phx.unique_ID"]`
|
86
|
-
:param pulumi.Input[str] request_id_header: (Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
87
|
-
|
88
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
89
|
-
|
90
|
-
If isRequestIdEnabled is false then this field is ignored.
|
91
|
-
|
92
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
93
|
-
|
94
|
-
**Notes:**
|
95
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
96
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
97
75
|
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
98
76
|
:param pulumi.Input['LoadBalancerShapeDetailsArgs'] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
99
77
|
"""
|
@@ -111,12 +89,8 @@ class LoadBalancerArgs:
|
|
111
89
|
pulumi.set(__self__, "is_delete_protection_enabled", is_delete_protection_enabled)
|
112
90
|
if is_private is not None:
|
113
91
|
pulumi.set(__self__, "is_private", is_private)
|
114
|
-
if is_request_id_enabled is not None:
|
115
|
-
pulumi.set(__self__, "is_request_id_enabled", is_request_id_enabled)
|
116
92
|
if network_security_group_ids is not None:
|
117
93
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
118
|
-
if request_id_header is not None:
|
119
|
-
pulumi.set(__self__, "request_id_header", request_id_header)
|
120
94
|
if reserved_ips is not None:
|
121
95
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
122
96
|
if shape_details is not None:
|
@@ -254,26 +228,6 @@ class LoadBalancerArgs:
|
|
254
228
|
def is_private(self, value: Optional[pulumi.Input[bool]]):
|
255
229
|
pulumi.set(self, "is_private", value)
|
256
230
|
|
257
|
-
@property
|
258
|
-
@pulumi.getter(name="isRequestIdEnabled")
|
259
|
-
def is_request_id_enabled(self) -> Optional[pulumi.Input[bool]]:
|
260
|
-
"""
|
261
|
-
(Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
262
|
-
|
263
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
264
|
-
|
265
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
266
|
-
|
267
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
268
|
-
|
269
|
-
Example: `true`
|
270
|
-
"""
|
271
|
-
return pulumi.get(self, "is_request_id_enabled")
|
272
|
-
|
273
|
-
@is_request_id_enabled.setter
|
274
|
-
def is_request_id_enabled(self, value: Optional[pulumi.Input[bool]]):
|
275
|
-
pulumi.set(self, "is_request_id_enabled", value)
|
276
|
-
|
277
231
|
@property
|
278
232
|
@pulumi.getter(name="networkSecurityGroupIds")
|
279
233
|
def network_security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -294,28 +248,6 @@ class LoadBalancerArgs:
|
|
294
248
|
def network_security_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
295
249
|
pulumi.set(self, "network_security_group_ids", value)
|
296
250
|
|
297
|
-
@property
|
298
|
-
@pulumi.getter(name="requestIdHeader")
|
299
|
-
def request_id_header(self) -> Optional[pulumi.Input[str]]:
|
300
|
-
"""
|
301
|
-
(Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
302
|
-
|
303
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
304
|
-
|
305
|
-
If isRequestIdEnabled is false then this field is ignored.
|
306
|
-
|
307
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
308
|
-
|
309
|
-
**Notes:**
|
310
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
311
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
312
|
-
"""
|
313
|
-
return pulumi.get(self, "request_id_header")
|
314
|
-
|
315
|
-
@request_id_header.setter
|
316
|
-
def request_id_header(self, value: Optional[pulumi.Input[str]]):
|
317
|
-
pulumi.set(self, "request_id_header", value)
|
318
|
-
|
319
251
|
@property
|
320
252
|
@pulumi.getter(name="reservedIps")
|
321
253
|
def reserved_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]]:
|
@@ -353,9 +285,7 @@ class _LoadBalancerState:
|
|
353
285
|
ip_mode: Optional[pulumi.Input[str]] = None,
|
354
286
|
is_delete_protection_enabled: Optional[pulumi.Input[bool]] = None,
|
355
287
|
is_private: Optional[pulumi.Input[bool]] = None,
|
356
|
-
is_request_id_enabled: Optional[pulumi.Input[bool]] = None,
|
357
288
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
358
|
-
request_id_header: Optional[pulumi.Input[str]] = None,
|
359
289
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]] = None,
|
360
290
|
shape: Optional[pulumi.Input[str]] = None,
|
361
291
|
shape_details: Optional[pulumi.Input['LoadBalancerShapeDetailsArgs']] = None,
|
@@ -393,15 +323,6 @@ class _LoadBalancerState:
|
|
393
323
|
|
394
324
|
A public load balancer is accessible from the internet, depending on your VCN's [security list rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm). For more information about public and private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
395
325
|
|
396
|
-
Example: `true`
|
397
|
-
:param pulumi.Input[bool] is_request_id_enabled: (Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
398
|
-
|
399
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
400
|
-
|
401
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
402
|
-
|
403
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
404
|
-
|
405
326
|
Example: `true`
|
406
327
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) An array of NSG [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this load balancer.
|
407
328
|
|
@@ -412,17 +333,6 @@ class _LoadBalancerState:
|
|
412
333
|
* The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access.
|
413
334
|
|
414
335
|
Example: `["ocid1.nsg.oc1.phx.unique_ID"]`
|
415
|
-
:param pulumi.Input[str] request_id_header: (Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
416
|
-
|
417
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
418
|
-
|
419
|
-
If isRequestIdEnabled is false then this field is ignored.
|
420
|
-
|
421
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
422
|
-
|
423
|
-
**Notes:**
|
424
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
425
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
426
336
|
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
427
337
|
:param pulumi.Input[str] shape: (Updatable) A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `flexible` NOTE: After May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape allowed would be `Flexible` *Note: When updating shape for a load balancer, all existing connections to the load balancer will be reset during the update process. Also `10Mbps-Micro` shape cannot be updated to any other shape nor can any other shape be updated to `10Mbps-Micro`.
|
428
338
|
:param pulumi.Input['LoadBalancerShapeDetailsArgs'] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
@@ -456,12 +366,8 @@ class _LoadBalancerState:
|
|
456
366
|
pulumi.set(__self__, "is_delete_protection_enabled", is_delete_protection_enabled)
|
457
367
|
if is_private is not None:
|
458
368
|
pulumi.set(__self__, "is_private", is_private)
|
459
|
-
if is_request_id_enabled is not None:
|
460
|
-
pulumi.set(__self__, "is_request_id_enabled", is_request_id_enabled)
|
461
369
|
if network_security_group_ids is not None:
|
462
370
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
463
|
-
if request_id_header is not None:
|
464
|
-
pulumi.set(__self__, "request_id_header", request_id_header)
|
465
371
|
if reserved_ips is not None:
|
466
372
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
467
373
|
if shape is not None:
|
@@ -606,26 +512,6 @@ class _LoadBalancerState:
|
|
606
512
|
def is_private(self, value: Optional[pulumi.Input[bool]]):
|
607
513
|
pulumi.set(self, "is_private", value)
|
608
514
|
|
609
|
-
@property
|
610
|
-
@pulumi.getter(name="isRequestIdEnabled")
|
611
|
-
def is_request_id_enabled(self) -> Optional[pulumi.Input[bool]]:
|
612
|
-
"""
|
613
|
-
(Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
614
|
-
|
615
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
616
|
-
|
617
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
618
|
-
|
619
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
620
|
-
|
621
|
-
Example: `true`
|
622
|
-
"""
|
623
|
-
return pulumi.get(self, "is_request_id_enabled")
|
624
|
-
|
625
|
-
@is_request_id_enabled.setter
|
626
|
-
def is_request_id_enabled(self, value: Optional[pulumi.Input[bool]]):
|
627
|
-
pulumi.set(self, "is_request_id_enabled", value)
|
628
|
-
|
629
515
|
@property
|
630
516
|
@pulumi.getter(name="networkSecurityGroupIds")
|
631
517
|
def network_security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -646,28 +532,6 @@ class _LoadBalancerState:
|
|
646
532
|
def network_security_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
647
533
|
pulumi.set(self, "network_security_group_ids", value)
|
648
534
|
|
649
|
-
@property
|
650
|
-
@pulumi.getter(name="requestIdHeader")
|
651
|
-
def request_id_header(self) -> Optional[pulumi.Input[str]]:
|
652
|
-
"""
|
653
|
-
(Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
654
|
-
|
655
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
656
|
-
|
657
|
-
If isRequestIdEnabled is false then this field is ignored.
|
658
|
-
|
659
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
660
|
-
|
661
|
-
**Notes:**
|
662
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
663
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
664
|
-
"""
|
665
|
-
return pulumi.get(self, "request_id_header")
|
666
|
-
|
667
|
-
@request_id_header.setter
|
668
|
-
def request_id_header(self, value: Optional[pulumi.Input[str]]):
|
669
|
-
pulumi.set(self, "request_id_header", value)
|
670
|
-
|
671
535
|
@property
|
672
536
|
@pulumi.getter(name="reservedIps")
|
673
537
|
def reserved_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]]:
|
@@ -769,9 +633,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
769
633
|
ip_mode: Optional[pulumi.Input[str]] = None,
|
770
634
|
is_delete_protection_enabled: Optional[pulumi.Input[bool]] = None,
|
771
635
|
is_private: Optional[pulumi.Input[bool]] = None,
|
772
|
-
is_request_id_enabled: Optional[pulumi.Input[bool]] = None,
|
773
636
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
774
|
-
request_id_header: Optional[pulumi.Input[str]] = None,
|
775
637
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]]] = None,
|
776
638
|
shape: Optional[pulumi.Input[str]] = None,
|
777
639
|
shape_details: Optional[pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']]] = None,
|
@@ -829,9 +691,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
829
691
|
ip_mode=load_balancer_ip_mode,
|
830
692
|
is_delete_protection_enabled=load_balancer_is_delete_protection_enabled,
|
831
693
|
is_private=load_balancer_is_private,
|
832
|
-
is_request_id_enabled=load_balancer_is_request_id_enabled,
|
833
694
|
network_security_group_ids=load_balancer_network_security_group_ids,
|
834
|
-
request_id_header=load_balancer_request_id_header,
|
835
695
|
reserved_ips=[{
|
836
696
|
"id": load_balancer_reserved_ips_id,
|
837
697
|
}],
|
@@ -877,15 +737,6 @@ class LoadBalancer(pulumi.CustomResource):
|
|
877
737
|
|
878
738
|
A public load balancer is accessible from the internet, depending on your VCN's [security list rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm). For more information about public and private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
879
739
|
|
880
|
-
Example: `true`
|
881
|
-
:param pulumi.Input[bool] is_request_id_enabled: (Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
882
|
-
|
883
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
884
|
-
|
885
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
886
|
-
|
887
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
888
|
-
|
889
740
|
Example: `true`
|
890
741
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) An array of NSG [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this load balancer.
|
891
742
|
|
@@ -896,17 +747,6 @@ class LoadBalancer(pulumi.CustomResource):
|
|
896
747
|
* The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access.
|
897
748
|
|
898
749
|
Example: `["ocid1.nsg.oc1.phx.unique_ID"]`
|
899
|
-
:param pulumi.Input[str] request_id_header: (Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
900
|
-
|
901
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
902
|
-
|
903
|
-
If isRequestIdEnabled is false then this field is ignored.
|
904
|
-
|
905
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
906
|
-
|
907
|
-
**Notes:**
|
908
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
909
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
910
750
|
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
911
751
|
:param pulumi.Input[str] shape: (Updatable) A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `flexible` NOTE: After May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape allowed would be `Flexible` *Note: When updating shape for a load balancer, all existing connections to the load balancer will be reset during the update process. Also `10Mbps-Micro` shape cannot be updated to any other shape nor can any other shape be updated to `10Mbps-Micro`.
|
912
752
|
:param pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
@@ -974,9 +814,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
974
814
|
ip_mode=load_balancer_ip_mode,
|
975
815
|
is_delete_protection_enabled=load_balancer_is_delete_protection_enabled,
|
976
816
|
is_private=load_balancer_is_private,
|
977
|
-
is_request_id_enabled=load_balancer_is_request_id_enabled,
|
978
817
|
network_security_group_ids=load_balancer_network_security_group_ids,
|
979
|
-
request_id_header=load_balancer_request_id_header,
|
980
818
|
reserved_ips=[{
|
981
819
|
"id": load_balancer_reserved_ips_id,
|
982
820
|
}],
|
@@ -1016,9 +854,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1016
854
|
ip_mode: Optional[pulumi.Input[str]] = None,
|
1017
855
|
is_delete_protection_enabled: Optional[pulumi.Input[bool]] = None,
|
1018
856
|
is_private: Optional[pulumi.Input[bool]] = None,
|
1019
|
-
is_request_id_enabled: Optional[pulumi.Input[bool]] = None,
|
1020
857
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1021
|
-
request_id_header: Optional[pulumi.Input[str]] = None,
|
1022
858
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]]] = None,
|
1023
859
|
shape: Optional[pulumi.Input[str]] = None,
|
1024
860
|
shape_details: Optional[pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']]] = None,
|
@@ -1043,9 +879,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1043
879
|
__props__.__dict__["ip_mode"] = ip_mode
|
1044
880
|
__props__.__dict__["is_delete_protection_enabled"] = is_delete_protection_enabled
|
1045
881
|
__props__.__dict__["is_private"] = is_private
|
1046
|
-
__props__.__dict__["is_request_id_enabled"] = is_request_id_enabled
|
1047
882
|
__props__.__dict__["network_security_group_ids"] = network_security_group_ids
|
1048
|
-
__props__.__dict__["request_id_header"] = request_id_header
|
1049
883
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
1050
884
|
if shape is None and not opts.urn:
|
1051
885
|
raise TypeError("Missing required property 'shape'")
|
@@ -1078,9 +912,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1078
912
|
ip_mode: Optional[pulumi.Input[str]] = None,
|
1079
913
|
is_delete_protection_enabled: Optional[pulumi.Input[bool]] = None,
|
1080
914
|
is_private: Optional[pulumi.Input[bool]] = None,
|
1081
|
-
is_request_id_enabled: Optional[pulumi.Input[bool]] = None,
|
1082
915
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1083
|
-
request_id_header: Optional[pulumi.Input[str]] = None,
|
1084
916
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]]] = None,
|
1085
917
|
shape: Optional[pulumi.Input[str]] = None,
|
1086
918
|
shape_details: Optional[pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']]] = None,
|
@@ -1123,15 +955,6 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1123
955
|
|
1124
956
|
A public load balancer is accessible from the internet, depending on your VCN's [security list rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm). For more information about public and private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
1125
957
|
|
1126
|
-
Example: `true`
|
1127
|
-
:param pulumi.Input[bool] is_request_id_enabled: (Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
1128
|
-
|
1129
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
1130
|
-
|
1131
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
1132
|
-
|
1133
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
1134
|
-
|
1135
958
|
Example: `true`
|
1136
959
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) An array of NSG [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this load balancer.
|
1137
960
|
|
@@ -1142,17 +965,6 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1142
965
|
* The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access.
|
1143
966
|
|
1144
967
|
Example: `["ocid1.nsg.oc1.phx.unique_ID"]`
|
1145
|
-
:param pulumi.Input[str] request_id_header: (Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
1146
|
-
|
1147
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
1148
|
-
|
1149
|
-
If isRequestIdEnabled is false then this field is ignored.
|
1150
|
-
|
1151
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
1152
|
-
|
1153
|
-
**Notes:**
|
1154
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
1155
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
1156
968
|
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
1157
969
|
:param pulumi.Input[str] shape: (Updatable) A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `flexible` NOTE: After May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape allowed would be `Flexible` *Note: When updating shape for a load balancer, all existing connections to the load balancer will be reset during the update process. Also `10Mbps-Micro` shape cannot be updated to any other shape nor can any other shape be updated to `10Mbps-Micro`.
|
1158
970
|
:param pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
@@ -1178,9 +990,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1178
990
|
__props__.__dict__["ip_mode"] = ip_mode
|
1179
991
|
__props__.__dict__["is_delete_protection_enabled"] = is_delete_protection_enabled
|
1180
992
|
__props__.__dict__["is_private"] = is_private
|
1181
|
-
__props__.__dict__["is_request_id_enabled"] = is_request_id_enabled
|
1182
993
|
__props__.__dict__["network_security_group_ids"] = network_security_group_ids
|
1183
|
-
__props__.__dict__["request_id_header"] = request_id_header
|
1184
994
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
1185
995
|
__props__.__dict__["shape"] = shape
|
1186
996
|
__props__.__dict__["shape_details"] = shape_details
|
@@ -1283,22 +1093,6 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1283
1093
|
"""
|
1284
1094
|
return pulumi.get(self, "is_private")
|
1285
1095
|
|
1286
|
-
@property
|
1287
|
-
@pulumi.getter(name="isRequestIdEnabled")
|
1288
|
-
def is_request_id_enabled(self) -> pulumi.Output[bool]:
|
1289
|
-
"""
|
1290
|
-
(Updatable) Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
1291
|
-
|
1292
|
-
If "true", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader.
|
1293
|
-
|
1294
|
-
If "false", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user.
|
1295
|
-
|
1296
|
-
New load balancers have the Request Id feature disabled unless isRequestIdEnabled is set to true.
|
1297
|
-
|
1298
|
-
Example: `true`
|
1299
|
-
"""
|
1300
|
-
return pulumi.get(self, "is_request_id_enabled")
|
1301
|
-
|
1302
1096
|
@property
|
1303
1097
|
@pulumi.getter(name="networkSecurityGroupIds")
|
1304
1098
|
def network_security_group_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
@@ -1315,24 +1109,6 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1315
1109
|
"""
|
1316
1110
|
return pulumi.get(self, "network_security_group_ids")
|
1317
1111
|
|
1318
|
-
@property
|
1319
|
-
@pulumi.getter(name="requestIdHeader")
|
1320
|
-
def request_id_header(self) -> pulumi.Output[str]:
|
1321
|
-
"""
|
1322
|
-
(Updatable) If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
1323
|
-
|
1324
|
-
If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field.
|
1325
|
-
|
1326
|
-
If isRequestIdEnabled is false then this field is ignored.
|
1327
|
-
|
1328
|
-
If this field is not set or is set to "" then this field defaults to X-Request-Id
|
1329
|
-
|
1330
|
-
**Notes:**
|
1331
|
-
* Unless the header name is "" it must start with "X-" prefix.
|
1332
|
-
* Setting the header name to "" will set it to the default: X-Request-Id.
|
1333
|
-
"""
|
1334
|
-
return pulumi.get(self, "request_id_header")
|
1335
|
-
|
1336
1112
|
@property
|
1337
1113
|
@pulumi.getter(name="reservedIps")
|
1338
1114
|
def reserved_ips(self) -> pulumi.Output[Optional[Sequence['outputs.LoadBalancerReservedIp']]]:
|
@@ -3715,9 +3715,7 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3715
3715
|
ip_mode: str,
|
3716
3716
|
is_delete_protection_enabled: bool,
|
3717
3717
|
is_private: bool,
|
3718
|
-
is_request_id_enabled: bool,
|
3719
3718
|
network_security_group_ids: Sequence[str],
|
3720
|
-
request_id_header: str,
|
3721
3719
|
reserved_ips: Sequence['outputs.GetLoadBalancersLoadBalancerReservedIpResult'],
|
3722
3720
|
shape: str,
|
3723
3721
|
shape_details: Sequence['outputs.GetLoadBalancersLoadBalancerShapeDetailResult'],
|
@@ -3735,9 +3733,7 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3735
3733
|
:param Sequence[str] ip_addresses: An array of IP addresses. Deprecated: use ip_address_details instead.
|
3736
3734
|
:param bool is_delete_protection_enabled: Whether or not the load balancer has delete protection enabled.
|
3737
3735
|
:param bool is_private: Whether the load balancer has a VCN-local (private) IP address.
|
3738
|
-
:param bool is_request_id_enabled: Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
3739
3736
|
:param Sequence[str] network_security_group_ids: An array of NSG [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the load balancer.
|
3740
|
-
:param str request_id_header: If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
3741
3737
|
:param str shape: A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `100Mbps`
|
3742
3738
|
:param Sequence['GetLoadBalancersLoadBalancerShapeDetailArgs'] shape_details: The configuration details to update load balancer to a different shape.
|
3743
3739
|
:param str state: A filter to return only resources that match the given lifecycle state. Example: `SUCCEEDED`
|
@@ -3755,9 +3751,7 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3755
3751
|
pulumi.set(__self__, "ip_mode", ip_mode)
|
3756
3752
|
pulumi.set(__self__, "is_delete_protection_enabled", is_delete_protection_enabled)
|
3757
3753
|
pulumi.set(__self__, "is_private", is_private)
|
3758
|
-
pulumi.set(__self__, "is_request_id_enabled", is_request_id_enabled)
|
3759
3754
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
3760
|
-
pulumi.set(__self__, "request_id_header", request_id_header)
|
3761
3755
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
3762
3756
|
pulumi.set(__self__, "shape", shape)
|
3763
3757
|
pulumi.set(__self__, "shape_details", shape_details)
|
@@ -3844,14 +3838,6 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3844
3838
|
"""
|
3845
3839
|
return pulumi.get(self, "is_private")
|
3846
3840
|
|
3847
|
-
@property
|
3848
|
-
@pulumi.getter(name="isRequestIdEnabled")
|
3849
|
-
def is_request_id_enabled(self) -> bool:
|
3850
|
-
"""
|
3851
|
-
Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
3852
|
-
"""
|
3853
|
-
return pulumi.get(self, "is_request_id_enabled")
|
3854
|
-
|
3855
3841
|
@property
|
3856
3842
|
@pulumi.getter(name="networkSecurityGroupIds")
|
3857
3843
|
def network_security_group_ids(self) -> Sequence[str]:
|
@@ -3860,14 +3846,6 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3860
3846
|
"""
|
3861
3847
|
return pulumi.get(self, "network_security_group_ids")
|
3862
3848
|
|
3863
|
-
@property
|
3864
|
-
@pulumi.getter(name="requestIdHeader")
|
3865
|
-
def request_id_header(self) -> str:
|
3866
|
-
"""
|
3867
|
-
If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
3868
|
-
"""
|
3869
|
-
return pulumi.get(self, "request_id_header")
|
3870
|
-
|
3871
3849
|
@property
|
3872
3850
|
@pulumi.getter(name="reservedIps")
|
3873
3851
|
def reserved_ips(self) -> Sequence['outputs.GetLoadBalancersLoadBalancerReservedIpResult']:
|
pulumi_oci/mysql/_inputs.py
CHANGED
@@ -37,7 +37,6 @@ __all__ = [
|
|
37
37
|
'MysqlDbSystemChannelTargetArgs',
|
38
38
|
'MysqlDbSystemChannelTargetFilterArgs',
|
39
39
|
'MysqlDbSystemCurrentPlacementArgs',
|
40
|
-
'MysqlDbSystemCustomerContactArgs',
|
41
40
|
'MysqlDbSystemDataStorageArgs',
|
42
41
|
'MysqlDbSystemDeletionPolicyArgs',
|
43
42
|
'MysqlDbSystemEndpointArgs',
|
@@ -3889,28 +3888,6 @@ class MysqlDbSystemCurrentPlacementArgs:
|
|
3889
3888
|
pulumi.set(self, "fault_domain", value)
|
3890
3889
|
|
3891
3890
|
|
3892
|
-
@pulumi.input_type
|
3893
|
-
class MysqlDbSystemCustomerContactArgs:
|
3894
|
-
def __init__(__self__, *,
|
3895
|
-
email: pulumi.Input[str]):
|
3896
|
-
"""
|
3897
|
-
:param pulumi.Input[str] email: (Updatable) The email address used by Oracle to send notifications regarding the DB System.
|
3898
|
-
"""
|
3899
|
-
pulumi.set(__self__, "email", email)
|
3900
|
-
|
3901
|
-
@property
|
3902
|
-
@pulumi.getter
|
3903
|
-
def email(self) -> pulumi.Input[str]:
|
3904
|
-
"""
|
3905
|
-
(Updatable) The email address used by Oracle to send notifications regarding the DB System.
|
3906
|
-
"""
|
3907
|
-
return pulumi.get(self, "email")
|
3908
|
-
|
3909
|
-
@email.setter
|
3910
|
-
def email(self, value: pulumi.Input[str]):
|
3911
|
-
pulumi.set(self, "email", value)
|
3912
|
-
|
3913
|
-
|
3914
3891
|
@pulumi.input_type
|
3915
3892
|
class MysqlDbSystemDataStorageArgs:
|
3916
3893
|
def __init__(__self__, *,
|
@@ -22,7 +22,7 @@ class GetMysqlDbSystemResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getMysqlDbSystem.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, admin_password=None, admin_username=None, availability_domain=None, backup_policies=None, channels=None, compartment_id=None, configuration_id=None, crash_recovery=None, current_placements=None,
|
25
|
+
def __init__(__self__, admin_password=None, admin_username=None, availability_domain=None, backup_policies=None, channels=None, compartment_id=None, configuration_id=None, crash_recovery=None, current_placements=None, data_storage_size_in_gb=None, data_storages=None, database_management=None, db_system_id=None, defined_tags=None, deletion_policies=None, description=None, display_name=None, endpoints=None, fault_domain=None, freeform_tags=None, heat_wave_clusters=None, hostname_label=None, id=None, ip_address=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, maintenances=None, mysql_version=None, point_in_time_recovery_details=None, port=None, port_x=None, secure_connections=None, shape_name=None, shutdown_type=None, sources=None, state=None, subnet_id=None, time_created=None, time_updated=None):
|
26
26
|
if admin_password and not isinstance(admin_password, str):
|
27
27
|
raise TypeError("Expected argument 'admin_password' to be a str")
|
28
28
|
pulumi.set(__self__, "admin_password", admin_password)
|
@@ -50,9 +50,6 @@ class GetMysqlDbSystemResult:
|
|
50
50
|
if current_placements and not isinstance(current_placements, list):
|
51
51
|
raise TypeError("Expected argument 'current_placements' to be a list")
|
52
52
|
pulumi.set(__self__, "current_placements", current_placements)
|
53
|
-
if customer_contacts and not isinstance(customer_contacts, list):
|
54
|
-
raise TypeError("Expected argument 'customer_contacts' to be a list")
|
55
|
-
pulumi.set(__self__, "customer_contacts", customer_contacts)
|
56
53
|
if data_storage_size_in_gb and not isinstance(data_storage_size_in_gb, int):
|
57
54
|
raise TypeError("Expected argument 'data_storage_size_in_gb' to be a int")
|
58
55
|
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
@@ -213,19 +210,11 @@ class GetMysqlDbSystemResult:
|
|
213
210
|
"""
|
214
211
|
return pulumi.get(self, "current_placements")
|
215
212
|
|
216
|
-
@property
|
217
|
-
@pulumi.getter(name="customerContacts")
|
218
|
-
def customer_contacts(self) -> Sequence['outputs.GetMysqlDbSystemCustomerContactResult']:
|
219
|
-
"""
|
220
|
-
The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
|
221
|
-
"""
|
222
|
-
return pulumi.get(self, "customer_contacts")
|
223
|
-
|
224
213
|
@property
|
225
214
|
@pulumi.getter(name="dataStorageSizeInGb")
|
226
215
|
def data_storage_size_in_gb(self) -> int:
|
227
216
|
"""
|
228
|
-
|
217
|
+
DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
|
229
218
|
"""
|
230
219
|
return pulumi.get(self, "data_storage_size_in_gb")
|
231
220
|
|
@@ -482,7 +471,6 @@ class AwaitableGetMysqlDbSystemResult(GetMysqlDbSystemResult):
|
|
482
471
|
configuration_id=self.configuration_id,
|
483
472
|
crash_recovery=self.crash_recovery,
|
484
473
|
current_placements=self.current_placements,
|
485
|
-
customer_contacts=self.customer_contacts,
|
486
474
|
data_storage_size_in_gb=self.data_storage_size_in_gb,
|
487
475
|
data_storages=self.data_storages,
|
488
476
|
database_management=self.database_management,
|
@@ -550,7 +538,6 @@ def get_mysql_db_system(db_system_id: Optional[str] = None,
|
|
550
538
|
configuration_id=pulumi.get(__ret__, 'configuration_id'),
|
551
539
|
crash_recovery=pulumi.get(__ret__, 'crash_recovery'),
|
552
540
|
current_placements=pulumi.get(__ret__, 'current_placements'),
|
553
|
-
customer_contacts=pulumi.get(__ret__, 'customer_contacts'),
|
554
541
|
data_storage_size_in_gb=pulumi.get(__ret__, 'data_storage_size_in_gb'),
|
555
542
|
data_storages=pulumi.get(__ret__, 'data_storages'),
|
556
543
|
database_management=pulumi.get(__ret__, 'database_management'),
|