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
pulumi_oci/waf/outputs.py
CHANGED
@@ -224,39 +224,30 @@ class AppFirewallPolicyAction(dict):
|
|
224
224
|
@pulumi.output_type
|
225
225
|
class AppFirewallPolicyActionBody(dict):
|
226
226
|
def __init__(__self__, *,
|
227
|
-
|
228
|
-
|
229
|
-
text: Optional[str] = None):
|
227
|
+
text: str,
|
228
|
+
type: str):
|
230
229
|
"""
|
231
|
-
:param str type: (Updatable) Type of HttpResponseBody.
|
232
230
|
:param str text: (Updatable) Static response body text.
|
231
|
+
:param str type: (Updatable) Type of HttpResponseBody.
|
233
232
|
"""
|
233
|
+
pulumi.set(__self__, "text", text)
|
234
234
|
pulumi.set(__self__, "type", type)
|
235
|
-
if template is not None:
|
236
|
-
pulumi.set(__self__, "template", template)
|
237
|
-
if text is not None:
|
238
|
-
pulumi.set(__self__, "text", text)
|
239
235
|
|
240
236
|
@property
|
241
237
|
@pulumi.getter
|
242
|
-
def
|
238
|
+
def text(self) -> str:
|
243
239
|
"""
|
244
|
-
(Updatable)
|
240
|
+
(Updatable) Static response body text.
|
245
241
|
"""
|
246
|
-
return pulumi.get(self, "
|
247
|
-
|
248
|
-
@property
|
249
|
-
@pulumi.getter
|
250
|
-
def template(self) -> Optional[str]:
|
251
|
-
return pulumi.get(self, "template")
|
242
|
+
return pulumi.get(self, "text")
|
252
243
|
|
253
244
|
@property
|
254
245
|
@pulumi.getter
|
255
|
-
def
|
246
|
+
def type(self) -> str:
|
256
247
|
"""
|
257
|
-
(Updatable)
|
248
|
+
(Updatable) Type of HttpResponseBody.
|
258
249
|
"""
|
259
|
-
return pulumi.get(self, "
|
250
|
+
return pulumi.get(self, "type")
|
260
251
|
|
261
252
|
|
262
253
|
@pulumi.output_type
|
@@ -2665,22 +2656,15 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionResult(di
|
|
2665
2656
|
@pulumi.output_type
|
2666
2657
|
class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionBodyResult(dict):
|
2667
2658
|
def __init__(__self__, *,
|
2668
|
-
template: str,
|
2669
2659
|
text: str,
|
2670
2660
|
type: str):
|
2671
2661
|
"""
|
2672
2662
|
:param str text: Static response body text.
|
2673
2663
|
:param str type: Type of WebAppFirewallPolicyRule.
|
2674
2664
|
"""
|
2675
|
-
pulumi.set(__self__, "template", template)
|
2676
2665
|
pulumi.set(__self__, "text", text)
|
2677
2666
|
pulumi.set(__self__, "type", type)
|
2678
2667
|
|
2679
|
-
@property
|
2680
|
-
@pulumi.getter
|
2681
|
-
def template(self) -> str:
|
2682
|
-
return pulumi.get(self, "template")
|
2683
|
-
|
2684
2668
|
@property
|
2685
2669
|
@pulumi.getter
|
2686
2670
|
def text(self) -> str:
|
@@ -3764,22 +3748,15 @@ class GetWebAppFirewallPolicyActionResult(dict):
|
|
3764
3748
|
@pulumi.output_type
|
3765
3749
|
class GetWebAppFirewallPolicyActionBodyResult(dict):
|
3766
3750
|
def __init__(__self__, *,
|
3767
|
-
template: str,
|
3768
3751
|
text: str,
|
3769
3752
|
type: str):
|
3770
3753
|
"""
|
3771
3754
|
:param str text: Static response body text.
|
3772
3755
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3773
3756
|
"""
|
3774
|
-
pulumi.set(__self__, "template", template)
|
3775
3757
|
pulumi.set(__self__, "text", text)
|
3776
3758
|
pulumi.set(__self__, "type", type)
|
3777
3759
|
|
3778
|
-
@property
|
3779
|
-
@pulumi.getter
|
3780
|
-
def template(self) -> str:
|
3781
|
-
return pulumi.get(self, "template")
|
3782
|
-
|
3783
3760
|
@property
|
3784
3761
|
@pulumi.getter
|
3785
3762
|
def text(self) -> str:
|