pulumi-oci 2.11.0a1726726622__py3-none-any.whl → 2.11.0a1726768847__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.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/METADATA +1 -1
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/RECORD +55 -25
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/top_level.txt +0 -0
@@ -16,7 +16,6 @@ __all__ = ['OccCapacityRequestArgs', 'OccCapacityRequest']
|
|
16
16
|
@pulumi.input_type
|
17
17
|
class OccCapacityRequestArgs:
|
18
18
|
def __init__(__self__, *,
|
19
|
-
availability_domain: pulumi.Input[str],
|
20
19
|
compartment_id: pulumi.Input[str],
|
21
20
|
date_expected_capacity_handover: pulumi.Input[str],
|
22
21
|
details: pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestDetailArgs']]],
|
@@ -24,15 +23,16 @@ class OccCapacityRequestArgs:
|
|
24
23
|
namespace: pulumi.Input[str],
|
25
24
|
occ_availability_catalog_id: pulumi.Input[str],
|
26
25
|
region: pulumi.Input[str],
|
26
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
27
27
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
28
28
|
description: Optional[pulumi.Input[str]] = None,
|
29
29
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
30
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
31
31
|
patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestPatchOperationArgs']]]] = None,
|
32
|
-
request_state: Optional[pulumi.Input[str]] = None
|
32
|
+
request_state: Optional[pulumi.Input[str]] = None,
|
33
|
+
request_type: Optional[pulumi.Input[str]] = None):
|
33
34
|
"""
|
34
35
|
The set of arguments for constructing a OccCapacityRequest resource.
|
35
|
-
:param pulumi.Input[str] availability_domain: The availability domain (AD) for which the capacity request is made. If this is specified then the capacity will be validated and fulfilled within the scope of this AD.
|
36
36
|
:param pulumi.Input[str] compartment_id: Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
|
37
37
|
:param pulumi.Input[str] date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
38
38
|
:param pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestDetailArgs']]] details: A list of different resources requested by the user.
|
@@ -40,18 +40,19 @@ class OccCapacityRequestArgs:
|
|
40
40
|
:param pulumi.Input[str] namespace: The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
|
41
41
|
:param pulumi.Input[str] occ_availability_catalog_id: The OCID of the availability catalog against which capacity request is made.
|
42
42
|
:param pulumi.Input[str] region: The name of the region for which the capacity request is made.
|
43
|
+
:param pulumi.Input[str] availability_domain: The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
43
44
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
44
45
|
:param pulumi.Input[str] description: Meaningful text about the capacity request.
|
45
46
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
46
47
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
|
47
48
|
:param pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestPatchOperationArgs']]] patch_operations: (Updatable)
|
48
49
|
:param pulumi.Input[str] request_state: (Updatable) The subset of request states available for creating the capacity request.
|
50
|
+
:param pulumi.Input[str] request_type: Type of Capacity Request(New or Transfer)
|
49
51
|
|
50
52
|
|
51
53
|
** IMPORTANT **
|
52
54
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
53
55
|
"""
|
54
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
55
56
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
56
57
|
pulumi.set(__self__, "date_expected_capacity_handover", date_expected_capacity_handover)
|
57
58
|
pulumi.set(__self__, "details", details)
|
@@ -59,6 +60,8 @@ class OccCapacityRequestArgs:
|
|
59
60
|
pulumi.set(__self__, "namespace", namespace)
|
60
61
|
pulumi.set(__self__, "occ_availability_catalog_id", occ_availability_catalog_id)
|
61
62
|
pulumi.set(__self__, "region", region)
|
63
|
+
if availability_domain is not None:
|
64
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
62
65
|
if defined_tags is not None:
|
63
66
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
64
67
|
if description is not None:
|
@@ -71,18 +74,8 @@ class OccCapacityRequestArgs:
|
|
71
74
|
pulumi.set(__self__, "patch_operations", patch_operations)
|
72
75
|
if request_state is not None:
|
73
76
|
pulumi.set(__self__, "request_state", request_state)
|
74
|
-
|
75
|
-
|
76
|
-
@pulumi.getter(name="availabilityDomain")
|
77
|
-
def availability_domain(self) -> pulumi.Input[str]:
|
78
|
-
"""
|
79
|
-
The availability domain (AD) for which the capacity request is made. If this is specified then the capacity will be validated and fulfilled within the scope of this AD.
|
80
|
-
"""
|
81
|
-
return pulumi.get(self, "availability_domain")
|
82
|
-
|
83
|
-
@availability_domain.setter
|
84
|
-
def availability_domain(self, value: pulumi.Input[str]):
|
85
|
-
pulumi.set(self, "availability_domain", value)
|
77
|
+
if request_type is not None:
|
78
|
+
pulumi.set(__self__, "request_type", request_type)
|
86
79
|
|
87
80
|
@property
|
88
81
|
@pulumi.getter(name="compartmentId")
|
@@ -168,6 +161,18 @@ class OccCapacityRequestArgs:
|
|
168
161
|
def region(self, value: pulumi.Input[str]):
|
169
162
|
pulumi.set(self, "region", value)
|
170
163
|
|
164
|
+
@property
|
165
|
+
@pulumi.getter(name="availabilityDomain")
|
166
|
+
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
167
|
+
"""
|
168
|
+
The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
169
|
+
"""
|
170
|
+
return pulumi.get(self, "availability_domain")
|
171
|
+
|
172
|
+
@availability_domain.setter
|
173
|
+
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
174
|
+
pulumi.set(self, "availability_domain", value)
|
175
|
+
|
171
176
|
@property
|
172
177
|
@pulumi.getter(name="definedTags")
|
173
178
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -233,10 +238,6 @@ class OccCapacityRequestArgs:
|
|
233
238
|
def request_state(self) -> Optional[pulumi.Input[str]]:
|
234
239
|
"""
|
235
240
|
(Updatable) The subset of request states available for creating the capacity request.
|
236
|
-
|
237
|
-
|
238
|
-
** IMPORTANT **
|
239
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
240
241
|
"""
|
241
242
|
return pulumi.get(self, "request_state")
|
242
243
|
|
@@ -244,6 +245,22 @@ class OccCapacityRequestArgs:
|
|
244
245
|
def request_state(self, value: Optional[pulumi.Input[str]]):
|
245
246
|
pulumi.set(self, "request_state", value)
|
246
247
|
|
248
|
+
@property
|
249
|
+
@pulumi.getter(name="requestType")
|
250
|
+
def request_type(self) -> Optional[pulumi.Input[str]]:
|
251
|
+
"""
|
252
|
+
Type of Capacity Request(New or Transfer)
|
253
|
+
|
254
|
+
|
255
|
+
** IMPORTANT **
|
256
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
257
|
+
"""
|
258
|
+
return pulumi.get(self, "request_type")
|
259
|
+
|
260
|
+
@request_type.setter
|
261
|
+
def request_type(self, value: Optional[pulumi.Input[str]]):
|
262
|
+
pulumi.set(self, "request_type", value)
|
263
|
+
|
247
264
|
|
248
265
|
@pulumi.input_type
|
249
266
|
class _OccCapacityRequestState:
|
@@ -263,13 +280,14 @@ class _OccCapacityRequestState:
|
|
263
280
|
patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestPatchOperationArgs']]]] = None,
|
264
281
|
region: Optional[pulumi.Input[str]] = None,
|
265
282
|
request_state: Optional[pulumi.Input[str]] = None,
|
283
|
+
request_type: Optional[pulumi.Input[str]] = None,
|
266
284
|
state: Optional[pulumi.Input[str]] = None,
|
267
285
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
268
286
|
time_created: Optional[pulumi.Input[str]] = None,
|
269
287
|
time_updated: Optional[pulumi.Input[str]] = None):
|
270
288
|
"""
|
271
289
|
Input properties used for looking up and filtering OccCapacityRequest resources.
|
272
|
-
:param pulumi.Input[str] availability_domain: The availability domain (AD)
|
290
|
+
:param pulumi.Input[str] availability_domain: The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
273
291
|
:param pulumi.Input[str] compartment_id: Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
|
274
292
|
:param pulumi.Input[str] date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
275
293
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -284,6 +302,7 @@ class _OccCapacityRequestState:
|
|
284
302
|
:param pulumi.Input[Sequence[pulumi.Input['OccCapacityRequestPatchOperationArgs']]] patch_operations: (Updatable)
|
285
303
|
:param pulumi.Input[str] region: The name of the region for which the capacity request is made.
|
286
304
|
:param pulumi.Input[str] request_state: (Updatable) The subset of request states available for creating the capacity request.
|
305
|
+
:param pulumi.Input[str] request_type: Type of Capacity Request(New or Transfer)
|
287
306
|
|
288
307
|
|
289
308
|
** IMPORTANT **
|
@@ -323,6 +342,8 @@ class _OccCapacityRequestState:
|
|
323
342
|
pulumi.set(__self__, "region", region)
|
324
343
|
if request_state is not None:
|
325
344
|
pulumi.set(__self__, "request_state", request_state)
|
345
|
+
if request_type is not None:
|
346
|
+
pulumi.set(__self__, "request_type", request_type)
|
326
347
|
if state is not None:
|
327
348
|
pulumi.set(__self__, "state", state)
|
328
349
|
if system_tags is not None:
|
@@ -336,7 +357,7 @@ class _OccCapacityRequestState:
|
|
336
357
|
@pulumi.getter(name="availabilityDomain")
|
337
358
|
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
338
359
|
"""
|
339
|
-
The availability domain (AD)
|
360
|
+
The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
340
361
|
"""
|
341
362
|
return pulumi.get(self, "availability_domain")
|
342
363
|
|
@@ -505,10 +526,6 @@ class _OccCapacityRequestState:
|
|
505
526
|
def request_state(self) -> Optional[pulumi.Input[str]]:
|
506
527
|
"""
|
507
528
|
(Updatable) The subset of request states available for creating the capacity request.
|
508
|
-
|
509
|
-
|
510
|
-
** IMPORTANT **
|
511
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
512
529
|
"""
|
513
530
|
return pulumi.get(self, "request_state")
|
514
531
|
|
@@ -516,6 +533,22 @@ class _OccCapacityRequestState:
|
|
516
533
|
def request_state(self, value: Optional[pulumi.Input[str]]):
|
517
534
|
pulumi.set(self, "request_state", value)
|
518
535
|
|
536
|
+
@property
|
537
|
+
@pulumi.getter(name="requestType")
|
538
|
+
def request_type(self) -> Optional[pulumi.Input[str]]:
|
539
|
+
"""
|
540
|
+
Type of Capacity Request(New or Transfer)
|
541
|
+
|
542
|
+
|
543
|
+
** IMPORTANT **
|
544
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
545
|
+
"""
|
546
|
+
return pulumi.get(self, "request_type")
|
547
|
+
|
548
|
+
@request_type.setter
|
549
|
+
def request_type(self, value: Optional[pulumi.Input[str]]):
|
550
|
+
pulumi.set(self, "request_type", value)
|
551
|
+
|
519
552
|
@property
|
520
553
|
@pulumi.getter
|
521
554
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -584,6 +617,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
584
617
|
patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OccCapacityRequestPatchOperationArgs', 'OccCapacityRequestPatchOperationArgsDict']]]]] = None,
|
585
618
|
region: Optional[pulumi.Input[str]] = None,
|
586
619
|
request_state: Optional[pulumi.Input[str]] = None,
|
620
|
+
request_type: Optional[pulumi.Input[str]] = None,
|
587
621
|
__props__=None):
|
588
622
|
"""
|
589
623
|
This resource provides the Occ Capacity Request resource in Oracle Cloud Infrastructure Capacity Management service.
|
@@ -601,7 +635,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
601
635
|
|
602
636
|
:param str resource_name: The name of the resource.
|
603
637
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
604
|
-
:param pulumi.Input[str] availability_domain: The availability domain (AD)
|
638
|
+
:param pulumi.Input[str] availability_domain: The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
605
639
|
:param pulumi.Input[str] compartment_id: Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
|
606
640
|
:param pulumi.Input[str] date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
607
641
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -615,6 +649,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
615
649
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OccCapacityRequestPatchOperationArgs', 'OccCapacityRequestPatchOperationArgsDict']]]] patch_operations: (Updatable)
|
616
650
|
:param pulumi.Input[str] region: The name of the region for which the capacity request is made.
|
617
651
|
:param pulumi.Input[str] request_state: (Updatable) The subset of request states available for creating the capacity request.
|
652
|
+
:param pulumi.Input[str] request_type: Type of Capacity Request(New or Transfer)
|
618
653
|
|
619
654
|
|
620
655
|
** IMPORTANT **
|
@@ -669,6 +704,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
669
704
|
patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OccCapacityRequestPatchOperationArgs', 'OccCapacityRequestPatchOperationArgsDict']]]]] = None,
|
670
705
|
region: Optional[pulumi.Input[str]] = None,
|
671
706
|
request_state: Optional[pulumi.Input[str]] = None,
|
707
|
+
request_type: Optional[pulumi.Input[str]] = None,
|
672
708
|
__props__=None):
|
673
709
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
674
710
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -678,8 +714,6 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
678
714
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
679
715
|
__props__ = OccCapacityRequestArgs.__new__(OccCapacityRequestArgs)
|
680
716
|
|
681
|
-
if availability_domain is None and not opts.urn:
|
682
|
-
raise TypeError("Missing required property 'availability_domain'")
|
683
717
|
__props__.__dict__["availability_domain"] = availability_domain
|
684
718
|
if compartment_id is None and not opts.urn:
|
685
719
|
raise TypeError("Missing required property 'compartment_id'")
|
@@ -708,6 +742,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
708
742
|
raise TypeError("Missing required property 'region'")
|
709
743
|
__props__.__dict__["region"] = region
|
710
744
|
__props__.__dict__["request_state"] = request_state
|
745
|
+
__props__.__dict__["request_type"] = request_type
|
711
746
|
__props__.__dict__["occ_customer_group_id"] = None
|
712
747
|
__props__.__dict__["state"] = None
|
713
748
|
__props__.__dict__["system_tags"] = None
|
@@ -738,6 +773,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
738
773
|
patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OccCapacityRequestPatchOperationArgs', 'OccCapacityRequestPatchOperationArgsDict']]]]] = None,
|
739
774
|
region: Optional[pulumi.Input[str]] = None,
|
740
775
|
request_state: Optional[pulumi.Input[str]] = None,
|
776
|
+
request_type: Optional[pulumi.Input[str]] = None,
|
741
777
|
state: Optional[pulumi.Input[str]] = None,
|
742
778
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
743
779
|
time_created: Optional[pulumi.Input[str]] = None,
|
@@ -749,7 +785,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
749
785
|
:param str resource_name: The unique name of the resulting resource.
|
750
786
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
751
787
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
752
|
-
:param pulumi.Input[str] availability_domain: The availability domain (AD)
|
788
|
+
:param pulumi.Input[str] availability_domain: The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
753
789
|
:param pulumi.Input[str] compartment_id: Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
|
754
790
|
:param pulumi.Input[str] date_expected_capacity_handover: The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
|
755
791
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -764,6 +800,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
764
800
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OccCapacityRequestPatchOperationArgs', 'OccCapacityRequestPatchOperationArgsDict']]]] patch_operations: (Updatable)
|
765
801
|
:param pulumi.Input[str] region: The name of the region for which the capacity request is made.
|
766
802
|
:param pulumi.Input[str] request_state: (Updatable) The subset of request states available for creating the capacity request.
|
803
|
+
:param pulumi.Input[str] request_type: Type of Capacity Request(New or Transfer)
|
767
804
|
|
768
805
|
|
769
806
|
** IMPORTANT **
|
@@ -792,6 +829,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
792
829
|
__props__.__dict__["patch_operations"] = patch_operations
|
793
830
|
__props__.__dict__["region"] = region
|
794
831
|
__props__.__dict__["request_state"] = request_state
|
832
|
+
__props__.__dict__["request_type"] = request_type
|
795
833
|
__props__.__dict__["state"] = state
|
796
834
|
__props__.__dict__["system_tags"] = system_tags
|
797
835
|
__props__.__dict__["time_created"] = time_created
|
@@ -802,7 +840,7 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
802
840
|
@pulumi.getter(name="availabilityDomain")
|
803
841
|
def availability_domain(self) -> pulumi.Output[str]:
|
804
842
|
"""
|
805
|
-
The availability domain (AD)
|
843
|
+
The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
|
806
844
|
"""
|
807
845
|
return pulumi.get(self, "availability_domain")
|
808
846
|
|
@@ -915,12 +953,20 @@ class OccCapacityRequest(pulumi.CustomResource):
|
|
915
953
|
def request_state(self) -> pulumi.Output[str]:
|
916
954
|
"""
|
917
955
|
(Updatable) The subset of request states available for creating the capacity request.
|
956
|
+
"""
|
957
|
+
return pulumi.get(self, "request_state")
|
958
|
+
|
959
|
+
@property
|
960
|
+
@pulumi.getter(name="requestType")
|
961
|
+
def request_type(self) -> pulumi.Output[str]:
|
962
|
+
"""
|
963
|
+
Type of Capacity Request(New or Transfer)
|
918
964
|
|
919
965
|
|
920
966
|
** IMPORTANT **
|
921
967
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
922
968
|
"""
|
923
|
-
return pulumi.get(self, "
|
969
|
+
return pulumi.get(self, "request_type")
|
924
970
|
|
925
971
|
@property
|
926
972
|
@pulumi.getter
|