pulumi-oci 2.23.0a1738332002__py3-none-any.whl → 2.24.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 +72 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +868 -14
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +11459 -7870
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +122 -90
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/_inputs.py
CHANGED
@@ -281,6 +281,8 @@ __all__ = [
|
|
281
281
|
'ExadbVmClusterNodeResourceArgsDict',
|
282
282
|
'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs',
|
283
283
|
'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict',
|
284
|
+
'ExecutionActionActionMemberArgs',
|
285
|
+
'ExecutionActionActionMemberArgsDict',
|
284
286
|
'ExternalContainerDatabaseDatabaseManagementConfigArgs',
|
285
287
|
'ExternalContainerDatabaseDatabaseManagementConfigArgsDict',
|
286
288
|
'ExternalContainerDatabaseStackMonitoringConfigArgs',
|
@@ -341,6 +343,16 @@ __all__ = [
|
|
341
343
|
'PluggableDatabasesRemoteClonePluggableDatabaseManagementConfigArgsDict',
|
342
344
|
'PluggableDatabasesRemoteCloneRefreshableCloneConfigArgs',
|
343
345
|
'PluggableDatabasesRemoteCloneRefreshableCloneConfigArgsDict',
|
346
|
+
'ScheduledActionActionMemberArgs',
|
347
|
+
'ScheduledActionActionMemberArgsDict',
|
348
|
+
'SchedulingPolicyCadenceStartMonthArgs',
|
349
|
+
'SchedulingPolicyCadenceStartMonthArgsDict',
|
350
|
+
'SchedulingPolicySchedulingWindowWindowPreferenceArgs',
|
351
|
+
'SchedulingPolicySchedulingWindowWindowPreferenceArgsDict',
|
352
|
+
'SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgs',
|
353
|
+
'SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgsDict',
|
354
|
+
'SchedulingPolicySchedulingWindowWindowPreferenceMonthArgs',
|
355
|
+
'SchedulingPolicySchedulingWindowWindowPreferenceMonthArgsDict',
|
344
356
|
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailArgs',
|
345
357
|
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailArgsDict',
|
346
358
|
'VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgs',
|
@@ -487,6 +499,10 @@ __all__ = [
|
|
487
499
|
'GetExadbVmClustersFilterArgsDict',
|
488
500
|
'GetExascaleDbStorageVaultsFilterArgs',
|
489
501
|
'GetExascaleDbStorageVaultsFilterArgsDict',
|
502
|
+
'GetExecutionActionsFilterArgs',
|
503
|
+
'GetExecutionActionsFilterArgsDict',
|
504
|
+
'GetExecutionWindowsFilterArgs',
|
505
|
+
'GetExecutionWindowsFilterArgsDict',
|
490
506
|
'GetExternalContainerDatabasesFilterArgs',
|
491
507
|
'GetExternalContainerDatabasesFilterArgsDict',
|
492
508
|
'GetExternalDatabaseConnectorsFilterArgs',
|
@@ -511,6 +527,18 @@ __all__ = [
|
|
511
527
|
'GetOneoffPatchesFilterArgsDict',
|
512
528
|
'GetPluggableDatabasesFilterArgs',
|
513
529
|
'GetPluggableDatabasesFilterArgsDict',
|
530
|
+
'GetScheduledActionParamsFilterArgs',
|
531
|
+
'GetScheduledActionParamsFilterArgsDict',
|
532
|
+
'GetScheduledActionsFilterArgs',
|
533
|
+
'GetScheduledActionsFilterArgsDict',
|
534
|
+
'GetSchedulingPlansFilterArgs',
|
535
|
+
'GetSchedulingPlansFilterArgsDict',
|
536
|
+
'GetSchedulingPoliciesFilterArgs',
|
537
|
+
'GetSchedulingPoliciesFilterArgsDict',
|
538
|
+
'GetSchedulingPolicyRecommendedScheduledActionsFilterArgs',
|
539
|
+
'GetSchedulingPolicyRecommendedScheduledActionsFilterArgsDict',
|
540
|
+
'GetSchedulingPolicySchedulingWindowsFilterArgs',
|
541
|
+
'GetSchedulingPolicySchedulingWindowsFilterArgsDict',
|
514
542
|
'GetSystemVersionsFilterArgs',
|
515
543
|
'GetSystemVersionsFilterArgsDict',
|
516
544
|
'GetVmClusterNetworksFilterArgs',
|
@@ -14479,6 +14507,137 @@ class ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs:
|
|
14479
14507
|
pulumi.set(self, "available_size_in_gbs", value)
|
14480
14508
|
|
14481
14509
|
|
14510
|
+
if not MYPY:
|
14511
|
+
class ExecutionActionActionMemberArgsDict(TypedDict):
|
14512
|
+
member_id: pulumi.Input[str]
|
14513
|
+
"""
|
14514
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent resource the execution action belongs to.
|
14515
|
+
"""
|
14516
|
+
member_order: pulumi.Input[int]
|
14517
|
+
"""
|
14518
|
+
(Updatable) The priority order of the execution action member.
|
14519
|
+
"""
|
14520
|
+
estimated_time_in_mins: NotRequired[pulumi.Input[int]]
|
14521
|
+
"""
|
14522
|
+
(Updatable) The estimated time of the execution action member in minutes.
|
14523
|
+
"""
|
14524
|
+
status: NotRequired[pulumi.Input[str]]
|
14525
|
+
"""
|
14526
|
+
(Updatable) The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:
|
14527
|
+
* SCHEDULED
|
14528
|
+
* IN_PROGRESS
|
14529
|
+
* FAILED
|
14530
|
+
* CANCELED
|
14531
|
+
* DURATION_EXCEEDED
|
14532
|
+
* RESCHEDULED
|
14533
|
+
* SUCCEEDED
|
14534
|
+
"""
|
14535
|
+
total_time_taken_in_mins: NotRequired[pulumi.Input[int]]
|
14536
|
+
"""
|
14537
|
+
(Updatable) The total time taken by corresponding resource activity in minutes.
|
14538
|
+
"""
|
14539
|
+
elif False:
|
14540
|
+
ExecutionActionActionMemberArgsDict: TypeAlias = Mapping[str, Any]
|
14541
|
+
|
14542
|
+
@pulumi.input_type
|
14543
|
+
class ExecutionActionActionMemberArgs:
|
14544
|
+
def __init__(__self__, *,
|
14545
|
+
member_id: pulumi.Input[str],
|
14546
|
+
member_order: pulumi.Input[int],
|
14547
|
+
estimated_time_in_mins: Optional[pulumi.Input[int]] = None,
|
14548
|
+
status: Optional[pulumi.Input[str]] = None,
|
14549
|
+
total_time_taken_in_mins: Optional[pulumi.Input[int]] = None):
|
14550
|
+
"""
|
14551
|
+
:param pulumi.Input[str] member_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent resource the execution action belongs to.
|
14552
|
+
:param pulumi.Input[int] member_order: (Updatable) The priority order of the execution action member.
|
14553
|
+
:param pulumi.Input[int] estimated_time_in_mins: (Updatable) The estimated time of the execution action member in minutes.
|
14554
|
+
:param pulumi.Input[str] status: (Updatable) The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:
|
14555
|
+
* SCHEDULED
|
14556
|
+
* IN_PROGRESS
|
14557
|
+
* FAILED
|
14558
|
+
* CANCELED
|
14559
|
+
* DURATION_EXCEEDED
|
14560
|
+
* RESCHEDULED
|
14561
|
+
* SUCCEEDED
|
14562
|
+
:param pulumi.Input[int] total_time_taken_in_mins: (Updatable) The total time taken by corresponding resource activity in minutes.
|
14563
|
+
"""
|
14564
|
+
pulumi.set(__self__, "member_id", member_id)
|
14565
|
+
pulumi.set(__self__, "member_order", member_order)
|
14566
|
+
if estimated_time_in_mins is not None:
|
14567
|
+
pulumi.set(__self__, "estimated_time_in_mins", estimated_time_in_mins)
|
14568
|
+
if status is not None:
|
14569
|
+
pulumi.set(__self__, "status", status)
|
14570
|
+
if total_time_taken_in_mins is not None:
|
14571
|
+
pulumi.set(__self__, "total_time_taken_in_mins", total_time_taken_in_mins)
|
14572
|
+
|
14573
|
+
@property
|
14574
|
+
@pulumi.getter(name="memberId")
|
14575
|
+
def member_id(self) -> pulumi.Input[str]:
|
14576
|
+
"""
|
14577
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent resource the execution action belongs to.
|
14578
|
+
"""
|
14579
|
+
return pulumi.get(self, "member_id")
|
14580
|
+
|
14581
|
+
@member_id.setter
|
14582
|
+
def member_id(self, value: pulumi.Input[str]):
|
14583
|
+
pulumi.set(self, "member_id", value)
|
14584
|
+
|
14585
|
+
@property
|
14586
|
+
@pulumi.getter(name="memberOrder")
|
14587
|
+
def member_order(self) -> pulumi.Input[int]:
|
14588
|
+
"""
|
14589
|
+
(Updatable) The priority order of the execution action member.
|
14590
|
+
"""
|
14591
|
+
return pulumi.get(self, "member_order")
|
14592
|
+
|
14593
|
+
@member_order.setter
|
14594
|
+
def member_order(self, value: pulumi.Input[int]):
|
14595
|
+
pulumi.set(self, "member_order", value)
|
14596
|
+
|
14597
|
+
@property
|
14598
|
+
@pulumi.getter(name="estimatedTimeInMins")
|
14599
|
+
def estimated_time_in_mins(self) -> Optional[pulumi.Input[int]]:
|
14600
|
+
"""
|
14601
|
+
(Updatable) The estimated time of the execution action member in minutes.
|
14602
|
+
"""
|
14603
|
+
return pulumi.get(self, "estimated_time_in_mins")
|
14604
|
+
|
14605
|
+
@estimated_time_in_mins.setter
|
14606
|
+
def estimated_time_in_mins(self, value: Optional[pulumi.Input[int]]):
|
14607
|
+
pulumi.set(self, "estimated_time_in_mins", value)
|
14608
|
+
|
14609
|
+
@property
|
14610
|
+
@pulumi.getter
|
14611
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
14612
|
+
"""
|
14613
|
+
(Updatable) The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:
|
14614
|
+
* SCHEDULED
|
14615
|
+
* IN_PROGRESS
|
14616
|
+
* FAILED
|
14617
|
+
* CANCELED
|
14618
|
+
* DURATION_EXCEEDED
|
14619
|
+
* RESCHEDULED
|
14620
|
+
* SUCCEEDED
|
14621
|
+
"""
|
14622
|
+
return pulumi.get(self, "status")
|
14623
|
+
|
14624
|
+
@status.setter
|
14625
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
14626
|
+
pulumi.set(self, "status", value)
|
14627
|
+
|
14628
|
+
@property
|
14629
|
+
@pulumi.getter(name="totalTimeTakenInMins")
|
14630
|
+
def total_time_taken_in_mins(self) -> Optional[pulumi.Input[int]]:
|
14631
|
+
"""
|
14632
|
+
(Updatable) The total time taken by corresponding resource activity in minutes.
|
14633
|
+
"""
|
14634
|
+
return pulumi.get(self, "total_time_taken_in_mins")
|
14635
|
+
|
14636
|
+
@total_time_taken_in_mins.setter
|
14637
|
+
def total_time_taken_in_mins(self, value: Optional[pulumi.Input[int]]):
|
14638
|
+
pulumi.set(self, "total_time_taken_in_mins", value)
|
14639
|
+
|
14640
|
+
|
14482
14641
|
if not MYPY:
|
14483
14642
|
class ExternalContainerDatabaseDatabaseManagementConfigArgsDict(TypedDict):
|
14484
14643
|
database_management_connection_id: NotRequired[pulumi.Input[str]]
|
@@ -16406,6 +16565,307 @@ class PluggableDatabasesRemoteCloneRefreshableCloneConfigArgs:
|
|
16406
16565
|
pulumi.set(self, "is_refreshable_clone", value)
|
16407
16566
|
|
16408
16567
|
|
16568
|
+
if not MYPY:
|
16569
|
+
class ScheduledActionActionMemberArgsDict(TypedDict):
|
16570
|
+
member_id: pulumi.Input[str]
|
16571
|
+
"""
|
16572
|
+
(Updatable) The ocid of the action member.
|
16573
|
+
"""
|
16574
|
+
member_order: pulumi.Input[int]
|
16575
|
+
"""
|
16576
|
+
(Updatable) The order of the action member in a scheduled action.
|
16577
|
+
"""
|
16578
|
+
estimated_time_in_mins: NotRequired[pulumi.Input[int]]
|
16579
|
+
"""
|
16580
|
+
(Updatable) The estimated time for the intended action member.
|
16581
|
+
"""
|
16582
|
+
elif False:
|
16583
|
+
ScheduledActionActionMemberArgsDict: TypeAlias = Mapping[str, Any]
|
16584
|
+
|
16585
|
+
@pulumi.input_type
|
16586
|
+
class ScheduledActionActionMemberArgs:
|
16587
|
+
def __init__(__self__, *,
|
16588
|
+
member_id: pulumi.Input[str],
|
16589
|
+
member_order: pulumi.Input[int],
|
16590
|
+
estimated_time_in_mins: Optional[pulumi.Input[int]] = None):
|
16591
|
+
"""
|
16592
|
+
:param pulumi.Input[str] member_id: (Updatable) The ocid of the action member.
|
16593
|
+
:param pulumi.Input[int] member_order: (Updatable) The order of the action member in a scheduled action.
|
16594
|
+
:param pulumi.Input[int] estimated_time_in_mins: (Updatable) The estimated time for the intended action member.
|
16595
|
+
"""
|
16596
|
+
pulumi.set(__self__, "member_id", member_id)
|
16597
|
+
pulumi.set(__self__, "member_order", member_order)
|
16598
|
+
if estimated_time_in_mins is not None:
|
16599
|
+
pulumi.set(__self__, "estimated_time_in_mins", estimated_time_in_mins)
|
16600
|
+
|
16601
|
+
@property
|
16602
|
+
@pulumi.getter(name="memberId")
|
16603
|
+
def member_id(self) -> pulumi.Input[str]:
|
16604
|
+
"""
|
16605
|
+
(Updatable) The ocid of the action member.
|
16606
|
+
"""
|
16607
|
+
return pulumi.get(self, "member_id")
|
16608
|
+
|
16609
|
+
@member_id.setter
|
16610
|
+
def member_id(self, value: pulumi.Input[str]):
|
16611
|
+
pulumi.set(self, "member_id", value)
|
16612
|
+
|
16613
|
+
@property
|
16614
|
+
@pulumi.getter(name="memberOrder")
|
16615
|
+
def member_order(self) -> pulumi.Input[int]:
|
16616
|
+
"""
|
16617
|
+
(Updatable) The order of the action member in a scheduled action.
|
16618
|
+
"""
|
16619
|
+
return pulumi.get(self, "member_order")
|
16620
|
+
|
16621
|
+
@member_order.setter
|
16622
|
+
def member_order(self, value: pulumi.Input[int]):
|
16623
|
+
pulumi.set(self, "member_order", value)
|
16624
|
+
|
16625
|
+
@property
|
16626
|
+
@pulumi.getter(name="estimatedTimeInMins")
|
16627
|
+
def estimated_time_in_mins(self) -> Optional[pulumi.Input[int]]:
|
16628
|
+
"""
|
16629
|
+
(Updatable) The estimated time for the intended action member.
|
16630
|
+
"""
|
16631
|
+
return pulumi.get(self, "estimated_time_in_mins")
|
16632
|
+
|
16633
|
+
@estimated_time_in_mins.setter
|
16634
|
+
def estimated_time_in_mins(self, value: Optional[pulumi.Input[int]]):
|
16635
|
+
pulumi.set(self, "estimated_time_in_mins", value)
|
16636
|
+
|
16637
|
+
|
16638
|
+
if not MYPY:
|
16639
|
+
class SchedulingPolicyCadenceStartMonthArgsDict(TypedDict):
|
16640
|
+
name: pulumi.Input[str]
|
16641
|
+
"""
|
16642
|
+
(Updatable) Name of the month of the year.
|
16643
|
+
"""
|
16644
|
+
elif False:
|
16645
|
+
SchedulingPolicyCadenceStartMonthArgsDict: TypeAlias = Mapping[str, Any]
|
16646
|
+
|
16647
|
+
@pulumi.input_type
|
16648
|
+
class SchedulingPolicyCadenceStartMonthArgs:
|
16649
|
+
def __init__(__self__, *,
|
16650
|
+
name: pulumi.Input[str]):
|
16651
|
+
"""
|
16652
|
+
:param pulumi.Input[str] name: (Updatable) Name of the month of the year.
|
16653
|
+
"""
|
16654
|
+
pulumi.set(__self__, "name", name)
|
16655
|
+
|
16656
|
+
@property
|
16657
|
+
@pulumi.getter
|
16658
|
+
def name(self) -> pulumi.Input[str]:
|
16659
|
+
"""
|
16660
|
+
(Updatable) Name of the month of the year.
|
16661
|
+
"""
|
16662
|
+
return pulumi.get(self, "name")
|
16663
|
+
|
16664
|
+
@name.setter
|
16665
|
+
def name(self, value: pulumi.Input[str]):
|
16666
|
+
pulumi.set(self, "name", value)
|
16667
|
+
|
16668
|
+
|
16669
|
+
if not MYPY:
|
16670
|
+
class SchedulingPolicySchedulingWindowWindowPreferenceArgsDict(TypedDict):
|
16671
|
+
days_of_weeks: pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgsDict']]]
|
16672
|
+
"""
|
16673
|
+
(Updatable) Days during the week when scheduling window should be performed.
|
16674
|
+
"""
|
16675
|
+
duration: pulumi.Input[int]
|
16676
|
+
"""
|
16677
|
+
(Updatable) Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
16678
|
+
"""
|
16679
|
+
is_enforced_duration: pulumi.Input[bool]
|
16680
|
+
"""
|
16681
|
+
(Updatable) Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
16682
|
+
"""
|
16683
|
+
months: pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceMonthArgsDict']]]
|
16684
|
+
"""
|
16685
|
+
(Updatable) Months during the year when scheduled window should be performed.
|
16686
|
+
"""
|
16687
|
+
start_time: pulumi.Input[str]
|
16688
|
+
"""
|
16689
|
+
(Updatable) The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
16690
|
+
"""
|
16691
|
+
weeks_of_months: pulumi.Input[Sequence[pulumi.Input[int]]]
|
16692
|
+
"""
|
16693
|
+
(Updatable) Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
16694
|
+
|
16695
|
+
|
16696
|
+
** IMPORTANT **
|
16697
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
16698
|
+
"""
|
16699
|
+
elif False:
|
16700
|
+
SchedulingPolicySchedulingWindowWindowPreferenceArgsDict: TypeAlias = Mapping[str, Any]
|
16701
|
+
|
16702
|
+
@pulumi.input_type
|
16703
|
+
class SchedulingPolicySchedulingWindowWindowPreferenceArgs:
|
16704
|
+
def __init__(__self__, *,
|
16705
|
+
days_of_weeks: pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgs']]],
|
16706
|
+
duration: pulumi.Input[int],
|
16707
|
+
is_enforced_duration: pulumi.Input[bool],
|
16708
|
+
months: pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceMonthArgs']]],
|
16709
|
+
start_time: pulumi.Input[str],
|
16710
|
+
weeks_of_months: pulumi.Input[Sequence[pulumi.Input[int]]]):
|
16711
|
+
"""
|
16712
|
+
:param pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when scheduling window should be performed.
|
16713
|
+
:param pulumi.Input[int] duration: (Updatable) Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
16714
|
+
:param pulumi.Input[bool] is_enforced_duration: (Updatable) Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
16715
|
+
:param pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceMonthArgs']]] months: (Updatable) Months during the year when scheduled window should be performed.
|
16716
|
+
:param pulumi.Input[str] start_time: (Updatable) The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
16717
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
16718
|
+
|
16719
|
+
|
16720
|
+
** IMPORTANT **
|
16721
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
16722
|
+
"""
|
16723
|
+
pulumi.set(__self__, "days_of_weeks", days_of_weeks)
|
16724
|
+
pulumi.set(__self__, "duration", duration)
|
16725
|
+
pulumi.set(__self__, "is_enforced_duration", is_enforced_duration)
|
16726
|
+
pulumi.set(__self__, "months", months)
|
16727
|
+
pulumi.set(__self__, "start_time", start_time)
|
16728
|
+
pulumi.set(__self__, "weeks_of_months", weeks_of_months)
|
16729
|
+
|
16730
|
+
@property
|
16731
|
+
@pulumi.getter(name="daysOfWeeks")
|
16732
|
+
def days_of_weeks(self) -> pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgs']]]:
|
16733
|
+
"""
|
16734
|
+
(Updatable) Days during the week when scheduling window should be performed.
|
16735
|
+
"""
|
16736
|
+
return pulumi.get(self, "days_of_weeks")
|
16737
|
+
|
16738
|
+
@days_of_weeks.setter
|
16739
|
+
def days_of_weeks(self, value: pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgs']]]):
|
16740
|
+
pulumi.set(self, "days_of_weeks", value)
|
16741
|
+
|
16742
|
+
@property
|
16743
|
+
@pulumi.getter
|
16744
|
+
def duration(self) -> pulumi.Input[int]:
|
16745
|
+
"""
|
16746
|
+
(Updatable) Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
|
16747
|
+
"""
|
16748
|
+
return pulumi.get(self, "duration")
|
16749
|
+
|
16750
|
+
@duration.setter
|
16751
|
+
def duration(self, value: pulumi.Input[int]):
|
16752
|
+
pulumi.set(self, "duration", value)
|
16753
|
+
|
16754
|
+
@property
|
16755
|
+
@pulumi.getter(name="isEnforcedDuration")
|
16756
|
+
def is_enforced_duration(self) -> pulumi.Input[bool]:
|
16757
|
+
"""
|
16758
|
+
(Updatable) Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.
|
16759
|
+
"""
|
16760
|
+
return pulumi.get(self, "is_enforced_duration")
|
16761
|
+
|
16762
|
+
@is_enforced_duration.setter
|
16763
|
+
def is_enforced_duration(self, value: pulumi.Input[bool]):
|
16764
|
+
pulumi.set(self, "is_enforced_duration", value)
|
16765
|
+
|
16766
|
+
@property
|
16767
|
+
@pulumi.getter
|
16768
|
+
def months(self) -> pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceMonthArgs']]]:
|
16769
|
+
"""
|
16770
|
+
(Updatable) Months during the year when scheduled window should be performed.
|
16771
|
+
"""
|
16772
|
+
return pulumi.get(self, "months")
|
16773
|
+
|
16774
|
+
@months.setter
|
16775
|
+
def months(self, value: pulumi.Input[Sequence[pulumi.Input['SchedulingPolicySchedulingWindowWindowPreferenceMonthArgs']]]):
|
16776
|
+
pulumi.set(self, "months", value)
|
16777
|
+
|
16778
|
+
@property
|
16779
|
+
@pulumi.getter(name="startTime")
|
16780
|
+
def start_time(self) -> pulumi.Input[str]:
|
16781
|
+
"""
|
16782
|
+
(Updatable) The scheduling window start time. The value must use the ISO-8601 format "hh:mm".
|
16783
|
+
"""
|
16784
|
+
return pulumi.get(self, "start_time")
|
16785
|
+
|
16786
|
+
@start_time.setter
|
16787
|
+
def start_time(self, value: pulumi.Input[str]):
|
16788
|
+
pulumi.set(self, "start_time", value)
|
16789
|
+
|
16790
|
+
@property
|
16791
|
+
@pulumi.getter(name="weeksOfMonths")
|
16792
|
+
def weeks_of_months(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]:
|
16793
|
+
"""
|
16794
|
+
(Updatable) Weeks during the month when scheduled window should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow scheduling window during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Scheduling window cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and startTime parameters to allow you to specify specific days of the week and hours that scheduled window will be performed.
|
16795
|
+
|
16796
|
+
|
16797
|
+
** IMPORTANT **
|
16798
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
16799
|
+
"""
|
16800
|
+
return pulumi.get(self, "weeks_of_months")
|
16801
|
+
|
16802
|
+
@weeks_of_months.setter
|
16803
|
+
def weeks_of_months(self, value: pulumi.Input[Sequence[pulumi.Input[int]]]):
|
16804
|
+
pulumi.set(self, "weeks_of_months", value)
|
16805
|
+
|
16806
|
+
|
16807
|
+
if not MYPY:
|
16808
|
+
class SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgsDict(TypedDict):
|
16809
|
+
name: pulumi.Input[str]
|
16810
|
+
"""
|
16811
|
+
(Updatable) Name of the day of the week.
|
16812
|
+
"""
|
16813
|
+
elif False:
|
16814
|
+
SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgsDict: TypeAlias = Mapping[str, Any]
|
16815
|
+
|
16816
|
+
@pulumi.input_type
|
16817
|
+
class SchedulingPolicySchedulingWindowWindowPreferenceDaysOfWeekArgs:
|
16818
|
+
def __init__(__self__, *,
|
16819
|
+
name: pulumi.Input[str]):
|
16820
|
+
"""
|
16821
|
+
:param pulumi.Input[str] name: (Updatable) Name of the day of the week.
|
16822
|
+
"""
|
16823
|
+
pulumi.set(__self__, "name", name)
|
16824
|
+
|
16825
|
+
@property
|
16826
|
+
@pulumi.getter
|
16827
|
+
def name(self) -> pulumi.Input[str]:
|
16828
|
+
"""
|
16829
|
+
(Updatable) Name of the day of the week.
|
16830
|
+
"""
|
16831
|
+
return pulumi.get(self, "name")
|
16832
|
+
|
16833
|
+
@name.setter
|
16834
|
+
def name(self, value: pulumi.Input[str]):
|
16835
|
+
pulumi.set(self, "name", value)
|
16836
|
+
|
16837
|
+
|
16838
|
+
if not MYPY:
|
16839
|
+
class SchedulingPolicySchedulingWindowWindowPreferenceMonthArgsDict(TypedDict):
|
16840
|
+
name: pulumi.Input[str]
|
16841
|
+
"""
|
16842
|
+
(Updatable) Name of the month of the year.
|
16843
|
+
"""
|
16844
|
+
elif False:
|
16845
|
+
SchedulingPolicySchedulingWindowWindowPreferenceMonthArgsDict: TypeAlias = Mapping[str, Any]
|
16846
|
+
|
16847
|
+
@pulumi.input_type
|
16848
|
+
class SchedulingPolicySchedulingWindowWindowPreferenceMonthArgs:
|
16849
|
+
def __init__(__self__, *,
|
16850
|
+
name: pulumi.Input[str]):
|
16851
|
+
"""
|
16852
|
+
:param pulumi.Input[str] name: (Updatable) Name of the month of the year.
|
16853
|
+
"""
|
16854
|
+
pulumi.set(__self__, "name", name)
|
16855
|
+
|
16856
|
+
@property
|
16857
|
+
@pulumi.getter
|
16858
|
+
def name(self) -> pulumi.Input[str]:
|
16859
|
+
"""
|
16860
|
+
(Updatable) Name of the month of the year.
|
16861
|
+
"""
|
16862
|
+
return pulumi.get(self, "name")
|
16863
|
+
|
16864
|
+
@name.setter
|
16865
|
+
def name(self, value: pulumi.Input[str]):
|
16866
|
+
pulumi.set(self, "name", value)
|
16867
|
+
|
16868
|
+
|
16409
16869
|
if not MYPY:
|
16410
16870
|
class VmClusterAddVirtualNetworkCloudAutomationUpdateDetailArgsDict(TypedDict):
|
16411
16871
|
apply_update_time_preferences: NotRequired[pulumi.Input[Sequence[pulumi.Input['VmClusterAddVirtualNetworkCloudAutomationUpdateDetailApplyUpdateTimePreferenceArgsDict']]]]
|
@@ -20432,15 +20892,15 @@ class GetExascaleDbStorageVaultsFilterArgs:
|
|
20432
20892
|
|
20433
20893
|
|
20434
20894
|
if not MYPY:
|
20435
|
-
class
|
20895
|
+
class GetExecutionActionsFilterArgsDict(TypedDict):
|
20436
20896
|
name: str
|
20437
20897
|
values: Sequence[str]
|
20438
20898
|
regex: NotRequired[bool]
|
20439
20899
|
elif False:
|
20440
|
-
|
20900
|
+
GetExecutionActionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
20441
20901
|
|
20442
20902
|
@pulumi.input_type
|
20443
|
-
class
|
20903
|
+
class GetExecutionActionsFilterArgs:
|
20444
20904
|
def __init__(__self__, *,
|
20445
20905
|
name: str,
|
20446
20906
|
values: Sequence[str],
|
@@ -20479,15 +20939,15 @@ class GetExternalContainerDatabasesFilterArgs:
|
|
20479
20939
|
|
20480
20940
|
|
20481
20941
|
if not MYPY:
|
20482
|
-
class
|
20942
|
+
class GetExecutionWindowsFilterArgsDict(TypedDict):
|
20483
20943
|
name: str
|
20484
20944
|
values: Sequence[str]
|
20485
20945
|
regex: NotRequired[bool]
|
20486
20946
|
elif False:
|
20487
|
-
|
20947
|
+
GetExecutionWindowsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
20488
20948
|
|
20489
20949
|
@pulumi.input_type
|
20490
|
-
class
|
20950
|
+
class GetExecutionWindowsFilterArgs:
|
20491
20951
|
def __init__(__self__, *,
|
20492
20952
|
name: str,
|
20493
20953
|
values: Sequence[str],
|
@@ -20526,15 +20986,15 @@ class GetExternalDatabaseConnectorsFilterArgs:
|
|
20526
20986
|
|
20527
20987
|
|
20528
20988
|
if not MYPY:
|
20529
|
-
class
|
20989
|
+
class GetExternalContainerDatabasesFilterArgsDict(TypedDict):
|
20530
20990
|
name: str
|
20531
20991
|
values: Sequence[str]
|
20532
20992
|
regex: NotRequired[bool]
|
20533
20993
|
elif False:
|
20534
|
-
|
20994
|
+
GetExternalContainerDatabasesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
20535
20995
|
|
20536
20996
|
@pulumi.input_type
|
20537
|
-
class
|
20997
|
+
class GetExternalContainerDatabasesFilterArgs:
|
20538
20998
|
def __init__(__self__, *,
|
20539
20999
|
name: str,
|
20540
21000
|
values: Sequence[str],
|
@@ -20573,15 +21033,15 @@ class GetExternalNonContainerDatabasesFilterArgs:
|
|
20573
21033
|
|
20574
21034
|
|
20575
21035
|
if not MYPY:
|
20576
|
-
class
|
21036
|
+
class GetExternalDatabaseConnectorsFilterArgsDict(TypedDict):
|
20577
21037
|
name: str
|
20578
21038
|
values: Sequence[str]
|
20579
21039
|
regex: NotRequired[bool]
|
20580
21040
|
elif False:
|
20581
|
-
|
21041
|
+
GetExternalDatabaseConnectorsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
20582
21042
|
|
20583
21043
|
@pulumi.input_type
|
20584
|
-
class
|
21044
|
+
class GetExternalDatabaseConnectorsFilterArgs:
|
20585
21045
|
def __init__(__self__, *,
|
20586
21046
|
name: str,
|
20587
21047
|
values: Sequence[str],
|
@@ -20620,9 +21080,103 @@ class GetExternalPluggableDatabasesFilterArgs:
|
|
20620
21080
|
|
20621
21081
|
|
20622
21082
|
if not MYPY:
|
20623
|
-
class
|
21083
|
+
class GetExternalNonContainerDatabasesFilterArgsDict(TypedDict):
|
20624
21084
|
name: str
|
20625
|
-
|
21085
|
+
values: Sequence[str]
|
21086
|
+
regex: NotRequired[bool]
|
21087
|
+
elif False:
|
21088
|
+
GetExternalNonContainerDatabasesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21089
|
+
|
21090
|
+
@pulumi.input_type
|
21091
|
+
class GetExternalNonContainerDatabasesFilterArgs:
|
21092
|
+
def __init__(__self__, *,
|
21093
|
+
name: str,
|
21094
|
+
values: Sequence[str],
|
21095
|
+
regex: Optional[bool] = None):
|
21096
|
+
pulumi.set(__self__, "name", name)
|
21097
|
+
pulumi.set(__self__, "values", values)
|
21098
|
+
if regex is not None:
|
21099
|
+
pulumi.set(__self__, "regex", regex)
|
21100
|
+
|
21101
|
+
@property
|
21102
|
+
@pulumi.getter
|
21103
|
+
def name(self) -> str:
|
21104
|
+
return pulumi.get(self, "name")
|
21105
|
+
|
21106
|
+
@name.setter
|
21107
|
+
def name(self, value: str):
|
21108
|
+
pulumi.set(self, "name", value)
|
21109
|
+
|
21110
|
+
@property
|
21111
|
+
@pulumi.getter
|
21112
|
+
def values(self) -> Sequence[str]:
|
21113
|
+
return pulumi.get(self, "values")
|
21114
|
+
|
21115
|
+
@values.setter
|
21116
|
+
def values(self, value: Sequence[str]):
|
21117
|
+
pulumi.set(self, "values", value)
|
21118
|
+
|
21119
|
+
@property
|
21120
|
+
@pulumi.getter
|
21121
|
+
def regex(self) -> Optional[bool]:
|
21122
|
+
return pulumi.get(self, "regex")
|
21123
|
+
|
21124
|
+
@regex.setter
|
21125
|
+
def regex(self, value: Optional[bool]):
|
21126
|
+
pulumi.set(self, "regex", value)
|
21127
|
+
|
21128
|
+
|
21129
|
+
if not MYPY:
|
21130
|
+
class GetExternalPluggableDatabasesFilterArgsDict(TypedDict):
|
21131
|
+
name: str
|
21132
|
+
values: Sequence[str]
|
21133
|
+
regex: NotRequired[bool]
|
21134
|
+
elif False:
|
21135
|
+
GetExternalPluggableDatabasesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21136
|
+
|
21137
|
+
@pulumi.input_type
|
21138
|
+
class GetExternalPluggableDatabasesFilterArgs:
|
21139
|
+
def __init__(__self__, *,
|
21140
|
+
name: str,
|
21141
|
+
values: Sequence[str],
|
21142
|
+
regex: Optional[bool] = None):
|
21143
|
+
pulumi.set(__self__, "name", name)
|
21144
|
+
pulumi.set(__self__, "values", values)
|
21145
|
+
if regex is not None:
|
21146
|
+
pulumi.set(__self__, "regex", regex)
|
21147
|
+
|
21148
|
+
@property
|
21149
|
+
@pulumi.getter
|
21150
|
+
def name(self) -> str:
|
21151
|
+
return pulumi.get(self, "name")
|
21152
|
+
|
21153
|
+
@name.setter
|
21154
|
+
def name(self, value: str):
|
21155
|
+
pulumi.set(self, "name", value)
|
21156
|
+
|
21157
|
+
@property
|
21158
|
+
@pulumi.getter
|
21159
|
+
def values(self) -> Sequence[str]:
|
21160
|
+
return pulumi.get(self, "values")
|
21161
|
+
|
21162
|
+
@values.setter
|
21163
|
+
def values(self, value: Sequence[str]):
|
21164
|
+
pulumi.set(self, "values", value)
|
21165
|
+
|
21166
|
+
@property
|
21167
|
+
@pulumi.getter
|
21168
|
+
def regex(self) -> Optional[bool]:
|
21169
|
+
return pulumi.get(self, "regex")
|
21170
|
+
|
21171
|
+
@regex.setter
|
21172
|
+
def regex(self, value: Optional[bool]):
|
21173
|
+
pulumi.set(self, "regex", value)
|
21174
|
+
|
21175
|
+
|
21176
|
+
if not MYPY:
|
21177
|
+
class GetFlexComponentsFilterArgsDict(TypedDict):
|
21178
|
+
name: str
|
21179
|
+
"""
|
20626
21180
|
A filter to return only resources that match the entire name given. The match is not case sensitive.
|
20627
21181
|
"""
|
20628
21182
|
values: Sequence[str]
|
@@ -21004,6 +21558,306 @@ class GetPluggableDatabasesFilterArgs:
|
|
21004
21558
|
pulumi.set(self, "regex", value)
|
21005
21559
|
|
21006
21560
|
|
21561
|
+
if not MYPY:
|
21562
|
+
class GetScheduledActionParamsFilterArgsDict(TypedDict):
|
21563
|
+
name: str
|
21564
|
+
values: Sequence[str]
|
21565
|
+
regex: NotRequired[bool]
|
21566
|
+
elif False:
|
21567
|
+
GetScheduledActionParamsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21568
|
+
|
21569
|
+
@pulumi.input_type
|
21570
|
+
class GetScheduledActionParamsFilterArgs:
|
21571
|
+
def __init__(__self__, *,
|
21572
|
+
name: str,
|
21573
|
+
values: Sequence[str],
|
21574
|
+
regex: Optional[bool] = None):
|
21575
|
+
pulumi.set(__self__, "name", name)
|
21576
|
+
pulumi.set(__self__, "values", values)
|
21577
|
+
if regex is not None:
|
21578
|
+
pulumi.set(__self__, "regex", regex)
|
21579
|
+
|
21580
|
+
@property
|
21581
|
+
@pulumi.getter
|
21582
|
+
def name(self) -> str:
|
21583
|
+
return pulumi.get(self, "name")
|
21584
|
+
|
21585
|
+
@name.setter
|
21586
|
+
def name(self, value: str):
|
21587
|
+
pulumi.set(self, "name", value)
|
21588
|
+
|
21589
|
+
@property
|
21590
|
+
@pulumi.getter
|
21591
|
+
def values(self) -> Sequence[str]:
|
21592
|
+
return pulumi.get(self, "values")
|
21593
|
+
|
21594
|
+
@values.setter
|
21595
|
+
def values(self, value: Sequence[str]):
|
21596
|
+
pulumi.set(self, "values", value)
|
21597
|
+
|
21598
|
+
@property
|
21599
|
+
@pulumi.getter
|
21600
|
+
def regex(self) -> Optional[bool]:
|
21601
|
+
return pulumi.get(self, "regex")
|
21602
|
+
|
21603
|
+
@regex.setter
|
21604
|
+
def regex(self, value: Optional[bool]):
|
21605
|
+
pulumi.set(self, "regex", value)
|
21606
|
+
|
21607
|
+
|
21608
|
+
if not MYPY:
|
21609
|
+
class GetScheduledActionsFilterArgsDict(TypedDict):
|
21610
|
+
name: str
|
21611
|
+
values: Sequence[str]
|
21612
|
+
regex: NotRequired[bool]
|
21613
|
+
elif False:
|
21614
|
+
GetScheduledActionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21615
|
+
|
21616
|
+
@pulumi.input_type
|
21617
|
+
class GetScheduledActionsFilterArgs:
|
21618
|
+
def __init__(__self__, *,
|
21619
|
+
name: str,
|
21620
|
+
values: Sequence[str],
|
21621
|
+
regex: Optional[bool] = None):
|
21622
|
+
pulumi.set(__self__, "name", name)
|
21623
|
+
pulumi.set(__self__, "values", values)
|
21624
|
+
if regex is not None:
|
21625
|
+
pulumi.set(__self__, "regex", regex)
|
21626
|
+
|
21627
|
+
@property
|
21628
|
+
@pulumi.getter
|
21629
|
+
def name(self) -> str:
|
21630
|
+
return pulumi.get(self, "name")
|
21631
|
+
|
21632
|
+
@name.setter
|
21633
|
+
def name(self, value: str):
|
21634
|
+
pulumi.set(self, "name", value)
|
21635
|
+
|
21636
|
+
@property
|
21637
|
+
@pulumi.getter
|
21638
|
+
def values(self) -> Sequence[str]:
|
21639
|
+
return pulumi.get(self, "values")
|
21640
|
+
|
21641
|
+
@values.setter
|
21642
|
+
def values(self, value: Sequence[str]):
|
21643
|
+
pulumi.set(self, "values", value)
|
21644
|
+
|
21645
|
+
@property
|
21646
|
+
@pulumi.getter
|
21647
|
+
def regex(self) -> Optional[bool]:
|
21648
|
+
return pulumi.get(self, "regex")
|
21649
|
+
|
21650
|
+
@regex.setter
|
21651
|
+
def regex(self, value: Optional[bool]):
|
21652
|
+
pulumi.set(self, "regex", value)
|
21653
|
+
|
21654
|
+
|
21655
|
+
if not MYPY:
|
21656
|
+
class GetSchedulingPlansFilterArgsDict(TypedDict):
|
21657
|
+
name: str
|
21658
|
+
values: Sequence[str]
|
21659
|
+
regex: NotRequired[bool]
|
21660
|
+
elif False:
|
21661
|
+
GetSchedulingPlansFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21662
|
+
|
21663
|
+
@pulumi.input_type
|
21664
|
+
class GetSchedulingPlansFilterArgs:
|
21665
|
+
def __init__(__self__, *,
|
21666
|
+
name: str,
|
21667
|
+
values: Sequence[str],
|
21668
|
+
regex: Optional[bool] = None):
|
21669
|
+
pulumi.set(__self__, "name", name)
|
21670
|
+
pulumi.set(__self__, "values", values)
|
21671
|
+
if regex is not None:
|
21672
|
+
pulumi.set(__self__, "regex", regex)
|
21673
|
+
|
21674
|
+
@property
|
21675
|
+
@pulumi.getter
|
21676
|
+
def name(self) -> str:
|
21677
|
+
return pulumi.get(self, "name")
|
21678
|
+
|
21679
|
+
@name.setter
|
21680
|
+
def name(self, value: str):
|
21681
|
+
pulumi.set(self, "name", value)
|
21682
|
+
|
21683
|
+
@property
|
21684
|
+
@pulumi.getter
|
21685
|
+
def values(self) -> Sequence[str]:
|
21686
|
+
return pulumi.get(self, "values")
|
21687
|
+
|
21688
|
+
@values.setter
|
21689
|
+
def values(self, value: Sequence[str]):
|
21690
|
+
pulumi.set(self, "values", value)
|
21691
|
+
|
21692
|
+
@property
|
21693
|
+
@pulumi.getter
|
21694
|
+
def regex(self) -> Optional[bool]:
|
21695
|
+
return pulumi.get(self, "regex")
|
21696
|
+
|
21697
|
+
@regex.setter
|
21698
|
+
def regex(self, value: Optional[bool]):
|
21699
|
+
pulumi.set(self, "regex", value)
|
21700
|
+
|
21701
|
+
|
21702
|
+
if not MYPY:
|
21703
|
+
class GetSchedulingPoliciesFilterArgsDict(TypedDict):
|
21704
|
+
name: str
|
21705
|
+
"""
|
21706
|
+
Name of the month of the year.
|
21707
|
+
"""
|
21708
|
+
values: Sequence[str]
|
21709
|
+
regex: NotRequired[bool]
|
21710
|
+
elif False:
|
21711
|
+
GetSchedulingPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21712
|
+
|
21713
|
+
@pulumi.input_type
|
21714
|
+
class GetSchedulingPoliciesFilterArgs:
|
21715
|
+
def __init__(__self__, *,
|
21716
|
+
name: str,
|
21717
|
+
values: Sequence[str],
|
21718
|
+
regex: Optional[bool] = None):
|
21719
|
+
"""
|
21720
|
+
:param str name: Name of the month of the year.
|
21721
|
+
"""
|
21722
|
+
pulumi.set(__self__, "name", name)
|
21723
|
+
pulumi.set(__self__, "values", values)
|
21724
|
+
if regex is not None:
|
21725
|
+
pulumi.set(__self__, "regex", regex)
|
21726
|
+
|
21727
|
+
@property
|
21728
|
+
@pulumi.getter
|
21729
|
+
def name(self) -> str:
|
21730
|
+
"""
|
21731
|
+
Name of the month of the year.
|
21732
|
+
"""
|
21733
|
+
return pulumi.get(self, "name")
|
21734
|
+
|
21735
|
+
@name.setter
|
21736
|
+
def name(self, value: str):
|
21737
|
+
pulumi.set(self, "name", value)
|
21738
|
+
|
21739
|
+
@property
|
21740
|
+
@pulumi.getter
|
21741
|
+
def values(self) -> Sequence[str]:
|
21742
|
+
return pulumi.get(self, "values")
|
21743
|
+
|
21744
|
+
@values.setter
|
21745
|
+
def values(self, value: Sequence[str]):
|
21746
|
+
pulumi.set(self, "values", value)
|
21747
|
+
|
21748
|
+
@property
|
21749
|
+
@pulumi.getter
|
21750
|
+
def regex(self) -> Optional[bool]:
|
21751
|
+
return pulumi.get(self, "regex")
|
21752
|
+
|
21753
|
+
@regex.setter
|
21754
|
+
def regex(self, value: Optional[bool]):
|
21755
|
+
pulumi.set(self, "regex", value)
|
21756
|
+
|
21757
|
+
|
21758
|
+
if not MYPY:
|
21759
|
+
class GetSchedulingPolicyRecommendedScheduledActionsFilterArgsDict(TypedDict):
|
21760
|
+
name: str
|
21761
|
+
values: Sequence[str]
|
21762
|
+
regex: NotRequired[bool]
|
21763
|
+
elif False:
|
21764
|
+
GetSchedulingPolicyRecommendedScheduledActionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21765
|
+
|
21766
|
+
@pulumi.input_type
|
21767
|
+
class GetSchedulingPolicyRecommendedScheduledActionsFilterArgs:
|
21768
|
+
def __init__(__self__, *,
|
21769
|
+
name: str,
|
21770
|
+
values: Sequence[str],
|
21771
|
+
regex: Optional[bool] = None):
|
21772
|
+
pulumi.set(__self__, "name", name)
|
21773
|
+
pulumi.set(__self__, "values", values)
|
21774
|
+
if regex is not None:
|
21775
|
+
pulumi.set(__self__, "regex", regex)
|
21776
|
+
|
21777
|
+
@property
|
21778
|
+
@pulumi.getter
|
21779
|
+
def name(self) -> str:
|
21780
|
+
return pulumi.get(self, "name")
|
21781
|
+
|
21782
|
+
@name.setter
|
21783
|
+
def name(self, value: str):
|
21784
|
+
pulumi.set(self, "name", value)
|
21785
|
+
|
21786
|
+
@property
|
21787
|
+
@pulumi.getter
|
21788
|
+
def values(self) -> Sequence[str]:
|
21789
|
+
return pulumi.get(self, "values")
|
21790
|
+
|
21791
|
+
@values.setter
|
21792
|
+
def values(self, value: Sequence[str]):
|
21793
|
+
pulumi.set(self, "values", value)
|
21794
|
+
|
21795
|
+
@property
|
21796
|
+
@pulumi.getter
|
21797
|
+
def regex(self) -> Optional[bool]:
|
21798
|
+
return pulumi.get(self, "regex")
|
21799
|
+
|
21800
|
+
@regex.setter
|
21801
|
+
def regex(self, value: Optional[bool]):
|
21802
|
+
pulumi.set(self, "regex", value)
|
21803
|
+
|
21804
|
+
|
21805
|
+
if not MYPY:
|
21806
|
+
class GetSchedulingPolicySchedulingWindowsFilterArgsDict(TypedDict):
|
21807
|
+
name: str
|
21808
|
+
"""
|
21809
|
+
Name of the month of the year.
|
21810
|
+
"""
|
21811
|
+
values: Sequence[str]
|
21812
|
+
regex: NotRequired[bool]
|
21813
|
+
elif False:
|
21814
|
+
GetSchedulingPolicySchedulingWindowsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
21815
|
+
|
21816
|
+
@pulumi.input_type
|
21817
|
+
class GetSchedulingPolicySchedulingWindowsFilterArgs:
|
21818
|
+
def __init__(__self__, *,
|
21819
|
+
name: str,
|
21820
|
+
values: Sequence[str],
|
21821
|
+
regex: Optional[bool] = None):
|
21822
|
+
"""
|
21823
|
+
:param str name: Name of the month of the year.
|
21824
|
+
"""
|
21825
|
+
pulumi.set(__self__, "name", name)
|
21826
|
+
pulumi.set(__self__, "values", values)
|
21827
|
+
if regex is not None:
|
21828
|
+
pulumi.set(__self__, "regex", regex)
|
21829
|
+
|
21830
|
+
@property
|
21831
|
+
@pulumi.getter
|
21832
|
+
def name(self) -> str:
|
21833
|
+
"""
|
21834
|
+
Name of the month of the year.
|
21835
|
+
"""
|
21836
|
+
return pulumi.get(self, "name")
|
21837
|
+
|
21838
|
+
@name.setter
|
21839
|
+
def name(self, value: str):
|
21840
|
+
pulumi.set(self, "name", value)
|
21841
|
+
|
21842
|
+
@property
|
21843
|
+
@pulumi.getter
|
21844
|
+
def values(self) -> Sequence[str]:
|
21845
|
+
return pulumi.get(self, "values")
|
21846
|
+
|
21847
|
+
@values.setter
|
21848
|
+
def values(self, value: Sequence[str]):
|
21849
|
+
pulumi.set(self, "values", value)
|
21850
|
+
|
21851
|
+
@property
|
21852
|
+
@pulumi.getter
|
21853
|
+
def regex(self) -> Optional[bool]:
|
21854
|
+
return pulumi.get(self, "regex")
|
21855
|
+
|
21856
|
+
@regex.setter
|
21857
|
+
def regex(self, value: Optional[bool]):
|
21858
|
+
pulumi.set(self, "regex", value)
|
21859
|
+
|
21860
|
+
|
21007
21861
|
if not MYPY:
|
21008
21862
|
class GetSystemVersionsFilterArgsDict(TypedDict):
|
21009
21863
|
name: str
|