pulumi-oci 2.10.0a1726294433__py3-none-any.whl → 2.11.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 (55) hide show
  1. pulumi_oci/__init__.py +62 -0
  2. pulumi_oci/bigdataservice/__init__.py +3 -0
  3. pulumi_oci/bigdataservice/_inputs.py +66 -0
  4. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +136 -2
  5. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +524 -0
  6. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +236 -0
  7. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +176 -0
  8. pulumi_oci/bigdataservice/outputs.py +175 -0
  9. pulumi_oci/capacitymanagement/__init__.py +8 -0
  10. pulumi_oci/capacitymanagement/_inputs.py +465 -3
  11. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +221 -0
  12. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
  13. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +150 -0
  14. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +247 -0
  15. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +204 -0
  16. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
  17. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +15 -2
  18. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +25 -5
  19. pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
  20. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +150 -0
  21. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +227 -0
  22. pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
  23. pulumi_oci/capacitymanagement/occ_capacity_request.py +78 -32
  24. pulumi_oci/capacitymanagement/occ_customer_group.py +690 -0
  25. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +412 -0
  26. pulumi_oci/capacitymanagement/outputs.py +1668 -166
  27. pulumi_oci/containerengine/__init__.py +1 -0
  28. pulumi_oci/containerengine/get_cluster.py +327 -0
  29. pulumi_oci/containerengine/outputs.py +492 -0
  30. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  31. pulumi_oci/fleetsoftwareupdate/_inputs.py +717 -0
  32. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +804 -0
  33. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1231 -0
  34. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +301 -0
  35. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +196 -0
  36. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +431 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +233 -0
  38. pulumi_oci/fleetsoftwareupdate/outputs.py +2129 -0
  39. pulumi_oci/generativeai/dedicated_ai_cluster.py +7 -0
  40. pulumi_oci/generativeai/get_model.py +3 -0
  41. pulumi_oci/generativeai/outputs.py +4 -0
  42. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  43. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  44. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  45. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  46. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  47. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  48. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  49. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  50. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  51. pulumi_oci/pulumi-plugin.json +1 -1
  52. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/METADATA +1 -1
  53. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/RECORD +55 -25
  54. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/WHEEL +1 -1
  55. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,804 @@
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__ = ['FsuCollectionArgs', 'FsuCollection']
15
+
16
+ @pulumi.input_type
17
+ class FsuCollectionArgs:
18
+ def __init__(__self__, *,
19
+ compartment_id: pulumi.Input[str],
20
+ service_type: pulumi.Input[str],
21
+ source_major_version: pulumi.Input[str],
22
+ type: pulumi.Input[str],
23
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
24
+ display_name: Optional[pulumi.Input[str]] = None,
25
+ fleet_discovery: Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']] = None,
26
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
27
+ """
28
+ The set of arguments for constructing a FsuCollection resource.
29
+ :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
30
+ :param pulumi.Input[str] service_type: Exadata service type for the target resource members.
31
+ :param pulumi.Input[str] source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
32
+ :param pulumi.Input[str] type: Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
33
+
34
+
35
+ ** IMPORTANT **
36
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
37
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
38
+ :param pulumi.Input[str] display_name: (Updatable) Exadata Fleet Update Collection Identifier.
39
+ :param pulumi.Input['FsuCollectionFleetDiscoveryArgs'] fleet_discovery: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
41
+ """
42
+ pulumi.set(__self__, "compartment_id", compartment_id)
43
+ pulumi.set(__self__, "service_type", service_type)
44
+ pulumi.set(__self__, "source_major_version", source_major_version)
45
+ pulumi.set(__self__, "type", type)
46
+ if defined_tags is not None:
47
+ pulumi.set(__self__, "defined_tags", defined_tags)
48
+ if display_name is not None:
49
+ pulumi.set(__self__, "display_name", display_name)
50
+ if fleet_discovery is not None:
51
+ pulumi.set(__self__, "fleet_discovery", fleet_discovery)
52
+ if freeform_tags is not None:
53
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
54
+
55
+ @property
56
+ @pulumi.getter(name="compartmentId")
57
+ def compartment_id(self) -> pulumi.Input[str]:
58
+ """
59
+ (Updatable) Compartment Identifier
60
+ """
61
+ return pulumi.get(self, "compartment_id")
62
+
63
+ @compartment_id.setter
64
+ def compartment_id(self, value: pulumi.Input[str]):
65
+ pulumi.set(self, "compartment_id", value)
66
+
67
+ @property
68
+ @pulumi.getter(name="serviceType")
69
+ def service_type(self) -> pulumi.Input[str]:
70
+ """
71
+ Exadata service type for the target resource members.
72
+ """
73
+ return pulumi.get(self, "service_type")
74
+
75
+ @service_type.setter
76
+ def service_type(self, value: pulumi.Input[str]):
77
+ pulumi.set(self, "service_type", value)
78
+
79
+ @property
80
+ @pulumi.getter(name="sourceMajorVersion")
81
+ def source_major_version(self) -> pulumi.Input[str]:
82
+ """
83
+ Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
84
+ """
85
+ return pulumi.get(self, "source_major_version")
86
+
87
+ @source_major_version.setter
88
+ def source_major_version(self, value: pulumi.Input[str]):
89
+ pulumi.set(self, "source_major_version", value)
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def type(self) -> pulumi.Input[str]:
94
+ """
95
+ Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
96
+
97
+
98
+ ** IMPORTANT **
99
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
100
+ """
101
+ return pulumi.get(self, "type")
102
+
103
+ @type.setter
104
+ def type(self, value: pulumi.Input[str]):
105
+ pulumi.set(self, "type", value)
106
+
107
+ @property
108
+ @pulumi.getter(name="definedTags")
109
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
110
+ """
111
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
112
+ """
113
+ return pulumi.get(self, "defined_tags")
114
+
115
+ @defined_tags.setter
116
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
117
+ pulumi.set(self, "defined_tags", value)
118
+
119
+ @property
120
+ @pulumi.getter(name="displayName")
121
+ def display_name(self) -> Optional[pulumi.Input[str]]:
122
+ """
123
+ (Updatable) Exadata Fleet Update Collection Identifier.
124
+ """
125
+ return pulumi.get(self, "display_name")
126
+
127
+ @display_name.setter
128
+ def display_name(self, value: Optional[pulumi.Input[str]]):
129
+ pulumi.set(self, "display_name", value)
130
+
131
+ @property
132
+ @pulumi.getter(name="fleetDiscovery")
133
+ def fleet_discovery(self) -> Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']]:
134
+ """
135
+ Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
136
+ """
137
+ return pulumi.get(self, "fleet_discovery")
138
+
139
+ @fleet_discovery.setter
140
+ def fleet_discovery(self, value: Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']]):
141
+ pulumi.set(self, "fleet_discovery", value)
142
+
143
+ @property
144
+ @pulumi.getter(name="freeformTags")
145
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
146
+ """
147
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
148
+ """
149
+ return pulumi.get(self, "freeform_tags")
150
+
151
+ @freeform_tags.setter
152
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
153
+ pulumi.set(self, "freeform_tags", value)
154
+
155
+
156
+ @pulumi.input_type
157
+ class _FsuCollectionState:
158
+ def __init__(__self__, *,
159
+ active_fsu_cycles: Optional[pulumi.Input[Sequence[pulumi.Input['FsuCollectionActiveFsuCycleArgs']]]] = None,
160
+ compartment_id: Optional[pulumi.Input[str]] = None,
161
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
162
+ display_name: Optional[pulumi.Input[str]] = None,
163
+ fleet_discovery: Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']] = None,
164
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
165
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
166
+ service_type: Optional[pulumi.Input[str]] = None,
167
+ source_major_version: Optional[pulumi.Input[str]] = None,
168
+ state: Optional[pulumi.Input[str]] = None,
169
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
170
+ target_count: Optional[pulumi.Input[int]] = None,
171
+ time_created: Optional[pulumi.Input[str]] = None,
172
+ time_updated: Optional[pulumi.Input[str]] = None,
173
+ type: Optional[pulumi.Input[str]] = None):
174
+ """
175
+ Input properties used for looking up and filtering FsuCollection resources.
176
+ :param pulumi.Input[Sequence[pulumi.Input['FsuCollectionActiveFsuCycleArgs']]] active_fsu_cycles: Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
177
+ :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
178
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
179
+ :param pulumi.Input[str] display_name: (Updatable) Exadata Fleet Update Collection Identifier.
180
+ :param pulumi.Input['FsuCollectionFleetDiscoveryArgs'] fleet_discovery: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
181
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
182
+ :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
183
+ :param pulumi.Input[str] service_type: Exadata service type for the target resource members.
184
+ :param pulumi.Input[str] source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
185
+ :param pulumi.Input[str] state: The current state of the Exadata Fleet Update Collection.
186
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
187
+ :param pulumi.Input[int] target_count: Number of targets that are members of this Collection.
188
+ :param pulumi.Input[str] time_created: The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
189
+ :param pulumi.Input[str] time_updated: The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
190
+ :param pulumi.Input[str] type: Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
191
+
192
+
193
+ ** IMPORTANT **
194
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
195
+ """
196
+ if active_fsu_cycles is not None:
197
+ pulumi.set(__self__, "active_fsu_cycles", active_fsu_cycles)
198
+ if compartment_id is not None:
199
+ pulumi.set(__self__, "compartment_id", compartment_id)
200
+ if defined_tags is not None:
201
+ pulumi.set(__self__, "defined_tags", defined_tags)
202
+ if display_name is not None:
203
+ pulumi.set(__self__, "display_name", display_name)
204
+ if fleet_discovery is not None:
205
+ pulumi.set(__self__, "fleet_discovery", fleet_discovery)
206
+ if freeform_tags is not None:
207
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
208
+ if lifecycle_details is not None:
209
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
210
+ if service_type is not None:
211
+ pulumi.set(__self__, "service_type", service_type)
212
+ if source_major_version is not None:
213
+ pulumi.set(__self__, "source_major_version", source_major_version)
214
+ if state is not None:
215
+ pulumi.set(__self__, "state", state)
216
+ if system_tags is not None:
217
+ pulumi.set(__self__, "system_tags", system_tags)
218
+ if target_count is not None:
219
+ pulumi.set(__self__, "target_count", target_count)
220
+ if time_created is not None:
221
+ pulumi.set(__self__, "time_created", time_created)
222
+ if time_updated is not None:
223
+ pulumi.set(__self__, "time_updated", time_updated)
224
+ if type is not None:
225
+ pulumi.set(__self__, "type", type)
226
+
227
+ @property
228
+ @pulumi.getter(name="activeFsuCycles")
229
+ def active_fsu_cycles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FsuCollectionActiveFsuCycleArgs']]]]:
230
+ """
231
+ Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
232
+ """
233
+ return pulumi.get(self, "active_fsu_cycles")
234
+
235
+ @active_fsu_cycles.setter
236
+ def active_fsu_cycles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FsuCollectionActiveFsuCycleArgs']]]]):
237
+ pulumi.set(self, "active_fsu_cycles", value)
238
+
239
+ @property
240
+ @pulumi.getter(name="compartmentId")
241
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
242
+ """
243
+ (Updatable) Compartment Identifier
244
+ """
245
+ return pulumi.get(self, "compartment_id")
246
+
247
+ @compartment_id.setter
248
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
249
+ pulumi.set(self, "compartment_id", value)
250
+
251
+ @property
252
+ @pulumi.getter(name="definedTags")
253
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
254
+ """
255
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
256
+ """
257
+ return pulumi.get(self, "defined_tags")
258
+
259
+ @defined_tags.setter
260
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
261
+ pulumi.set(self, "defined_tags", value)
262
+
263
+ @property
264
+ @pulumi.getter(name="displayName")
265
+ def display_name(self) -> Optional[pulumi.Input[str]]:
266
+ """
267
+ (Updatable) Exadata Fleet Update Collection Identifier.
268
+ """
269
+ return pulumi.get(self, "display_name")
270
+
271
+ @display_name.setter
272
+ def display_name(self, value: Optional[pulumi.Input[str]]):
273
+ pulumi.set(self, "display_name", value)
274
+
275
+ @property
276
+ @pulumi.getter(name="fleetDiscovery")
277
+ def fleet_discovery(self) -> Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']]:
278
+ """
279
+ Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
280
+ """
281
+ return pulumi.get(self, "fleet_discovery")
282
+
283
+ @fleet_discovery.setter
284
+ def fleet_discovery(self, value: Optional[pulumi.Input['FsuCollectionFleetDiscoveryArgs']]):
285
+ pulumi.set(self, "fleet_discovery", value)
286
+
287
+ @property
288
+ @pulumi.getter(name="freeformTags")
289
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
290
+ """
291
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
292
+ """
293
+ return pulumi.get(self, "freeform_tags")
294
+
295
+ @freeform_tags.setter
296
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
297
+ pulumi.set(self, "freeform_tags", value)
298
+
299
+ @property
300
+ @pulumi.getter(name="lifecycleDetails")
301
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
302
+ """
303
+ A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
304
+ """
305
+ return pulumi.get(self, "lifecycle_details")
306
+
307
+ @lifecycle_details.setter
308
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
309
+ pulumi.set(self, "lifecycle_details", value)
310
+
311
+ @property
312
+ @pulumi.getter(name="serviceType")
313
+ def service_type(self) -> Optional[pulumi.Input[str]]:
314
+ """
315
+ Exadata service type for the target resource members.
316
+ """
317
+ return pulumi.get(self, "service_type")
318
+
319
+ @service_type.setter
320
+ def service_type(self, value: Optional[pulumi.Input[str]]):
321
+ pulumi.set(self, "service_type", value)
322
+
323
+ @property
324
+ @pulumi.getter(name="sourceMajorVersion")
325
+ def source_major_version(self) -> Optional[pulumi.Input[str]]:
326
+ """
327
+ Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
328
+ """
329
+ return pulumi.get(self, "source_major_version")
330
+
331
+ @source_major_version.setter
332
+ def source_major_version(self, value: Optional[pulumi.Input[str]]):
333
+ pulumi.set(self, "source_major_version", value)
334
+
335
+ @property
336
+ @pulumi.getter
337
+ def state(self) -> Optional[pulumi.Input[str]]:
338
+ """
339
+ The current state of the Exadata Fleet Update Collection.
340
+ """
341
+ return pulumi.get(self, "state")
342
+
343
+ @state.setter
344
+ def state(self, value: Optional[pulumi.Input[str]]):
345
+ pulumi.set(self, "state", value)
346
+
347
+ @property
348
+ @pulumi.getter(name="systemTags")
349
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
350
+ """
351
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
352
+ """
353
+ return pulumi.get(self, "system_tags")
354
+
355
+ @system_tags.setter
356
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
357
+ pulumi.set(self, "system_tags", value)
358
+
359
+ @property
360
+ @pulumi.getter(name="targetCount")
361
+ def target_count(self) -> Optional[pulumi.Input[int]]:
362
+ """
363
+ Number of targets that are members of this Collection.
364
+ """
365
+ return pulumi.get(self, "target_count")
366
+
367
+ @target_count.setter
368
+ def target_count(self, value: Optional[pulumi.Input[int]]):
369
+ pulumi.set(self, "target_count", value)
370
+
371
+ @property
372
+ @pulumi.getter(name="timeCreated")
373
+ def time_created(self) -> Optional[pulumi.Input[str]]:
374
+ """
375
+ The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
376
+ """
377
+ return pulumi.get(self, "time_created")
378
+
379
+ @time_created.setter
380
+ def time_created(self, value: Optional[pulumi.Input[str]]):
381
+ pulumi.set(self, "time_created", value)
382
+
383
+ @property
384
+ @pulumi.getter(name="timeUpdated")
385
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
386
+ """
387
+ The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
388
+ """
389
+ return pulumi.get(self, "time_updated")
390
+
391
+ @time_updated.setter
392
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
393
+ pulumi.set(self, "time_updated", value)
394
+
395
+ @property
396
+ @pulumi.getter
397
+ def type(self) -> Optional[pulumi.Input[str]]:
398
+ """
399
+ Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
400
+
401
+
402
+ ** IMPORTANT **
403
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
404
+ """
405
+ return pulumi.get(self, "type")
406
+
407
+ @type.setter
408
+ def type(self, value: Optional[pulumi.Input[str]]):
409
+ pulumi.set(self, "type", value)
410
+
411
+
412
+ class FsuCollection(pulumi.CustomResource):
413
+ @overload
414
+ def __init__(__self__,
415
+ resource_name: str,
416
+ opts: Optional[pulumi.ResourceOptions] = None,
417
+ compartment_id: Optional[pulumi.Input[str]] = None,
418
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
419
+ display_name: Optional[pulumi.Input[str]] = None,
420
+ fleet_discovery: Optional[pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']]] = None,
421
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
422
+ service_type: Optional[pulumi.Input[str]] = None,
423
+ source_major_version: Optional[pulumi.Input[str]] = None,
424
+ type: Optional[pulumi.Input[str]] = None,
425
+ __props__=None):
426
+ """
427
+ This resource provides the Fsu Collection resource in Oracle Cloud Infrastructure Fleet Software Update service.
428
+
429
+ Creates a new Exadata Fleet Update Collection.
430
+
431
+ ## Example Usage
432
+
433
+ ```python
434
+ import pulumi
435
+ import pulumi_oci as oci
436
+
437
+ test_fsu_collection = oci.fleet_software_update.FsuCollection("test_fsu_collection",
438
+ compartment_id=compartment_id,
439
+ service_type=fsu_collection_service_type,
440
+ source_major_version=fsu_collection_source_major_version,
441
+ type=fsu_collection_type,
442
+ defined_tags={
443
+ "foo-namespace.bar-key": "value",
444
+ },
445
+ display_name=fsu_collection_display_name,
446
+ fleet_discovery={
447
+ "strategy": fsu_collection_fleet_discovery_strategy,
448
+ "filters": [{
449
+ "type": fsu_collection_fleet_discovery_filters_type,
450
+ "entity_type": fsu_collection_fleet_discovery_filters_entity_type,
451
+ "identifiers": fsu_collection_fleet_discovery_filters_identifiers,
452
+ "mode": fsu_collection_fleet_discovery_filters_mode,
453
+ "names": fsu_collection_fleet_discovery_filters_names,
454
+ "operator": fsu_collection_fleet_discovery_filters_operator,
455
+ "tags": [{
456
+ "key": fsu_collection_fleet_discovery_filters_tags_key,
457
+ "value": fsu_collection_fleet_discovery_filters_tags_value,
458
+ "namespace": fsu_collection_fleet_discovery_filters_tags_namespace,
459
+ }],
460
+ "versions": fsu_collection_fleet_discovery_filters_versions,
461
+ }],
462
+ "fsu_discovery_id": test_fsu_discovery["id"],
463
+ "query": fsu_collection_fleet_discovery_query,
464
+ "targets": fsu_collection_fleet_discovery_targets,
465
+ },
466
+ freeform_tags={
467
+ "bar-key": "value",
468
+ })
469
+ ```
470
+
471
+ ## Import
472
+
473
+ FsuCollections can be imported using the `id`, e.g.
474
+
475
+ ```sh
476
+ $ pulumi import oci:FleetSoftwareUpdate/fsuCollection:FsuCollection test_fsu_collection "id"
477
+ ```
478
+
479
+ :param str resource_name: The name of the resource.
480
+ :param pulumi.ResourceOptions opts: Options for the resource.
481
+ :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
482
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
483
+ :param pulumi.Input[str] display_name: (Updatable) Exadata Fleet Update Collection Identifier.
484
+ :param pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']] fleet_discovery: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
485
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
486
+ :param pulumi.Input[str] service_type: Exadata service type for the target resource members.
487
+ :param pulumi.Input[str] source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
488
+ :param pulumi.Input[str] type: Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
489
+
490
+
491
+ ** IMPORTANT **
492
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
493
+ """
494
+ ...
495
+ @overload
496
+ def __init__(__self__,
497
+ resource_name: str,
498
+ args: FsuCollectionArgs,
499
+ opts: Optional[pulumi.ResourceOptions] = None):
500
+ """
501
+ This resource provides the Fsu Collection resource in Oracle Cloud Infrastructure Fleet Software Update service.
502
+
503
+ Creates a new Exadata Fleet Update Collection.
504
+
505
+ ## Example Usage
506
+
507
+ ```python
508
+ import pulumi
509
+ import pulumi_oci as oci
510
+
511
+ test_fsu_collection = oci.fleet_software_update.FsuCollection("test_fsu_collection",
512
+ compartment_id=compartment_id,
513
+ service_type=fsu_collection_service_type,
514
+ source_major_version=fsu_collection_source_major_version,
515
+ type=fsu_collection_type,
516
+ defined_tags={
517
+ "foo-namespace.bar-key": "value",
518
+ },
519
+ display_name=fsu_collection_display_name,
520
+ fleet_discovery={
521
+ "strategy": fsu_collection_fleet_discovery_strategy,
522
+ "filters": [{
523
+ "type": fsu_collection_fleet_discovery_filters_type,
524
+ "entity_type": fsu_collection_fleet_discovery_filters_entity_type,
525
+ "identifiers": fsu_collection_fleet_discovery_filters_identifiers,
526
+ "mode": fsu_collection_fleet_discovery_filters_mode,
527
+ "names": fsu_collection_fleet_discovery_filters_names,
528
+ "operator": fsu_collection_fleet_discovery_filters_operator,
529
+ "tags": [{
530
+ "key": fsu_collection_fleet_discovery_filters_tags_key,
531
+ "value": fsu_collection_fleet_discovery_filters_tags_value,
532
+ "namespace": fsu_collection_fleet_discovery_filters_tags_namespace,
533
+ }],
534
+ "versions": fsu_collection_fleet_discovery_filters_versions,
535
+ }],
536
+ "fsu_discovery_id": test_fsu_discovery["id"],
537
+ "query": fsu_collection_fleet_discovery_query,
538
+ "targets": fsu_collection_fleet_discovery_targets,
539
+ },
540
+ freeform_tags={
541
+ "bar-key": "value",
542
+ })
543
+ ```
544
+
545
+ ## Import
546
+
547
+ FsuCollections can be imported using the `id`, e.g.
548
+
549
+ ```sh
550
+ $ pulumi import oci:FleetSoftwareUpdate/fsuCollection:FsuCollection test_fsu_collection "id"
551
+ ```
552
+
553
+ :param str resource_name: The name of the resource.
554
+ :param FsuCollectionArgs args: The arguments to use to populate this resource's properties.
555
+ :param pulumi.ResourceOptions opts: Options for the resource.
556
+ """
557
+ ...
558
+ def __init__(__self__, resource_name: str, *args, **kwargs):
559
+ resource_args, opts = _utilities.get_resource_args_opts(FsuCollectionArgs, pulumi.ResourceOptions, *args, **kwargs)
560
+ if resource_args is not None:
561
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
562
+ else:
563
+ __self__._internal_init(resource_name, *args, **kwargs)
564
+
565
+ def _internal_init(__self__,
566
+ resource_name: str,
567
+ opts: Optional[pulumi.ResourceOptions] = None,
568
+ compartment_id: Optional[pulumi.Input[str]] = None,
569
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
570
+ display_name: Optional[pulumi.Input[str]] = None,
571
+ fleet_discovery: Optional[pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']]] = None,
572
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
573
+ service_type: Optional[pulumi.Input[str]] = None,
574
+ source_major_version: Optional[pulumi.Input[str]] = None,
575
+ type: Optional[pulumi.Input[str]] = None,
576
+ __props__=None):
577
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
578
+ if not isinstance(opts, pulumi.ResourceOptions):
579
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
580
+ if opts.id is None:
581
+ if __props__ is not None:
582
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
583
+ __props__ = FsuCollectionArgs.__new__(FsuCollectionArgs)
584
+
585
+ if compartment_id is None and not opts.urn:
586
+ raise TypeError("Missing required property 'compartment_id'")
587
+ __props__.__dict__["compartment_id"] = compartment_id
588
+ __props__.__dict__["defined_tags"] = defined_tags
589
+ __props__.__dict__["display_name"] = display_name
590
+ __props__.__dict__["fleet_discovery"] = fleet_discovery
591
+ __props__.__dict__["freeform_tags"] = freeform_tags
592
+ if service_type is None and not opts.urn:
593
+ raise TypeError("Missing required property 'service_type'")
594
+ __props__.__dict__["service_type"] = service_type
595
+ if source_major_version is None and not opts.urn:
596
+ raise TypeError("Missing required property 'source_major_version'")
597
+ __props__.__dict__["source_major_version"] = source_major_version
598
+ if type is None and not opts.urn:
599
+ raise TypeError("Missing required property 'type'")
600
+ __props__.__dict__["type"] = type
601
+ __props__.__dict__["active_fsu_cycles"] = None
602
+ __props__.__dict__["lifecycle_details"] = None
603
+ __props__.__dict__["state"] = None
604
+ __props__.__dict__["system_tags"] = None
605
+ __props__.__dict__["target_count"] = None
606
+ __props__.__dict__["time_created"] = None
607
+ __props__.__dict__["time_updated"] = None
608
+ super(FsuCollection, __self__).__init__(
609
+ 'oci:FleetSoftwareUpdate/fsuCollection:FsuCollection',
610
+ resource_name,
611
+ __props__,
612
+ opts)
613
+
614
+ @staticmethod
615
+ def get(resource_name: str,
616
+ id: pulumi.Input[str],
617
+ opts: Optional[pulumi.ResourceOptions] = None,
618
+ active_fsu_cycles: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FsuCollectionActiveFsuCycleArgs', 'FsuCollectionActiveFsuCycleArgsDict']]]]] = None,
619
+ compartment_id: Optional[pulumi.Input[str]] = None,
620
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
621
+ display_name: Optional[pulumi.Input[str]] = None,
622
+ fleet_discovery: Optional[pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']]] = None,
623
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
624
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
625
+ service_type: Optional[pulumi.Input[str]] = None,
626
+ source_major_version: Optional[pulumi.Input[str]] = None,
627
+ state: Optional[pulumi.Input[str]] = None,
628
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
629
+ target_count: Optional[pulumi.Input[int]] = None,
630
+ time_created: Optional[pulumi.Input[str]] = None,
631
+ time_updated: Optional[pulumi.Input[str]] = None,
632
+ type: Optional[pulumi.Input[str]] = None) -> 'FsuCollection':
633
+ """
634
+ Get an existing FsuCollection resource's state with the given name, id, and optional extra
635
+ properties used to qualify the lookup.
636
+
637
+ :param str resource_name: The unique name of the resulting resource.
638
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
639
+ :param pulumi.ResourceOptions opts: Options for the resource.
640
+ :param pulumi.Input[Sequence[pulumi.Input[Union['FsuCollectionActiveFsuCycleArgs', 'FsuCollectionActiveFsuCycleArgsDict']]]] active_fsu_cycles: Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
641
+ :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
642
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
643
+ :param pulumi.Input[str] display_name: (Updatable) Exadata Fleet Update Collection Identifier.
644
+ :param pulumi.Input[Union['FsuCollectionFleetDiscoveryArgs', 'FsuCollectionFleetDiscoveryArgsDict']] fleet_discovery: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
645
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
646
+ :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
647
+ :param pulumi.Input[str] service_type: Exadata service type for the target resource members.
648
+ :param pulumi.Input[str] source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
649
+ :param pulumi.Input[str] state: The current state of the Exadata Fleet Update Collection.
650
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
651
+ :param pulumi.Input[int] target_count: Number of targets that are members of this Collection.
652
+ :param pulumi.Input[str] time_created: The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
653
+ :param pulumi.Input[str] time_updated: The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
654
+ :param pulumi.Input[str] type: Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
655
+
656
+
657
+ ** IMPORTANT **
658
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
659
+ """
660
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
661
+
662
+ __props__ = _FsuCollectionState.__new__(_FsuCollectionState)
663
+
664
+ __props__.__dict__["active_fsu_cycles"] = active_fsu_cycles
665
+ __props__.__dict__["compartment_id"] = compartment_id
666
+ __props__.__dict__["defined_tags"] = defined_tags
667
+ __props__.__dict__["display_name"] = display_name
668
+ __props__.__dict__["fleet_discovery"] = fleet_discovery
669
+ __props__.__dict__["freeform_tags"] = freeform_tags
670
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
671
+ __props__.__dict__["service_type"] = service_type
672
+ __props__.__dict__["source_major_version"] = source_major_version
673
+ __props__.__dict__["state"] = state
674
+ __props__.__dict__["system_tags"] = system_tags
675
+ __props__.__dict__["target_count"] = target_count
676
+ __props__.__dict__["time_created"] = time_created
677
+ __props__.__dict__["time_updated"] = time_updated
678
+ __props__.__dict__["type"] = type
679
+ return FsuCollection(resource_name, opts=opts, __props__=__props__)
680
+
681
+ @property
682
+ @pulumi.getter(name="activeFsuCycles")
683
+ def active_fsu_cycles(self) -> pulumi.Output[Sequence['outputs.FsuCollectionActiveFsuCycle']]:
684
+ """
685
+ Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
686
+ """
687
+ return pulumi.get(self, "active_fsu_cycles")
688
+
689
+ @property
690
+ @pulumi.getter(name="compartmentId")
691
+ def compartment_id(self) -> pulumi.Output[str]:
692
+ """
693
+ (Updatable) Compartment Identifier
694
+ """
695
+ return pulumi.get(self, "compartment_id")
696
+
697
+ @property
698
+ @pulumi.getter(name="definedTags")
699
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
700
+ """
701
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
702
+ """
703
+ return pulumi.get(self, "defined_tags")
704
+
705
+ @property
706
+ @pulumi.getter(name="displayName")
707
+ def display_name(self) -> pulumi.Output[str]:
708
+ """
709
+ (Updatable) Exadata Fleet Update Collection Identifier.
710
+ """
711
+ return pulumi.get(self, "display_name")
712
+
713
+ @property
714
+ @pulumi.getter(name="fleetDiscovery")
715
+ def fleet_discovery(self) -> pulumi.Output['outputs.FsuCollectionFleetDiscovery']:
716
+ """
717
+ Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
718
+ """
719
+ return pulumi.get(self, "fleet_discovery")
720
+
721
+ @property
722
+ @pulumi.getter(name="freeformTags")
723
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
724
+ """
725
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
726
+ """
727
+ return pulumi.get(self, "freeform_tags")
728
+
729
+ @property
730
+ @pulumi.getter(name="lifecycleDetails")
731
+ def lifecycle_details(self) -> pulumi.Output[str]:
732
+ """
733
+ A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
734
+ """
735
+ return pulumi.get(self, "lifecycle_details")
736
+
737
+ @property
738
+ @pulumi.getter(name="serviceType")
739
+ def service_type(self) -> pulumi.Output[str]:
740
+ """
741
+ Exadata service type for the target resource members.
742
+ """
743
+ return pulumi.get(self, "service_type")
744
+
745
+ @property
746
+ @pulumi.getter(name="sourceMajorVersion")
747
+ def source_major_version(self) -> pulumi.Output[str]:
748
+ """
749
+ Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
750
+ """
751
+ return pulumi.get(self, "source_major_version")
752
+
753
+ @property
754
+ @pulumi.getter
755
+ def state(self) -> pulumi.Output[str]:
756
+ """
757
+ The current state of the Exadata Fleet Update Collection.
758
+ """
759
+ return pulumi.get(self, "state")
760
+
761
+ @property
762
+ @pulumi.getter(name="systemTags")
763
+ def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
764
+ """
765
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
766
+ """
767
+ return pulumi.get(self, "system_tags")
768
+
769
+ @property
770
+ @pulumi.getter(name="targetCount")
771
+ def target_count(self) -> pulumi.Output[int]:
772
+ """
773
+ Number of targets that are members of this Collection.
774
+ """
775
+ return pulumi.get(self, "target_count")
776
+
777
+ @property
778
+ @pulumi.getter(name="timeCreated")
779
+ def time_created(self) -> pulumi.Output[str]:
780
+ """
781
+ The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
782
+ """
783
+ return pulumi.get(self, "time_created")
784
+
785
+ @property
786
+ @pulumi.getter(name="timeUpdated")
787
+ def time_updated(self) -> pulumi.Output[str]:
788
+ """
789
+ The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
790
+ """
791
+ return pulumi.get(self, "time_updated")
792
+
793
+ @property
794
+ @pulumi.getter
795
+ def type(self) -> pulumi.Output[str]:
796
+ """
797
+ Collection type. DB: Only Database entity type resources allowed. GI: CloudVMCluster and VMCluster entity type resources allowed.
798
+
799
+
800
+ ** IMPORTANT **
801
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
802
+ """
803
+ return pulumi.get(self, "type")
804
+