pulumi-oci 2.10.0a1726208124__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.
- pulumi_oci/__init__.py +62 -0
- pulumi_oci/bigdataservice/__init__.py +3 -0
- pulumi_oci/bigdataservice/_inputs.py +66 -0
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +136 -2
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +524 -0
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +236 -0
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +176 -0
- pulumi_oci/bigdataservice/outputs.py +175 -0
- pulumi_oci/capacitymanagement/__init__.py +8 -0
- pulumi_oci/capacitymanagement/_inputs.py +465 -3
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +221 -0
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +150 -0
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +247 -0
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +204 -0
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +15 -2
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +25 -5
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +150 -0
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +227 -0
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
- pulumi_oci/capacitymanagement/occ_capacity_request.py +78 -32
- pulumi_oci/capacitymanagement/occ_customer_group.py +690 -0
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +412 -0
- pulumi_oci/capacitymanagement/outputs.py +1668 -166
- pulumi_oci/containerengine/__init__.py +1 -0
- pulumi_oci/containerengine/get_cluster.py +327 -0
- pulumi_oci/containerengine/outputs.py +492 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +717 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +804 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1231 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +301 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +196 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +431 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +233 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +2129 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +7 -0
- pulumi_oci/generativeai/get_model.py +3 -0
- pulumi_oci/generativeai/outputs.py +4 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- 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/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/RECORD +55 -25
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/top_level.txt +0 -0
@@ -13,12 +13,20 @@ __all__ = [
|
|
13
13
|
'OccAvailabilityCatalogDetailArgs',
|
14
14
|
'OccAvailabilityCatalogMetadataDetailsArgs',
|
15
15
|
'OccCapacityRequestDetailArgs',
|
16
|
+
'OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs',
|
16
17
|
'OccCapacityRequestPatchOperationArgs',
|
18
|
+
'OccCustomerGroupCustomersListArgs',
|
19
|
+
'GetInternalNamespaceOccOverviewsFilterArgs',
|
17
20
|
'GetInternalOccAvailabilityCatalogsFilterArgs',
|
21
|
+
'GetInternalOccHandoverResourceBlockDetailsFilterArgs',
|
22
|
+
'GetInternalOccHandoverResourceBlocksFilterArgs',
|
23
|
+
'GetNamespaceOccOverviewsFilterArgs',
|
18
24
|
'GetOccAvailabilityCatalogOccAvailabilitiesFilterArgs',
|
19
25
|
'GetOccAvailabilityCatalogsFilterArgs',
|
20
26
|
'GetOccCapacityRequestsFilterArgs',
|
21
27
|
'GetOccCustomerGroupsFilterArgs',
|
28
|
+
'GetOccHandoverResourceBlockDetailsFilterArgs',
|
29
|
+
'GetOccHandoverResourceBlocksFilterArgs',
|
22
30
|
]
|
23
31
|
|
24
32
|
@pulumi.input_type
|
@@ -28,19 +36,25 @@ class OccAvailabilityCatalogDetailArgs:
|
|
28
36
|
catalog_id: Optional[pulumi.Input[str]] = None,
|
29
37
|
date_expected_capacity_handover: Optional[pulumi.Input[str]] = None,
|
30
38
|
date_final_customer_order: Optional[pulumi.Input[str]] = None,
|
39
|
+
demanded_quantity: Optional[pulumi.Input[str]] = None,
|
31
40
|
namespace: Optional[pulumi.Input[str]] = None,
|
32
41
|
resource_name: Optional[pulumi.Input[str]] = None,
|
33
42
|
resource_type: Optional[pulumi.Input[str]] = None,
|
43
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
44
|
+
total_available_quantity: Optional[pulumi.Input[str]] = None,
|
34
45
|
unit: Optional[pulumi.Input[str]] = None,
|
35
46
|
workload_type: Optional[pulumi.Input[str]] = None):
|
36
47
|
"""
|
37
|
-
:param pulumi.Input[str] available_quantity: The quantity of available
|
48
|
+
:param pulumi.Input[str] available_quantity: The quantity of resource currently available that the customer can request.
|
38
49
|
:param pulumi.Input[str] catalog_id: The OCID of the availability catalog.
|
39
50
|
:param pulumi.Input[str] date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
40
51
|
:param pulumi.Input[str] date_final_customer_order: The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
|
52
|
+
:param pulumi.Input[str] demanded_quantity: The quantity of resource currently demanded by the customer.
|
41
53
|
:param pulumi.Input[str] namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
42
54
|
:param pulumi.Input[str] resource_name: The name of the resource that the customer can request.
|
43
55
|
:param pulumi.Input[str] resource_type: The different types of resources against which customers can place capacity requests.
|
56
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
57
|
+
:param pulumi.Input[str] total_available_quantity: The total quantity of resource that the customer can request.
|
44
58
|
:param pulumi.Input[str] unit: The unit in which the resource available is measured.
|
45
59
|
:param pulumi.Input[str] workload_type: The type of workload (Generic/ROW).
|
46
60
|
"""
|
@@ -52,12 +66,18 @@ class OccAvailabilityCatalogDetailArgs:
|
|
52
66
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
53
67
|
if date_final_customer_order is not None:
|
54
68
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
69
|
+
if demanded_quantity is not None:
|
70
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
55
71
|
if namespace is not None:
|
56
72
|
pulumi.set(__self__, "namespace", namespace)
|
57
73
|
if resource_name is not None:
|
58
74
|
pulumi.set(__self__, "resource_name", resource_name)
|
59
75
|
if resource_type is not None:
|
60
76
|
pulumi.set(__self__, "resource_type", resource_type)
|
77
|
+
if system_tags is not None:
|
78
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
79
|
+
if total_available_quantity is not None:
|
80
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
61
81
|
if unit is not None:
|
62
82
|
pulumi.set(__self__, "unit", unit)
|
63
83
|
if workload_type is not None:
|
@@ -67,7 +87,7 @@ class OccAvailabilityCatalogDetailArgs:
|
|
67
87
|
@pulumi.getter(name="availableQuantity")
|
68
88
|
def available_quantity(self) -> Optional[pulumi.Input[str]]:
|
69
89
|
"""
|
70
|
-
The quantity of available
|
90
|
+
The quantity of resource currently available that the customer can request.
|
71
91
|
"""
|
72
92
|
return pulumi.get(self, "available_quantity")
|
73
93
|
|
@@ -111,6 +131,18 @@ class OccAvailabilityCatalogDetailArgs:
|
|
111
131
|
def date_final_customer_order(self, value: Optional[pulumi.Input[str]]):
|
112
132
|
pulumi.set(self, "date_final_customer_order", value)
|
113
133
|
|
134
|
+
@property
|
135
|
+
@pulumi.getter(name="demandedQuantity")
|
136
|
+
def demanded_quantity(self) -> Optional[pulumi.Input[str]]:
|
137
|
+
"""
|
138
|
+
The quantity of resource currently demanded by the customer.
|
139
|
+
"""
|
140
|
+
return pulumi.get(self, "demanded_quantity")
|
141
|
+
|
142
|
+
@demanded_quantity.setter
|
143
|
+
def demanded_quantity(self, value: Optional[pulumi.Input[str]]):
|
144
|
+
pulumi.set(self, "demanded_quantity", value)
|
145
|
+
|
114
146
|
@property
|
115
147
|
@pulumi.getter
|
116
148
|
def namespace(self) -> Optional[pulumi.Input[str]]:
|
@@ -147,6 +179,30 @@ class OccAvailabilityCatalogDetailArgs:
|
|
147
179
|
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
148
180
|
pulumi.set(self, "resource_type", value)
|
149
181
|
|
182
|
+
@property
|
183
|
+
@pulumi.getter(name="systemTags")
|
184
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
185
|
+
"""
|
186
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
187
|
+
"""
|
188
|
+
return pulumi.get(self, "system_tags")
|
189
|
+
|
190
|
+
@system_tags.setter
|
191
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
192
|
+
pulumi.set(self, "system_tags", value)
|
193
|
+
|
194
|
+
@property
|
195
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
196
|
+
def total_available_quantity(self) -> Optional[pulumi.Input[str]]:
|
197
|
+
"""
|
198
|
+
The total quantity of resource that the customer can request.
|
199
|
+
"""
|
200
|
+
return pulumi.get(self, "total_available_quantity")
|
201
|
+
|
202
|
+
@total_available_quantity.setter
|
203
|
+
def total_available_quantity(self, value: Optional[pulumi.Input[str]]):
|
204
|
+
pulumi.set(self, "total_available_quantity", value)
|
205
|
+
|
150
206
|
@property
|
151
207
|
@pulumi.getter
|
152
208
|
def unit(self) -> Optional[pulumi.Input[str]]:
|
@@ -202,18 +258,24 @@ class OccCapacityRequestDetailArgs:
|
|
202
258
|
resource_type: pulumi.Input[str],
|
203
259
|
workload_type: pulumi.Input[str],
|
204
260
|
actual_handover_quantity: Optional[pulumi.Input[str]] = None,
|
261
|
+
associated_occ_handover_resource_block_lists: Optional[pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs']]]] = None,
|
262
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
205
263
|
date_actual_handover: Optional[pulumi.Input[str]] = None,
|
206
264
|
date_expected_handover: Optional[pulumi.Input[str]] = None,
|
207
|
-
expected_handover_quantity: Optional[pulumi.Input[str]] = None
|
265
|
+
expected_handover_quantity: Optional[pulumi.Input[str]] = None,
|
266
|
+
source_workload_type: Optional[pulumi.Input[str]] = None):
|
208
267
|
"""
|
209
268
|
:param pulumi.Input[str] demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
210
269
|
:param pulumi.Input[str] resource_name: The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
|
211
270
|
:param pulumi.Input[str] resource_type: The type of the resource against which the user wants to place a capacity request.
|
212
271
|
:param pulumi.Input[str] workload_type: The type of the workload (Generic/ROW).
|
213
272
|
:param pulumi.Input[str] actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
273
|
+
:param pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs']]] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
274
|
+
:param pulumi.Input[str] availability_domain: The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
214
275
|
:param pulumi.Input[str] date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
215
276
|
:param pulumi.Input[str] date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
216
277
|
:param pulumi.Input[str] expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
278
|
+
:param pulumi.Input[str] source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
217
279
|
"""
|
218
280
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
219
281
|
pulumi.set(__self__, "resource_name", resource_name)
|
@@ -221,12 +283,18 @@ class OccCapacityRequestDetailArgs:
|
|
221
283
|
pulumi.set(__self__, "workload_type", workload_type)
|
222
284
|
if actual_handover_quantity is not None:
|
223
285
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
286
|
+
if associated_occ_handover_resource_block_lists is not None:
|
287
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
288
|
+
if availability_domain is not None:
|
289
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
224
290
|
if date_actual_handover is not None:
|
225
291
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
226
292
|
if date_expected_handover is not None:
|
227
293
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
228
294
|
if expected_handover_quantity is not None:
|
229
295
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
296
|
+
if source_workload_type is not None:
|
297
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
230
298
|
|
231
299
|
@property
|
232
300
|
@pulumi.getter(name="demandQuantity")
|
@@ -288,6 +356,30 @@ class OccCapacityRequestDetailArgs:
|
|
288
356
|
def actual_handover_quantity(self, value: Optional[pulumi.Input[str]]):
|
289
357
|
pulumi.set(self, "actual_handover_quantity", value)
|
290
358
|
|
359
|
+
@property
|
360
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
361
|
+
def associated_occ_handover_resource_block_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs']]]]:
|
362
|
+
"""
|
363
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
364
|
+
"""
|
365
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
366
|
+
|
367
|
+
@associated_occ_handover_resource_block_lists.setter
|
368
|
+
def associated_occ_handover_resource_block_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs']]]]):
|
369
|
+
pulumi.set(self, "associated_occ_handover_resource_block_lists", value)
|
370
|
+
|
371
|
+
@property
|
372
|
+
@pulumi.getter(name="availabilityDomain")
|
373
|
+
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
374
|
+
"""
|
375
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
376
|
+
"""
|
377
|
+
return pulumi.get(self, "availability_domain")
|
378
|
+
|
379
|
+
@availability_domain.setter
|
380
|
+
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
381
|
+
pulumi.set(self, "availability_domain", value)
|
382
|
+
|
291
383
|
@property
|
292
384
|
@pulumi.getter(name="dateActualHandover")
|
293
385
|
def date_actual_handover(self) -> Optional[pulumi.Input[str]]:
|
@@ -324,6 +416,57 @@ class OccCapacityRequestDetailArgs:
|
|
324
416
|
def expected_handover_quantity(self, value: Optional[pulumi.Input[str]]):
|
325
417
|
pulumi.set(self, "expected_handover_quantity", value)
|
326
418
|
|
419
|
+
@property
|
420
|
+
@pulumi.getter(name="sourceWorkloadType")
|
421
|
+
def source_workload_type(self) -> Optional[pulumi.Input[str]]:
|
422
|
+
"""
|
423
|
+
The WorkloadType from where capacity request are to be transferred.
|
424
|
+
"""
|
425
|
+
return pulumi.get(self, "source_workload_type")
|
426
|
+
|
427
|
+
@source_workload_type.setter
|
428
|
+
def source_workload_type(self, value: Optional[pulumi.Input[str]]):
|
429
|
+
pulumi.set(self, "source_workload_type", value)
|
430
|
+
|
431
|
+
|
432
|
+
@pulumi.input_type
|
433
|
+
class OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs:
|
434
|
+
def __init__(__self__, *,
|
435
|
+
handover_quantity: Optional[pulumi.Input[str]] = None,
|
436
|
+
occ_handover_resource_block_id: Optional[pulumi.Input[str]] = None):
|
437
|
+
"""
|
438
|
+
:param pulumi.Input[str] handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
439
|
+
:param pulumi.Input[str] occ_handover_resource_block_id: The OCID of the handed over resource block.
|
440
|
+
"""
|
441
|
+
if handover_quantity is not None:
|
442
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
443
|
+
if occ_handover_resource_block_id is not None:
|
444
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
445
|
+
|
446
|
+
@property
|
447
|
+
@pulumi.getter(name="handoverQuantity")
|
448
|
+
def handover_quantity(self) -> Optional[pulumi.Input[str]]:
|
449
|
+
"""
|
450
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
451
|
+
"""
|
452
|
+
return pulumi.get(self, "handover_quantity")
|
453
|
+
|
454
|
+
@handover_quantity.setter
|
455
|
+
def handover_quantity(self, value: Optional[pulumi.Input[str]]):
|
456
|
+
pulumi.set(self, "handover_quantity", value)
|
457
|
+
|
458
|
+
@property
|
459
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
460
|
+
def occ_handover_resource_block_id(self) -> Optional[pulumi.Input[str]]:
|
461
|
+
"""
|
462
|
+
The OCID of the handed over resource block.
|
463
|
+
"""
|
464
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
465
|
+
|
466
|
+
@occ_handover_resource_block_id.setter
|
467
|
+
def occ_handover_resource_block_id(self, value: Optional[pulumi.Input[str]]):
|
468
|
+
pulumi.set(self, "occ_handover_resource_block_id", value)
|
469
|
+
|
327
470
|
|
328
471
|
@pulumi.input_type
|
329
472
|
class OccCapacityRequestPatchOperationArgs:
|
@@ -424,6 +567,130 @@ class OccCapacityRequestPatchOperationArgs:
|
|
424
567
|
pulumi.set(self, "selected_item", value)
|
425
568
|
|
426
569
|
|
570
|
+
@pulumi.input_type
|
571
|
+
class OccCustomerGroupCustomersListArgs:
|
572
|
+
def __init__(__self__, *,
|
573
|
+
display_name: pulumi.Input[str],
|
574
|
+
tenancy_id: pulumi.Input[str],
|
575
|
+
description: Optional[pulumi.Input[str]] = None,
|
576
|
+
occ_customer_group_id: Optional[pulumi.Input[str]] = None,
|
577
|
+
status: Optional[pulumi.Input[str]] = None):
|
578
|
+
"""
|
579
|
+
:param pulumi.Input[str] display_name: The display name for the customer.
|
580
|
+
:param pulumi.Input[str] tenancy_id: The OCID of the tenancy belonging to the customer.
|
581
|
+
:param pulumi.Input[str] description: The description about the customer group.
|
582
|
+
:param pulumi.Input[str] occ_customer_group_id: The OCID of the customer group.
|
583
|
+
:param pulumi.Input[str] status: To determine whether the customer is enabled/disabled.
|
584
|
+
"""
|
585
|
+
pulumi.set(__self__, "display_name", display_name)
|
586
|
+
pulumi.set(__self__, "tenancy_id", tenancy_id)
|
587
|
+
if description is not None:
|
588
|
+
pulumi.set(__self__, "description", description)
|
589
|
+
if occ_customer_group_id is not None:
|
590
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
591
|
+
if status is not None:
|
592
|
+
pulumi.set(__self__, "status", status)
|
593
|
+
|
594
|
+
@property
|
595
|
+
@pulumi.getter(name="displayName")
|
596
|
+
def display_name(self) -> pulumi.Input[str]:
|
597
|
+
"""
|
598
|
+
The display name for the customer.
|
599
|
+
"""
|
600
|
+
return pulumi.get(self, "display_name")
|
601
|
+
|
602
|
+
@display_name.setter
|
603
|
+
def display_name(self, value: pulumi.Input[str]):
|
604
|
+
pulumi.set(self, "display_name", value)
|
605
|
+
|
606
|
+
@property
|
607
|
+
@pulumi.getter(name="tenancyId")
|
608
|
+
def tenancy_id(self) -> pulumi.Input[str]:
|
609
|
+
"""
|
610
|
+
The OCID of the tenancy belonging to the customer.
|
611
|
+
"""
|
612
|
+
return pulumi.get(self, "tenancy_id")
|
613
|
+
|
614
|
+
@tenancy_id.setter
|
615
|
+
def tenancy_id(self, value: pulumi.Input[str]):
|
616
|
+
pulumi.set(self, "tenancy_id", value)
|
617
|
+
|
618
|
+
@property
|
619
|
+
@pulumi.getter
|
620
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
621
|
+
"""
|
622
|
+
The description about the customer group.
|
623
|
+
"""
|
624
|
+
return pulumi.get(self, "description")
|
625
|
+
|
626
|
+
@description.setter
|
627
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
628
|
+
pulumi.set(self, "description", value)
|
629
|
+
|
630
|
+
@property
|
631
|
+
@pulumi.getter(name="occCustomerGroupId")
|
632
|
+
def occ_customer_group_id(self) -> Optional[pulumi.Input[str]]:
|
633
|
+
"""
|
634
|
+
The OCID of the customer group.
|
635
|
+
"""
|
636
|
+
return pulumi.get(self, "occ_customer_group_id")
|
637
|
+
|
638
|
+
@occ_customer_group_id.setter
|
639
|
+
def occ_customer_group_id(self, value: Optional[pulumi.Input[str]]):
|
640
|
+
pulumi.set(self, "occ_customer_group_id", value)
|
641
|
+
|
642
|
+
@property
|
643
|
+
@pulumi.getter
|
644
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
645
|
+
"""
|
646
|
+
To determine whether the customer is enabled/disabled.
|
647
|
+
"""
|
648
|
+
return pulumi.get(self, "status")
|
649
|
+
|
650
|
+
@status.setter
|
651
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
652
|
+
pulumi.set(self, "status", value)
|
653
|
+
|
654
|
+
|
655
|
+
@pulumi.input_type
|
656
|
+
class GetInternalNamespaceOccOverviewsFilterArgs:
|
657
|
+
def __init__(__self__, *,
|
658
|
+
name: str,
|
659
|
+
values: Sequence[str],
|
660
|
+
regex: Optional[bool] = None):
|
661
|
+
pulumi.set(__self__, "name", name)
|
662
|
+
pulumi.set(__self__, "values", values)
|
663
|
+
if regex is not None:
|
664
|
+
pulumi.set(__self__, "regex", regex)
|
665
|
+
|
666
|
+
@property
|
667
|
+
@pulumi.getter
|
668
|
+
def name(self) -> str:
|
669
|
+
return pulumi.get(self, "name")
|
670
|
+
|
671
|
+
@name.setter
|
672
|
+
def name(self, value: str):
|
673
|
+
pulumi.set(self, "name", value)
|
674
|
+
|
675
|
+
@property
|
676
|
+
@pulumi.getter
|
677
|
+
def values(self) -> Sequence[str]:
|
678
|
+
return pulumi.get(self, "values")
|
679
|
+
|
680
|
+
@values.setter
|
681
|
+
def values(self, value: Sequence[str]):
|
682
|
+
pulumi.set(self, "values", value)
|
683
|
+
|
684
|
+
@property
|
685
|
+
@pulumi.getter
|
686
|
+
def regex(self) -> Optional[bool]:
|
687
|
+
return pulumi.get(self, "regex")
|
688
|
+
|
689
|
+
@regex.setter
|
690
|
+
def regex(self, value: Optional[bool]):
|
691
|
+
pulumi.set(self, "regex", value)
|
692
|
+
|
693
|
+
|
427
694
|
@pulumi.input_type
|
428
695
|
class GetInternalOccAvailabilityCatalogsFilterArgs:
|
429
696
|
def __init__(__self__, *,
|
@@ -463,6 +730,123 @@ class GetInternalOccAvailabilityCatalogsFilterArgs:
|
|
463
730
|
pulumi.set(self, "regex", value)
|
464
731
|
|
465
732
|
|
733
|
+
@pulumi.input_type
|
734
|
+
class GetInternalOccHandoverResourceBlockDetailsFilterArgs:
|
735
|
+
def __init__(__self__, *,
|
736
|
+
name: str,
|
737
|
+
values: Sequence[str],
|
738
|
+
regex: Optional[bool] = None):
|
739
|
+
pulumi.set(__self__, "name", name)
|
740
|
+
pulumi.set(__self__, "values", values)
|
741
|
+
if regex is not None:
|
742
|
+
pulumi.set(__self__, "regex", regex)
|
743
|
+
|
744
|
+
@property
|
745
|
+
@pulumi.getter
|
746
|
+
def name(self) -> str:
|
747
|
+
return pulumi.get(self, "name")
|
748
|
+
|
749
|
+
@name.setter
|
750
|
+
def name(self, value: str):
|
751
|
+
pulumi.set(self, "name", value)
|
752
|
+
|
753
|
+
@property
|
754
|
+
@pulumi.getter
|
755
|
+
def values(self) -> Sequence[str]:
|
756
|
+
return pulumi.get(self, "values")
|
757
|
+
|
758
|
+
@values.setter
|
759
|
+
def values(self, value: Sequence[str]):
|
760
|
+
pulumi.set(self, "values", value)
|
761
|
+
|
762
|
+
@property
|
763
|
+
@pulumi.getter
|
764
|
+
def regex(self) -> Optional[bool]:
|
765
|
+
return pulumi.get(self, "regex")
|
766
|
+
|
767
|
+
@regex.setter
|
768
|
+
def regex(self, value: Optional[bool]):
|
769
|
+
pulumi.set(self, "regex", value)
|
770
|
+
|
771
|
+
|
772
|
+
@pulumi.input_type
|
773
|
+
class GetInternalOccHandoverResourceBlocksFilterArgs:
|
774
|
+
def __init__(__self__, *,
|
775
|
+
name: str,
|
776
|
+
values: Sequence[str],
|
777
|
+
regex: Optional[bool] = None):
|
778
|
+
pulumi.set(__self__, "name", name)
|
779
|
+
pulumi.set(__self__, "values", values)
|
780
|
+
if regex is not None:
|
781
|
+
pulumi.set(__self__, "regex", regex)
|
782
|
+
|
783
|
+
@property
|
784
|
+
@pulumi.getter
|
785
|
+
def name(self) -> str:
|
786
|
+
return pulumi.get(self, "name")
|
787
|
+
|
788
|
+
@name.setter
|
789
|
+
def name(self, value: str):
|
790
|
+
pulumi.set(self, "name", value)
|
791
|
+
|
792
|
+
@property
|
793
|
+
@pulumi.getter
|
794
|
+
def values(self) -> Sequence[str]:
|
795
|
+
return pulumi.get(self, "values")
|
796
|
+
|
797
|
+
@values.setter
|
798
|
+
def values(self, value: Sequence[str]):
|
799
|
+
pulumi.set(self, "values", value)
|
800
|
+
|
801
|
+
@property
|
802
|
+
@pulumi.getter
|
803
|
+
def regex(self) -> Optional[bool]:
|
804
|
+
return pulumi.get(self, "regex")
|
805
|
+
|
806
|
+
@regex.setter
|
807
|
+
def regex(self, value: Optional[bool]):
|
808
|
+
pulumi.set(self, "regex", value)
|
809
|
+
|
810
|
+
|
811
|
+
@pulumi.input_type
|
812
|
+
class GetNamespaceOccOverviewsFilterArgs:
|
813
|
+
def __init__(__self__, *,
|
814
|
+
name: str,
|
815
|
+
values: Sequence[str],
|
816
|
+
regex: Optional[bool] = None):
|
817
|
+
pulumi.set(__self__, "name", name)
|
818
|
+
pulumi.set(__self__, "values", values)
|
819
|
+
if regex is not None:
|
820
|
+
pulumi.set(__self__, "regex", regex)
|
821
|
+
|
822
|
+
@property
|
823
|
+
@pulumi.getter
|
824
|
+
def name(self) -> str:
|
825
|
+
return pulumi.get(self, "name")
|
826
|
+
|
827
|
+
@name.setter
|
828
|
+
def name(self, value: str):
|
829
|
+
pulumi.set(self, "name", value)
|
830
|
+
|
831
|
+
@property
|
832
|
+
@pulumi.getter
|
833
|
+
def values(self) -> Sequence[str]:
|
834
|
+
return pulumi.get(self, "values")
|
835
|
+
|
836
|
+
@values.setter
|
837
|
+
def values(self, value: Sequence[str]):
|
838
|
+
pulumi.set(self, "values", value)
|
839
|
+
|
840
|
+
@property
|
841
|
+
@pulumi.getter
|
842
|
+
def regex(self) -> Optional[bool]:
|
843
|
+
return pulumi.get(self, "regex")
|
844
|
+
|
845
|
+
@regex.setter
|
846
|
+
def regex(self, value: Optional[bool]):
|
847
|
+
pulumi.set(self, "regex", value)
|
848
|
+
|
849
|
+
|
466
850
|
@pulumi.input_type
|
467
851
|
class GetOccAvailabilityCatalogOccAvailabilitiesFilterArgs:
|
468
852
|
def __init__(__self__, *,
|
@@ -619,3 +1003,81 @@ class GetOccCustomerGroupsFilterArgs:
|
|
619
1003
|
pulumi.set(self, "regex", value)
|
620
1004
|
|
621
1005
|
|
1006
|
+
@pulumi.input_type
|
1007
|
+
class GetOccHandoverResourceBlockDetailsFilterArgs:
|
1008
|
+
def __init__(__self__, *,
|
1009
|
+
name: str,
|
1010
|
+
values: Sequence[str],
|
1011
|
+
regex: Optional[bool] = None):
|
1012
|
+
pulumi.set(__self__, "name", name)
|
1013
|
+
pulumi.set(__self__, "values", values)
|
1014
|
+
if regex is not None:
|
1015
|
+
pulumi.set(__self__, "regex", regex)
|
1016
|
+
|
1017
|
+
@property
|
1018
|
+
@pulumi.getter
|
1019
|
+
def name(self) -> str:
|
1020
|
+
return pulumi.get(self, "name")
|
1021
|
+
|
1022
|
+
@name.setter
|
1023
|
+
def name(self, value: str):
|
1024
|
+
pulumi.set(self, "name", value)
|
1025
|
+
|
1026
|
+
@property
|
1027
|
+
@pulumi.getter
|
1028
|
+
def values(self) -> Sequence[str]:
|
1029
|
+
return pulumi.get(self, "values")
|
1030
|
+
|
1031
|
+
@values.setter
|
1032
|
+
def values(self, value: Sequence[str]):
|
1033
|
+
pulumi.set(self, "values", value)
|
1034
|
+
|
1035
|
+
@property
|
1036
|
+
@pulumi.getter
|
1037
|
+
def regex(self) -> Optional[bool]:
|
1038
|
+
return pulumi.get(self, "regex")
|
1039
|
+
|
1040
|
+
@regex.setter
|
1041
|
+
def regex(self, value: Optional[bool]):
|
1042
|
+
pulumi.set(self, "regex", value)
|
1043
|
+
|
1044
|
+
|
1045
|
+
@pulumi.input_type
|
1046
|
+
class GetOccHandoverResourceBlocksFilterArgs:
|
1047
|
+
def __init__(__self__, *,
|
1048
|
+
name: str,
|
1049
|
+
values: Sequence[str],
|
1050
|
+
regex: Optional[bool] = None):
|
1051
|
+
pulumi.set(__self__, "name", name)
|
1052
|
+
pulumi.set(__self__, "values", values)
|
1053
|
+
if regex is not None:
|
1054
|
+
pulumi.set(__self__, "regex", regex)
|
1055
|
+
|
1056
|
+
@property
|
1057
|
+
@pulumi.getter
|
1058
|
+
def name(self) -> str:
|
1059
|
+
return pulumi.get(self, "name")
|
1060
|
+
|
1061
|
+
@name.setter
|
1062
|
+
def name(self, value: str):
|
1063
|
+
pulumi.set(self, "name", value)
|
1064
|
+
|
1065
|
+
@property
|
1066
|
+
@pulumi.getter
|
1067
|
+
def values(self) -> Sequence[str]:
|
1068
|
+
return pulumi.get(self, "values")
|
1069
|
+
|
1070
|
+
@values.setter
|
1071
|
+
def values(self, value: Sequence[str]):
|
1072
|
+
pulumi.set(self, "values", value)
|
1073
|
+
|
1074
|
+
@property
|
1075
|
+
@pulumi.getter
|
1076
|
+
def regex(self) -> Optional[bool]:
|
1077
|
+
return pulumi.get(self, "regex")
|
1078
|
+
|
1079
|
+
@regex.setter
|
1080
|
+
def regex(self, value: Optional[bool]):
|
1081
|
+
pulumi.set(self, "regex", value)
|
1082
|
+
|
1083
|
+
|