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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +38 -86
  2. pulumi_oci/announcementsservice/__init__.py +0 -1
  3. pulumi_oci/announcementsservice/_inputs.py +6 -46
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/outputs.py +18 -195
  7. pulumi_oci/bigdataservice/_inputs.py +49 -1
  8. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  10. pulumi_oci/bigdataservice/outputs.py +132 -3
  11. pulumi_oci/database/_inputs.py +0 -32
  12. pulumi_oci/database/autonomous_database.py +0 -28
  13. pulumi_oci/database/data_guard_association.py +0 -49
  14. pulumi_oci/database/get_autonomous_database.py +1 -14
  15. pulumi_oci/database/get_autonomous_databases.py +95 -32
  16. pulumi_oci/database/get_data_guard_association.py +1 -11
  17. pulumi_oci/database/outputs.py +42 -163
  18. pulumi_oci/databasemanagement/__init__.py +0 -1
  19. pulumi_oci/databasemanagement/_inputs.py +12 -875
  20. pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
  21. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
  22. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  23. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
  24. pulumi_oci/databasemanagement/get_managed_database.py +3 -47
  25. pulumi_oci/databasemanagement/managed_database.py +0 -56
  26. pulumi_oci/databasemanagement/outputs.py +5553 -7487
  27. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
  28. pulumi_oci/datasafe/__init__.py +0 -6
  29. pulumi_oci/datasafe/_inputs.py +0 -18
  30. pulumi_oci/datasafe/database_security_config_management.py +2 -244
  31. pulumi_oci/datasafe/outputs.py +0 -18
  32. pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
  33. pulumi_oci/datasafe/security_policy_management.py +2 -172
  34. pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
  35. pulumi_oci/filestorage/mount_target.py +38 -143
  36. pulumi_oci/filestorage/outputs.py +0 -44
  37. pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
  38. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  39. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  40. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  44. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  45. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  46. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  47. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  48. pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
  49. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  50. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  51. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  52. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  53. pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
  54. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  55. pulumi_oci/identity/domains_group.py +0 -34
  56. pulumi_oci/identity/domains_user.py +0 -34
  57. pulumi_oci/identity/get_domains_group.py +1 -11
  58. pulumi_oci/identity/get_domains_user.py +1 -11
  59. pulumi_oci/identity/outputs.py +0 -14
  60. pulumi_oci/kms/_inputs.py +10 -10
  61. pulumi_oci/kms/get_vault.py +1 -14
  62. pulumi_oci/kms/outputs.py +30 -41
  63. pulumi_oci/kms/vault.py +0 -28
  64. pulumi_oci/loadbalancer/load_balancer.py +0 -224
  65. pulumi_oci/loadbalancer/outputs.py +0 -22
  66. pulumi_oci/mysql/_inputs.py +0 -23
  67. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  68. pulumi_oci/mysql/mysql_db_system.py +0 -53
  69. pulumi_oci/mysql/outputs.py +6 -74
  70. pulumi_oci/ocvp/get_cluster.py +2 -2
  71. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  72. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
  73. pulumi_oci/ocvp/outputs.py +2 -2
  74. pulumi_oci/pulumi-plugin.json +1 -1
  75. pulumi_oci/recoverymod/_inputs.py +8 -0
  76. pulumi_oci/recoverymod/get_protected_database.py +1 -14
  77. pulumi_oci/recoverymod/get_protection_policy.py +1 -14
  78. pulumi_oci/recoverymod/outputs.py +8 -22
  79. pulumi_oci/recoverymod/protected_database.py +3 -80
  80. pulumi_oci/recoverymod/protection_policy.py +0 -49
  81. pulumi_oci/waf/_inputs.py +16 -29
  82. pulumi_oci/waf/outputs.py +10 -33
  83. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
  84. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
  85. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
  86. pulumi_oci/announcementsservice/get_services.py +0 -173
  87. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
  88. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  89. pulumi_oci/datasafe/masking_report_management.py +0 -693
  90. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  91. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  92. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
  93. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
  94. pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
  95. pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
  96. pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
  97. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
  98. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
  99. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
  100. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
  101. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
  102. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
  103. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
  104. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
  105. pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
  106. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
  107. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
  108. pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
  109. pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
  110. pulumi_oci/desktops/_inputs.py +0 -483
  111. pulumi_oci/desktops/desktop_pool.py +0 -1348
  112. pulumi_oci/desktops/get_desktop.py +0 -223
  113. pulumi_oci/desktops/get_desktop_pool.py +0 -418
  114. pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
  115. pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
  116. pulumi_oci/desktops/get_desktop_pools.py +0 -203
  117. pulumi_oci/desktops/get_desktops.py +0 -214
  118. pulumi_oci/desktops/outputs.py +0 -1738
  119. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,176 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetShardedDatabasesResult',
