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
@@ -14,11 +14,27 @@ __all__ = [
|
|
14
14
|
'OccAvailabilityCatalogDetail',
|
15
15
|
'OccAvailabilityCatalogMetadataDetails',
|
16
16
|
'OccCapacityRequestDetail',
|
17
|
+
'OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList',
|
17
18
|
'OccCapacityRequestPatchOperation',
|
19
|
+
'OccCustomerGroupCustomersList',
|
20
|
+
'GetInternalNamespaceOccOverviewsFilterResult',
|
21
|
+
'GetInternalNamespaceOccOverviewsOccOverviewCollectionResult',
|
22
|
+
'GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult',
|
18
23
|
'GetInternalOccAvailabilityCatalogsFilterResult',
|
19
24
|
'GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionResult',
|
20
25
|
'GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult',
|
21
26
|
'GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult',
|
27
|
+
'GetInternalOccHandoverResourceBlockDetailsFilterResult',
|
28
|
+
'GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult',
|
29
|
+
'GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult',
|
30
|
+
'GetInternalOccHandoverResourceBlocksFilterResult',
|
31
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult',
|
32
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult',
|
33
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult',
|
34
|
+
'GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult',
|
35
|
+
'GetNamespaceOccOverviewsFilterResult',
|
36
|
+
'GetNamespaceOccOverviewsOccOverviewCollectionResult',
|
37
|
+
'GetNamespaceOccOverviewsOccOverviewCollectionItemResult',
|
22
38
|
'GetOccAvailabilityCatalogDetailResult',
|
23
39
|
'GetOccAvailabilityCatalogMetadataDetailResult',
|
24
40
|
'GetOccAvailabilityCatalogOccAvailabilitiesFilterResult',
|
@@ -30,17 +46,27 @@ __all__ = [
|
|
30
46
|
'GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult',
|
31
47
|
'GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult',
|
32
48
|
'GetOccCapacityRequestDetailResult',
|
49
|
+
'GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult',
|
33
50
|
'GetOccCapacityRequestPatchOperationResult',
|
34
51
|
'GetOccCapacityRequestsFilterResult',
|
35
52
|
'GetOccCapacityRequestsOccCapacityRequestCollectionResult',
|
36
53
|
'GetOccCapacityRequestsOccCapacityRequestCollectionItemResult',
|
37
54
|
'GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult',
|
55
|
+
'GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult',
|
38
56
|
'GetOccCapacityRequestsOccCapacityRequestCollectionItemPatchOperationResult',
|
39
57
|
'GetOccCustomerGroupCustomersListResult',
|
40
58
|
'GetOccCustomerGroupsFilterResult',
|
41
59
|
'GetOccCustomerGroupsOccCustomerGroupCollectionResult',
|
42
60
|
'GetOccCustomerGroupsOccCustomerGroupCollectionItemResult',
|
43
61
|
'GetOccCustomerGroupsOccCustomerGroupCollectionItemCustomersListResult',
|
62
|
+
'GetOccHandoverResourceBlockDetailsFilterResult',
|
63
|
+
'GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult',
|
64
|
+
'GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult',
|
65
|
+
'GetOccHandoverResourceBlocksFilterResult',
|
66
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult',
|
67
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult',
|
68
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult',
|
69
|
+
'GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult',
|
44
70
|
]
|
45
71
|
|
46
72
|
@pulumi.output_type
|
@@ -56,10 +82,16 @@ class OccAvailabilityCatalogDetail(dict):
|
|
56
82
|
suggest = "date_expected_capacity_handover"
|
57
83
|
elif key == "dateFinalCustomerOrder":
|
58
84
|
suggest = "date_final_customer_order"
|
85
|
+
elif key == "demandedQuantity":
|
86
|
+
suggest = "demanded_quantity"
|
59
87
|
elif key == "resourceName":
|
60
88
|
suggest = "resource_name"
|
61
89
|
elif key == "resourceType":
|
62
90
|
suggest = "resource_type"
|
91
|
+
elif key == "systemTags":
|
92
|
+
suggest = "system_tags"
|
93
|
+
elif key == "totalAvailableQuantity":
|
94
|
+
suggest = "total_available_quantity"
|
63
95
|
elif key == "workloadType":
|
64
96
|
suggest = "workload_type"
|
65
97
|
|
@@ -79,19 +111,25 @@ class OccAvailabilityCatalogDetail(dict):
|
|
79
111
|
catalog_id: Optional[str] = None,
|
80
112
|
date_expected_capacity_handover: Optional[str] = None,
|
81
113
|
date_final_customer_order: Optional[str] = None,
|
114
|
+
demanded_quantity: Optional[str] = None,
|
82
115
|
namespace: Optional[str] = None,
|
83
116
|
resource_name: Optional[str] = None,
|
84
117
|
resource_type: Optional[str] = None,
|
118
|
+
system_tags: Optional[Mapping[str, str]] = None,
|
119
|
+
total_available_quantity: Optional[str] = None,
|
85
120
|
unit: Optional[str] = None,
|
86
121
|
workload_type: Optional[str] = None):
|
87
122
|
"""
|
88
|
-
:param str available_quantity: The quantity of available
|
123
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
89
124
|
:param str catalog_id: The OCID of the availability catalog.
|
90
125
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
91
126
|
:param 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.
|
127
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
92
128
|
:param str namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
93
129
|
:param str resource_name: The name of the resource that the customer can request.
|
94
130
|
:param str resource_type: The different types of resources against which customers can place capacity requests.
|
131
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
132
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
95
133
|
:param str unit: The unit in which the resource available is measured.
|
96
134
|
:param str workload_type: The type of workload (Generic/ROW).
|
97
135
|
"""
|
@@ -103,12 +141,18 @@ class OccAvailabilityCatalogDetail(dict):
|
|
103
141
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
104
142
|
if date_final_customer_order is not None:
|
105
143
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
144
|
+
if demanded_quantity is not None:
|
145
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
106
146
|
if namespace is not None:
|
107
147
|
pulumi.set(__self__, "namespace", namespace)
|
108
148
|
if resource_name is not None:
|
109
149
|
pulumi.set(__self__, "resource_name", resource_name)
|
110
150
|
if resource_type is not None:
|
111
151
|
pulumi.set(__self__, "resource_type", resource_type)
|
152
|
+
if system_tags is not None:
|
153
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
154
|
+
if total_available_quantity is not None:
|
155
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
112
156
|
if unit is not None:
|
113
157
|
pulumi.set(__self__, "unit", unit)
|
114
158
|
if workload_type is not None:
|
@@ -118,7 +162,7 @@ class OccAvailabilityCatalogDetail(dict):
|
|
118
162
|
@pulumi.getter(name="availableQuantity")
|
119
163
|
def available_quantity(self) -> Optional[str]:
|
120
164
|
"""
|
121
|
-
The quantity of available
|
165
|
+
The quantity of resource currently available that the customer can request.
|
122
166
|
"""
|
123
167
|
return pulumi.get(self, "available_quantity")
|
124
168
|
|
@@ -146,6 +190,14 @@ class OccAvailabilityCatalogDetail(dict):
|
|
146
190
|
"""
|
147
191
|
return pulumi.get(self, "date_final_customer_order")
|
148
192
|
|
193
|
+
@property
|
194
|
+
@pulumi.getter(name="demandedQuantity")
|
195
|
+
def demanded_quantity(self) -> Optional[str]:
|
196
|
+
"""
|
197
|
+
The quantity of resource currently demanded by the customer.
|
198
|
+
"""
|
199
|
+
return pulumi.get(self, "demanded_quantity")
|
200
|
+
|
149
201
|
@property
|
150
202
|
@pulumi.getter
|
151
203
|
def namespace(self) -> Optional[str]:
|
@@ -170,6 +222,22 @@ class OccAvailabilityCatalogDetail(dict):
|
|
170
222
|
"""
|
171
223
|
return pulumi.get(self, "resource_type")
|
172
224
|
|
225
|
+
@property
|
226
|
+
@pulumi.getter(name="systemTags")
|
227
|
+
def system_tags(self) -> Optional[Mapping[str, str]]:
|
228
|
+
"""
|
229
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
230
|
+
"""
|
231
|
+
return pulumi.get(self, "system_tags")
|
232
|
+
|
233
|
+
@property
|
234
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
235
|
+
def total_available_quantity(self) -> Optional[str]:
|
236
|
+
"""
|
237
|
+
The total quantity of resource that the customer can request.
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "total_available_quantity")
|
240
|
+
|
173
241
|
@property
|
174
242
|
@pulumi.getter
|
175
243
|
def unit(self) -> Optional[str]:
|
@@ -237,12 +305,18 @@ class OccCapacityRequestDetail(dict):
|
|
237
305
|
suggest = "workload_type"
|
238
306
|
elif key == "actualHandoverQuantity":
|
239
307
|
suggest = "actual_handover_quantity"
|
308
|
+
elif key == "associatedOccHandoverResourceBlockLists":
|
309
|
+
suggest = "associated_occ_handover_resource_block_lists"
|
310
|
+
elif key == "availabilityDomain":
|
311
|
+
suggest = "availability_domain"
|
240
312
|
elif key == "dateActualHandover":
|
241
313
|
suggest = "date_actual_handover"
|
242
314
|
elif key == "dateExpectedHandover":
|
243
315
|
suggest = "date_expected_handover"
|
244
316
|
elif key == "expectedHandoverQuantity":
|
245
317
|
suggest = "expected_handover_quantity"
|
318
|
+
elif key == "sourceWorkloadType":
|
319
|
+
suggest = "source_workload_type"
|
246
320
|
|
247
321
|
if suggest:
|
248
322
|
pulumi.log.warn(f"Key '{key}' not found in OccCapacityRequestDetail. Access the value via the '{suggest}' property getter instead.")
|
@@ -261,18 +335,24 @@ class OccCapacityRequestDetail(dict):
|
|
261
335
|
resource_type: str,
|
262
336
|
workload_type: str,
|
263
337
|
actual_handover_quantity: Optional[str] = None,
|
338
|
+
associated_occ_handover_resource_block_lists: Optional[Sequence['outputs.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList']] = None,
|
339
|
+
availability_domain: Optional[str] = None,
|
264
340
|
date_actual_handover: Optional[str] = None,
|
265
341
|
date_expected_handover: Optional[str] = None,
|
266
|
-
expected_handover_quantity: Optional[str] = None
|
342
|
+
expected_handover_quantity: Optional[str] = None,
|
343
|
+
source_workload_type: Optional[str] = None):
|
267
344
|
"""
|
268
345
|
:param str demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
269
346
|
:param 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.
|
270
347
|
:param str resource_type: The type of the resource against which the user wants to place a capacity request.
|
271
348
|
:param str workload_type: The type of the workload (Generic/ROW).
|
272
349
|
:param str actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
350
|
+
:param Sequence['OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs'] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
351
|
+
:param 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.
|
273
352
|
:param str date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
274
353
|
:param str date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
275
354
|
:param str expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
355
|
+
:param str source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
276
356
|
"""
|
277
357
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
278
358
|
pulumi.set(__self__, "resource_name", resource_name)
|
@@ -280,12 +360,18 @@ class OccCapacityRequestDetail(dict):
|
|
280
360
|
pulumi.set(__self__, "workload_type", workload_type)
|
281
361
|
if actual_handover_quantity is not None:
|
282
362
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
363
|
+
if associated_occ_handover_resource_block_lists is not None:
|
364
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
365
|
+
if availability_domain is not None:
|
366
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
283
367
|
if date_actual_handover is not None:
|
284
368
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
285
369
|
if date_expected_handover is not None:
|
286
370
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
287
371
|
if expected_handover_quantity is not None:
|
288
372
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
373
|
+
if source_workload_type is not None:
|
374
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
289
375
|
|
290
376
|
@property
|
291
377
|
@pulumi.getter(name="demandQuantity")
|
@@ -327,6 +413,22 @@ class OccCapacityRequestDetail(dict):
|
|
327
413
|
"""
|
328
414
|
return pulumi.get(self, "actual_handover_quantity")
|
329
415
|
|
416
|
+
@property
|
417
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
418
|
+
def associated_occ_handover_resource_block_lists(self) -> Optional[Sequence['outputs.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList']]:
|
419
|
+
"""
|
420
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
421
|
+
"""
|
422
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
423
|
+
|
424
|
+
@property
|
425
|
+
@pulumi.getter(name="availabilityDomain")
|
426
|
+
def availability_domain(self) -> Optional[str]:
|
427
|
+
"""
|
428
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
429
|
+
"""
|
430
|
+
return pulumi.get(self, "availability_domain")
|
431
|
+
|
330
432
|
@property
|
331
433
|
@pulumi.getter(name="dateActualHandover")
|
332
434
|
def date_actual_handover(self) -> Optional[str]:
|
@@ -351,6 +453,64 @@ class OccCapacityRequestDetail(dict):
|
|
351
453
|
"""
|
352
454
|
return pulumi.get(self, "expected_handover_quantity")
|
353
455
|
|
456
|
+
@property
|
457
|
+
@pulumi.getter(name="sourceWorkloadType")
|
458
|
+
def source_workload_type(self) -> Optional[str]:
|
459
|
+
"""
|
460
|
+
The WorkloadType from where capacity request are to be transferred.
|
461
|
+
"""
|
462
|
+
return pulumi.get(self, "source_workload_type")
|
463
|
+
|
464
|
+
|
465
|
+
@pulumi.output_type
|
466
|
+
class OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList(dict):
|
467
|
+
@staticmethod
|
468
|
+
def __key_warning(key: str):
|
469
|
+
suggest = None
|
470
|
+
if key == "handoverQuantity":
|
471
|
+
suggest = "handover_quantity"
|
472
|
+
elif key == "occHandoverResourceBlockId":
|
473
|
+
suggest = "occ_handover_resource_block_id"
|
474
|
+
|
475
|
+
if suggest:
|
476
|
+
pulumi.log.warn(f"Key '{key}' not found in OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList. Access the value via the '{suggest}' property getter instead.")
|
477
|
+
|
478
|
+
def __getitem__(self, key: str) -> Any:
|
479
|
+
OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList.__key_warning(key)
|
480
|
+
return super().__getitem__(key)
|
481
|
+
|
482
|
+
def get(self, key: str, default = None) -> Any:
|
483
|
+
OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList.__key_warning(key)
|
484
|
+
return super().get(key, default)
|
485
|
+
|
486
|
+
def __init__(__self__, *,
|
487
|
+
handover_quantity: Optional[str] = None,
|
488
|
+
occ_handover_resource_block_id: Optional[str] = None):
|
489
|
+
"""
|
490
|
+
:param str handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
491
|
+
:param str occ_handover_resource_block_id: The OCID of the handed over resource block.
|
492
|
+
"""
|
493
|
+
if handover_quantity is not None:
|
494
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
495
|
+
if occ_handover_resource_block_id is not None:
|
496
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
497
|
+
|
498
|
+
@property
|
499
|
+
@pulumi.getter(name="handoverQuantity")
|
500
|
+
def handover_quantity(self) -> Optional[str]:
|
501
|
+
"""
|
502
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
503
|
+
"""
|
504
|
+
return pulumi.get(self, "handover_quantity")
|
505
|
+
|
506
|
+
@property
|
507
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
508
|
+
def occ_handover_resource_block_id(self) -> Optional[str]:
|
509
|
+
"""
|
510
|
+
The OCID of the handed over resource block.
|
511
|
+
"""
|
512
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
513
|
+
|
354
514
|
|
355
515
|
@pulumi.output_type
|
356
516
|
class OccCapacityRequestPatchOperation(dict):
|
@@ -403,51 +563,883 @@ class OccCapacityRequestPatchOperation(dict):
|
|
403
563
|
"""
|
404
564
|
(Updatable)
|
405
565
|
"""
|
406
|
-
return pulumi.get(self, "from_")
|
566
|
+
return pulumi.get(self, "from_")
|
567
|
+
|
568
|
+
@property
|
569
|
+
@pulumi.getter
|
570
|
+
def operation(self) -> str:
|
571
|
+
"""
|
572
|
+
(Updatable) The operation can be one of these values: `INSERT`, `INSERT_MULTIPLE`, `MERGE`, `MOVE`, `PROHIBIT`, `REMOVE`, `REPLACE`, `REQUIRE`
|
573
|
+
"""
|
574
|
+
return pulumi.get(self, "operation")
|
575
|
+
|
576
|
+
@property
|
577
|
+
@pulumi.getter
|
578
|
+
def selection(self) -> str:
|
579
|
+
"""
|
580
|
+
(Updatable)
|
581
|
+
"""
|
582
|
+
return pulumi.get(self, "selection")
|
583
|
+
|
584
|
+
@property
|
585
|
+
@pulumi.getter
|
586
|
+
def value(self) -> Mapping[str, str]:
|
587
|
+
"""
|
588
|
+
(Updatable)
|
589
|
+
"""
|
590
|
+
return pulumi.get(self, "value")
|
591
|
+
|
592
|
+
@property
|
593
|
+
@pulumi.getter
|
594
|
+
def position(self) -> Optional[str]:
|
595
|
+
"""
|
596
|
+
(Updatable)
|
597
|
+
"""
|
598
|
+
return pulumi.get(self, "position")
|
599
|
+
|
600
|
+
@property
|
601
|
+
@pulumi.getter(name="selectedItem")
|
602
|
+
def selected_item(self) -> Optional[str]:
|
603
|
+
"""
|
604
|
+
(Updatable)
|
605
|
+
"""
|
606
|
+
return pulumi.get(self, "selected_item")
|
607
|
+
|
608
|
+
|
609
|
+
@pulumi.output_type
|
610
|
+
class OccCustomerGroupCustomersList(dict):
|
611
|
+
@staticmethod
|
612
|
+
def __key_warning(key: str):
|
613
|
+
suggest = None
|
614
|
+
if key == "displayName":
|
615
|
+
suggest = "display_name"
|
616
|
+
elif key == "tenancyId":
|
617
|
+
suggest = "tenancy_id"
|
618
|
+
elif key == "occCustomerGroupId":
|
619
|
+
suggest = "occ_customer_group_id"
|
620
|
+
|
621
|
+
if suggest:
|
622
|
+
pulumi.log.warn(f"Key '{key}' not found in OccCustomerGroupCustomersList. Access the value via the '{suggest}' property getter instead.")
|
623
|
+
|
624
|
+
def __getitem__(self, key: str) -> Any:
|
625
|
+
OccCustomerGroupCustomersList.__key_warning(key)
|
626
|
+
return super().__getitem__(key)
|
627
|
+
|
628
|
+
def get(self, key: str, default = None) -> Any:
|
629
|
+
OccCustomerGroupCustomersList.__key_warning(key)
|
630
|
+
return super().get(key, default)
|
631
|
+
|
632
|
+
def __init__(__self__, *,
|
633
|
+
display_name: str,
|
634
|
+
tenancy_id: str,
|
635
|
+
description: Optional[str] = None,
|
636
|
+
occ_customer_group_id: Optional[str] = None,
|
637
|
+
status: Optional[str] = None):
|
638
|
+
"""
|
639
|
+
:param str display_name: The display name for the customer.
|
640
|
+
:param str tenancy_id: The OCID of the tenancy belonging to the customer.
|
641
|
+
:param str description: The description about the customer group.
|
642
|
+
:param str occ_customer_group_id: The OCID of the customer group.
|
643
|
+
:param str status: To determine whether the customer is enabled/disabled.
|
644
|
+
"""
|
645
|
+
pulumi.set(__self__, "display_name", display_name)
|
646
|
+
pulumi.set(__self__, "tenancy_id", tenancy_id)
|
647
|
+
if description is not None:
|
648
|
+
pulumi.set(__self__, "description", description)
|
649
|
+
if occ_customer_group_id is not None:
|
650
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
651
|
+
if status is not None:
|
652
|
+
pulumi.set(__self__, "status", status)
|
653
|
+
|
654
|
+
@property
|
655
|
+
@pulumi.getter(name="displayName")
|
656
|
+
def display_name(self) -> str:
|
657
|
+
"""
|
658
|
+
The display name for the customer.
|
659
|
+
"""
|
660
|
+
return pulumi.get(self, "display_name")
|
661
|
+
|
662
|
+
@property
|
663
|
+
@pulumi.getter(name="tenancyId")
|
664
|
+
def tenancy_id(self) -> str:
|
665
|
+
"""
|
666
|
+
The OCID of the tenancy belonging to the customer.
|
667
|
+
"""
|
668
|
+
return pulumi.get(self, "tenancy_id")
|
669
|
+
|
670
|
+
@property
|
671
|
+
@pulumi.getter
|
672
|
+
def description(self) -> Optional[str]:
|
673
|
+
"""
|
674
|
+
The description about the customer group.
|
675
|
+
"""
|
676
|
+
return pulumi.get(self, "description")
|
677
|
+
|
678
|
+
@property
|
679
|
+
@pulumi.getter(name="occCustomerGroupId")
|
680
|
+
def occ_customer_group_id(self) -> Optional[str]:
|
681
|
+
"""
|
682
|
+
The OCID of the customer group.
|
683
|
+
"""
|
684
|
+
return pulumi.get(self, "occ_customer_group_id")
|
685
|
+
|
686
|
+
@property
|
687
|
+
@pulumi.getter
|
688
|
+
def status(self) -> Optional[str]:
|
689
|
+
"""
|
690
|
+
To determine whether the customer is enabled/disabled.
|
691
|
+
"""
|
692
|
+
return pulumi.get(self, "status")
|
693
|
+
|
694
|
+
|
695
|
+
@pulumi.output_type
|
696
|
+
class GetInternalNamespaceOccOverviewsFilterResult(dict):
|
697
|
+
def __init__(__self__, *,
|
698
|
+
name: str,
|
699
|
+
values: Sequence[str],
|
700
|
+
regex: Optional[bool] = None):
|
701
|
+
pulumi.set(__self__, "name", name)
|
702
|
+
pulumi.set(__self__, "values", values)
|
703
|
+
if regex is not None:
|
704
|
+
pulumi.set(__self__, "regex", regex)
|
705
|
+
|
706
|
+
@property
|
707
|
+
@pulumi.getter
|
708
|
+
def name(self) -> str:
|
709
|
+
return pulumi.get(self, "name")
|
710
|
+
|
711
|
+
@property
|
712
|
+
@pulumi.getter
|
713
|
+
def values(self) -> Sequence[str]:
|
714
|
+
return pulumi.get(self, "values")
|
715
|
+
|
716
|
+
@property
|
717
|
+
@pulumi.getter
|
718
|
+
def regex(self) -> Optional[bool]:
|
719
|
+
return pulumi.get(self, "regex")
|
720
|
+
|
721
|
+
|
722
|
+
@pulumi.output_type
|
723
|
+
class GetInternalNamespaceOccOverviewsOccOverviewCollectionResult(dict):
|
724
|
+
def __init__(__self__, *,
|
725
|
+
items: Sequence['outputs.GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult']):
|
726
|
+
"""
|
727
|
+
:param Sequence['GetInternalNamespaceOccOverviewsOccOverviewCollectionItemArgs'] items: An array of overview summary.
|
728
|
+
"""
|
729
|
+
pulumi.set(__self__, "items", items)
|
730
|
+
|
731
|
+
@property
|
732
|
+
@pulumi.getter
|
733
|
+
def items(self) -> Sequence['outputs.GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult']:
|
734
|
+
"""
|
735
|
+
An array of overview summary.
|
736
|
+
"""
|
737
|
+
return pulumi.get(self, "items")
|
738
|
+
|
739
|
+
|
740
|
+
@pulumi.output_type
|
741
|
+
class GetInternalNamespaceOccOverviewsOccOverviewCollectionItemResult(dict):
|
742
|
+
def __init__(__self__, *,
|
743
|
+
capacity_requests_blob: str,
|
744
|
+
compartment_id: str,
|
745
|
+
period_value: str,
|
746
|
+
resource_name: str,
|
747
|
+
total_available: str,
|
748
|
+
total_cancelled: str,
|
749
|
+
total_demanded: str,
|
750
|
+
total_rejected: str,
|
751
|
+
total_supplied: str,
|
752
|
+
total_unfulfilled: str,
|
753
|
+
unit: str,
|
754
|
+
workload_type_breakdown_blob: str):
|
755
|
+
"""
|
756
|
+
:param str capacity_requests_blob: A raw json blob containing all the capacity requests corresponding to the resource name
|
757
|
+
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
758
|
+
:param str period_value: The name of the month along with year for which this summary corresponds to.
|
759
|
+
:param str resource_name: The name of the resource for which we have aggregated the value.
|
760
|
+
:param str total_available: The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
761
|
+
:param str total_cancelled: The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
762
|
+
:param str total_demanded: The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
763
|
+
:param str total_rejected: The quantity of the resource which is rejected by Oracle.
|
764
|
+
:param str total_supplied: The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
765
|
+
:param str total_unfulfilled: The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
766
|
+
:param str unit: The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
767
|
+
:param str workload_type_breakdown_blob: A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
768
|
+
"""
|
769
|
+
pulumi.set(__self__, "capacity_requests_blob", capacity_requests_blob)
|
770
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
771
|
+
pulumi.set(__self__, "period_value", period_value)
|
772
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
773
|
+
pulumi.set(__self__, "total_available", total_available)
|
774
|
+
pulumi.set(__self__, "total_cancelled", total_cancelled)
|
775
|
+
pulumi.set(__self__, "total_demanded", total_demanded)
|
776
|
+
pulumi.set(__self__, "total_rejected", total_rejected)
|
777
|
+
pulumi.set(__self__, "total_supplied", total_supplied)
|
778
|
+
pulumi.set(__self__, "total_unfulfilled", total_unfulfilled)
|
779
|
+
pulumi.set(__self__, "unit", unit)
|
780
|
+
pulumi.set(__self__, "workload_type_breakdown_blob", workload_type_breakdown_blob)
|
781
|
+
|
782
|
+
@property
|
783
|
+
@pulumi.getter(name="capacityRequestsBlob")
|
784
|
+
def capacity_requests_blob(self) -> str:
|
785
|
+
"""
|
786
|
+
A raw json blob containing all the capacity requests corresponding to the resource name
|
787
|
+
"""
|
788
|
+
return pulumi.get(self, "capacity_requests_blob")
|
789
|
+
|
790
|
+
@property
|
791
|
+
@pulumi.getter(name="compartmentId")
|
792
|
+
def compartment_id(self) -> str:
|
793
|
+
"""
|
794
|
+
The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
795
|
+
"""
|
796
|
+
return pulumi.get(self, "compartment_id")
|
797
|
+
|
798
|
+
@property
|
799
|
+
@pulumi.getter(name="periodValue")
|
800
|
+
def period_value(self) -> str:
|
801
|
+
"""
|
802
|
+
The name of the month along with year for which this summary corresponds to.
|
803
|
+
"""
|
804
|
+
return pulumi.get(self, "period_value")
|
805
|
+
|
806
|
+
@property
|
807
|
+
@pulumi.getter(name="resourceName")
|
808
|
+
def resource_name(self) -> str:
|
809
|
+
"""
|
810
|
+
The name of the resource for which we have aggregated the value.
|
811
|
+
"""
|
812
|
+
return pulumi.get(self, "resource_name")
|
813
|
+
|
814
|
+
@property
|
815
|
+
@pulumi.getter(name="totalAvailable")
|
816
|
+
def total_available(self) -> str:
|
817
|
+
"""
|
818
|
+
The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
819
|
+
"""
|
820
|
+
return pulumi.get(self, "total_available")
|
821
|
+
|
822
|
+
@property
|
823
|
+
@pulumi.getter(name="totalCancelled")
|
824
|
+
def total_cancelled(self) -> str:
|
825
|
+
"""
|
826
|
+
The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
827
|
+
"""
|
828
|
+
return pulumi.get(self, "total_cancelled")
|
829
|
+
|
830
|
+
@property
|
831
|
+
@pulumi.getter(name="totalDemanded")
|
832
|
+
def total_demanded(self) -> str:
|
833
|
+
"""
|
834
|
+
The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
835
|
+
"""
|
836
|
+
return pulumi.get(self, "total_demanded")
|
837
|
+
|
838
|
+
@property
|
839
|
+
@pulumi.getter(name="totalRejected")
|
840
|
+
def total_rejected(self) -> str:
|
841
|
+
"""
|
842
|
+
The quantity of the resource which is rejected by Oracle.
|
843
|
+
"""
|
844
|
+
return pulumi.get(self, "total_rejected")
|
845
|
+
|
846
|
+
@property
|
847
|
+
@pulumi.getter(name="totalSupplied")
|
848
|
+
def total_supplied(self) -> str:
|
849
|
+
"""
|
850
|
+
The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
851
|
+
"""
|
852
|
+
return pulumi.get(self, "total_supplied")
|
853
|
+
|
854
|
+
@property
|
855
|
+
@pulumi.getter(name="totalUnfulfilled")
|
856
|
+
def total_unfulfilled(self) -> str:
|
857
|
+
"""
|
858
|
+
The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
859
|
+
"""
|
860
|
+
return pulumi.get(self, "total_unfulfilled")
|
861
|
+
|
862
|
+
@property
|
863
|
+
@pulumi.getter
|
864
|
+
def unit(self) -> str:
|
865
|
+
"""
|
866
|
+
The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
867
|
+
"""
|
868
|
+
return pulumi.get(self, "unit")
|
869
|
+
|
870
|
+
@property
|
871
|
+
@pulumi.getter(name="workloadTypeBreakdownBlob")
|
872
|
+
def workload_type_breakdown_blob(self) -> str:
|
873
|
+
"""
|
874
|
+
A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
875
|
+
"""
|
876
|
+
return pulumi.get(self, "workload_type_breakdown_blob")
|
877
|
+
|
878
|
+
|
879
|
+
@pulumi.output_type
|
880
|
+
class GetInternalOccAvailabilityCatalogsFilterResult(dict):
|
881
|
+
def __init__(__self__, *,
|
882
|
+
name: str,
|
883
|
+
values: Sequence[str],
|
884
|
+
regex: Optional[bool] = None):
|
885
|
+
pulumi.set(__self__, "name", name)
|
886
|
+
pulumi.set(__self__, "values", values)
|
887
|
+
if regex is not None:
|
888
|
+
pulumi.set(__self__, "regex", regex)
|
889
|
+
|
890
|
+
@property
|
891
|
+
@pulumi.getter
|
892
|
+
def name(self) -> str:
|
893
|
+
return pulumi.get(self, "name")
|
894
|
+
|
895
|
+
@property
|
896
|
+
@pulumi.getter
|
897
|
+
def values(self) -> Sequence[str]:
|
898
|
+
return pulumi.get(self, "values")
|
899
|
+
|
900
|
+
@property
|
901
|
+
@pulumi.getter
|
902
|
+
def regex(self) -> Optional[bool]:
|
903
|
+
return pulumi.get(self, "regex")
|
904
|
+
|
905
|
+
|
906
|
+
@pulumi.output_type
|
907
|
+
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionResult(dict):
|
908
|
+
def __init__(__self__, *,
|
909
|
+
items: Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult']):
|
910
|
+
"""
|
911
|
+
:param Sequence['GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemArgs'] items: An array of availability catalogs.
|
912
|
+
"""
|
913
|
+
pulumi.set(__self__, "items", items)
|
914
|
+
|
915
|
+
@property
|
916
|
+
@pulumi.getter
|
917
|
+
def items(self) -> Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult']:
|
918
|
+
"""
|
919
|
+
An array of availability catalogs.
|
920
|
+
"""
|
921
|
+
return pulumi.get(self, "items")
|
922
|
+
|
923
|
+
|
924
|
+
@pulumi.output_type
|
925
|
+
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult(dict):
|
926
|
+
def __init__(__self__, *,
|
927
|
+
catalog_state: str,
|
928
|
+
compartment_id: str,
|
929
|
+
defined_tags: Mapping[str, str],
|
930
|
+
description: str,
|
931
|
+
display_name: str,
|
932
|
+
freeform_tags: Mapping[str, str],
|
933
|
+
id: str,
|
934
|
+
lifecycle_details: str,
|
935
|
+
metadata_details: Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult'],
|
936
|
+
namespace: str,
|
937
|
+
occ_customer_group_id: str,
|
938
|
+
state: str,
|
939
|
+
system_tags: Mapping[str, str],
|
940
|
+
time_created: str,
|
941
|
+
time_updated: str):
|
942
|
+
"""
|
943
|
+
:param str catalog_state: Filter the list of availability catalogs based on the catalog state.
|
944
|
+
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
945
|
+
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
946
|
+
:param str description: Text information about the availability catalog.
|
947
|
+
:param str display_name: A filter to return only the resources that match the entire display name. The match is not case sensitive.
|
948
|
+
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
949
|
+
:param str id: The OCID of the availability catalog to filter the list of availability catalogs.
|
950
|
+
:param 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 a Failed State.
|
951
|
+
:param Sequence['GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailArgs'] metadata_details: Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
|
952
|
+
:param str namespace: The namespace by which we would filter the list.
|
953
|
+
:param str occ_customer_group_id: The customer group ocid by which we would filter the list.
|
954
|
+
:param str state: The current lifecycle state of the customer group.
|
955
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
956
|
+
:param str time_created: The time when the availability catalog was created.
|
957
|
+
:param str time_updated: The time when the availability catalog was last updated.
|
958
|
+
"""
|
959
|
+
pulumi.set(__self__, "catalog_state", catalog_state)
|
960
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
961
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
962
|
+
pulumi.set(__self__, "description", description)
|
963
|
+
pulumi.set(__self__, "display_name", display_name)
|
964
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
965
|
+
pulumi.set(__self__, "id", id)
|
966
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
967
|
+
pulumi.set(__self__, "metadata_details", metadata_details)
|
968
|
+
pulumi.set(__self__, "namespace", namespace)
|
969
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
970
|
+
pulumi.set(__self__, "state", state)
|
971
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
972
|
+
pulumi.set(__self__, "time_created", time_created)
|
973
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
974
|
+
|
975
|
+
@property
|
976
|
+
@pulumi.getter(name="catalogState")
|
977
|
+
def catalog_state(self) -> str:
|
978
|
+
"""
|
979
|
+
Filter the list of availability catalogs based on the catalog state.
|
980
|
+
"""
|
981
|
+
return pulumi.get(self, "catalog_state")
|
982
|
+
|
983
|
+
@property
|
984
|
+
@pulumi.getter(name="compartmentId")
|
985
|
+
def compartment_id(self) -> str:
|
986
|
+
"""
|
987
|
+
The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
988
|
+
"""
|
989
|
+
return pulumi.get(self, "compartment_id")
|
990
|
+
|
991
|
+
@property
|
992
|
+
@pulumi.getter(name="definedTags")
|
993
|
+
def defined_tags(self) -> Mapping[str, str]:
|
994
|
+
"""
|
995
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
996
|
+
"""
|
997
|
+
return pulumi.get(self, "defined_tags")
|
998
|
+
|
999
|
+
@property
|
1000
|
+
@pulumi.getter
|
1001
|
+
def description(self) -> str:
|
1002
|
+
"""
|
1003
|
+
Text information about the availability catalog.
|
1004
|
+
"""
|
1005
|
+
return pulumi.get(self, "description")
|
1006
|
+
|
1007
|
+
@property
|
1008
|
+
@pulumi.getter(name="displayName")
|
1009
|
+
def display_name(self) -> str:
|
1010
|
+
"""
|
1011
|
+
A filter to return only the resources that match the entire display name. The match is not case sensitive.
|
1012
|
+
"""
|
1013
|
+
return pulumi.get(self, "display_name")
|
1014
|
+
|
1015
|
+
@property
|
1016
|
+
@pulumi.getter(name="freeformTags")
|
1017
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
1018
|
+
"""
|
1019
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1020
|
+
"""
|
1021
|
+
return pulumi.get(self, "freeform_tags")
|
1022
|
+
|
1023
|
+
@property
|
1024
|
+
@pulumi.getter
|
1025
|
+
def id(self) -> str:
|
1026
|
+
"""
|
1027
|
+
The OCID of the availability catalog to filter the list of availability catalogs.
|
1028
|
+
"""
|
1029
|
+
return pulumi.get(self, "id")
|
1030
|
+
|
1031
|
+
@property
|
1032
|
+
@pulumi.getter(name="lifecycleDetails")
|
1033
|
+
def lifecycle_details(self) -> str:
|
1034
|
+
"""
|
1035
|
+
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
|
1036
|
+
"""
|
1037
|
+
return pulumi.get(self, "lifecycle_details")
|
1038
|
+
|
1039
|
+
@property
|
1040
|
+
@pulumi.getter(name="metadataDetails")
|
1041
|
+
def metadata_details(self) -> Sequence['outputs.GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult']:
|
1042
|
+
"""
|
1043
|
+
Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
|
1044
|
+
"""
|
1045
|
+
return pulumi.get(self, "metadata_details")
|
1046
|
+
|
1047
|
+
@property
|
1048
|
+
@pulumi.getter
|
1049
|
+
def namespace(self) -> str:
|
1050
|
+
"""
|
1051
|
+
The namespace by which we would filter the list.
|
1052
|
+
"""
|
1053
|
+
return pulumi.get(self, "namespace")
|
1054
|
+
|
1055
|
+
@property
|
1056
|
+
@pulumi.getter(name="occCustomerGroupId")
|
1057
|
+
def occ_customer_group_id(self) -> str:
|
1058
|
+
"""
|
1059
|
+
The customer group ocid by which we would filter the list.
|
1060
|
+
"""
|
1061
|
+
return pulumi.get(self, "occ_customer_group_id")
|
1062
|
+
|
1063
|
+
@property
|
1064
|
+
@pulumi.getter
|
1065
|
+
def state(self) -> str:
|
1066
|
+
"""
|
1067
|
+
The current lifecycle state of the customer group.
|
1068
|
+
"""
|
1069
|
+
return pulumi.get(self, "state")
|
1070
|
+
|
1071
|
+
@property
|
1072
|
+
@pulumi.getter(name="systemTags")
|
1073
|
+
def system_tags(self) -> Mapping[str, str]:
|
1074
|
+
"""
|
1075
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1076
|
+
"""
|
1077
|
+
return pulumi.get(self, "system_tags")
|
1078
|
+
|
1079
|
+
@property
|
1080
|
+
@pulumi.getter(name="timeCreated")
|
1081
|
+
def time_created(self) -> str:
|
1082
|
+
"""
|
1083
|
+
The time when the availability catalog was created.
|
1084
|
+
"""
|
1085
|
+
return pulumi.get(self, "time_created")
|
1086
|
+
|
1087
|
+
@property
|
1088
|
+
@pulumi.getter(name="timeUpdated")
|
1089
|
+
def time_updated(self) -> str:
|
1090
|
+
"""
|
1091
|
+
The time when the availability catalog was last updated.
|
1092
|
+
"""
|
1093
|
+
return pulumi.get(self, "time_updated")
|
1094
|
+
|
1095
|
+
|
1096
|
+
@pulumi.output_type
|
1097
|
+
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult(dict):
|
1098
|
+
def __init__(__self__, *,
|
1099
|
+
format_version: str):
|
1100
|
+
"""
|
1101
|
+
:param str format_version: The version for the format of the catalog file being uploaded.
|
1102
|
+
"""
|
1103
|
+
pulumi.set(__self__, "format_version", format_version)
|
1104
|
+
|
1105
|
+
@property
|
1106
|
+
@pulumi.getter(name="formatVersion")
|
1107
|
+
def format_version(self) -> str:
|
1108
|
+
"""
|
1109
|
+
The version for the format of the catalog file being uploaded.
|
1110
|
+
"""
|
1111
|
+
return pulumi.get(self, "format_version")
|
1112
|
+
|
1113
|
+
|
1114
|
+
@pulumi.output_type
|
1115
|
+
class GetInternalOccHandoverResourceBlockDetailsFilterResult(dict):
|
1116
|
+
def __init__(__self__, *,
|
1117
|
+
name: str,
|
1118
|
+
values: Sequence[str],
|
1119
|
+
regex: Optional[bool] = None):
|
1120
|
+
pulumi.set(__self__, "name", name)
|
1121
|
+
pulumi.set(__self__, "values", values)
|
1122
|
+
if regex is not None:
|
1123
|
+
pulumi.set(__self__, "regex", regex)
|
1124
|
+
|
1125
|
+
@property
|
1126
|
+
@pulumi.getter
|
1127
|
+
def name(self) -> str:
|
1128
|
+
return pulumi.get(self, "name")
|
1129
|
+
|
1130
|
+
@property
|
1131
|
+
@pulumi.getter
|
1132
|
+
def values(self) -> Sequence[str]:
|
1133
|
+
return pulumi.get(self, "values")
|
1134
|
+
|
1135
|
+
@property
|
1136
|
+
@pulumi.getter
|
1137
|
+
def regex(self) -> Optional[bool]:
|
1138
|
+
return pulumi.get(self, "regex")
|
1139
|
+
|
1140
|
+
|
1141
|
+
@pulumi.output_type
|
1142
|
+
class GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult(dict):
|
1143
|
+
def __init__(__self__, *,
|
1144
|
+
items: Sequence['outputs.GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']):
|
1145
|
+
"""
|
1146
|
+
:param Sequence['GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemArgs'] items: An array of details about an occ handover resource block.
|
1147
|
+
"""
|
1148
|
+
pulumi.set(__self__, "items", items)
|
1149
|
+
|
1150
|
+
@property
|
1151
|
+
@pulumi.getter
|
1152
|
+
def items(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']:
|
1153
|
+
"""
|
1154
|
+
An array of details about an occ handover resource block.
|
1155
|
+
"""
|
1156
|
+
return pulumi.get(self, "items")
|
1157
|
+
|
1158
|
+
|
1159
|
+
@pulumi.output_type
|
1160
|
+
class GetInternalOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult(dict):
|
1161
|
+
def __init__(__self__, *,
|
1162
|
+
details: Mapping[str, str],
|
1163
|
+
occ_resource_handover_block_id: str):
|
1164
|
+
"""
|
1165
|
+
:param Mapping[str, str] details: A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
1166
|
+
:param str occ_resource_handover_block_id: The OCID of the occResourceHandoverBlock.
|
1167
|
+
"""
|
1168
|
+
pulumi.set(__self__, "details", details)
|
1169
|
+
pulumi.set(__self__, "occ_resource_handover_block_id", occ_resource_handover_block_id)
|
1170
|
+
|
1171
|
+
@property
|
1172
|
+
@pulumi.getter
|
1173
|
+
def details(self) -> Mapping[str, str]:
|
1174
|
+
"""
|
1175
|
+
A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
1176
|
+
"""
|
1177
|
+
return pulumi.get(self, "details")
|
1178
|
+
|
1179
|
+
@property
|
1180
|
+
@pulumi.getter(name="occResourceHandoverBlockId")
|
1181
|
+
def occ_resource_handover_block_id(self) -> str:
|
1182
|
+
"""
|
1183
|
+
The OCID of the occResourceHandoverBlock.
|
1184
|
+
"""
|
1185
|
+
return pulumi.get(self, "occ_resource_handover_block_id")
|
1186
|
+
|
1187
|
+
|
1188
|
+
@pulumi.output_type
|
1189
|
+
class GetInternalOccHandoverResourceBlocksFilterResult(dict):
|
1190
|
+
def __init__(__self__, *,
|
1191
|
+
name: str,
|
1192
|
+
values: Sequence[str],
|
1193
|
+
regex: Optional[bool] = None):
|
1194
|
+
pulumi.set(__self__, "name", name)
|
1195
|
+
pulumi.set(__self__, "values", values)
|
1196
|
+
if regex is not None:
|
1197
|
+
pulumi.set(__self__, "regex", regex)
|
1198
|
+
|
1199
|
+
@property
|
1200
|
+
@pulumi.getter
|
1201
|
+
def name(self) -> str:
|
1202
|
+
return pulumi.get(self, "name")
|
1203
|
+
|
1204
|
+
@property
|
1205
|
+
@pulumi.getter
|
1206
|
+
def values(self) -> Sequence[str]:
|
1207
|
+
return pulumi.get(self, "values")
|
1208
|
+
|
1209
|
+
@property
|
1210
|
+
@pulumi.getter
|
1211
|
+
def regex(self) -> Optional[bool]:
|
1212
|
+
return pulumi.get(self, "regex")
|
1213
|
+
|
1214
|
+
|
1215
|
+
@pulumi.output_type
|
1216
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult(dict):
|
1217
|
+
def __init__(__self__, *,
|
1218
|
+
items: Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']):
|
1219
|
+
"""
|
1220
|
+
:param Sequence['GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemArgs'] items: An array of occ handover resource blocks.
|
1221
|
+
"""
|
1222
|
+
pulumi.set(__self__, "items", items)
|
1223
|
+
|
1224
|
+
@property
|
1225
|
+
@pulumi.getter
|
1226
|
+
def items(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']:
|
1227
|
+
"""
|
1228
|
+
An array of occ handover resource blocks.
|
1229
|
+
"""
|
1230
|
+
return pulumi.get(self, "items")
|
1231
|
+
|
1232
|
+
|
1233
|
+
@pulumi.output_type
|
1234
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult(dict):
|
1235
|
+
def __init__(__self__, *,
|
1236
|
+
associated_capacity_requests: Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult'],
|
1237
|
+
compartment_id: str,
|
1238
|
+
handover_date: str,
|
1239
|
+
handover_resource_name: str,
|
1240
|
+
id: str,
|
1241
|
+
namespace: str,
|
1242
|
+
occ_customer_group_id: str,
|
1243
|
+
placement_details: Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult'],
|
1244
|
+
total_handover_quantity: str):
|
1245
|
+
"""
|
1246
|
+
:param Sequence['GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestArgs'] associated_capacity_requests: A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
1247
|
+
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1248
|
+
:param str handover_date: The date on which the resource was handed over to the customer.
|
1249
|
+
:param str handover_resource_name: A filter to return only the list of resources that match the name provided in this filter.
|
1250
|
+
:param str id: The OCID of the resource block.
|
1251
|
+
:param str namespace: The namespace enum value that needs to be passed as a required query parameter.
|
1252
|
+
:param str occ_customer_group_id: The customer group ocid by which we would filter the list.
|
1253
|
+
:param Sequence['GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailArgs'] placement_details: Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
1254
|
+
:param str total_handover_quantity: The total quantity of the resource that was made available to the customer by Oracle.
|
1255
|
+
"""
|
1256
|
+
pulumi.set(__self__, "associated_capacity_requests", associated_capacity_requests)
|
1257
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1258
|
+
pulumi.set(__self__, "handover_date", handover_date)
|
1259
|
+
pulumi.set(__self__, "handover_resource_name", handover_resource_name)
|
1260
|
+
pulumi.set(__self__, "id", id)
|
1261
|
+
pulumi.set(__self__, "namespace", namespace)
|
1262
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
1263
|
+
pulumi.set(__self__, "placement_details", placement_details)
|
1264
|
+
pulumi.set(__self__, "total_handover_quantity", total_handover_quantity)
|
1265
|
+
|
1266
|
+
@property
|
1267
|
+
@pulumi.getter(name="associatedCapacityRequests")
|
1268
|
+
def associated_capacity_requests(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult']:
|
1269
|
+
"""
|
1270
|
+
A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
1271
|
+
"""
|
1272
|
+
return pulumi.get(self, "associated_capacity_requests")
|
1273
|
+
|
1274
|
+
@property
|
1275
|
+
@pulumi.getter(name="compartmentId")
|
1276
|
+
def compartment_id(self) -> str:
|
1277
|
+
"""
|
1278
|
+
The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1279
|
+
"""
|
1280
|
+
return pulumi.get(self, "compartment_id")
|
1281
|
+
|
1282
|
+
@property
|
1283
|
+
@pulumi.getter(name="handoverDate")
|
1284
|
+
def handover_date(self) -> str:
|
1285
|
+
"""
|
1286
|
+
The date on which the resource was handed over to the customer.
|
1287
|
+
"""
|
1288
|
+
return pulumi.get(self, "handover_date")
|
1289
|
+
|
1290
|
+
@property
|
1291
|
+
@pulumi.getter(name="handoverResourceName")
|
1292
|
+
def handover_resource_name(self) -> str:
|
1293
|
+
"""
|
1294
|
+
A filter to return only the list of resources that match the name provided in this filter.
|
1295
|
+
"""
|
1296
|
+
return pulumi.get(self, "handover_resource_name")
|
1297
|
+
|
1298
|
+
@property
|
1299
|
+
@pulumi.getter
|
1300
|
+
def id(self) -> str:
|
1301
|
+
"""
|
1302
|
+
The OCID of the resource block.
|
1303
|
+
"""
|
1304
|
+
return pulumi.get(self, "id")
|
1305
|
+
|
1306
|
+
@property
|
1307
|
+
@pulumi.getter
|
1308
|
+
def namespace(self) -> str:
|
1309
|
+
"""
|
1310
|
+
The namespace enum value that needs to be passed as a required query parameter.
|
1311
|
+
"""
|
1312
|
+
return pulumi.get(self, "namespace")
|
1313
|
+
|
1314
|
+
@property
|
1315
|
+
@pulumi.getter(name="occCustomerGroupId")
|
1316
|
+
def occ_customer_group_id(self) -> str:
|
1317
|
+
"""
|
1318
|
+
The customer group ocid by which we would filter the list.
|
1319
|
+
"""
|
1320
|
+
return pulumi.get(self, "occ_customer_group_id")
|
1321
|
+
|
1322
|
+
@property
|
1323
|
+
@pulumi.getter(name="placementDetails")
|
1324
|
+
def placement_details(self) -> Sequence['outputs.GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult']:
|
1325
|
+
"""
|
1326
|
+
Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
1327
|
+
"""
|
1328
|
+
return pulumi.get(self, "placement_details")
|
1329
|
+
|
1330
|
+
@property
|
1331
|
+
@pulumi.getter(name="totalHandoverQuantity")
|
1332
|
+
def total_handover_quantity(self) -> str:
|
1333
|
+
"""
|
1334
|
+
The total quantity of the resource that was made available to the customer by Oracle.
|
1335
|
+
"""
|
1336
|
+
return pulumi.get(self, "total_handover_quantity")
|
1337
|
+
|
1338
|
+
|
1339
|
+
@pulumi.output_type
|
1340
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult(dict):
|
1341
|
+
def __init__(__self__, *,
|
1342
|
+
handover_quantity: str,
|
1343
|
+
occ_capacity_request_id: str):
|
1344
|
+
"""
|
1345
|
+
:param str handover_quantity: The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
1346
|
+
:param str occ_capacity_request_id: The OCID of the capacity request against which the resources were provisioned.
|
1347
|
+
"""
|
1348
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
1349
|
+
pulumi.set(__self__, "occ_capacity_request_id", occ_capacity_request_id)
|
1350
|
+
|
1351
|
+
@property
|
1352
|
+
@pulumi.getter(name="handoverQuantity")
|
1353
|
+
def handover_quantity(self) -> str:
|
1354
|
+
"""
|
1355
|
+
The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
1356
|
+
"""
|
1357
|
+
return pulumi.get(self, "handover_quantity")
|
1358
|
+
|
1359
|
+
@property
|
1360
|
+
@pulumi.getter(name="occCapacityRequestId")
|
1361
|
+
def occ_capacity_request_id(self) -> str:
|
1362
|
+
"""
|
1363
|
+
The OCID of the capacity request against which the resources were provisioned.
|
1364
|
+
"""
|
1365
|
+
return pulumi.get(self, "occ_capacity_request_id")
|
1366
|
+
|
1367
|
+
|
1368
|
+
@pulumi.output_type
|
1369
|
+
class GetInternalOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult(dict):
|
1370
|
+
def __init__(__self__, *,
|
1371
|
+
availability_domain: str,
|
1372
|
+
block: str,
|
1373
|
+
building: str,
|
1374
|
+
region: str,
|
1375
|
+
room: str,
|
1376
|
+
workload_type: str):
|
1377
|
+
"""
|
1378
|
+
:param str availability_domain: The availability domain (AD) for which the resources were provisioned.
|
1379
|
+
:param str block: The block in the datacenter room where the resource was placed.
|
1380
|
+
:param str building: The datacenter building where the resource was placed.
|
1381
|
+
:param str region: The name of the region for which the resources were provisioned.
|
1382
|
+
:param str room: The name of the room in the dataacenter building where the resource was placed.
|
1383
|
+
:param str workload_type: The type of workload to which these resources were provisioned.
|
1384
|
+
"""
|
1385
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
1386
|
+
pulumi.set(__self__, "block", block)
|
1387
|
+
pulumi.set(__self__, "building", building)
|
1388
|
+
pulumi.set(__self__, "region", region)
|
1389
|
+
pulumi.set(__self__, "room", room)
|
1390
|
+
pulumi.set(__self__, "workload_type", workload_type)
|
1391
|
+
|
1392
|
+
@property
|
1393
|
+
@pulumi.getter(name="availabilityDomain")
|
1394
|
+
def availability_domain(self) -> str:
|
1395
|
+
"""
|
1396
|
+
The availability domain (AD) for which the resources were provisioned.
|
1397
|
+
"""
|
1398
|
+
return pulumi.get(self, "availability_domain")
|
407
1399
|
|
408
1400
|
@property
|
409
1401
|
@pulumi.getter
|
410
|
-
def
|
1402
|
+
def block(self) -> str:
|
411
1403
|
"""
|
412
|
-
|
1404
|
+
The block in the datacenter room where the resource was placed.
|
413
1405
|
"""
|
414
|
-
return pulumi.get(self, "
|
1406
|
+
return pulumi.get(self, "block")
|
415
1407
|
|
416
1408
|
@property
|
417
1409
|
@pulumi.getter
|
418
|
-
def
|
1410
|
+
def building(self) -> str:
|
419
1411
|
"""
|
420
|
-
|
1412
|
+
The datacenter building where the resource was placed.
|
421
1413
|
"""
|
422
|
-
return pulumi.get(self, "
|
1414
|
+
return pulumi.get(self, "building")
|
423
1415
|
|
424
1416
|
@property
|
425
1417
|
@pulumi.getter
|
426
|
-
def
|
1418
|
+
def region(self) -> str:
|
427
1419
|
"""
|
428
|
-
|
1420
|
+
The name of the region for which the resources were provisioned.
|
429
1421
|
"""
|
430
|
-
return pulumi.get(self, "
|
1422
|
+
return pulumi.get(self, "region")
|
431
1423
|
|
432
1424
|
@property
|
433
1425
|
@pulumi.getter
|
434
|
-
def
|
1426
|
+
def room(self) -> str:
|
435
1427
|
"""
|
436
|
-
|
1428
|
+
The name of the room in the dataacenter building where the resource was placed.
|
437
1429
|
"""
|
438
|
-
return pulumi.get(self, "
|
1430
|
+
return pulumi.get(self, "room")
|
439
1431
|
|
440
1432
|
@property
|
441
|
-
@pulumi.getter(name="
|
442
|
-
def
|
1433
|
+
@pulumi.getter(name="workloadType")
|
1434
|
+
def workload_type(self) -> str:
|
443
1435
|
"""
|
444
|
-
|
1436
|
+
The type of workload to which these resources were provisioned.
|
445
1437
|
"""
|
446
|
-
return pulumi.get(self, "
|
1438
|
+
return pulumi.get(self, "workload_type")
|
447
1439
|
|
448
1440
|
|
449
1441
|
@pulumi.output_type
|
450
|
-
class
|
1442
|
+
class GetNamespaceOccOverviewsFilterResult(dict):
|
451
1443
|
def __init__(__self__, *,
|
452
1444
|
name: str,
|
453
1445
|
values: Sequence[str],
|
@@ -474,81 +1466,72 @@ class GetInternalOccAvailabilityCatalogsFilterResult(dict):
|
|
474
1466
|
|
475
1467
|
|
476
1468
|
@pulumi.output_type
|
477
|
-
class
|
1469
|
+
class GetNamespaceOccOverviewsOccOverviewCollectionResult(dict):
|
478
1470
|
def __init__(__self__, *,
|
479
|
-
items: Sequence['outputs.
|
1471
|
+
items: Sequence['outputs.GetNamespaceOccOverviewsOccOverviewCollectionItemResult']):
|
480
1472
|
"""
|
481
|
-
:param Sequence['
|
1473
|
+
:param Sequence['GetNamespaceOccOverviewsOccOverviewCollectionItemArgs'] items: An array of overview summary.
|
482
1474
|
"""
|
483
1475
|
pulumi.set(__self__, "items", items)
|
484
1476
|
|
485
1477
|
@property
|
486
1478
|
@pulumi.getter
|
487
|
-
def items(self) -> Sequence['outputs.
|
1479
|
+
def items(self) -> Sequence['outputs.GetNamespaceOccOverviewsOccOverviewCollectionItemResult']:
|
488
1480
|
"""
|
489
|
-
An array of
|
1481
|
+
An array of overview summary.
|
490
1482
|
"""
|
491
1483
|
return pulumi.get(self, "items")
|
492
1484
|
|
493
1485
|
|
494
1486
|
@pulumi.output_type
|
495
|
-
class
|
1487
|
+
class GetNamespaceOccOverviewsOccOverviewCollectionItemResult(dict):
|
496
1488
|
def __init__(__self__, *,
|
497
|
-
|
1489
|
+
capacity_requests_blob: str,
|
498
1490
|
compartment_id: str,
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
system_tags: Mapping[str, str],
|
510
|
-
time_created: str,
|
511
|
-
time_updated: str):
|
1491
|
+
period_value: str,
|
1492
|
+
resource_name: str,
|
1493
|
+
total_available: str,
|
1494
|
+
total_cancelled: str,
|
1495
|
+
total_demanded: str,
|
1496
|
+
total_rejected: str,
|
1497
|
+
total_supplied: str,
|
1498
|
+
total_unfulfilled: str,
|
1499
|
+
unit: str,
|
1500
|
+
workload_type_breakdown_blob: str):
|
512
1501
|
"""
|
513
|
-
:param str
|
1502
|
+
:param str capacity_requests_blob: A raw json blob containing all the capacity requests corresponding to the resource name
|
514
1503
|
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
515
|
-
:param
|
516
|
-
:param str
|
517
|
-
:param str
|
518
|
-
:param
|
519
|
-
:param str
|
520
|
-
:param str
|
521
|
-
:param
|
522
|
-
:param str
|
523
|
-
:param str
|
524
|
-
:param str
|
525
|
-
|
526
|
-
|
527
|
-
:param str time_updated: The time when the availability catalog was last updated.
|
528
|
-
"""
|
529
|
-
pulumi.set(__self__, "catalog_state", catalog_state)
|
1504
|
+
:param str period_value: The name of the month along with year for which this summary corresponds to.
|
1505
|
+
:param str resource_name: The name of the resource for which we have aggregated the value.
|
1506
|
+
:param str total_available: The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
1507
|
+
:param str total_cancelled: The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
1508
|
+
:param str total_demanded: The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
1509
|
+
:param str total_rejected: The quantity of the resource which is rejected by Oracle.
|
1510
|
+
:param str total_supplied: The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
1511
|
+
:param str total_unfulfilled: The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
1512
|
+
:param str unit: The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
1513
|
+
:param str workload_type_breakdown_blob: A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
1514
|
+
"""
|
1515
|
+
pulumi.set(__self__, "capacity_requests_blob", capacity_requests_blob)
|
530
1516
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
531
|
-
pulumi.set(__self__, "
|
532
|
-
pulumi.set(__self__, "
|
533
|
-
pulumi.set(__self__, "
|
534
|
-
pulumi.set(__self__, "
|
535
|
-
pulumi.set(__self__, "
|
536
|
-
pulumi.set(__self__, "
|
537
|
-
pulumi.set(__self__, "
|
538
|
-
pulumi.set(__self__, "
|
539
|
-
pulumi.set(__self__, "
|
540
|
-
pulumi.set(__self__, "
|
541
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
542
|
-
pulumi.set(__self__, "time_created", time_created)
|
543
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
1517
|
+
pulumi.set(__self__, "period_value", period_value)
|
1518
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
1519
|
+
pulumi.set(__self__, "total_available", total_available)
|
1520
|
+
pulumi.set(__self__, "total_cancelled", total_cancelled)
|
1521
|
+
pulumi.set(__self__, "total_demanded", total_demanded)
|
1522
|
+
pulumi.set(__self__, "total_rejected", total_rejected)
|
1523
|
+
pulumi.set(__self__, "total_supplied", total_supplied)
|
1524
|
+
pulumi.set(__self__, "total_unfulfilled", total_unfulfilled)
|
1525
|
+
pulumi.set(__self__, "unit", unit)
|
1526
|
+
pulumi.set(__self__, "workload_type_breakdown_blob", workload_type_breakdown_blob)
|
544
1527
|
|
545
1528
|
@property
|
546
|
-
@pulumi.getter(name="
|
547
|
-
def
|
1529
|
+
@pulumi.getter(name="capacityRequestsBlob")
|
1530
|
+
def capacity_requests_blob(self) -> str:
|
548
1531
|
"""
|
549
|
-
|
1532
|
+
A raw json blob containing all the capacity requests corresponding to the resource name
|
550
1533
|
"""
|
551
|
-
return pulumi.get(self, "
|
1534
|
+
return pulumi.get(self, "capacity_requests_blob")
|
552
1535
|
|
553
1536
|
@property
|
554
1537
|
@pulumi.getter(name="compartmentId")
|
@@ -559,126 +1542,84 @@ class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResu
|
|
559
1542
|
return pulumi.get(self, "compartment_id")
|
560
1543
|
|
561
1544
|
@property
|
562
|
-
@pulumi.getter(name="
|
563
|
-
def
|
564
|
-
"""
|
565
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
566
|
-
"""
|
567
|
-
return pulumi.get(self, "defined_tags")
|
568
|
-
|
569
|
-
@property
|
570
|
-
@pulumi.getter
|
571
|
-
def description(self) -> str:
|
1545
|
+
@pulumi.getter(name="periodValue")
|
1546
|
+
def period_value(self) -> str:
|
572
1547
|
"""
|
573
|
-
|
1548
|
+
The name of the month along with year for which this summary corresponds to.
|
574
1549
|
"""
|
575
|
-
return pulumi.get(self, "
|
1550
|
+
return pulumi.get(self, "period_value")
|
576
1551
|
|
577
1552
|
@property
|
578
|
-
@pulumi.getter(name="
|
579
|
-
def
|
1553
|
+
@pulumi.getter(name="resourceName")
|
1554
|
+
def resource_name(self) -> str:
|
580
1555
|
"""
|
581
|
-
|
1556
|
+
The name of the resource for which we have aggregated the value.
|
582
1557
|
"""
|
583
|
-
return pulumi.get(self, "
|
1558
|
+
return pulumi.get(self, "resource_name")
|
584
1559
|
|
585
1560
|
@property
|
586
|
-
@pulumi.getter(name="
|
587
|
-
def
|
1561
|
+
@pulumi.getter(name="totalAvailable")
|
1562
|
+
def total_available(self) -> str:
|
588
1563
|
"""
|
589
|
-
|
1564
|
+
The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration.
|
590
1565
|
"""
|
591
|
-
return pulumi.get(self, "
|
1566
|
+
return pulumi.get(self, "total_available")
|
592
1567
|
|
593
1568
|
@property
|
594
|
-
@pulumi.getter
|
595
|
-
def
|
1569
|
+
@pulumi.getter(name="totalCancelled")
|
1570
|
+
def total_cancelled(self) -> str:
|
596
1571
|
"""
|
597
|
-
The
|
1572
|
+
The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values.
|
598
1573
|
"""
|
599
|
-
return pulumi.get(self, "
|
1574
|
+
return pulumi.get(self, "total_cancelled")
|
600
1575
|
|
601
1576
|
@property
|
602
|
-
@pulumi.getter(name="
|
603
|
-
def
|
1577
|
+
@pulumi.getter(name="totalDemanded")
|
1578
|
+
def total_demanded(self) -> str:
|
604
1579
|
"""
|
605
|
-
|
1580
|
+
The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview.
|
606
1581
|
"""
|
607
|
-
return pulumi.get(self, "
|
1582
|
+
return pulumi.get(self, "total_demanded")
|
608
1583
|
|
609
1584
|
@property
|
610
|
-
@pulumi.getter(name="
|
611
|
-
def
|
1585
|
+
@pulumi.getter(name="totalRejected")
|
1586
|
+
def total_rejected(self) -> str:
|
612
1587
|
"""
|
613
|
-
|
1588
|
+
The quantity of the resource which is rejected by Oracle.
|
614
1589
|
"""
|
615
|
-
return pulumi.get(self, "
|
1590
|
+
return pulumi.get(self, "total_rejected")
|
616
1591
|
|
617
1592
|
@property
|
618
|
-
@pulumi.getter
|
619
|
-
def
|
1593
|
+
@pulumi.getter(name="totalSupplied")
|
1594
|
+
def total_supplied(self) -> str:
|
620
1595
|
"""
|
621
|
-
The
|
1596
|
+
The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration.
|
622
1597
|
"""
|
623
|
-
return pulumi.get(self, "
|
1598
|
+
return pulumi.get(self, "total_supplied")
|
624
1599
|
|
625
1600
|
@property
|
626
|
-
@pulumi.getter(name="
|
627
|
-
def
|
1601
|
+
@pulumi.getter(name="totalUnfulfilled")
|
1602
|
+
def total_unfulfilled(self) -> str:
|
628
1603
|
"""
|
629
|
-
The
|
1604
|
+
The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up.
|
630
1605
|
"""
|
631
|
-
return pulumi.get(self, "
|
1606
|
+
return pulumi.get(self, "total_unfulfilled")
|
632
1607
|
|
633
1608
|
@property
|
634
1609
|
@pulumi.getter
|
635
|
-
def
|
636
|
-
"""
|
637
|
-
The current lifecycle state of the customer group.
|
638
|
-
"""
|
639
|
-
return pulumi.get(self, "state")
|
640
|
-
|
641
|
-
@property
|
642
|
-
@pulumi.getter(name="systemTags")
|
643
|
-
def system_tags(self) -> Mapping[str, str]:
|
644
|
-
"""
|
645
|
-
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
646
|
-
"""
|
647
|
-
return pulumi.get(self, "system_tags")
|
648
|
-
|
649
|
-
@property
|
650
|
-
@pulumi.getter(name="timeCreated")
|
651
|
-
def time_created(self) -> str:
|
652
|
-
"""
|
653
|
-
The time when the availability catalog was created.
|
654
|
-
"""
|
655
|
-
return pulumi.get(self, "time_created")
|
656
|
-
|
657
|
-
@property
|
658
|
-
@pulumi.getter(name="timeUpdated")
|
659
|
-
def time_updated(self) -> str:
|
660
|
-
"""
|
661
|
-
The time when the availability catalog was last updated.
|
662
|
-
"""
|
663
|
-
return pulumi.get(self, "time_updated")
|
664
|
-
|
665
|
-
|
666
|
-
@pulumi.output_type
|
667
|
-
class GetInternalOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetailResult(dict):
|
668
|
-
def __init__(__self__, *,
|
669
|
-
format_version: str):
|
1610
|
+
def unit(self) -> str:
|
670
1611
|
"""
|
671
|
-
|
1612
|
+
The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.
|
672
1613
|
"""
|
673
|
-
pulumi.
|
1614
|
+
return pulumi.get(self, "unit")
|
674
1615
|
|
675
1616
|
@property
|
676
|
-
@pulumi.getter(name="
|
677
|
-
def
|
1617
|
+
@pulumi.getter(name="workloadTypeBreakdownBlob")
|
1618
|
+
def workload_type_breakdown_blob(self) -> str:
|
678
1619
|
"""
|
679
|
-
|
1620
|
+
A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types
|
680
1621
|
"""
|
681
|
-
return pulumi.get(self, "
|
1622
|
+
return pulumi.get(self, "workload_type_breakdown_blob")
|
682
1623
|
|
683
1624
|
|
684
1625
|
@pulumi.output_type
|
@@ -688,19 +1629,25 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
688
1629
|
catalog_id: str,
|
689
1630
|
date_expected_capacity_handover: str,
|
690
1631
|
date_final_customer_order: str,
|
1632
|
+
demanded_quantity: str,
|
691
1633
|
namespace: str,
|
692
1634
|
resource_name: str,
|
693
1635
|
resource_type: str,
|
1636
|
+
system_tags: Mapping[str, str],
|
1637
|
+
total_available_quantity: str,
|
694
1638
|
unit: str,
|
695
1639
|
workload_type: str):
|
696
1640
|
"""
|
697
|
-
:param str available_quantity: The quantity of available
|
1641
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
698
1642
|
:param str catalog_id: The OCID of the availability catalog.
|
699
1643
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
700
1644
|
:param 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.
|
1645
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
701
1646
|
:param str namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
702
1647
|
:param str resource_name: The name of the resource that the customer can request.
|
703
1648
|
:param str resource_type: The different types of resources against which customers can place capacity requests.
|
1649
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1650
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
704
1651
|
:param str unit: The unit in which the resource available is measured.
|
705
1652
|
:param str workload_type: The type of workload (Generic/ROW).
|
706
1653
|
"""
|
@@ -708,9 +1655,12 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
708
1655
|
pulumi.set(__self__, "catalog_id", catalog_id)
|
709
1656
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
710
1657
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
1658
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
711
1659
|
pulumi.set(__self__, "namespace", namespace)
|
712
1660
|
pulumi.set(__self__, "resource_name", resource_name)
|
713
1661
|
pulumi.set(__self__, "resource_type", resource_type)
|
1662
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
1663
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
714
1664
|
pulumi.set(__self__, "unit", unit)
|
715
1665
|
pulumi.set(__self__, "workload_type", workload_type)
|
716
1666
|
|
@@ -718,7 +1668,7 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
718
1668
|
@pulumi.getter(name="availableQuantity")
|
719
1669
|
def available_quantity(self) -> str:
|
720
1670
|
"""
|
721
|
-
The quantity of available
|
1671
|
+
The quantity of resource currently available that the customer can request.
|
722
1672
|
"""
|
723
1673
|
return pulumi.get(self, "available_quantity")
|
724
1674
|
|
@@ -746,6 +1696,14 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
746
1696
|
"""
|
747
1697
|
return pulumi.get(self, "date_final_customer_order")
|
748
1698
|
|
1699
|
+
@property
|
1700
|
+
@pulumi.getter(name="demandedQuantity")
|
1701
|
+
def demanded_quantity(self) -> str:
|
1702
|
+
"""
|
1703
|
+
The quantity of resource currently demanded by the customer.
|
1704
|
+
"""
|
1705
|
+
return pulumi.get(self, "demanded_quantity")
|
1706
|
+
|
749
1707
|
@property
|
750
1708
|
@pulumi.getter
|
751
1709
|
def namespace(self) -> str:
|
@@ -770,6 +1728,22 @@ class GetOccAvailabilityCatalogDetailResult(dict):
|
|
770
1728
|
"""
|
771
1729
|
return pulumi.get(self, "resource_type")
|
772
1730
|
|
1731
|
+
@property
|
1732
|
+
@pulumi.getter(name="systemTags")
|
1733
|
+
def system_tags(self) -> Mapping[str, str]:
|
1734
|
+
"""
|
1735
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1736
|
+
"""
|
1737
|
+
return pulumi.get(self, "system_tags")
|
1738
|
+
|
1739
|
+
@property
|
1740
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
1741
|
+
def total_available_quantity(self) -> str:
|
1742
|
+
"""
|
1743
|
+
The total quantity of resource that the customer can request.
|
1744
|
+
"""
|
1745
|
+
return pulumi.get(self, "total_available_quantity")
|
1746
|
+
|
773
1747
|
@property
|
774
1748
|
@pulumi.getter
|
775
1749
|
def unit(self) -> str:
|
@@ -857,19 +1831,25 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
857
1831
|
catalog_id: str,
|
858
1832
|
date_expected_capacity_handover: str,
|
859
1833
|
date_final_customer_order: str,
|
1834
|
+
demanded_quantity: str,
|
860
1835
|
namespace: str,
|
861
1836
|
resource_name: str,
|
862
1837
|
resource_type: str,
|
1838
|
+
system_tags: Mapping[str, str],
|
1839
|
+
total_available_quantity: str,
|
863
1840
|
unit: str,
|
864
1841
|
workload_type: str):
|
865
1842
|
"""
|
866
|
-
:param str available_quantity: The quantity of available
|
1843
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
867
1844
|
:param str catalog_id: The OCID of the availability catalog.
|
868
1845
|
:param str date_expected_capacity_handover: The capacity handover date of the capacity constraint to filter the list of capacity constraints.
|
869
1846
|
:param 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.
|
1847
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
870
1848
|
:param str namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
871
1849
|
:param str resource_name: The name of the resource to filter the list of capacity constraints.
|
872
1850
|
:param str resource_type: Resource type using which the capacity constraints of an availability catalog can be filtered.
|
1851
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1852
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
873
1853
|
:param str unit: The unit in which the resource available is measured.
|
874
1854
|
:param str workload_type: Workload type using the resources in an availability catalog can be filtered.
|
875
1855
|
"""
|
@@ -877,9 +1857,12 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
877
1857
|
pulumi.set(__self__, "catalog_id", catalog_id)
|
878
1858
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
879
1859
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
1860
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
880
1861
|
pulumi.set(__self__, "namespace", namespace)
|
881
1862
|
pulumi.set(__self__, "resource_name", resource_name)
|
882
1863
|
pulumi.set(__self__, "resource_type", resource_type)
|
1864
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
1865
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
883
1866
|
pulumi.set(__self__, "unit", unit)
|
884
1867
|
pulumi.set(__self__, "workload_type", workload_type)
|
885
1868
|
|
@@ -887,7 +1870,7 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
887
1870
|
@pulumi.getter(name="availableQuantity")
|
888
1871
|
def available_quantity(self) -> str:
|
889
1872
|
"""
|
890
|
-
The quantity of available
|
1873
|
+
The quantity of resource currently available that the customer can request.
|
891
1874
|
"""
|
892
1875
|
return pulumi.get(self, "available_quantity")
|
893
1876
|
|
@@ -915,6 +1898,14 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
915
1898
|
"""
|
916
1899
|
return pulumi.get(self, "date_final_customer_order")
|
917
1900
|
|
1901
|
+
@property
|
1902
|
+
@pulumi.getter(name="demandedQuantity")
|
1903
|
+
def demanded_quantity(self) -> str:
|
1904
|
+
"""
|
1905
|
+
The quantity of resource currently demanded by the customer.
|
1906
|
+
"""
|
1907
|
+
return pulumi.get(self, "demanded_quantity")
|
1908
|
+
|
918
1909
|
@property
|
919
1910
|
@pulumi.getter
|
920
1911
|
def namespace(self) -> str:
|
@@ -939,6 +1930,22 @@ class GetOccAvailabilityCatalogOccAvailabilitiesOccAvailabilityCollectionItemRes
|
|
939
1930
|
"""
|
940
1931
|
return pulumi.get(self, "resource_type")
|
941
1932
|
|
1933
|
+
@property
|
1934
|
+
@pulumi.getter(name="systemTags")
|
1935
|
+
def system_tags(self) -> Mapping[str, str]:
|
1936
|
+
"""
|
1937
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1938
|
+
"""
|
1939
|
+
return pulumi.get(self, "system_tags")
|
1940
|
+
|
1941
|
+
@property
|
1942
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
1943
|
+
def total_available_quantity(self) -> str:
|
1944
|
+
"""
|
1945
|
+
The total quantity of resource that the customer can request.
|
1946
|
+
"""
|
1947
|
+
return pulumi.get(self, "total_available_quantity")
|
1948
|
+
|
942
1949
|
@property
|
943
1950
|
@pulumi.getter
|
944
1951
|
def unit(self) -> str:
|
@@ -1020,7 +2027,7 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult(dict)
|
|
1020
2027
|
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1021
2028
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1022
2029
|
:param str description: Text information about the availability catalog.
|
1023
|
-
:param Sequence['GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailArgs'] details: Details about capacity available for
|
2030
|
+
:param Sequence['GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailArgs'] details: Details about capacity available for different resources in catalog.
|
1024
2031
|
:param str display_name: A filter to return only the resources that match the entire display name. The match is not case sensitive.
|
1025
2032
|
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1026
2033
|
:param str id: The OCID of the availability catalog to filter the list of availability catalogs.
|
@@ -1092,7 +2099,7 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemResult(dict)
|
|
1092
2099
|
@pulumi.getter
|
1093
2100
|
def details(self) -> Sequence['outputs.GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult']:
|
1094
2101
|
"""
|
1095
|
-
Details about capacity available for
|
2102
|
+
Details about capacity available for different resources in catalog.
|
1096
2103
|
"""
|
1097
2104
|
return pulumi.get(self, "details")
|
1098
2105
|
|
@@ -1192,19 +2199,25 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1192
2199
|
catalog_id: str,
|
1193
2200
|
date_expected_capacity_handover: str,
|
1194
2201
|
date_final_customer_order: str,
|
2202
|
+
demanded_quantity: str,
|
1195
2203
|
namespace: str,
|
1196
2204
|
resource_name: str,
|
1197
2205
|
resource_type: str,
|
2206
|
+
system_tags: Mapping[str, str],
|
2207
|
+
total_available_quantity: str,
|
1198
2208
|
unit: str,
|
1199
2209
|
workload_type: str):
|
1200
2210
|
"""
|
1201
|
-
:param str available_quantity: The quantity of available
|
2211
|
+
:param str available_quantity: The quantity of resource currently available that the customer can request.
|
1202
2212
|
:param str catalog_id: The OCID of the availability catalog.
|
1203
2213
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
1204
2214
|
:param 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.
|
2215
|
+
:param str demanded_quantity: The quantity of resource currently demanded by the customer.
|
1205
2216
|
:param str namespace: The namespace by which we would filter the list.
|
1206
2217
|
:param str resource_name: The name of the resource that the customer can request.
|
1207
2218
|
:param str resource_type: The different types of resources against which customers can place capacity requests.
|
2219
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2220
|
+
:param str total_available_quantity: The total quantity of resource that the customer can request.
|
1208
2221
|
:param str unit: The unit in which the resource available is measured.
|
1209
2222
|
:param str workload_type: The type of workload (Generic/ROW).
|
1210
2223
|
"""
|
@@ -1212,9 +2225,12 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1212
2225
|
pulumi.set(__self__, "catalog_id", catalog_id)
|
1213
2226
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
1214
2227
|
pulumi.set(__self__, "date_final_customer_order", date_final_customer_order)
|
2228
|
+
pulumi.set(__self__, "demanded_quantity", demanded_quantity)
|
1215
2229
|
pulumi.set(__self__, "namespace", namespace)
|
1216
2230
|
pulumi.set(__self__, "resource_name", resource_name)
|
1217
2231
|
pulumi.set(__self__, "resource_type", resource_type)
|
2232
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
2233
|
+
pulumi.set(__self__, "total_available_quantity", total_available_quantity)
|
1218
2234
|
pulumi.set(__self__, "unit", unit)
|
1219
2235
|
pulumi.set(__self__, "workload_type", workload_type)
|
1220
2236
|
|
@@ -1222,7 +2238,7 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1222
2238
|
@pulumi.getter(name="availableQuantity")
|
1223
2239
|
def available_quantity(self) -> str:
|
1224
2240
|
"""
|
1225
|
-
The quantity of available
|
2241
|
+
The quantity of resource currently available that the customer can request.
|
1226
2242
|
"""
|
1227
2243
|
return pulumi.get(self, "available_quantity")
|
1228
2244
|
|
@@ -1250,6 +2266,14 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1250
2266
|
"""
|
1251
2267
|
return pulumi.get(self, "date_final_customer_order")
|
1252
2268
|
|
2269
|
+
@property
|
2270
|
+
@pulumi.getter(name="demandedQuantity")
|
2271
|
+
def demanded_quantity(self) -> str:
|
2272
|
+
"""
|
2273
|
+
The quantity of resource currently demanded by the customer.
|
2274
|
+
"""
|
2275
|
+
return pulumi.get(self, "demanded_quantity")
|
2276
|
+
|
1253
2277
|
@property
|
1254
2278
|
@pulumi.getter
|
1255
2279
|
def namespace(self) -> str:
|
@@ -1274,6 +2298,22 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetailResult
|
|
1274
2298
|
"""
|
1275
2299
|
return pulumi.get(self, "resource_type")
|
1276
2300
|
|
2301
|
+
@property
|
2302
|
+
@pulumi.getter(name="systemTags")
|
2303
|
+
def system_tags(self) -> Mapping[str, str]:
|
2304
|
+
"""
|
2305
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2306
|
+
"""
|
2307
|
+
return pulumi.get(self, "system_tags")
|
2308
|
+
|
2309
|
+
@property
|
2310
|
+
@pulumi.getter(name="totalAvailableQuantity")
|
2311
|
+
def total_available_quantity(self) -> str:
|
2312
|
+
"""
|
2313
|
+
The total quantity of resource that the customer can request.
|
2314
|
+
"""
|
2315
|
+
return pulumi.get(self, "total_available_quantity")
|
2316
|
+
|
1277
2317
|
@property
|
1278
2318
|
@pulumi.getter
|
1279
2319
|
def unit(self) -> str:
|
@@ -1313,30 +2353,39 @@ class GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDeta
|
|
1313
2353
|
class GetOccCapacityRequestDetailResult(dict):
|
1314
2354
|
def __init__(__self__, *,
|
1315
2355
|
actual_handover_quantity: str,
|
2356
|
+
associated_occ_handover_resource_block_lists: Sequence['outputs.GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult'],
|
2357
|
+
availability_domain: str,
|
1316
2358
|
date_actual_handover: str,
|
1317
2359
|
date_expected_handover: str,
|
1318
2360
|
demand_quantity: str,
|
1319
2361
|
expected_handover_quantity: str,
|
1320
2362
|
resource_name: str,
|
1321
2363
|
resource_type: str,
|
2364
|
+
source_workload_type: str,
|
1322
2365
|
workload_type: str):
|
1323
2366
|
"""
|
1324
2367
|
:param str actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
2368
|
+
:param Sequence['GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs'] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2369
|
+
:param 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.
|
1325
2370
|
:param str date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
1326
2371
|
:param str date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
1327
2372
|
:param str demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
1328
2373
|
:param str expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
1329
2374
|
:param 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.
|
1330
2375
|
:param str resource_type: The type of the resource against which the user wants to place a capacity request.
|
2376
|
+
:param str source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
1331
2377
|
:param str workload_type: The type of the workload (Generic/ROW).
|
1332
2378
|
"""
|
1333
2379
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
2380
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
2381
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
1334
2382
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
1335
2383
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
1336
2384
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
1337
2385
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
1338
2386
|
pulumi.set(__self__, "resource_name", resource_name)
|
1339
2387
|
pulumi.set(__self__, "resource_type", resource_type)
|
2388
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
1340
2389
|
pulumi.set(__self__, "workload_type", workload_type)
|
1341
2390
|
|
1342
2391
|
@property
|
@@ -1347,6 +2396,22 @@ class GetOccCapacityRequestDetailResult(dict):
|
|
1347
2396
|
"""
|
1348
2397
|
return pulumi.get(self, "actual_handover_quantity")
|
1349
2398
|
|
2399
|
+
@property
|
2400
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
2401
|
+
def associated_occ_handover_resource_block_lists(self) -> Sequence['outputs.GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult']:
|
2402
|
+
"""
|
2403
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2404
|
+
"""
|
2405
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
2406
|
+
|
2407
|
+
@property
|
2408
|
+
@pulumi.getter(name="availabilityDomain")
|
2409
|
+
def availability_domain(self) -> str:
|
2410
|
+
"""
|
2411
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
2412
|
+
"""
|
2413
|
+
return pulumi.get(self, "availability_domain")
|
2414
|
+
|
1350
2415
|
@property
|
1351
2416
|
@pulumi.getter(name="dateActualHandover")
|
1352
2417
|
def date_actual_handover(self) -> str:
|
@@ -1395,13 +2460,50 @@ class GetOccCapacityRequestDetailResult(dict):
|
|
1395
2460
|
"""
|
1396
2461
|
return pulumi.get(self, "resource_type")
|
1397
2462
|
|
2463
|
+
@property
|
2464
|
+
@pulumi.getter(name="sourceWorkloadType")
|
2465
|
+
def source_workload_type(self) -> str:
|
2466
|
+
"""
|
2467
|
+
The WorkloadType from where capacity request are to be transferred.
|
2468
|
+
"""
|
2469
|
+
return pulumi.get(self, "source_workload_type")
|
2470
|
+
|
1398
2471
|
@property
|
1399
2472
|
@pulumi.getter(name="workloadType")
|
1400
2473
|
def workload_type(self) -> str:
|
1401
2474
|
"""
|
1402
2475
|
The type of the workload (Generic/ROW).
|
1403
2476
|
"""
|
1404
|
-
return pulumi.get(self, "workload_type")
|
2477
|
+
return pulumi.get(self, "workload_type")
|
2478
|
+
|
2479
|
+
|
2480
|
+
@pulumi.output_type
|
2481
|
+
class GetOccCapacityRequestDetailAssociatedOccHandoverResourceBlockListResult(dict):
|
2482
|
+
def __init__(__self__, *,
|
2483
|
+
handover_quantity: str,
|
2484
|
+
occ_handover_resource_block_id: str):
|
2485
|
+
"""
|
2486
|
+
:param str handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
2487
|
+
:param str occ_handover_resource_block_id: The OCID of the handed over resource block.
|
2488
|
+
"""
|
2489
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
2490
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
2491
|
+
|
2492
|
+
@property
|
2493
|
+
@pulumi.getter(name="handoverQuantity")
|
2494
|
+
def handover_quantity(self) -> str:
|
2495
|
+
"""
|
2496
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
2497
|
+
"""
|
2498
|
+
return pulumi.get(self, "handover_quantity")
|
2499
|
+
|
2500
|
+
@property
|
2501
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
2502
|
+
def occ_handover_resource_block_id(self) -> str:
|
2503
|
+
"""
|
2504
|
+
The OCID of the handed over resource block.
|
2505
|
+
"""
|
2506
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
1405
2507
|
|
1406
2508
|
|
1407
2509
|
@pulumi.output_type
|
@@ -1509,12 +2611,13 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1509
2611
|
patch_operations: Sequence['outputs.GetOccCapacityRequestsOccCapacityRequestCollectionItemPatchOperationResult'],
|
1510
2612
|
region: str,
|
1511
2613
|
request_state: str,
|
2614
|
+
request_type: str,
|
1512
2615
|
state: str,
|
1513
2616
|
system_tags: Mapping[str, str],
|
1514
2617
|
time_created: str,
|
1515
2618
|
time_updated: str):
|
1516
2619
|
"""
|
1517
|
-
:param str availability_domain: The availability domain
|
2620
|
+
:param 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.
|
1518
2621
|
:param str compartment_id: The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
|
1519
2622
|
:param str date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
1520
2623
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -1529,6 +2632,7 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1529
2632
|
:param str occ_customer_group_id: The OCID of the customer group to which this customer belongs to.
|
1530
2633
|
:param str region: The name of the region for which the capacity request was made.
|
1531
2634
|
:param str request_state: The different states the capacity request goes through.
|
2635
|
+
:param str request_type: A filter to return only the resources that match the request type. The match is not case sensitive.
|
1532
2636
|
:param str state: The current lifecycle state of the resource.
|
1533
2637
|
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1534
2638
|
:param str time_created: The time when the capacity request was created.
|
@@ -1550,6 +2654,7 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1550
2654
|
pulumi.set(__self__, "patch_operations", patch_operations)
|
1551
2655
|
pulumi.set(__self__, "region", region)
|
1552
2656
|
pulumi.set(__self__, "request_state", request_state)
|
2657
|
+
pulumi.set(__self__, "request_type", request_type)
|
1553
2658
|
pulumi.set(__self__, "state", state)
|
1554
2659
|
pulumi.set(__self__, "system_tags", system_tags)
|
1555
2660
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -1559,7 +2664,7 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1559
2664
|
@pulumi.getter(name="availabilityDomain")
|
1560
2665
|
def availability_domain(self) -> str:
|
1561
2666
|
"""
|
1562
|
-
The availability domain
|
2667
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
1563
2668
|
"""
|
1564
2669
|
return pulumi.get(self, "availability_domain")
|
1565
2670
|
|
@@ -1680,6 +2785,14 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1680
2785
|
"""
|
1681
2786
|
return pulumi.get(self, "request_state")
|
1682
2787
|
|
2788
|
+
@property
|
2789
|
+
@pulumi.getter(name="requestType")
|
2790
|
+
def request_type(self) -> str:
|
2791
|
+
"""
|
2792
|
+
A filter to return only the resources that match the request type. The match is not case sensitive.
|
2793
|
+
"""
|
2794
|
+
return pulumi.get(self, "request_type")
|
2795
|
+
|
1683
2796
|
@property
|
1684
2797
|
@pulumi.getter
|
1685
2798
|
def state(self) -> str:
|
@@ -1717,30 +2830,39 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemResult(dict):
|
|
1717
2830
|
class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
1718
2831
|
def __init__(__self__, *,
|
1719
2832
|
actual_handover_quantity: str,
|
2833
|
+
associated_occ_handover_resource_block_lists: Sequence['outputs.GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult'],
|
2834
|
+
availability_domain: str,
|
1720
2835
|
date_actual_handover: str,
|
1721
2836
|
date_expected_handover: str,
|
1722
2837
|
demand_quantity: str,
|
1723
2838
|
expected_handover_quantity: str,
|
1724
2839
|
resource_name: str,
|
1725
2840
|
resource_type: str,
|
2841
|
+
source_workload_type: str,
|
1726
2842
|
workload_type: str):
|
1727
2843
|
"""
|
1728
2844
|
:param str actual_handover_quantity: The actual handed over quantity of resources at the time of request resolution.
|
2845
|
+
:param Sequence['GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListArgs'] associated_occ_handover_resource_block_lists: A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2846
|
+
:param 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.
|
1729
2847
|
:param str date_actual_handover: The date on which the actual handover quantity of resources is delivered.
|
1730
2848
|
:param str date_expected_handover: The date on which the latest increment to supplied quantity of resources was delivered.
|
1731
2849
|
:param str demand_quantity: The number of compute server's with name <resourceName> required by the user.
|
1732
2850
|
:param str expected_handover_quantity: The incremental quantity of resources supplied as the provisioning is underway.
|
1733
2851
|
:param 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.
|
1734
2852
|
:param str resource_type: The type of the resource against which the user wants to place a capacity request.
|
2853
|
+
:param str source_workload_type: The WorkloadType from where capacity request are to be transferred.
|
1735
2854
|
:param str workload_type: The type of the workload (Generic/ROW).
|
1736
2855
|
"""
|
1737
2856
|
pulumi.set(__self__, "actual_handover_quantity", actual_handover_quantity)
|
2857
|
+
pulumi.set(__self__, "associated_occ_handover_resource_block_lists", associated_occ_handover_resource_block_lists)
|
2858
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
1738
2859
|
pulumi.set(__self__, "date_actual_handover", date_actual_handover)
|
1739
2860
|
pulumi.set(__self__, "date_expected_handover", date_expected_handover)
|
1740
2861
|
pulumi.set(__self__, "demand_quantity", demand_quantity)
|
1741
2862
|
pulumi.set(__self__, "expected_handover_quantity", expected_handover_quantity)
|
1742
2863
|
pulumi.set(__self__, "resource_name", resource_name)
|
1743
2864
|
pulumi.set(__self__, "resource_type", resource_type)
|
2865
|
+
pulumi.set(__self__, "source_workload_type", source_workload_type)
|
1744
2866
|
pulumi.set(__self__, "workload_type", workload_type)
|
1745
2867
|
|
1746
2868
|
@property
|
@@ -1751,6 +2873,22 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
|
1751
2873
|
"""
|
1752
2874
|
return pulumi.get(self, "actual_handover_quantity")
|
1753
2875
|
|
2876
|
+
@property
|
2877
|
+
@pulumi.getter(name="associatedOccHandoverResourceBlockLists")
|
2878
|
+
def associated_occ_handover_resource_block_lists(self) -> Sequence['outputs.GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult']:
|
2879
|
+
"""
|
2880
|
+
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
|
2881
|
+
"""
|
2882
|
+
return pulumi.get(self, "associated_occ_handover_resource_block_lists")
|
2883
|
+
|
2884
|
+
@property
|
2885
|
+
@pulumi.getter(name="availabilityDomain")
|
2886
|
+
def availability_domain(self) -> str:
|
2887
|
+
"""
|
2888
|
+
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
|
2889
|
+
"""
|
2890
|
+
return pulumi.get(self, "availability_domain")
|
2891
|
+
|
1754
2892
|
@property
|
1755
2893
|
@pulumi.getter(name="dateActualHandover")
|
1756
2894
|
def date_actual_handover(self) -> str:
|
@@ -1799,6 +2937,14 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
|
1799
2937
|
"""
|
1800
2938
|
return pulumi.get(self, "resource_type")
|
1801
2939
|
|
2940
|
+
@property
|
2941
|
+
@pulumi.getter(name="sourceWorkloadType")
|
2942
|
+
def source_workload_type(self) -> str:
|
2943
|
+
"""
|
2944
|
+
The WorkloadType from where capacity request are to be transferred.
|
2945
|
+
"""
|
2946
|
+
return pulumi.get(self, "source_workload_type")
|
2947
|
+
|
1802
2948
|
@property
|
1803
2949
|
@pulumi.getter(name="workloadType")
|
1804
2950
|
def workload_type(self) -> str:
|
@@ -1808,6 +2954,35 @@ class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailResult(dict):
|
|
1808
2954
|
return pulumi.get(self, "workload_type")
|
1809
2955
|
|
1810
2956
|
|
2957
|
+
@pulumi.output_type
|
2958
|
+
class GetOccCapacityRequestsOccCapacityRequestCollectionItemDetailAssociatedOccHandoverResourceBlockListResult(dict):
|
2959
|
+
def __init__(__self__, *,
|
2960
|
+
handover_quantity: str,
|
2961
|
+
occ_handover_resource_block_id: str):
|
2962
|
+
"""
|
2963
|
+
:param str handover_quantity: The total quantity of the resource that was made available to the customer as part of this resource block
|
2964
|
+
:param str occ_handover_resource_block_id: The OCID of the handed over resource block.
|
2965
|
+
"""
|
2966
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
2967
|
+
pulumi.set(__self__, "occ_handover_resource_block_id", occ_handover_resource_block_id)
|
2968
|
+
|
2969
|
+
@property
|
2970
|
+
@pulumi.getter(name="handoverQuantity")
|
2971
|
+
def handover_quantity(self) -> str:
|
2972
|
+
"""
|
2973
|
+
The total quantity of the resource that was made available to the customer as part of this resource block
|
2974
|
+
"""
|
2975
|
+
return pulumi.get(self, "handover_quantity")
|
2976
|
+
|
2977
|
+
@property
|
2978
|
+
@pulumi.getter(name="occHandoverResourceBlockId")
|
2979
|
+
def occ_handover_resource_block_id(self) -> str:
|
2980
|
+
"""
|
2981
|
+
The OCID of the handed over resource block.
|
2982
|
+
"""
|
2983
|
+
return pulumi.get(self, "occ_handover_resource_block_id")
|
2984
|
+
|
2985
|
+
|
1811
2986
|
@pulumi.output_type
|
1812
2987
|
class GetOccCapacityRequestsOccCapacityRequestCollectionItemPatchOperationResult(dict):
|
1813
2988
|
def __init__(__self__, *,
|
@@ -2168,3 +3343,330 @@ class GetOccCustomerGroupsOccCustomerGroupCollectionItemCustomersListResult(dict
|
|
2168
3343
|
return pulumi.get(self, "tenancy_id")
|
2169
3344
|
|
2170
3345
|
|
3346
|
+
@pulumi.output_type
|
3347
|
+
class GetOccHandoverResourceBlockDetailsFilterResult(dict):
|
3348
|
+
def __init__(__self__, *,
|
3349
|
+
name: str,
|
3350
|
+
values: Sequence[str],
|
3351
|
+
regex: Optional[bool] = None):
|
3352
|
+
pulumi.set(__self__, "name", name)
|
3353
|
+
pulumi.set(__self__, "values", values)
|
3354
|
+
if regex is not None:
|
3355
|
+
pulumi.set(__self__, "regex", regex)
|
3356
|
+
|
3357
|
+
@property
|
3358
|
+
@pulumi.getter
|
3359
|
+
def name(self) -> str:
|
3360
|
+
return pulumi.get(self, "name")
|
3361
|
+
|
3362
|
+
@property
|
3363
|
+
@pulumi.getter
|
3364
|
+
def values(self) -> Sequence[str]:
|
3365
|
+
return pulumi.get(self, "values")
|
3366
|
+
|
3367
|
+
@property
|
3368
|
+
@pulumi.getter
|
3369
|
+
def regex(self) -> Optional[bool]:
|
3370
|
+
return pulumi.get(self, "regex")
|
3371
|
+
|
3372
|
+
|
3373
|
+
@pulumi.output_type
|
3374
|
+
class GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionResult(dict):
|
3375
|
+
def __init__(__self__, *,
|
3376
|
+
items: Sequence['outputs.GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']):
|
3377
|
+
"""
|
3378
|
+
:param Sequence['GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemArgs'] items: An array of details about an occ handover resource block.
|
3379
|
+
"""
|
3380
|
+
pulumi.set(__self__, "items", items)
|
3381
|
+
|
3382
|
+
@property
|
3383
|
+
@pulumi.getter
|
3384
|
+
def items(self) -> Sequence['outputs.GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult']:
|
3385
|
+
"""
|
3386
|
+
An array of details about an occ handover resource block.
|
3387
|
+
"""
|
3388
|
+
return pulumi.get(self, "items")
|
3389
|
+
|
3390
|
+
|
3391
|
+
@pulumi.output_type
|
3392
|
+
class GetOccHandoverResourceBlockDetailsOccHandoverResourceBlockDetailCollectionItemResult(dict):
|
3393
|
+
def __init__(__self__, *,
|
3394
|
+
details: Mapping[str, str],
|
3395
|
+
occ_resource_handover_block_id: str):
|
3396
|
+
"""
|
3397
|
+
:param Mapping[str, str] details: A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
3398
|
+
:param str occ_resource_handover_block_id: The OCID of the occResourceHandoverBlock.
|
3399
|
+
"""
|
3400
|
+
pulumi.set(__self__, "details", details)
|
3401
|
+
pulumi.set(__self__, "occ_resource_handover_block_id", occ_resource_handover_block_id)
|
3402
|
+
|
3403
|
+
@property
|
3404
|
+
@pulumi.getter
|
3405
|
+
def details(self) -> Mapping[str, str]:
|
3406
|
+
"""
|
3407
|
+
A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.
|
3408
|
+
"""
|
3409
|
+
return pulumi.get(self, "details")
|
3410
|
+
|
3411
|
+
@property
|
3412
|
+
@pulumi.getter(name="occResourceHandoverBlockId")
|
3413
|
+
def occ_resource_handover_block_id(self) -> str:
|
3414
|
+
"""
|
3415
|
+
The OCID of the occResourceHandoverBlock.
|
3416
|
+
"""
|
3417
|
+
return pulumi.get(self, "occ_resource_handover_block_id")
|
3418
|
+
|
3419
|
+
|
3420
|
+
@pulumi.output_type
|
3421
|
+
class GetOccHandoverResourceBlocksFilterResult(dict):
|
3422
|
+
def __init__(__self__, *,
|
3423
|
+
name: str,
|
3424
|
+
values: Sequence[str],
|
3425
|
+
regex: Optional[bool] = None):
|
3426
|
+
pulumi.set(__self__, "name", name)
|
3427
|
+
pulumi.set(__self__, "values", values)
|
3428
|
+
if regex is not None:
|
3429
|
+
pulumi.set(__self__, "regex", regex)
|
3430
|
+
|
3431
|
+
@property
|
3432
|
+
@pulumi.getter
|
3433
|
+
def name(self) -> str:
|
3434
|
+
return pulumi.get(self, "name")
|
3435
|
+
|
3436
|
+
@property
|
3437
|
+
@pulumi.getter
|
3438
|
+
def values(self) -> Sequence[str]:
|
3439
|
+
return pulumi.get(self, "values")
|
3440
|
+
|
3441
|
+
@property
|
3442
|
+
@pulumi.getter
|
3443
|
+
def regex(self) -> Optional[bool]:
|
3444
|
+
return pulumi.get(self, "regex")
|
3445
|
+
|
3446
|
+
|
3447
|
+
@pulumi.output_type
|
3448
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionResult(dict):
|
3449
|
+
def __init__(__self__, *,
|
3450
|
+
items: Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']):
|
3451
|
+
"""
|
3452
|
+
:param Sequence['GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemArgs'] items: An array of occ handover resource blocks.
|
3453
|
+
"""
|
3454
|
+
pulumi.set(__self__, "items", items)
|
3455
|
+
|
3456
|
+
@property
|
3457
|
+
@pulumi.getter
|
3458
|
+
def items(self) -> Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult']:
|
3459
|
+
"""
|
3460
|
+
An array of occ handover resource blocks.
|
3461
|
+
"""
|
3462
|
+
return pulumi.get(self, "items")
|
3463
|
+
|
3464
|
+
|
3465
|
+
@pulumi.output_type
|
3466
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemResult(dict):
|
3467
|
+
def __init__(__self__, *,
|
3468
|
+
associated_capacity_requests: Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult'],
|
3469
|
+
compartment_id: str,
|
3470
|
+
handover_date: str,
|
3471
|
+
handover_resource_name: str,
|
3472
|
+
id: str,
|
3473
|
+
namespace: str,
|
3474
|
+
occ_customer_group_id: str,
|
3475
|
+
placement_details: Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult'],
|
3476
|
+
total_handover_quantity: str):
|
3477
|
+
"""
|
3478
|
+
:param Sequence['GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestArgs'] associated_capacity_requests: A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
3479
|
+
:param str compartment_id: The OCID of the compartment or tenancy in which resources are to be listed.
|
3480
|
+
:param str handover_date: The date on which the resource was handed over to the customer.
|
3481
|
+
:param str handover_resource_name: A filter to return only the list of resources that match the name provided in this filter.
|
3482
|
+
:param str id: The OCID of the resource block.
|
3483
|
+
:param str namespace: The namespace by which we would filter the list.
|
3484
|
+
:param str occ_customer_group_id: The OCID of the customer group for which the resources were provisioned.
|
3485
|
+
:param Sequence['GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailArgs'] placement_details: Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
3486
|
+
:param str total_handover_quantity: The total quantity of the resource that was made available to the customer by Oracle.
|
3487
|
+
"""
|
3488
|
+
pulumi.set(__self__, "associated_capacity_requests", associated_capacity_requests)
|
3489
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
3490
|
+
pulumi.set(__self__, "handover_date", handover_date)
|
3491
|
+
pulumi.set(__self__, "handover_resource_name", handover_resource_name)
|
3492
|
+
pulumi.set(__self__, "id", id)
|
3493
|
+
pulumi.set(__self__, "namespace", namespace)
|
3494
|
+
pulumi.set(__self__, "occ_customer_group_id", occ_customer_group_id)
|
3495
|
+
pulumi.set(__self__, "placement_details", placement_details)
|
3496
|
+
pulumi.set(__self__, "total_handover_quantity", total_handover_quantity)
|
3497
|
+
|
3498
|
+
@property
|
3499
|
+
@pulumi.getter(name="associatedCapacityRequests")
|
3500
|
+
def associated_capacity_requests(self) -> Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult']:
|
3501
|
+
"""
|
3502
|
+
A list containing details about the capacity requests against which the resources were provisioned by oracle.
|
3503
|
+
"""
|
3504
|
+
return pulumi.get(self, "associated_capacity_requests")
|
3505
|
+
|
3506
|
+
@property
|
3507
|
+
@pulumi.getter(name="compartmentId")
|
3508
|
+
def compartment_id(self) -> str:
|
3509
|
+
"""
|
3510
|
+
The OCID of the compartment or tenancy in which resources are to be listed.
|
3511
|
+
"""
|
3512
|
+
return pulumi.get(self, "compartment_id")
|
3513
|
+
|
3514
|
+
@property
|
3515
|
+
@pulumi.getter(name="handoverDate")
|
3516
|
+
def handover_date(self) -> str:
|
3517
|
+
"""
|
3518
|
+
The date on which the resource was handed over to the customer.
|
3519
|
+
"""
|
3520
|
+
return pulumi.get(self, "handover_date")
|
3521
|
+
|
3522
|
+
@property
|
3523
|
+
@pulumi.getter(name="handoverResourceName")
|
3524
|
+
def handover_resource_name(self) -> str:
|
3525
|
+
"""
|
3526
|
+
A filter to return only the list of resources that match the name provided in this filter.
|
3527
|
+
"""
|
3528
|
+
return pulumi.get(self, "handover_resource_name")
|
3529
|
+
|
3530
|
+
@property
|
3531
|
+
@pulumi.getter
|
3532
|
+
def id(self) -> str:
|
3533
|
+
"""
|
3534
|
+
The OCID of the resource block.
|
3535
|
+
"""
|
3536
|
+
return pulumi.get(self, "id")
|
3537
|
+
|
3538
|
+
@property
|
3539
|
+
@pulumi.getter
|
3540
|
+
def namespace(self) -> str:
|
3541
|
+
"""
|
3542
|
+
The namespace by which we would filter the list.
|
3543
|
+
"""
|
3544
|
+
return pulumi.get(self, "namespace")
|
3545
|
+
|
3546
|
+
@property
|
3547
|
+
@pulumi.getter(name="occCustomerGroupId")
|
3548
|
+
def occ_customer_group_id(self) -> str:
|
3549
|
+
"""
|
3550
|
+
The OCID of the customer group for which the resources were provisioned.
|
3551
|
+
"""
|
3552
|
+
return pulumi.get(self, "occ_customer_group_id")
|
3553
|
+
|
3554
|
+
@property
|
3555
|
+
@pulumi.getter(name="placementDetails")
|
3556
|
+
def placement_details(self) -> Sequence['outputs.GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult']:
|
3557
|
+
"""
|
3558
|
+
Details like building, room and block where the resource was placed after provisioning in the datacenter.
|
3559
|
+
"""
|
3560
|
+
return pulumi.get(self, "placement_details")
|
3561
|
+
|
3562
|
+
@property
|
3563
|
+
@pulumi.getter(name="totalHandoverQuantity")
|
3564
|
+
def total_handover_quantity(self) -> str:
|
3565
|
+
"""
|
3566
|
+
The total quantity of the resource that was made available to the customer by Oracle.
|
3567
|
+
"""
|
3568
|
+
return pulumi.get(self, "total_handover_quantity")
|
3569
|
+
|
3570
|
+
|
3571
|
+
@pulumi.output_type
|
3572
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemAssociatedCapacityRequestResult(dict):
|
3573
|
+
def __init__(__self__, *,
|
3574
|
+
handover_quantity: str,
|
3575
|
+
occ_capacity_request_id: str):
|
3576
|
+
"""
|
3577
|
+
:param str handover_quantity: The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
3578
|
+
:param str occ_capacity_request_id: The OCID of the capacity request against which the resources were provisioned.
|
3579
|
+
"""
|
3580
|
+
pulumi.set(__self__, "handover_quantity", handover_quantity)
|
3581
|
+
pulumi.set(__self__, "occ_capacity_request_id", occ_capacity_request_id)
|
3582
|
+
|
3583
|
+
@property
|
3584
|
+
@pulumi.getter(name="handoverQuantity")
|
3585
|
+
def handover_quantity(self) -> str:
|
3586
|
+
"""
|
3587
|
+
The total quantity of the bare metal hardware that was made available corresponding to the capacity request ocid.
|
3588
|
+
"""
|
3589
|
+
return pulumi.get(self, "handover_quantity")
|
3590
|
+
|
3591
|
+
@property
|
3592
|
+
@pulumi.getter(name="occCapacityRequestId")
|
3593
|
+
def occ_capacity_request_id(self) -> str:
|
3594
|
+
"""
|
3595
|
+
The OCID of the capacity request against which the resources were provisioned.
|
3596
|
+
"""
|
3597
|
+
return pulumi.get(self, "occ_capacity_request_id")
|
3598
|
+
|
3599
|
+
|
3600
|
+
@pulumi.output_type
|
3601
|
+
class GetOccHandoverResourceBlocksOccHandoverResourceBlockCollectionItemPlacementDetailResult(dict):
|
3602
|
+
def __init__(__self__, *,
|
3603
|
+
availability_domain: str,
|
3604
|
+
block: str,
|
3605
|
+
building: str,
|
3606
|
+
region: str,
|
3607
|
+
room: str,
|
3608
|
+
workload_type: str):
|
3609
|
+
"""
|
3610
|
+
:param str availability_domain: The availability domain (AD) for which the resources were provisioned.
|
3611
|
+
:param str block: The block in the datacenter room where the resource was placed.
|
3612
|
+
:param str building: The datacenter building where the resource was placed.
|
3613
|
+
:param str region: The name of the region for which the resources were provisioned.
|
3614
|
+
:param str room: The name of the room in the dataacenter building where the resource was placed.
|
3615
|
+
:param str workload_type: The type of workload to which these resources were provisioned.
|
3616
|
+
"""
|
3617
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
3618
|
+
pulumi.set(__self__, "block", block)
|
3619
|
+
pulumi.set(__self__, "building", building)
|
3620
|
+
pulumi.set(__self__, "region", region)
|
3621
|
+
pulumi.set(__self__, "room", room)
|
3622
|
+
pulumi.set(__self__, "workload_type", workload_type)
|
3623
|
+
|
3624
|
+
@property
|
3625
|
+
@pulumi.getter(name="availabilityDomain")
|
3626
|
+
def availability_domain(self) -> str:
|
3627
|
+
"""
|
3628
|
+
The availability domain (AD) for which the resources were provisioned.
|
3629
|
+
"""
|
3630
|
+
return pulumi.get(self, "availability_domain")
|
3631
|
+
|
3632
|
+
@property
|
3633
|
+
@pulumi.getter
|
3634
|
+
def block(self) -> str:
|
3635
|
+
"""
|
3636
|
+
The block in the datacenter room where the resource was placed.
|
3637
|
+
"""
|
3638
|
+
return pulumi.get(self, "block")
|
3639
|
+
|
3640
|
+
@property
|
3641
|
+
@pulumi.getter
|
3642
|
+
def building(self) -> str:
|
3643
|
+
"""
|
3644
|
+
The datacenter building where the resource was placed.
|
3645
|
+
"""
|
3646
|
+
return pulumi.get(self, "building")
|
3647
|
+
|
3648
|
+
@property
|
3649
|
+
@pulumi.getter
|
3650
|
+
def region(self) -> str:
|
3651
|
+
"""
|
3652
|
+
The name of the region for which the resources were provisioned.
|
3653
|
+
"""
|
3654
|
+
return pulumi.get(self, "region")
|
3655
|
+
|
3656
|
+
@property
|
3657
|
+
@pulumi.getter
|
3658
|
+
def room(self) -> str:
|
3659
|
+
"""
|
3660
|
+
The name of the room in the dataacenter building where the resource was placed.
|
3661
|
+
"""
|
3662
|
+
return pulumi.get(self, "room")
|
3663
|
+
|
3664
|
+
@property
|
3665
|
+
@pulumi.getter(name="workloadType")
|
3666
|
+
def workload_type(self) -> str:
|
3667
|
+
"""
|
3668
|
+
The type of workload to which these resources were provisioned.
|
3669
|
+
"""
|
3670
|
+
return pulumi.get(self, "workload_type")
|
3671
|
+
|
3672
|
+
|