pulumi-oci 2.8.0a1724220787__py3-none-any.whl → 2.9.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.
Files changed (142) hide show
  1. pulumi_oci/__init__.py +86 -38
  2. pulumi_oci/analytics/_inputs.py +4 -4
  3. pulumi_oci/analytics/analytics_instance.py +199 -25
  4. pulumi_oci/analytics/get_analytics_instance.py +51 -2
  5. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  6. pulumi_oci/analytics/outputs.py +52 -12
  7. pulumi_oci/announcementsservice/__init__.py +1 -0
  8. pulumi_oci/announcementsservice/_inputs.py +46 -6
  9. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  10. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  11. pulumi_oci/announcementsservice/get_services.py +173 -0
  12. pulumi_oci/announcementsservice/outputs.py +195 -18
  13. pulumi_oci/bigdataservice/_inputs.py +1 -49
  14. pulumi_oci/bigdataservice/bds_instance.py +0 -128
  15. pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
  16. pulumi_oci/bigdataservice/outputs.py +3 -132
  17. pulumi_oci/database/_inputs.py +32 -0
  18. pulumi_oci/database/autonomous_database.py +28 -0
  19. pulumi_oci/database/data_guard_association.py +49 -0
  20. pulumi_oci/database/get_autonomous_database.py +14 -1
  21. pulumi_oci/database/get_autonomous_databases.py +32 -95
  22. pulumi_oci/database/get_data_guard_association.py +11 -1
  23. pulumi_oci/database/get_maintenance_run.py +14 -1
  24. pulumi_oci/database/maintenance_run.py +56 -7
  25. pulumi_oci/database/outputs.py +196 -42
  26. pulumi_oci/databasemanagement/__init__.py +1 -0
  27. pulumi_oci/databasemanagement/_inputs.py +873 -10
  28. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +275 -0
  29. pulumi_oci/databasemanagement/database_dbm_features_management.py +37 -3
  30. pulumi_oci/databasemanagement/db_management_private_endpoint.py +49 -0
  31. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
  32. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +21 -1
  33. pulumi_oci/databasemanagement/get_managed_database.py +47 -3
  34. pulumi_oci/databasemanagement/managed_database.py +56 -0
  35. pulumi_oci/databasemanagement/outputs.py +3331 -1397
  36. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +35 -1
  37. pulumi_oci/datasafe/__init__.py +6 -0
  38. pulumi_oci/datasafe/_inputs.py +18 -0
  39. pulumi_oci/datasafe/database_security_config_management.py +244 -2
  40. pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
  41. pulumi_oci/datasafe/masking_report_management.py +693 -0
  42. pulumi_oci/datasafe/outputs.py +18 -0
  43. pulumi_oci/datasafe/security_policy_deployment_management.py +180 -2
  44. pulumi_oci/datasafe/security_policy_management.py +172 -2
  45. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  46. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  47. pulumi_oci/datasafe/sql_firewall_policy_management.py +354 -2
  48. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +264 -0
  49. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +264 -0
  50. pulumi_oci/delegateaccesscontrol/__init__.py +24 -0
  51. pulumi_oci/delegateaccesscontrol/_inputs.py +306 -0
  52. pulumi_oci/delegateaccesscontrol/delegation_control.py +1082 -0
  53. pulumi_oci/{globallydistributeddatabase/private_endpoint.py → delegateaccesscontrol/delegation_subscription.py} +162 -267
  54. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +535 -0
  55. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +174 -0
  56. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +133 -0
  57. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +250 -0
  58. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +378 -0
  59. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +133 -0
  60. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +213 -0
  61. pulumi_oci/{globallydistributeddatabase/get_private_endpoint.py → delegateaccesscontrol/get_delegation_subscription.py} +66 -105
  62. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +176 -0
  63. pulumi_oci/delegateaccesscontrol/get_service_provider.py +274 -0
  64. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +210 -0
  65. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +210 -0
  66. pulumi_oci/delegateaccesscontrol/get_service_providers.py +213 -0
  67. pulumi_oci/delegateaccesscontrol/outputs.py +1679 -0
  68. pulumi_oci/{fleetsoftwareupdate → desktops}/__init__.py +7 -6
  69. pulumi_oci/desktops/_inputs.py +483 -0
  70. pulumi_oci/desktops/desktop_pool.py +1348 -0
  71. pulumi_oci/desktops/get_desktop.py +223 -0
  72. pulumi_oci/desktops/get_desktop_pool.py +418 -0
  73. pulumi_oci/desktops/get_desktop_pool_desktops.py +208 -0
  74. pulumi_oci/desktops/get_desktop_pool_volumes.py +214 -0
  75. pulumi_oci/desktops/get_desktop_pools.py +203 -0
  76. pulumi_oci/desktops/get_desktops.py +214 -0
  77. pulumi_oci/desktops/outputs.py +1738 -0
  78. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  79. pulumi_oci/disasterrecovery/dr_protection_group.py +8 -0
  80. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  81. pulumi_oci/disasterrecovery/outputs.py +150 -10
  82. pulumi_oci/filestorage/mount_target.py +143 -38
  83. pulumi_oci/filestorage/outputs.py +44 -0
  84. pulumi_oci/identity/domains_group.py +34 -0
  85. pulumi_oci/identity/domains_user.py +34 -0
  86. pulumi_oci/identity/get_domains_group.py +11 -1
  87. pulumi_oci/identity/get_domains_user.py +11 -1
  88. pulumi_oci/identity/outputs.py +14 -0
  89. pulumi_oci/integration/get_integration_instance.py +25 -2
  90. pulumi_oci/integration/integration_instance.py +88 -0
  91. pulumi_oci/integration/outputs.py +24 -6
  92. pulumi_oci/kms/_inputs.py +10 -10
  93. pulumi_oci/kms/get_vault.py +14 -1
  94. pulumi_oci/kms/outputs.py +41 -30
  95. pulumi_oci/kms/vault.py +28 -0
  96. pulumi_oci/loadbalancer/load_balancer.py +224 -0
  97. pulumi_oci/loadbalancer/outputs.py +22 -0
  98. pulumi_oci/mysql/_inputs.py +225 -2
  99. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  100. pulumi_oci/mysql/get_mysql_db_system.py +27 -1
  101. pulumi_oci/mysql/mysql_backup.py +4 -4
  102. pulumi_oci/mysql/mysql_db_system.py +108 -0
  103. pulumi_oci/mysql/outputs.py +569 -8
  104. pulumi_oci/ocvp/get_cluster.py +2 -2
  105. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  106. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +22 -5
  107. pulumi_oci/ocvp/outputs.py +2 -2
  108. pulumi_oci/pulumi-plugin.json +1 -1
  109. pulumi_oci/recoverymod/_inputs.py +0 -8
  110. pulumi_oci/recoverymod/get_protected_database.py +14 -1
  111. pulumi_oci/recoverymod/get_protection_policy.py +14 -1
  112. pulumi_oci/recoverymod/outputs.py +22 -8
  113. pulumi_oci/recoverymod/protected_database.py +80 -3
  114. pulumi_oci/recoverymod/protection_policy.py +49 -0
  115. pulumi_oci/redis/__init__.py +1 -0
  116. pulumi_oci/redis/_inputs.py +40 -0
  117. pulumi_oci/redis/get_redis_cluster.py +47 -21
  118. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  119. pulumi_oci/redis/get_redis_clusters.py +8 -8
  120. pulumi_oci/redis/outputs.py +160 -28
  121. pulumi_oci/redis/redis_cluster.py +177 -79
  122. pulumi_oci/waf/_inputs.py +29 -16
  123. pulumi_oci/waf/outputs.py +33 -10
  124. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/METADATA +1 -1
  125. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/RECORD +127 -108
  126. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/WHEEL +1 -1
  127. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
  128. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
  129. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
  130. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
  131. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
  132. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
  133. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
  134. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
  135. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  136. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  137. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  138. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  139. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  140. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  141. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  142. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,214 @@
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
+ 'GetDesktopsResult',
16
+ 'AwaitableGetDesktopsResult',
17
+ 'get_desktops',
18
+ 'get_desktops_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetDesktopsResult:
23
+ """
24
+ A collection of values returned by getDesktops.
25
+ """
26
+ def __init__(__self__, availability_domain=None, compartment_id=None, desktop_collections=None, desktop_pool_id=None, display_name=None, filters=None, id=None, state=None):
27
+ if availability_domain and not isinstance(availability_domain, str):
28
+ raise TypeError("Expected argument 'availability_domain' to be a str")
29
+ pulumi.set(__self__, "availability_domain", availability_domain)
30
+ if compartment_id and not isinstance(compartment_id, str):
31
+ raise TypeError("Expected argument 'compartment_id' to be a str")
32
+ pulumi.set(__self__, "compartment_id", compartment_id)
33
+ if desktop_collections and not isinstance(desktop_collections, list):
34
+ raise TypeError("Expected argument 'desktop_collections' to be a list")
35
+ pulumi.set(__self__, "desktop_collections", desktop_collections)
36
+ if desktop_pool_id and not isinstance(desktop_pool_id, str):
37
+ raise TypeError("Expected argument 'desktop_pool_id' to be a str")
38
+ pulumi.set(__self__, "desktop_pool_id", desktop_pool_id)
39
+ if display_name and not isinstance(display_name, str):
40
+ raise TypeError("Expected argument 'display_name' to be a str")
41
+ pulumi.set(__self__, "display_name", display_name)
42
+ if filters and not isinstance(filters, list):
43
+ raise TypeError("Expected argument 'filters' to be a list")
44
+ pulumi.set(__self__, "filters", filters)
45
+ if id and not isinstance(id, str):
46
+ raise TypeError("Expected argument 'id' to be a str")
47
+ pulumi.set(__self__, "id", id)
48
+ if state and not isinstance(state, str):
49
+ raise TypeError("Expected argument 'state' to be a str")
50
+ pulumi.set(__self__, "state", state)
51
+
52
+ @property
53
+ @pulumi.getter(name="availabilityDomain")
54
+ def availability_domain(self) -> Optional[str]:
55
+ return pulumi.get(self, "availability_domain")
56
+
57
+ @property
58
+ @pulumi.getter(name="compartmentId")
59
+ def compartment_id(self) -> str:
60
+ return pulumi.get(self, "compartment_id")
61
+
62
+ @property
63
+ @pulumi.getter(name="desktopCollections")
64
+ def desktop_collections(self) -> Sequence['outputs.GetDesktopsDesktopCollectionResult']:
65
+ """
66
+ The list of desktop_collection.
67
+ """
68
+ return pulumi.get(self, "desktop_collections")
69
+
70
+ @property
71
+ @pulumi.getter(name="desktopPoolId")
72
+ def desktop_pool_id(self) -> Optional[str]:
73
+ return pulumi.get(self, "desktop_pool_id")
74
+
75
+ @property
76
+ @pulumi.getter(name="displayName")
77
+ def display_name(self) -> Optional[str]:
78
+ """
79
+ A user friendly display name. Avoid entering confidential information.
80
+ """
81
+ return pulumi.get(self, "display_name")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def filters(self) -> Optional[Sequence['outputs.GetDesktopsFilterResult']]:
86
+ return pulumi.get(self, "filters")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def id(self) -> Optional[str]:
91
+ """
92
+ The OCID of the desktop.
93
+ """
94
+ return pulumi.get(self, "id")
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def state(self) -> Optional[str]:
99
+ """
100
+ The state of the desktop.
101
+ """
102
+ return pulumi.get(self, "state")
103
+
104
+
105
+ class AwaitableGetDesktopsResult(GetDesktopsResult):
106
+ # pylint: disable=using-constant-test
107
+ def __await__(self):
108
+ if False:
109
+ yield self
110
+ return GetDesktopsResult(
111
+ availability_domain=self.availability_domain,
112
+ compartment_id=self.compartment_id,
113
+ desktop_collections=self.desktop_collections,
114
+ desktop_pool_id=self.desktop_pool_id,
115
+ display_name=self.display_name,
116
+ filters=self.filters,
117
+ id=self.id,
118
+ state=self.state)
119
+
120
+
121
+ def get_desktops(availability_domain: Optional[str] = None,
122
+ compartment_id: Optional[str] = None,
123
+ desktop_pool_id: Optional[str] = None,
124
+ display_name: Optional[str] = None,
125
+ filters: Optional[Sequence[Union['GetDesktopsFilterArgs', 'GetDesktopsFilterArgsDict']]] = None,
126
+ id: Optional[str] = None,
127
+ state: Optional[str] = None,
128
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDesktopsResult:
129
+ """
130
+ This data source provides the list of Desktops in Oracle Cloud Infrastructure Desktops service.
131
+
132
+ Returns a list of desktops filtered by the specified parameters. You can limit the results to an availability domain, desktop name, desktop OCID, desktop state, pool OCID, or compartment OCID. You can limit the number of results returned, sort the results by time or name, and sort in ascending or descending order.
133
+
134
+ ## Example Usage
135
+
136
+ ```python
137
+ import pulumi
138
+ import pulumi_oci as oci
139
+
140
+ test_desktops = oci.Desktops.get_desktops(compartment_id=compartment_id,
141
+ availability_domain=desktop_availability_domain,
142
+ desktop_pool_id=test_desktop_pool["id"],
143
+ display_name=desktop_display_name,
144
+ id=desktop_id,
145
+ state=desktop_state)
146
+ ```
147
+
148
+
149
+ :param str availability_domain: The name of the availability domain.
150
+ :param str compartment_id: The OCID of the compartment of the desktop pool.
151
+ :param str desktop_pool_id: The OCID of the desktop pool.
152
+ :param str display_name: A filter to return only results with the given displayName.
153
+ :param str id: A filter to return only results with the given OCID.
154
+ :param str state: A filter to return only results with the given lifecycleState.
155
+ """
156
+ __args__ = dict()
157
+ __args__['availabilityDomain'] = availability_domain
158
+ __args__['compartmentId'] = compartment_id
159
+ __args__['desktopPoolId'] = desktop_pool_id
160
+ __args__['displayName'] = display_name
161
+ __args__['filters'] = filters
162
+ __args__['id'] = id
163
+ __args__['state'] = state
164
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
165
+ __ret__ = pulumi.runtime.invoke('oci:Desktops/getDesktops:getDesktops', __args__, opts=opts, typ=GetDesktopsResult).value
166
+
167
+ return AwaitableGetDesktopsResult(
168
+ availability_domain=pulumi.get(__ret__, 'availability_domain'),
169
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
170
+ desktop_collections=pulumi.get(__ret__, 'desktop_collections'),
171
+ desktop_pool_id=pulumi.get(__ret__, 'desktop_pool_id'),
172
+ display_name=pulumi.get(__ret__, 'display_name'),
173
+ filters=pulumi.get(__ret__, 'filters'),
174
+ id=pulumi.get(__ret__, 'id'),
175
+ state=pulumi.get(__ret__, 'state'))
176
+
177
+
178
+ @_utilities.lift_output_func(get_desktops)
179
+ def get_desktops_output(availability_domain: Optional[pulumi.Input[Optional[str]]] = None,
180
+ compartment_id: Optional[pulumi.Input[str]] = None,
181
+ desktop_pool_id: Optional[pulumi.Input[Optional[str]]] = None,
182
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
183
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDesktopsFilterArgs', 'GetDesktopsFilterArgsDict']]]]] = None,
184
+ id: Optional[pulumi.Input[Optional[str]]] = None,
185
+ state: Optional[pulumi.Input[Optional[str]]] = None,
186
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDesktopsResult]:
187
+ """
188
+ This data source provides the list of Desktops in Oracle Cloud Infrastructure Desktops service.
189
+
190
+ Returns a list of desktops filtered by the specified parameters. You can limit the results to an availability domain, desktop name, desktop OCID, desktop state, pool OCID, or compartment OCID. You can limit the number of results returned, sort the results by time or name, and sort in ascending or descending order.
191
+
192
+ ## Example Usage
193
+
194
+ ```python
195
+ import pulumi
196
+ import pulumi_oci as oci
197
+
198
+ test_desktops = oci.Desktops.get_desktops(compartment_id=compartment_id,
199
+ availability_domain=desktop_availability_domain,
200
+ desktop_pool_id=test_desktop_pool["id"],
201
+ display_name=desktop_display_name,
202
+ id=desktop_id,
203
+ state=desktop_state)
204
+ ```
205
+
206
+
207
+ :param str availability_domain: The name of the availability domain.
208
+ :param str compartment_id: The OCID of the compartment of the desktop pool.
209
+ :param str desktop_pool_id: The OCID of the desktop pool.
210
+ :param str display_name: A filter to return only results with the given displayName.
211
+ :param str id: A filter to return only results with the given OCID.
212
+ :param str state: A filter to return only results with the given lifecycleState.
213
+ """
214
+ ...