16
+ 'AwaitableGetShardedDatabasesResult',
17
+ 'get_sharded_databases',
18
+ 'get_sharded_databases_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetShardedDatabasesResult:
23
+ """
24
+ A collection of values returned by getShardedDatabases.
25
+ """
26
+ def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, sharded_database_collections=None, state=None):
27
+ if compartment_id and not isinstance(compartment_id, str):
28
+ raise TypeError("Expected argument 'compartment_id' to be a str")
29
+ pulumi.set(__self__, "compartment_id", compartment_id)
30
+ if display_name and not isinstance(display_name, str):
31
+ raise TypeError("Expected argument 'display_name' to be a str")
32
+ pulumi.set(__self__, "display_name", display_name)
33
+ if filters and not isinstance(filters, list):
34
+ raise TypeError("Expected argument 'filters' to be a list")
35
+ pulumi.set(__self__, "filters", filters)
36
+ if id and not isinstance(id, str):
37
+ raise TypeError("Expected argument 'id' to be a str")
38
+ pulumi.set(__self__, "id", id)
39
+ if sharded_database_collections and not isinstance(sharded_database_collections, list):
40
+ raise TypeError("Expected argument 'sharded_database_collections' to be a list")
41
+ pulumi.set(__self__, "sharded_database_collections", sharded_database_collections)
42
+ if state and not isinstance(state, str):
43
+ raise TypeError("Expected argument 'state' to be a str")
44
+ pulumi.set(__self__, "state", state)
45
+
46
+ @property
47
+ @pulumi.getter(name="compartmentId")
48
+ def compartment_id(self) -> str:
49
+ """
50
+ Identifier of the compartment in which sharded database exists.
51
+ """
52
+ return pulumi.get(self, "compartment_id")
53
+
54
+ @property
55
+ @pulumi.getter(name="displayName")
56
+ def display_name(self) -> Optional[str]:
57
+ """
58
+ Oracle sharded database display name.
59
+ """
60
+ return pulumi.get(self, "display_name")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def filters(self) -> Optional[Sequence['outputs.GetShardedDatabasesFilterResult']]:
65
+ return pulumi.get(self, "filters")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def id(self) -> str:
70
+ """
71
+ The provider-assigned unique ID for this managed resource.
72
+ """
73
+ return pulumi.get(self, "id")
74
+
75
+ @property
76
+ @pulumi.getter(name="shardedDatabaseCollections")
77
+ def sharded_database_collections(self) -> Sequence['outputs.GetShardedDatabasesShardedDatabaseCollectionResult']:
78
+ """
79
+ The list of sharded_database_collection.
80
+ """
81
+ return pulumi.get(self, "sharded_database_collections")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def state(self) -> Optional[str]:
86
+ """
87
+ Lifecycle states for sharded databases.
88
+ """
89
+ return pulumi.get(self, "state")
90
+
91
+
92
+ class AwaitableGetShardedDatabasesResult(GetShardedDatabasesResult):
93
+ # pylint: disable=using-constant-test
94
+ def __await__(self):
95
+ if False:
96
+ yield self
97
+ return GetShardedDatabasesResult(
98
+ compartment_id=self.compartment_id,
99
+ display_name=self.display_name,
100
+ filters=self.filters,
101
+ id=self.id,
102
+ sharded_database_collections=self.sharded_database_collections,
103
+ state=self.state)
104
+
105
+
106
+ def get_sharded_databases(compartment_id: Optional[str] = None,
107
+ display_name: Optional[str] = None,
108
+ filters: Optional[Sequence[Union['GetShardedDatabasesFilterArgs', 'GetShardedDatabasesFilterArgsDict']]] = None,
109
+ state: Optional[str] = None,
110
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetShardedDatabasesResult:
111
+ """
112
+ This data source provides the list of Sharded Databases in Oracle Cloud Infrastructure Globally Distributed Database service.
113
+
114
+ List of Sharded databases.
115
+
116
+ ## Example Usage
117
+
118
+ ```python
119
+ import pulumi
120
+ import pulumi_oci as oci
121
+
122
+ test_sharded_databases = oci.GloballyDistributedDatabase.get_sharded_databases(compartment_id=compartment_id,
123
+ display_name=sharded_database_display_name,
124
+ state=sharded_database_state)
125
+ ```
126
+
127
+
128
+ :param str compartment_id: The ID of the compartment in which to list resources.
129
+ :param str display_name: A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
130
+ :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
131
+ """
132
+ __args__ = dict()
133
+ __args__['compartmentId'] = compartment_id
134
+ __args__['displayName'] = display_name
135
+ __args__['filters'] = filters
136
+ __args__['state'] = state
137
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
138
+ __ret__ = pulumi.runtime.invoke('oci:GloballyDistributedDatabase/getShardedDatabases:getShardedDatabases', __args__, opts=opts, typ=GetShardedDatabasesResult).value
139
+
140
+ return AwaitableGetShardedDatabasesResult(
141
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
142
+ display_name=pulumi.get(__ret__, 'display_name'),
143
+ filters=pulumi.get(__ret__, 'filters'),
144
+ id=pulumi.get(__ret__, 'id'),
145
+ sharded_database_collections=pulumi.get(__ret__, 'sharded_database_collections'),
146
+ state=pulumi.get(__ret__, 'state'))
147
+
148
+
149
+ @_utilities.lift_output_func(get_sharded_databases)
150
+ def get_sharded_databases_output(compartment_id: Optional[pulumi.Input[str]] = None,
151
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
152
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetShardedDatabasesFilterArgs', 'GetShardedDatabasesFilterArgsDict']]]]] = None,
153
+ state: Optional[pulumi.Input[Optional[str]]] = None,
154
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetShardedDatabasesResult]:
155
+ """
156
+ This data source provides the list of Sharded Databases in Oracle Cloud Infrastructure Globally Distributed Database service.
157
+
158
+ List of Sharded databases.
159
+
160
+ ## Example Usage
161
+
162
+ ```python
163
+ import pulumi
164
+ import pulumi_oci as oci
165
+
166
+ test_sharded_databases = oci.GloballyDistributedDatabase.get_sharded_databases(compartment_id=compartment_id,
167
+ display_name=sharded_database_display_name,
168
+ state=sharded_database_state)
169
+ ```
170
+
171
+
172
+ :param str compartment_id: The ID of the compartment in which to list resources.
173
+ :param str display_name: A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
174
+ :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
175
+ """
176
+ ...