pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.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 +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -36,6 +36,7 @@ class DesktopPoolArgs:
|
|
36
36
|
standby_size: pulumi.Input[int],
|
37
37
|
storage_backup_policy_id: pulumi.Input[str],
|
38
38
|
storage_size_in_gbs: pulumi.Input[int],
|
39
|
+
are_volumes_preserved: Optional[pulumi.Input[bool]] = None,
|
39
40
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
40
41
|
description: Optional[pulumi.Input[str]] = None,
|
41
42
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -50,7 +51,7 @@ class DesktopPoolArgs:
|
|
50
51
|
The set of arguments for constructing a DesktopPool resource.
|
51
52
|
:param pulumi.Input[bool] are_privileged_users: Indicates whether desktop pool users have administrative privileges on their desktop.
|
52
53
|
:param pulumi.Input[str] availability_domain: The availability domain of the desktop pool.
|
53
|
-
:param pulumi.Input['DesktopPoolAvailabilityPolicyArgs'] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
54
|
+
:param pulumi.Input['DesktopPoolAvailabilityPolicyArgs'] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
54
55
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment which will contain the desktop pool.
|
55
56
|
:param pulumi.Input[str] contact_details: (Updatable) Contact information of the desktop pool administrator. Avoid entering confidential information.
|
56
57
|
:param pulumi.Input['DesktopPoolDevicePolicyArgs'] device_policy: (Updatable) Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
|
@@ -63,6 +64,11 @@ class DesktopPoolArgs:
|
|
63
64
|
:param pulumi.Input[int] standby_size: (Updatable) The maximum number of standby desktops available in the desktop pool.
|
64
65
|
:param pulumi.Input[str] storage_backup_policy_id: The backup policy OCID of the storage.
|
65
66
|
:param pulumi.Input[int] storage_size_in_gbs: The size in GBs of the storage for the desktop pool.
|
67
|
+
:param pulumi.Input[bool] are_volumes_preserved: (Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
68
|
+
|
69
|
+
|
70
|
+
** IMPORTANT **
|
71
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
66
72
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
67
73
|
:param pulumi.Input[str] description: (Updatable) A user friendly description providing additional information about the resource. Avoid entering confidential information.
|
68
74
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
@@ -73,10 +79,6 @@ class DesktopPoolArgs:
|
|
73
79
|
:param pulumi.Input[str] time_start_scheduled: (Updatable) The start time of the desktop pool.
|
74
80
|
:param pulumi.Input[str] time_stop_scheduled: (Updatable) The stop time of the desktop pool.
|
75
81
|
:param pulumi.Input[str] use_dedicated_vm_host: Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
76
|
-
|
77
|
-
|
78
|
-
** IMPORTANT **
|
79
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
80
82
|
"""
|
81
83
|
pulumi.set(__self__, "are_privileged_users", are_privileged_users)
|
82
84
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -93,6 +95,8 @@ class DesktopPoolArgs:
|
|
93
95
|
pulumi.set(__self__, "standby_size", standby_size)
|
94
96
|
pulumi.set(__self__, "storage_backup_policy_id", storage_backup_policy_id)
|
95
97
|
pulumi.set(__self__, "storage_size_in_gbs", storage_size_in_gbs)
|
98
|
+
if are_volumes_preserved is not None:
|
99
|
+
pulumi.set(__self__, "are_volumes_preserved", are_volumes_preserved)
|
96
100
|
if defined_tags is not None:
|
97
101
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
98
102
|
if description is not None:
|
@@ -142,7 +146,7 @@ class DesktopPoolArgs:
|
|
142
146
|
@pulumi.getter(name="availabilityPolicy")
|
143
147
|
def availability_policy(self) -> pulumi.Input['DesktopPoolAvailabilityPolicyArgs']:
|
144
148
|
"""
|
145
|
-
(Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
149
|
+
(Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
146
150
|
"""
|
147
151
|
return pulumi.get(self, "availability_policy")
|
148
152
|
|
@@ -294,6 +298,22 @@ class DesktopPoolArgs:
|
|
294
298
|
def storage_size_in_gbs(self, value: pulumi.Input[int]):
|
295
299
|
pulumi.set(self, "storage_size_in_gbs", value)
|
296
300
|
|
301
|
+
@property
|
302
|
+
@pulumi.getter(name="areVolumesPreserved")
|
303
|
+
def are_volumes_preserved(self) -> Optional[pulumi.Input[bool]]:
|
304
|
+
"""
|
305
|
+
(Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
306
|
+
|
307
|
+
|
308
|
+
** IMPORTANT **
|
309
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
310
|
+
"""
|
311
|
+
return pulumi.get(self, "are_volumes_preserved")
|
312
|
+
|
313
|
+
@are_volumes_preserved.setter
|
314
|
+
def are_volumes_preserved(self, value: Optional[pulumi.Input[bool]]):
|
315
|
+
pulumi.set(self, "are_volumes_preserved", value)
|
316
|
+
|
297
317
|
@property
|
298
318
|
@pulumi.getter(name="definedTags")
|
299
319
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -407,10 +427,6 @@ class DesktopPoolArgs:
|
|
407
427
|
def use_dedicated_vm_host(self) -> Optional[pulumi.Input[str]]:
|
408
428
|
"""
|
409
429
|
Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
410
|
-
|
411
|
-
|
412
|
-
** IMPORTANT **
|
413
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
414
430
|
"""
|
415
431
|
return pulumi.get(self, "use_dedicated_vm_host")
|
416
432
|
|
@@ -424,6 +440,7 @@ class _DesktopPoolState:
|
|
424
440
|
def __init__(__self__, *,
|
425
441
|
active_desktops: Optional[pulumi.Input[int]] = None,
|
426
442
|
are_privileged_users: Optional[pulumi.Input[bool]] = None,
|
443
|
+
are_volumes_preserved: Optional[pulumi.Input[bool]] = None,
|
427
444
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
428
445
|
availability_policy: Optional[pulumi.Input['DesktopPoolAvailabilityPolicyArgs']] = None,
|
429
446
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -454,8 +471,13 @@ class _DesktopPoolState:
|
|
454
471
|
Input properties used for looking up and filtering DesktopPool resources.
|
455
472
|
:param pulumi.Input[int] active_desktops: The number of active desktops in the desktop pool.
|
456
473
|
:param pulumi.Input[bool] are_privileged_users: Indicates whether desktop pool users have administrative privileges on their desktop.
|
474
|
+
:param pulumi.Input[bool] are_volumes_preserved: (Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
475
|
+
|
476
|
+
|
477
|
+
** IMPORTANT **
|
478
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
457
479
|
:param pulumi.Input[str] availability_domain: The availability domain of the desktop pool.
|
458
|
-
:param pulumi.Input['DesktopPoolAvailabilityPolicyArgs'] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
480
|
+
:param pulumi.Input['DesktopPoolAvailabilityPolicyArgs'] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
459
481
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment which will contain the desktop pool.
|
460
482
|
:param pulumi.Input[str] contact_details: (Updatable) Contact information of the desktop pool administrator. Avoid entering confidential information.
|
461
483
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
@@ -480,15 +502,13 @@ class _DesktopPoolState:
|
|
480
502
|
:param pulumi.Input[str] time_start_scheduled: (Updatable) The start time of the desktop pool.
|
481
503
|
:param pulumi.Input[str] time_stop_scheduled: (Updatable) The stop time of the desktop pool.
|
482
504
|
:param pulumi.Input[str] use_dedicated_vm_host: Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
483
|
-
|
484
|
-
|
485
|
-
** IMPORTANT **
|
486
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
487
505
|
"""
|
488
506
|
if active_desktops is not None:
|
489
507
|
pulumi.set(__self__, "active_desktops", active_desktops)
|
490
508
|
if are_privileged_users is not None:
|
491
509
|
pulumi.set(__self__, "are_privileged_users", are_privileged_users)
|
510
|
+
if are_volumes_preserved is not None:
|
511
|
+
pulumi.set(__self__, "are_volumes_preserved", are_volumes_preserved)
|
492
512
|
if availability_domain is not None:
|
493
513
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
494
514
|
if availability_policy is not None:
|
@@ -566,6 +586,22 @@ class _DesktopPoolState:
|
|
566
586
|
def are_privileged_users(self, value: Optional[pulumi.Input[bool]]):
|
567
587
|
pulumi.set(self, "are_privileged_users", value)
|
568
588
|
|
589
|
+
@property
|
590
|
+
@pulumi.getter(name="areVolumesPreserved")
|
591
|
+
def are_volumes_preserved(self) -> Optional[pulumi.Input[bool]]:
|
592
|
+
"""
|
593
|
+
(Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
594
|
+
|
595
|
+
|
596
|
+
** IMPORTANT **
|
597
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
598
|
+
"""
|
599
|
+
return pulumi.get(self, "are_volumes_preserved")
|
600
|
+
|
601
|
+
@are_volumes_preserved.setter
|
602
|
+
def are_volumes_preserved(self, value: Optional[pulumi.Input[bool]]):
|
603
|
+
pulumi.set(self, "are_volumes_preserved", value)
|
604
|
+
|
569
605
|
@property
|
570
606
|
@pulumi.getter(name="availabilityDomain")
|
571
607
|
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
@@ -582,7 +618,7 @@ class _DesktopPoolState:
|
|
582
618
|
@pulumi.getter(name="availabilityPolicy")
|
583
619
|
def availability_policy(self) -> Optional[pulumi.Input['DesktopPoolAvailabilityPolicyArgs']]:
|
584
620
|
"""
|
585
|
-
(Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
621
|
+
(Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
586
622
|
"""
|
587
623
|
return pulumi.get(self, "availability_policy")
|
588
624
|
|
@@ -871,10 +907,6 @@ class _DesktopPoolState:
|
|
871
907
|
def use_dedicated_vm_host(self) -> Optional[pulumi.Input[str]]:
|
872
908
|
"""
|
873
909
|
Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
874
|
-
|
875
|
-
|
876
|
-
** IMPORTANT **
|
877
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
878
910
|
"""
|
879
911
|
return pulumi.get(self, "use_dedicated_vm_host")
|
880
912
|
|
@@ -889,6 +921,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
889
921
|
resource_name: str,
|
890
922
|
opts: Optional[pulumi.ResourceOptions] = None,
|
891
923
|
are_privileged_users: Optional[pulumi.Input[bool]] = None,
|
924
|
+
are_volumes_preserved: Optional[pulumi.Input[bool]] = None,
|
892
925
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
893
926
|
availability_policy: Optional[pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']]] = None,
|
894
927
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -965,6 +998,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
965
998
|
standby_size=desktop_pool_standby_size,
|
966
999
|
storage_backup_policy_id="ocid1.volumebackuppolicy.oc1.xxxxyyyyyzzzz",
|
967
1000
|
storage_size_in_gbs=desktop_pool_storage_size_in_gbs,
|
1001
|
+
are_volumes_preserved=desktop_pool_are_volumes_preserved,
|
968
1002
|
defined_tags={
|
969
1003
|
"Operations.CostCenter": "42",
|
970
1004
|
},
|
@@ -1009,8 +1043,13 @@ class DesktopPool(pulumi.CustomResource):
|
|
1009
1043
|
:param str resource_name: The name of the resource.
|
1010
1044
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1011
1045
|
:param pulumi.Input[bool] are_privileged_users: Indicates whether desktop pool users have administrative privileges on their desktop.
|
1046
|
+
:param pulumi.Input[bool] are_volumes_preserved: (Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
1047
|
+
|
1048
|
+
|
1049
|
+
** IMPORTANT **
|
1050
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1012
1051
|
:param pulumi.Input[str] availability_domain: The availability domain of the desktop pool.
|
1013
|
-
:param pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
1052
|
+
:param pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
1014
1053
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment which will contain the desktop pool.
|
1015
1054
|
:param pulumi.Input[str] contact_details: (Updatable) Contact information of the desktop pool administrator. Avoid entering confidential information.
|
1016
1055
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
@@ -1033,10 +1072,6 @@ class DesktopPool(pulumi.CustomResource):
|
|
1033
1072
|
:param pulumi.Input[str] time_start_scheduled: (Updatable) The start time of the desktop pool.
|
1034
1073
|
:param pulumi.Input[str] time_stop_scheduled: (Updatable) The stop time of the desktop pool.
|
1035
1074
|
:param pulumi.Input[str] use_dedicated_vm_host: Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
1036
|
-
|
1037
|
-
|
1038
|
-
** IMPORTANT **
|
1039
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1040
1075
|
"""
|
1041
1076
|
...
|
1042
1077
|
@overload
|
@@ -1095,6 +1130,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
1095
1130
|
standby_size=desktop_pool_standby_size,
|
1096
1131
|
storage_backup_policy_id="ocid1.volumebackuppolicy.oc1.xxxxyyyyyzzzz",
|
1097
1132
|
storage_size_in_gbs=desktop_pool_storage_size_in_gbs,
|
1133
|
+
are_volumes_preserved=desktop_pool_are_volumes_preserved,
|
1098
1134
|
defined_tags={
|
1099
1135
|
"Operations.CostCenter": "42",
|
1100
1136
|
},
|
@@ -1152,6 +1188,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
1152
1188
|
resource_name: str,
|
1153
1189
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1154
1190
|
are_privileged_users: Optional[pulumi.Input[bool]] = None,
|
1191
|
+
are_volumes_preserved: Optional[pulumi.Input[bool]] = None,
|
1155
1192
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
1156
1193
|
availability_policy: Optional[pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']]] = None,
|
1157
1194
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -1188,6 +1225,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
1188
1225
|
if are_privileged_users is None and not opts.urn:
|
1189
1226
|
raise TypeError("Missing required property 'are_privileged_users'")
|
1190
1227
|
__props__.__dict__["are_privileged_users"] = are_privileged_users
|
1228
|
+
__props__.__dict__["are_volumes_preserved"] = are_volumes_preserved
|
1191
1229
|
if availability_domain is None and not opts.urn:
|
1192
1230
|
raise TypeError("Missing required property 'availability_domain'")
|
1193
1231
|
__props__.__dict__["availability_domain"] = availability_domain
|
@@ -1255,6 +1293,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
1255
1293
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1256
1294
|
active_desktops: Optional[pulumi.Input[int]] = None,
|
1257
1295
|
are_privileged_users: Optional[pulumi.Input[bool]] = None,
|
1296
|
+
are_volumes_preserved: Optional[pulumi.Input[bool]] = None,
|
1258
1297
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
1259
1298
|
availability_policy: Optional[pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']]] = None,
|
1260
1299
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -1290,8 +1329,13 @@ class DesktopPool(pulumi.CustomResource):
|
|
1290
1329
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1291
1330
|
:param pulumi.Input[int] active_desktops: The number of active desktops in the desktop pool.
|
1292
1331
|
:param pulumi.Input[bool] are_privileged_users: Indicates whether desktop pool users have administrative privileges on their desktop.
|
1332
|
+
:param pulumi.Input[bool] are_volumes_preserved: (Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
1333
|
+
|
1334
|
+
|
1335
|
+
** IMPORTANT **
|
1336
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1293
1337
|
:param pulumi.Input[str] availability_domain: The availability domain of the desktop pool.
|
1294
|
-
:param pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
1338
|
+
:param pulumi.Input[Union['DesktopPoolAvailabilityPolicyArgs', 'DesktopPoolAvailabilityPolicyArgsDict']] availability_policy: (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
1295
1339
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment which will contain the desktop pool.
|
1296
1340
|
:param pulumi.Input[str] contact_details: (Updatable) Contact information of the desktop pool administrator. Avoid entering confidential information.
|
1297
1341
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
@@ -1316,10 +1360,6 @@ class DesktopPool(pulumi.CustomResource):
|
|
1316
1360
|
:param pulumi.Input[str] time_start_scheduled: (Updatable) The start time of the desktop pool.
|
1317
1361
|
:param pulumi.Input[str] time_stop_scheduled: (Updatable) The stop time of the desktop pool.
|
1318
1362
|
:param pulumi.Input[str] use_dedicated_vm_host: Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
1319
|
-
|
1320
|
-
|
1321
|
-
** IMPORTANT **
|
1322
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1323
1363
|
"""
|
1324
1364
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1325
1365
|
|
@@ -1327,6 +1367,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
1327
1367
|
|
1328
1368
|
__props__.__dict__["active_desktops"] = active_desktops
|
1329
1369
|
__props__.__dict__["are_privileged_users"] = are_privileged_users
|
1370
|
+
__props__.__dict__["are_volumes_preserved"] = are_volumes_preserved
|
1330
1371
|
__props__.__dict__["availability_domain"] = availability_domain
|
1331
1372
|
__props__.__dict__["availability_policy"] = availability_policy
|
1332
1373
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -1371,6 +1412,18 @@ class DesktopPool(pulumi.CustomResource):
|
|
1371
1412
|
"""
|
1372
1413
|
return pulumi.get(self, "are_privileged_users")
|
1373
1414
|
|
1415
|
+
@property
|
1416
|
+
@pulumi.getter(name="areVolumesPreserved")
|
1417
|
+
def are_volumes_preserved(self) -> pulumi.Output[Optional[bool]]:
|
1418
|
+
"""
|
1419
|
+
(Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
|
1420
|
+
|
1421
|
+
|
1422
|
+
** IMPORTANT **
|
1423
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1424
|
+
"""
|
1425
|
+
return pulumi.get(self, "are_volumes_preserved")
|
1426
|
+
|
1374
1427
|
@property
|
1375
1428
|
@pulumi.getter(name="availabilityDomain")
|
1376
1429
|
def availability_domain(self) -> pulumi.Output[str]:
|
@@ -1383,7 +1436,7 @@ class DesktopPool(pulumi.CustomResource):
|
|
1383
1436
|
@pulumi.getter(name="availabilityPolicy")
|
1384
1437
|
def availability_policy(self) -> pulumi.Output['outputs.DesktopPoolAvailabilityPolicy']:
|
1385
1438
|
"""
|
1386
|
-
(Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
|
1439
|
+
(Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
|
1387
1440
|
"""
|
1388
1441
|
return pulumi.get(self, "availability_policy")
|
1389
1442
|
|
@@ -1576,10 +1629,6 @@ class DesktopPool(pulumi.CustomResource):
|
|
1576
1629
|
def use_dedicated_vm_host(self) -> pulumi.Output[str]:
|
1577
1630
|
"""
|
1578
1631
|
Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
1579
|
-
|
1580
|
-
|
1581
|
-
** IMPORTANT **
|
1582
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1583
1632
|
"""
|
1584
1633
|
return pulumi.get(self, "use_dedicated_vm_host")
|
1585
1634
|
|
@@ -27,13 +27,16 @@ class GetDesktopPoolResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDesktopPool.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, active_desktops=None, are_privileged_users=None, availability_domain=None, availability_policies=None, compartment_id=None, contact_details=None, defined_tags=None, description=None, desktop_pool_id=None, device_policies=None, display_name=None, freeform_tags=None, id=None, images=None, is_storage_enabled=None, maximum_size=None, network_configurations=None, nsg_ids=None, private_access_details=None, session_lifecycle_actions=None, shape_configs=None, shape_name=None, standby_size=None, state=None, storage_backup_policy_id=None, storage_size_in_gbs=None, time_created=None, time_start_scheduled=None, time_stop_scheduled=None, use_dedicated_vm_host=None):
|
30
|
+
def __init__(__self__, active_desktops=None, are_privileged_users=None, are_volumes_preserved=None, availability_domain=None, availability_policies=None, compartment_id=None, contact_details=None, defined_tags=None, description=None, desktop_pool_id=None, device_policies=None, display_name=None, freeform_tags=None, id=None, images=None, is_storage_enabled=None, maximum_size=None, network_configurations=None, nsg_ids=None, private_access_details=None, session_lifecycle_actions=None, shape_configs=None, shape_name=None, standby_size=None, state=None, storage_backup_policy_id=None, storage_size_in_gbs=None, time_created=None, time_start_scheduled=None, time_stop_scheduled=None, use_dedicated_vm_host=None):
|
31
31
|
if active_desktops and not isinstance(active_desktops, int):
|
32
32
|
raise TypeError("Expected argument 'active_desktops' to be a int")
|
33
33
|
pulumi.set(__self__, "active_desktops", active_desktops)
|
34
34
|
if are_privileged_users and not isinstance(are_privileged_users, bool):
|
35
35
|
raise TypeError("Expected argument 'are_privileged_users' to be a bool")
|
36
36
|
pulumi.set(__self__, "are_privileged_users", are_privileged_users)
|
37
|
+
if are_volumes_preserved and not isinstance(are_volumes_preserved, bool):
|
38
|
+
raise TypeError("Expected argument 'are_volumes_preserved' to be a bool")
|
39
|
+
pulumi.set(__self__, "are_volumes_preserved", are_volumes_preserved)
|
37
40
|
if availability_domain and not isinstance(availability_domain, str):
|
38
41
|
raise TypeError("Expected argument 'availability_domain' to be a str")
|
39
42
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -135,6 +138,11 @@ class GetDesktopPoolResult:
|
|
135
138
|
"""
|
136
139
|
return pulumi.get(self, "are_privileged_users")
|
137
140
|
|
141
|
+
@property
|
142
|
+
@pulumi.getter(name="areVolumesPreserved")
|
143
|
+
def are_volumes_preserved(self) -> bool:
|
144
|
+
return pulumi.get(self, "are_volumes_preserved")
|
145
|
+
|
138
146
|
@property
|
139
147
|
@pulumi.getter(name="availabilityDomain")
|
140
148
|
def availability_domain(self) -> str:
|
@@ -366,6 +374,7 @@ class AwaitableGetDesktopPoolResult(GetDesktopPoolResult):
|
|
366
374
|
return GetDesktopPoolResult(
|
367
375
|
active_desktops=self.active_desktops,
|
368
376
|
are_privileged_users=self.are_privileged_users,
|
377
|
+
are_volumes_preserved=self.are_volumes_preserved,
|
369
378
|
availability_domain=self.availability_domain,
|
370
379
|
availability_policies=self.availability_policies,
|
371
380
|
compartment_id=self.compartment_id,
|
@@ -423,6 +432,7 @@ def get_desktop_pool(desktop_pool_id: Optional[str] = None,
|
|
423
432
|
return AwaitableGetDesktopPoolResult(
|
424
433
|
active_desktops=pulumi.get(__ret__, 'active_desktops'),
|
425
434
|
are_privileged_users=pulumi.get(__ret__, 'are_privileged_users'),
|
435
|
+
are_volumes_preserved=pulumi.get(__ret__, 'are_volumes_preserved'),
|
426
436
|
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
427
437
|
availability_policies=pulumi.get(__ret__, 'availability_policies'),
|
428
438
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
@@ -477,6 +487,7 @@ def get_desktop_pool_output(desktop_pool_id: Optional[pulumi.Input[str]] = None,
|
|
477
487
|
return __ret__.apply(lambda __response__: GetDesktopPoolResult(
|
478
488
|
active_desktops=pulumi.get(__response__, 'active_desktops'),
|
479
489
|
are_privileged_users=pulumi.get(__response__, 'are_privileged_users'),
|
490
|
+
are_volumes_preserved=pulumi.get(__response__, 'are_volumes_preserved'),
|
480
491
|
availability_domain=pulumi.get(__response__, 'availability_domain'),
|
481
492
|
availability_policies=pulumi.get(__response__, 'availability_policies'),
|
482
493
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
pulumi_oci/desktops/outputs.py
CHANGED
@@ -528,7 +528,7 @@ class DesktopPoolSessionLifecycleActions(dict):
|
|
528
528
|
disconnect: Optional['outputs.DesktopPoolSessionLifecycleActionsDisconnect'] = None,
|
529
529
|
inactivity: Optional['outputs.DesktopPoolSessionLifecycleActionsInactivity'] = None):
|
530
530
|
"""
|
531
|
-
:param 'DesktopPoolSessionLifecycleActionsDisconnectArgs' disconnect: (Updatable) Action and grace period for disconnect
|
531
|
+
:param 'DesktopPoolSessionLifecycleActionsDisconnectArgs' disconnect: (Updatable) Action and grace period for disconnect. Session disconnect can not be used together with an `availability_policy` schedule.
|
532
532
|
:param 'DesktopPoolSessionLifecycleActionsInactivityArgs' inactivity: (Updatable) Action and grace period for inactivity
|
533
533
|
"""
|
534
534
|
if disconnect is not None:
|
@@ -540,7 +540,7 @@ class DesktopPoolSessionLifecycleActions(dict):
|
|
540
540
|
@pulumi.getter
|
541
541
|
def disconnect(self) -> Optional['outputs.DesktopPoolSessionLifecycleActionsDisconnect']:
|
542
542
|
"""
|
543
|
-
(Updatable) Action and grace period for disconnect
|
543
|
+
(Updatable) Action and grace period for disconnect. Session disconnect can not be used together with an `availability_policy` schedule.
|
544
544
|
"""
|
545
545
|
return pulumi.get(self, "disconnect")
|
546
546
|
|
@@ -576,7 +576,7 @@ class DesktopPoolSessionLifecycleActionsDisconnect(dict):
|
|
576
576
|
action: str,
|
577
577
|
grace_period_in_minutes: Optional[int] = None):
|
578
578
|
"""
|
579
|
-
:param str action: (Updatable) a disconnect action to be triggered
|
579
|
+
:param str action: (Updatable) a disconnect action to be triggered. Could be set to NONE or STOP
|
580
580
|
:param int grace_period_in_minutes: (Updatable) The period of time (in minutes) after disconnect before any action occurs. If the value is not provided, a default value is used.
|
581
581
|
"""
|
582
582
|
pulumi.set(__self__, "action", action)
|
@@ -587,7 +587,7 @@ class DesktopPoolSessionLifecycleActionsDisconnect(dict):
|
|
587
587
|
@pulumi.getter
|
588
588
|
def action(self) -> str:
|
589
589
|
"""
|
590
|
-
(Updatable) a disconnect action to be triggered
|
590
|
+
(Updatable) a disconnect action to be triggered. Could be set to NONE or STOP
|
591
591
|
"""
|
592
592
|
return pulumi.get(self, "action")
|
593
593
|
|
@@ -623,7 +623,7 @@ class DesktopPoolSessionLifecycleActionsInactivity(dict):
|
|
623
623
|
action: str,
|
624
624
|
grace_period_in_minutes: Optional[int] = None):
|
625
625
|
"""
|
626
|
-
:param str action: (Updatable) an inactivity action to be triggered
|
626
|
+
:param str action: (Updatable) an inactivity action to be triggered. Could be set to NONE or DISCONNECT.
|
627
627
|
:param int grace_period_in_minutes: (Updatable) The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
|
628
628
|
"""
|
629
629
|
pulumi.set(__self__, "action", action)
|
@@ -634,7 +634,7 @@ class DesktopPoolSessionLifecycleActionsInactivity(dict):
|
|
634
634
|
@pulumi.getter
|
635
635
|
def action(self) -> str:
|
636
636
|
"""
|
637
|
-
(Updatable) an inactivity action to be triggered
|
637
|
+
(Updatable) an inactivity action to be triggered. Could be set to NONE or DISCONNECT.
|
638
638
|
"""
|
639
639
|
return pulumi.get(self, "action")
|
640
640
|
|
@@ -1606,6 +1606,7 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1606
1606
|
def __init__(__self__, *,
|
1607
1607
|
active_desktops: int,
|
1608
1608
|
are_privileged_users: bool,
|
1609
|
+
are_volumes_preserved: bool,
|
1609
1610
|
availability_domain: str,
|
1610
1611
|
availability_policies: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemAvailabilityPolicyResult'],
|
1611
1612
|
compartment_id: str,
|
@@ -1666,6 +1667,7 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1666
1667
|
"""
|
1667
1668
|
pulumi.set(__self__, "active_desktops", active_desktops)
|
1668
1669
|
pulumi.set(__self__, "are_privileged_users", are_privileged_users)
|
1670
|
+
pulumi.set(__self__, "are_volumes_preserved", are_volumes_preserved)
|
1669
1671
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
1670
1672
|
pulumi.set(__self__, "availability_policies", availability_policies)
|
1671
1673
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -1710,6 +1712,11 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1710
1712
|
"""
|
1711
1713
|
return pulumi.get(self, "are_privileged_users")
|
1712
1714
|
|
1715
|
+
@property
|
1716
|
+
@pulumi.getter(name="areVolumesPreserved")
|
1717
|
+
def are_volumes_preserved(self) -> bool:
|
1718
|
+
return pulumi.get(self, "are_volumes_preserved")
|
1719
|
+
|
1713
1720
|
@property
|
1714
1721
|
@pulumi.getter(name="availabilityDomain")
|
1715
1722
|
def availability_domain(self) -> str:
|
@@ -700,17 +700,17 @@ if not MYPY:
|
|
700
700
|
"""
|
701
701
|
A flag indicating whether this group should be enabled for execution. This flag is only applicable to the `USER_DEFINED_PAUSE` group. The flag should be null for the remaining group types. Example: `true`
|
702
702
|
"""
|
703
|
+
refresh_status: NotRequired[pulumi.Input[str]]
|
704
|
+
"""
|
705
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
706
|
+
"""
|
703
707
|
steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepArgsDict']]]]
|
704
708
|
"""
|
705
709
|
The list of steps in the group.
|
706
710
|
"""
|
707
711
|
type: NotRequired[pulumi.Input[str]]
|
708
712
|
"""
|
709
|
-
The type of DR plan to be created.
|
710
|
-
|
711
|
-
|
712
|
-
** IMPORTANT **
|
713
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
713
|
+
The type of DR plan to be created.
|
714
714
|
"""
|
715
715
|
elif False:
|
716
716
|
DrPlanPlanGroupArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -721,18 +721,16 @@ class DrPlanPlanGroupArgs:
|
|
721
721
|
display_name: Optional[pulumi.Input[str]] = None,
|
722
722
|
id: Optional[pulumi.Input[str]] = None,
|
723
723
|
is_pause_enabled: Optional[pulumi.Input[bool]] = None,
|
724
|
+
refresh_status: Optional[pulumi.Input[str]] = None,
|
724
725
|
steps: Optional[pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepArgs']]]] = None,
|
725
726
|
type: Optional[pulumi.Input[str]] = None):
|
726
727
|
"""
|
727
728
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the DR plan being created. Example: `EBS Switchover PHX to IAD`
|
728
729
|
:param pulumi.Input[str] id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
729
730
|
:param pulumi.Input[bool] is_pause_enabled: A flag indicating whether this group should be enabled for execution. This flag is only applicable to the `USER_DEFINED_PAUSE` group. The flag should be null for the remaining group types. Example: `true`
|
731
|
+
:param pulumi.Input[str] refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
730
732
|
:param pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepArgs']]] steps: The list of steps in the group.
|
731
|
-
:param pulumi.Input[str] type: The type of DR plan to be created.
|
732
|
-
|
733
|
-
|
734
|
-
** IMPORTANT **
|
735
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
733
|
+
:param pulumi.Input[str] type: The type of DR plan to be created.
|
736
734
|
"""
|
737
735
|
if display_name is not None:
|
738
736
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -740,6 +738,8 @@ class DrPlanPlanGroupArgs:
|
|
740
738
|
pulumi.set(__self__, "id", id)
|
741
739
|
if is_pause_enabled is not None:
|
742
740
|
pulumi.set(__self__, "is_pause_enabled", is_pause_enabled)
|
741
|
+
if refresh_status is not None:
|
742
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
743
743
|
if steps is not None:
|
744
744
|
pulumi.set(__self__, "steps", steps)
|
745
745
|
if type is not None:
|
@@ -781,6 +781,18 @@ class DrPlanPlanGroupArgs:
|
|
781
781
|
def is_pause_enabled(self, value: Optional[pulumi.Input[bool]]):
|
782
782
|
pulumi.set(self, "is_pause_enabled", value)
|
783
783
|
|
784
|
+
@property
|
785
|
+
@pulumi.getter(name="refreshStatus")
|
786
|
+
def refresh_status(self) -> Optional[pulumi.Input[str]]:
|
787
|
+
"""
|
788
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
789
|
+
"""
|
790
|
+
return pulumi.get(self, "refresh_status")
|
791
|
+
|
792
|
+
@refresh_status.setter
|
793
|
+
def refresh_status(self, value: Optional[pulumi.Input[str]]):
|
794
|
+
pulumi.set(self, "refresh_status", value)
|
795
|
+
|
784
796
|
@property
|
785
797
|
@pulumi.getter
|
786
798
|
def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepArgs']]]]:
|
@@ -797,11 +809,7 @@ class DrPlanPlanGroupArgs:
|
|
797
809
|
@pulumi.getter
|
798
810
|
def type(self) -> Optional[pulumi.Input[str]]:
|
799
811
|
"""
|
800
|
-
The type of DR plan to be created.
|
801
|
-
|
802
|
-
|
803
|
-
** IMPORTANT **
|
804
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
812
|
+
The type of DR plan to be created.
|
805
813
|
"""
|
806
814
|
return pulumi.get(self, "type")
|
807
815
|
|
@@ -836,17 +844,17 @@ if not MYPY:
|
|
836
844
|
"""
|
837
845
|
The OCID of the member associated with this step. Example: `ocid1.database.oc1..uniqueID`
|
838
846
|
"""
|
847
|
+
refresh_status: NotRequired[pulumi.Input[str]]
|
848
|
+
"""
|
849
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
850
|
+
"""
|
839
851
|
timeout: NotRequired[pulumi.Input[int]]
|
840
852
|
"""
|
841
853
|
The timeout in seconds for executing this step. Example: `600`
|
842
854
|
"""
|
843
855
|
type: NotRequired[pulumi.Input[str]]
|
844
856
|
"""
|
845
|
-
The type of DR plan to be created.
|
846
|
-
|
847
|
-
|
848
|
-
** IMPORTANT **
|
849
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
857
|
+
The type of DR plan to be created.
|
850
858
|
"""
|
851
859
|
user_defined_steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepUserDefinedStepArgsDict']]]]
|
852
860
|
"""
|
@@ -864,6 +872,7 @@ class DrPlanPlanGroupStepArgs:
|
|
864
872
|
id: Optional[pulumi.Input[str]] = None,
|
865
873
|
is_enabled: Optional[pulumi.Input[bool]] = None,
|
866
874
|
member_id: Optional[pulumi.Input[str]] = None,
|
875
|
+
refresh_status: Optional[pulumi.Input[str]] = None,
|
867
876
|
timeout: Optional[pulumi.Input[int]] = None,
|
868
877
|
type: Optional[pulumi.Input[str]] = None,
|
869
878
|
user_defined_steps: Optional[pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepUserDefinedStepArgs']]]] = None):
|
@@ -874,12 +883,9 @@ class DrPlanPlanGroupStepArgs:
|
|
874
883
|
:param pulumi.Input[str] id: The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
|
875
884
|
:param pulumi.Input[bool] is_enabled: A flag indicating whether this step should be enabled for execution. Example: `true`
|
876
885
|
:param pulumi.Input[str] member_id: The OCID of the member associated with this step. Example: `ocid1.database.oc1..uniqueID`
|
886
|
+
:param pulumi.Input[str] refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
877
887
|
:param pulumi.Input[int] timeout: The timeout in seconds for executing this step. Example: `600`
|
878
|
-
:param pulumi.Input[str] type: The type of DR plan to be created.
|
879
|
-
|
880
|
-
|
881
|
-
** IMPORTANT **
|
882
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
888
|
+
:param pulumi.Input[str] type: The type of DR plan to be created.
|
883
889
|
:param pulumi.Input[Sequence[pulumi.Input['DrPlanPlanGroupStepUserDefinedStepArgs']]] user_defined_steps: The details for a user-defined step in a DR plan.
|
884
890
|
"""
|
885
891
|
if display_name is not None:
|
@@ -894,6 +900,8 @@ class DrPlanPlanGroupStepArgs:
|
|
894
900
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
895
901
|
if member_id is not None:
|
896
902
|
pulumi.set(__self__, "member_id", member_id)
|
903
|
+
if refresh_status is not None:
|
904
|
+
pulumi.set(__self__, "refresh_status", refresh_status)
|
897
905
|
if timeout is not None:
|
898
906
|
pulumi.set(__self__, "timeout", timeout)
|
899
907
|
if type is not None:
|
@@ -973,6 +981,18 @@ class DrPlanPlanGroupStepArgs:
|
|
973
981
|
def member_id(self, value: Optional[pulumi.Input[str]]):
|
974
982
|
pulumi.set(self, "member_id", value)
|
975
983
|
|
984
|
+
@property
|
985
|
+
@pulumi.getter(name="refreshStatus")
|
986
|
+
def refresh_status(self) -> Optional[pulumi.Input[str]]:
|
987
|
+
"""
|
988
|
+
The DR plan step refresh status. Example: `STEP_ADDED`
|
989
|
+
"""
|
990
|
+
return pulumi.get(self, "refresh_status")
|
991
|
+
|
992
|
+
@refresh_status.setter
|
993
|
+
def refresh_status(self, value: Optional[pulumi.Input[str]]):
|
994
|
+
pulumi.set(self, "refresh_status", value)
|
995
|
+
|
976
996
|
@property
|
977
997
|
@pulumi.getter
|
978
998
|
def timeout(self) -> Optional[pulumi.Input[int]]:
|
@@ -989,11 +1009,7 @@ class DrPlanPlanGroupStepArgs:
|
|
989
1009
|
@pulumi.getter
|
990
1010
|
def type(self) -> Optional[pulumi.Input[str]]:
|
991
1011
|
"""
|
992
|
-
The type of DR plan to be created.
|
993
|
-
|
994
|
-
|
995
|
-
** IMPORTANT **
|
996
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1012
|
+
The type of DR plan to be created.
|
997
1013
|
"""
|
998
1014
|
return pulumi.get(self, "type")
|
999
1015
|
|