pulumi-oci 2.23.0a1738304451__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 +96 -0
- pulumi_oci/apmsynthetics/config.py +2 -2
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_result.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/script.py +2 -2
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +2242 -1118
- pulumi_oci/database/backup.py +30 -0
- 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 +11946 -7866
- 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/databasemanagement/__init__.py +7 -0
- pulumi_oci/databasemanagement/_inputs.py +282 -0
- pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
- pulumi_oci/databasemanagement/outputs.py +767 -1
- 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/disasterrecovery/_inputs.py +720 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1328 -48
- 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/opsi/_inputs.py +20 -0
- pulumi_oci/opsi/database_insight.py +47 -0
- pulumi_oci/opsi/get_database_insight.py +15 -1
- pulumi_oci/opsi/get_news_report.py +29 -1
- pulumi_oci/opsi/news_report.py +117 -17
- pulumi_oci/opsi/outputs.py +70 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +163 -124
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
@@ -41,6 +41,10 @@ __all__ = [
|
|
41
41
|
'DrProtectionGroupMemberArgsDict',
|
42
42
|
'DrProtectionGroupMemberBackendSetMappingArgs',
|
43
43
|
'DrProtectionGroupMemberBackendSetMappingArgsDict',
|
44
|
+
'DrProtectionGroupMemberBackupConfigArgs',
|
45
|
+
'DrProtectionGroupMemberBackupConfigArgsDict',
|
46
|
+
'DrProtectionGroupMemberBackupLocationArgs',
|
47
|
+
'DrProtectionGroupMemberBackupLocationArgsDict',
|
44
48
|
'DrProtectionGroupMemberBlockVolumeOperationArgs',
|
45
49
|
'DrProtectionGroupMemberBlockVolumeOperationArgsDict',
|
46
50
|
'DrProtectionGroupMemberBlockVolumeOperationAttachmentDetailsArgs',
|
@@ -55,6 +59,16 @@ __all__ = [
|
|
55
59
|
'DrProtectionGroupMemberFileSystemOperationMountDetailsArgsDict',
|
56
60
|
'DrProtectionGroupMemberFileSystemOperationUnmountDetailsArgs',
|
57
61
|
'DrProtectionGroupMemberFileSystemOperationUnmountDetailsArgsDict',
|
62
|
+
'DrProtectionGroupMemberLoadBalancerMappingArgs',
|
63
|
+
'DrProtectionGroupMemberLoadBalancerMappingArgsDict',
|
64
|
+
'DrProtectionGroupMemberManagedNodePoolConfigArgs',
|
65
|
+
'DrProtectionGroupMemberManagedNodePoolConfigArgsDict',
|
66
|
+
'DrProtectionGroupMemberNetworkLoadBalancerMappingArgs',
|
67
|
+
'DrProtectionGroupMemberNetworkLoadBalancerMappingArgsDict',
|
68
|
+
'DrProtectionGroupMemberVaultMappingArgs',
|
69
|
+
'DrProtectionGroupMemberVaultMappingArgsDict',
|
70
|
+
'DrProtectionGroupMemberVirtualNodePoolConfigArgs',
|
71
|
+
'DrProtectionGroupMemberVirtualNodePoolConfigArgsDict',
|
58
72
|
'DrProtectionGroupMemberVnicMappingArgs',
|
59
73
|
'DrProtectionGroupMemberVnicMappingArgsDict',
|
60
74
|
'GetDrPlanExecutionsFilterArgs',
|
@@ -1453,6 +1467,14 @@ if not MYPY:
|
|
1453
1467
|
"""
|
1454
1468
|
(Updatable) A list of backend set mappings that are used to transfer or update backends during DR.
|
1455
1469
|
"""
|
1470
|
+
backup_config: NotRequired[pulumi.Input['DrProtectionGroupMemberBackupConfigArgsDict']]
|
1471
|
+
"""
|
1472
|
+
(Updatable) Create backup configuration properties for an OKE member.
|
1473
|
+
"""
|
1474
|
+
backup_location: NotRequired[pulumi.Input['DrProtectionGroupMemberBackupLocationArgsDict']]
|
1475
|
+
"""
|
1476
|
+
(Updatable) The details for creating the backup location of an OKE Cluster.
|
1477
|
+
"""
|
1456
1478
|
block_volume_operations: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgsDict']]]]
|
1457
1479
|
"""
|
1458
1480
|
(Updatable) A list of operations performed on block volumes used by the compute instance.
|
@@ -1509,14 +1531,42 @@ if not MYPY:
|
|
1509
1531
|
"""
|
1510
1532
|
(Updatable) A flag indicating whether the non-movable compute instance should be started and stopped during DR operations. *Prechecks cannot be executed on stopped instances that are configured to be started.*
|
1511
1533
|
"""
|
1534
|
+
jump_host_id: NotRequired[pulumi.Input[str]]
|
1535
|
+
"""
|
1536
|
+
(Updatable) The OCID of the compute instance member that is designated as a jump host. This compute instance will be used to perform DR operations on the cluster using Oracle Cloud Agent's Run Command feature. Example: `ocid1.instance.oc1..uniqueID`
|
1537
|
+
"""
|
1538
|
+
load_balancer_mappings: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberLoadBalancerMappingArgsDict']]]]
|
1539
|
+
"""
|
1540
|
+
(Updatable) The list of source-to-destination load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1541
|
+
"""
|
1542
|
+
managed_node_pool_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberManagedNodePoolConfigArgsDict']]]]
|
1543
|
+
"""
|
1544
|
+
(Updatable) The list of managed node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
1545
|
+
"""
|
1512
1546
|
namespace: NotRequired[pulumi.Input[str]]
|
1513
1547
|
"""
|
1514
1548
|
(Updatable) The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
1515
1549
|
"""
|
1550
|
+
network_load_balancer_mappings: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberNetworkLoadBalancerMappingArgsDict']]]]
|
1551
|
+
"""
|
1552
|
+
(Updatable) The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1553
|
+
"""
|
1516
1554
|
password_vault_secret_id: NotRequired[pulumi.Input[str]]
|
1517
1555
|
"""
|
1518
1556
|
(Updatable) The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example: `ocid1.vaultsecret.oc1..uniqueID`
|
1519
1557
|
"""
|
1558
|
+
peer_cluster_id: NotRequired[pulumi.Input[str]]
|
1559
|
+
"""
|
1560
|
+
(Updatable) The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1..uniqueID`
|
1561
|
+
"""
|
1562
|
+
vault_mappings: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVaultMappingArgsDict']]]]
|
1563
|
+
"""
|
1564
|
+
(Updatable) The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1565
|
+
"""
|
1566
|
+
virtual_node_pool_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVirtualNodePoolConfigArgsDict']]]]
|
1567
|
+
"""
|
1568
|
+
(Updatable) The list of virtual node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
1569
|
+
"""
|
1520
1570
|
vnic_mapping: NotRequired[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgsDict']]]]
|
1521
1571
|
"""
|
1522
1572
|
(Updatable) A list of compute instance VNIC mappings.
|
@@ -1535,6 +1585,8 @@ class DrProtectionGroupMemberArgs:
|
|
1535
1585
|
member_type: pulumi.Input[str],
|
1536
1586
|
autonomous_database_standby_type_for_dr_drills: Optional[pulumi.Input[str]] = None,
|
1537
1587
|
backend_set_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBackendSetMappingArgs']]]] = None,
|
1588
|
+
backup_config: Optional[pulumi.Input['DrProtectionGroupMemberBackupConfigArgs']] = None,
|
1589
|
+
backup_location: Optional[pulumi.Input['DrProtectionGroupMemberBackupLocationArgs']] = None,
|
1538
1590
|
block_volume_operations: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgs']]]] = None,
|
1539
1591
|
bucket: Optional[pulumi.Input[str]] = None,
|
1540
1592
|
connection_string_type: Optional[pulumi.Input[str]] = None,
|
@@ -1549,8 +1601,15 @@ class DrProtectionGroupMemberArgs:
|
|
1549
1601
|
is_movable: Optional[pulumi.Input[bool]] = None,
|
1550
1602
|
is_retain_fault_domain: Optional[pulumi.Input[bool]] = None,
|
1551
1603
|
is_start_stop_enabled: Optional[pulumi.Input[bool]] = None,
|
1604
|
+
jump_host_id: Optional[pulumi.Input[str]] = None,
|
1605
|
+
load_balancer_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberLoadBalancerMappingArgs']]]] = None,
|
1606
|
+
managed_node_pool_configs: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberManagedNodePoolConfigArgs']]]] = None,
|
1552
1607
|
namespace: Optional[pulumi.Input[str]] = None,
|
1608
|
+
network_load_balancer_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberNetworkLoadBalancerMappingArgs']]]] = None,
|
1553
1609
|
password_vault_secret_id: Optional[pulumi.Input[str]] = None,
|
1610
|
+
peer_cluster_id: Optional[pulumi.Input[str]] = None,
|
1611
|
+
vault_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVaultMappingArgs']]]] = None,
|
1612
|
+
virtual_node_pool_configs: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVirtualNodePoolConfigArgs']]]] = None,
|
1554
1613
|
vnic_mapping: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]]] = None,
|
1555
1614
|
vnic_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]]] = None):
|
1556
1615
|
"""
|
@@ -1558,6 +1617,8 @@ class DrProtectionGroupMemberArgs:
|
|
1558
1617
|
:param pulumi.Input[str] member_type: (Updatable) The type of the member.
|
1559
1618
|
:param pulumi.Input[str] autonomous_database_standby_type_for_dr_drills: (Updatable) This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
|
1560
1619
|
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBackendSetMappingArgs']]] backend_set_mappings: (Updatable) A list of backend set mappings that are used to transfer or update backends during DR.
|
1620
|
+
:param pulumi.Input['DrProtectionGroupMemberBackupConfigArgs'] backup_config: (Updatable) Create backup configuration properties for an OKE member.
|
1621
|
+
:param pulumi.Input['DrProtectionGroupMemberBackupLocationArgs'] backup_location: (Updatable) The details for creating the backup location of an OKE Cluster.
|
1561
1622
|
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgs']]] block_volume_operations: (Updatable) A list of operations performed on block volumes used by the compute instance.
|
1562
1623
|
:param pulumi.Input[str] bucket: (Updatable) The bucket name inside the object storage namespace. Example: `bucket_name`
|
1563
1624
|
:param pulumi.Input[str] connection_string_type: (Updatable) The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
|
@@ -1572,8 +1633,15 @@ class DrProtectionGroupMemberArgs:
|
|
1572
1633
|
:param pulumi.Input[bool] is_movable: (Updatable) A flag indicating if the compute instance should be moved during DR operations. Example: `false`
|
1573
1634
|
:param pulumi.Input[bool] is_retain_fault_domain: (Updatable) A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example: `false`
|
1574
1635
|
:param pulumi.Input[bool] is_start_stop_enabled: (Updatable) A flag indicating whether the non-movable compute instance should be started and stopped during DR operations. *Prechecks cannot be executed on stopped instances that are configured to be started.*
|
1636
|
+
:param pulumi.Input[str] jump_host_id: (Updatable) The OCID of the compute instance member that is designated as a jump host. This compute instance will be used to perform DR operations on the cluster using Oracle Cloud Agent's Run Command feature. Example: `ocid1.instance.oc1..uniqueID`
|
1637
|
+
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberLoadBalancerMappingArgs']]] load_balancer_mappings: (Updatable) The list of source-to-destination load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1638
|
+
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberManagedNodePoolConfigArgs']]] managed_node_pool_configs: (Updatable) The list of managed node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
1575
1639
|
:param pulumi.Input[str] namespace: (Updatable) The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
|
1640
|
+
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberNetworkLoadBalancerMappingArgs']]] network_load_balancer_mappings: (Updatable) The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1576
1641
|
:param pulumi.Input[str] password_vault_secret_id: (Updatable) The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example: `ocid1.vaultsecret.oc1..uniqueID`
|
1642
|
+
:param pulumi.Input[str] peer_cluster_id: (Updatable) The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1..uniqueID`
|
1643
|
+
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVaultMappingArgs']]] vault_mappings: (Updatable) The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1644
|
+
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVirtualNodePoolConfigArgs']]] virtual_node_pool_configs: (Updatable) The list of virtual node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
1577
1645
|
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]] vnic_mapping: (Updatable) A list of compute instance VNIC mappings.
|
1578
1646
|
:param pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]] vnic_mappings: (Updatable) A list of compute instance VNIC mappings.
|
1579
1647
|
"""
|
@@ -1583,6 +1651,10 @@ class DrProtectionGroupMemberArgs:
|
|
1583
1651
|
pulumi.set(__self__, "autonomous_database_standby_type_for_dr_drills", autonomous_database_standby_type_for_dr_drills)
|
1584
1652
|
if backend_set_mappings is not None:
|
1585
1653
|
pulumi.set(__self__, "backend_set_mappings", backend_set_mappings)
|
1654
|
+
if backup_config is not None:
|
1655
|
+
pulumi.set(__self__, "backup_config", backup_config)
|
1656
|
+
if backup_location is not None:
|
1657
|
+
pulumi.set(__self__, "backup_location", backup_location)
|
1586
1658
|
if block_volume_operations is not None:
|
1587
1659
|
pulumi.set(__self__, "block_volume_operations", block_volume_operations)
|
1588
1660
|
if bucket is not None:
|
@@ -1611,10 +1683,24 @@ class DrProtectionGroupMemberArgs:
|
|
1611
1683
|
pulumi.set(__self__, "is_retain_fault_domain", is_retain_fault_domain)
|
1612
1684
|
if is_start_stop_enabled is not None:
|
1613
1685
|
pulumi.set(__self__, "is_start_stop_enabled", is_start_stop_enabled)
|
1686
|
+
if jump_host_id is not None:
|
1687
|
+
pulumi.set(__self__, "jump_host_id", jump_host_id)
|
1688
|
+
if load_balancer_mappings is not None:
|
1689
|
+
pulumi.set(__self__, "load_balancer_mappings", load_balancer_mappings)
|
1690
|
+
if managed_node_pool_configs is not None:
|
1691
|
+
pulumi.set(__self__, "managed_node_pool_configs", managed_node_pool_configs)
|
1614
1692
|
if namespace is not None:
|
1615
1693
|
pulumi.set(__self__, "namespace", namespace)
|
1694
|
+
if network_load_balancer_mappings is not None:
|
1695
|
+
pulumi.set(__self__, "network_load_balancer_mappings", network_load_balancer_mappings)
|
1616
1696
|
if password_vault_secret_id is not None:
|
1617
1697
|
pulumi.set(__self__, "password_vault_secret_id", password_vault_secret_id)
|
1698
|
+
if peer_cluster_id is not None:
|
1699
|
+
pulumi.set(__self__, "peer_cluster_id", peer_cluster_id)
|
1700
|
+
if vault_mappings is not None:
|
1701
|
+
pulumi.set(__self__, "vault_mappings", vault_mappings)
|
1702
|
+
if virtual_node_pool_configs is not None:
|
1703
|
+
pulumi.set(__self__, "virtual_node_pool_configs", virtual_node_pool_configs)
|
1618
1704
|
if vnic_mapping is not None:
|
1619
1705
|
pulumi.set(__self__, "vnic_mapping", vnic_mapping)
|
1620
1706
|
if vnic_mappings is not None:
|
@@ -1668,6 +1754,30 @@ class DrProtectionGroupMemberArgs:
|
|
1668
1754
|
def backend_set_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBackendSetMappingArgs']]]]):
|
1669
1755
|
pulumi.set(self, "backend_set_mappings", value)
|
1670
1756
|
|
1757
|
+
@property
|
1758
|
+
@pulumi.getter(name="backupConfig")
|
1759
|
+
def backup_config(self) -> Optional[pulumi.Input['DrProtectionGroupMemberBackupConfigArgs']]:
|
1760
|
+
"""
|
1761
|
+
(Updatable) Create backup configuration properties for an OKE member.
|
1762
|
+
"""
|
1763
|
+
return pulumi.get(self, "backup_config")
|
1764
|
+
|
1765
|
+
@backup_config.setter
|
1766
|
+
def backup_config(self, value: Optional[pulumi.Input['DrProtectionGroupMemberBackupConfigArgs']]):
|
1767
|
+
pulumi.set(self, "backup_config", value)
|
1768
|
+
|
1769
|
+
@property
|
1770
|
+
@pulumi.getter(name="backupLocation")
|
1771
|
+
def backup_location(self) -> Optional[pulumi.Input['DrProtectionGroupMemberBackupLocationArgs']]:
|
1772
|
+
"""
|
1773
|
+
(Updatable) The details for creating the backup location of an OKE Cluster.
|
1774
|
+
"""
|
1775
|
+
return pulumi.get(self, "backup_location")
|
1776
|
+
|
1777
|
+
@backup_location.setter
|
1778
|
+
def backup_location(self, value: Optional[pulumi.Input['DrProtectionGroupMemberBackupLocationArgs']]):
|
1779
|
+
pulumi.set(self, "backup_location", value)
|
1780
|
+
|
1671
1781
|
@property
|
1672
1782
|
@pulumi.getter(name="blockVolumeOperations")
|
1673
1783
|
def block_volume_operations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationArgs']]]]:
|
@@ -1836,6 +1946,42 @@ class DrProtectionGroupMemberArgs:
|
|
1836
1946
|
def is_start_stop_enabled(self, value: Optional[pulumi.Input[bool]]):
|
1837
1947
|
pulumi.set(self, "is_start_stop_enabled", value)
|
1838
1948
|
|
1949
|
+
@property
|
1950
|
+
@pulumi.getter(name="jumpHostId")
|
1951
|
+
def jump_host_id(self) -> Optional[pulumi.Input[str]]:
|
1952
|
+
"""
|
1953
|
+
(Updatable) The OCID of the compute instance member that is designated as a jump host. This compute instance will be used to perform DR operations on the cluster using Oracle Cloud Agent's Run Command feature. Example: `ocid1.instance.oc1..uniqueID`
|
1954
|
+
"""
|
1955
|
+
return pulumi.get(self, "jump_host_id")
|
1956
|
+
|
1957
|
+
@jump_host_id.setter
|
1958
|
+
def jump_host_id(self, value: Optional[pulumi.Input[str]]):
|
1959
|
+
pulumi.set(self, "jump_host_id", value)
|
1960
|
+
|
1961
|
+
@property
|
1962
|
+
@pulumi.getter(name="loadBalancerMappings")
|
1963
|
+
def load_balancer_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberLoadBalancerMappingArgs']]]]:
|
1964
|
+
"""
|
1965
|
+
(Updatable) The list of source-to-destination load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1966
|
+
"""
|
1967
|
+
return pulumi.get(self, "load_balancer_mappings")
|
1968
|
+
|
1969
|
+
@load_balancer_mappings.setter
|
1970
|
+
def load_balancer_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberLoadBalancerMappingArgs']]]]):
|
1971
|
+
pulumi.set(self, "load_balancer_mappings", value)
|
1972
|
+
|
1973
|
+
@property
|
1974
|
+
@pulumi.getter(name="managedNodePoolConfigs")
|
1975
|
+
def managed_node_pool_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberManagedNodePoolConfigArgs']]]]:
|
1976
|
+
"""
|
1977
|
+
(Updatable) The list of managed node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
1978
|
+
"""
|
1979
|
+
return pulumi.get(self, "managed_node_pool_configs")
|
1980
|
+
|
1981
|
+
@managed_node_pool_configs.setter
|
1982
|
+
def managed_node_pool_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberManagedNodePoolConfigArgs']]]]):
|
1983
|
+
pulumi.set(self, "managed_node_pool_configs", value)
|
1984
|
+
|
1839
1985
|
@property
|
1840
1986
|
@pulumi.getter
|
1841
1987
|
def namespace(self) -> Optional[pulumi.Input[str]]:
|
@@ -1848,6 +1994,18 @@ class DrProtectionGroupMemberArgs:
|
|
1848
1994
|
def namespace(self, value: Optional[pulumi.Input[str]]):
|
1849
1995
|
pulumi.set(self, "namespace", value)
|
1850
1996
|
|
1997
|
+
@property
|
1998
|
+
@pulumi.getter(name="networkLoadBalancerMappings")
|
1999
|
+
def network_load_balancer_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberNetworkLoadBalancerMappingArgs']]]]:
|
2000
|
+
"""
|
2001
|
+
(Updatable) The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
2002
|
+
"""
|
2003
|
+
return pulumi.get(self, "network_load_balancer_mappings")
|
2004
|
+
|
2005
|
+
@network_load_balancer_mappings.setter
|
2006
|
+
def network_load_balancer_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberNetworkLoadBalancerMappingArgs']]]]):
|
2007
|
+
pulumi.set(self, "network_load_balancer_mappings", value)
|
2008
|
+
|
1851
2009
|
@property
|
1852
2010
|
@pulumi.getter(name="passwordVaultSecretId")
|
1853
2011
|
def password_vault_secret_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1860,6 +2018,42 @@ class DrProtectionGroupMemberArgs:
|
|
1860
2018
|
def password_vault_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1861
2019
|
pulumi.set(self, "password_vault_secret_id", value)
|
1862
2020
|
|
2021
|
+
@property
|
2022
|
+
@pulumi.getter(name="peerClusterId")
|
2023
|
+
def peer_cluster_id(self) -> Optional[pulumi.Input[str]]:
|
2024
|
+
"""
|
2025
|
+
(Updatable) The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1..uniqueID`
|
2026
|
+
"""
|
2027
|
+
return pulumi.get(self, "peer_cluster_id")
|
2028
|
+
|
2029
|
+
@peer_cluster_id.setter
|
2030
|
+
def peer_cluster_id(self, value: Optional[pulumi.Input[str]]):
|
2031
|
+
pulumi.set(self, "peer_cluster_id", value)
|
2032
|
+
|
2033
|
+
@property
|
2034
|
+
@pulumi.getter(name="vaultMappings")
|
2035
|
+
def vault_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVaultMappingArgs']]]]:
|
2036
|
+
"""
|
2037
|
+
(Updatable) The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
2038
|
+
"""
|
2039
|
+
return pulumi.get(self, "vault_mappings")
|
2040
|
+
|
2041
|
+
@vault_mappings.setter
|
2042
|
+
def vault_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVaultMappingArgs']]]]):
|
2043
|
+
pulumi.set(self, "vault_mappings", value)
|
2044
|
+
|
2045
|
+
@property
|
2046
|
+
@pulumi.getter(name="virtualNodePoolConfigs")
|
2047
|
+
def virtual_node_pool_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVirtualNodePoolConfigArgs']]]]:
|
2048
|
+
"""
|
2049
|
+
(Updatable) The list of virtual node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
2050
|
+
"""
|
2051
|
+
return pulumi.get(self, "virtual_node_pool_configs")
|
2052
|
+
|
2053
|
+
@virtual_node_pool_configs.setter
|
2054
|
+
def virtual_node_pool_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVirtualNodePoolConfigArgs']]]]):
|
2055
|
+
pulumi.set(self, "virtual_node_pool_configs", value)
|
2056
|
+
|
1863
2057
|
@property
|
1864
2058
|
@pulumi.getter(name="vnicMapping")
|
1865
2059
|
def vnic_mapping(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DrProtectionGroupMemberVnicMappingArgs']]]]:
|
@@ -1957,6 +2151,232 @@ class DrProtectionGroupMemberBackendSetMappingArgs:
|
|
1957
2151
|
pulumi.set(self, "source_backend_set_name", value)
|
1958
2152
|
|
1959
2153
|
|
2154
|
+
if not MYPY:
|
2155
|
+
class DrProtectionGroupMemberBackupConfigArgsDict(TypedDict):
|
2156
|
+
backup_schedule: NotRequired[pulumi.Input[str]]
|
2157
|
+
"""
|
2158
|
+
(Updatable) The schedule for backing up namespaces to the destination region. If a backup schedule is not specified, only a single backup will be created. This format of the string specifying the backup schedule must conform with RFC-5545 (see examples below). This schedule will use the UTC timezone. This property applies to the OKE cluster member in primary region.
|
2159
|
+
|
2160
|
+
The backup frequency can be HOURLY, DAILY, WEEKLY or MONTHLY, and the upper and lower interval bounds are as follows HOURLY
|
2161
|
+
* Minimum = 1
|
2162
|
+
* Maximum = 24 DAILY
|
2163
|
+
* Minimum = 1
|
2164
|
+
* Maximum = 30 WEEKLY
|
2165
|
+
* Minimum = 1
|
2166
|
+
* Maximum = 1 MONTHLY
|
2167
|
+
* Minimum = 1
|
2168
|
+
* Maximum = 12
|
2169
|
+
|
2170
|
+
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every week on monday and wednesday at 10:00 AM. FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=2 > Invalid configuration (can not specify interval of 2).
|
2171
|
+
|
2172
|
+
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (can not specify interval of 25). FREQ=HOURLY;INTERVAL=0 > Invalid configuration (can not specify interval of 0). FREQ=HOURLY;INTERVAL=24 > Run a backup every 24 hours. FREQ=HOURLY;INTERVAL=1 > Run a backup every hour. FREQ=HOURLY;BYMINUTE=30;INTERVAL=15 > Run a backup every 15 hours at the 30th minute. FREQ=DAILY;INTERVAL=31 > Invalid configuration (can not specify interval of 31). FREQ=DAILY;INTERVAL=0 > Invalid configuration (can not specify interval of 0). FREQ=DAILY;INTERVAL=30 > Run a backup every 30 days at 12:00 midnight. FREQ=DAILY;BYHOUR=17;BYMINUTE=10;INTERVAL=1 > Run a backup every day at 05:10 PM.
|
2173
|
+
"""
|
2174
|
+
image_replication_vault_secret_id: NotRequired[pulumi.Input[str]]
|
2175
|
+
"""
|
2176
|
+
(Updatable) The OCID of the vault secret that stores the image credential. This property applies to the OKE cluster member in both the primary and standby region.
|
2177
|
+
"""
|
2178
|
+
max_number_of_backups_retained: NotRequired[pulumi.Input[int]]
|
2179
|
+
"""
|
2180
|
+
(Updatable) The maximum number of backups that should be retained. This property applies to the OKE cluster member in primary region.
|
2181
|
+
"""
|
2182
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2183
|
+
"""
|
2184
|
+
(Updatable) A list of namespaces that need to be backed up. The default value is null. If a list of namespaces is not provided, all namespaces will be backed up. This property applies to the OKE cluster member in primary region. Example: ["default", "pv-nginx"]
|
2185
|
+
"""
|
2186
|
+
replicate_images: NotRequired[pulumi.Input[str]]
|
2187
|
+
"""
|
2188
|
+
(Updatable) Controls the behaviour of image replication across regions. Image replication is enabled by default for DR Protection Groups with a primary role. This property applies to the OKE cluster member in primary region.
|
2189
|
+
"""
|
2190
|
+
elif False:
|
2191
|
+
DrProtectionGroupMemberBackupConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2192
|
+
|
2193
|
+
@pulumi.input_type
|
2194
|
+
class DrProtectionGroupMemberBackupConfigArgs:
|
2195
|
+
def __init__(__self__, *,
|
2196
|
+
backup_schedule: Optional[pulumi.Input[str]] = None,
|
2197
|
+
image_replication_vault_secret_id: Optional[pulumi.Input[str]] = None,
|
2198
|
+
max_number_of_backups_retained: Optional[pulumi.Input[int]] = None,
|
2199
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2200
|
+
replicate_images: Optional[pulumi.Input[str]] = None):
|
2201
|
+
"""
|
2202
|
+
:param pulumi.Input[str] backup_schedule: (Updatable) The schedule for backing up namespaces to the destination region. If a backup schedule is not specified, only a single backup will be created. This format of the string specifying the backup schedule must conform with RFC-5545 (see examples below). This schedule will use the UTC timezone. This property applies to the OKE cluster member in primary region.
|
2203
|
+
|
2204
|
+
The backup frequency can be HOURLY, DAILY, WEEKLY or MONTHLY, and the upper and lower interval bounds are as follows HOURLY
|
2205
|
+
* Minimum = 1
|
2206
|
+
* Maximum = 24 DAILY
|
2207
|
+
* Minimum = 1
|
2208
|
+
* Maximum = 30 WEEKLY
|
2209
|
+
* Minimum = 1
|
2210
|
+
* Maximum = 1 MONTHLY
|
2211
|
+
* Minimum = 1
|
2212
|
+
* Maximum = 12
|
2213
|
+
|
2214
|
+
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every week on monday and wednesday at 10:00 AM. FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=2 > Invalid configuration (can not specify interval of 2).
|
2215
|
+
|
2216
|
+
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (can not specify interval of 25). FREQ=HOURLY;INTERVAL=0 > Invalid configuration (can not specify interval of 0). FREQ=HOURLY;INTERVAL=24 > Run a backup every 24 hours. FREQ=HOURLY;INTERVAL=1 > Run a backup every hour. FREQ=HOURLY;BYMINUTE=30;INTERVAL=15 > Run a backup every 15 hours at the 30th minute. FREQ=DAILY;INTERVAL=31 > Invalid configuration (can not specify interval of 31). FREQ=DAILY;INTERVAL=0 > Invalid configuration (can not specify interval of 0). FREQ=DAILY;INTERVAL=30 > Run a backup every 30 days at 12:00 midnight. FREQ=DAILY;BYHOUR=17;BYMINUTE=10;INTERVAL=1 > Run a backup every day at 05:10 PM.
|
2217
|
+
:param pulumi.Input[str] image_replication_vault_secret_id: (Updatable) The OCID of the vault secret that stores the image credential. This property applies to the OKE cluster member in both the primary and standby region.
|
2218
|
+
:param pulumi.Input[int] max_number_of_backups_retained: (Updatable) The maximum number of backups that should be retained. This property applies to the OKE cluster member in primary region.
|
2219
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: (Updatable) A list of namespaces that need to be backed up. The default value is null. If a list of namespaces is not provided, all namespaces will be backed up. This property applies to the OKE cluster member in primary region. Example: ["default", "pv-nginx"]
|
2220
|
+
:param pulumi.Input[str] replicate_images: (Updatable) Controls the behaviour of image replication across regions. Image replication is enabled by default for DR Protection Groups with a primary role. This property applies to the OKE cluster member in primary region.
|
2221
|
+
"""
|
2222
|
+
if backup_schedule is not None:
|
2223
|
+
pulumi.set(__self__, "backup_schedule", backup_schedule)
|
2224
|
+
if image_replication_vault_secret_id is not None:
|
2225
|
+
pulumi.set(__self__, "image_replication_vault_secret_id", image_replication_vault_secret_id)
|
2226
|
+
if max_number_of_backups_retained is not None:
|
2227
|
+
pulumi.set(__self__, "max_number_of_backups_retained", max_number_of_backups_retained)
|
2228
|
+
if namespaces is not None:
|
2229
|
+
pulumi.set(__self__, "namespaces", namespaces)
|
2230
|
+
if replicate_images is not None:
|
2231
|
+
pulumi.set(__self__, "replicate_images", replicate_images)
|
2232
|
+
|
2233
|
+
@property
|
2234
|
+
@pulumi.getter(name="backupSchedule")
|
2235
|
+
def backup_schedule(self) -> Optional[pulumi.Input[str]]:
|
2236
|
+
"""
|
2237
|
+
(Updatable) The schedule for backing up namespaces to the destination region. If a backup schedule is not specified, only a single backup will be created. This format of the string specifying the backup schedule must conform with RFC-5545 (see examples below). This schedule will use the UTC timezone. This property applies to the OKE cluster member in primary region.
|
2238
|
+
|
2239
|
+
The backup frequency can be HOURLY, DAILY, WEEKLY or MONTHLY, and the upper and lower interval bounds are as follows HOURLY
|
2240
|
+
* Minimum = 1
|
2241
|
+
* Maximum = 24 DAILY
|
2242
|
+
* Minimum = 1
|
2243
|
+
* Maximum = 30 WEEKLY
|
2244
|
+
* Minimum = 1
|
2245
|
+
* Maximum = 1 MONTHLY
|
2246
|
+
* Minimum = 1
|
2247
|
+
* Maximum = 12
|
2248
|
+
|
2249
|
+
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every week on monday and wednesday at 10:00 AM. FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=2 > Invalid configuration (can not specify interval of 2).
|
2250
|
+
|
2251
|
+
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (can not specify interval of 25). FREQ=HOURLY;INTERVAL=0 > Invalid configuration (can not specify interval of 0). FREQ=HOURLY;INTERVAL=24 > Run a backup every 24 hours. FREQ=HOURLY;INTERVAL=1 > Run a backup every hour. FREQ=HOURLY;BYMINUTE=30;INTERVAL=15 > Run a backup every 15 hours at the 30th minute. FREQ=DAILY;INTERVAL=31 > Invalid configuration (can not specify interval of 31). FREQ=DAILY;INTERVAL=0 > Invalid configuration (can not specify interval of 0). FREQ=DAILY;INTERVAL=30 > Run a backup every 30 days at 12:00 midnight. FREQ=DAILY;BYHOUR=17;BYMINUTE=10;INTERVAL=1 > Run a backup every day at 05:10 PM.
|
2252
|
+
"""
|
2253
|
+
return pulumi.get(self, "backup_schedule")
|
2254
|
+
|
2255
|
+
@backup_schedule.setter
|
2256
|
+
def backup_schedule(self, value: Optional[pulumi.Input[str]]):
|
2257
|
+
pulumi.set(self, "backup_schedule", value)
|
2258
|
+
|
2259
|
+
@property
|
2260
|
+
@pulumi.getter(name="imageReplicationVaultSecretId")
|
2261
|
+
def image_replication_vault_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2262
|
+
"""
|
2263
|
+
(Updatable) The OCID of the vault secret that stores the image credential. This property applies to the OKE cluster member in both the primary and standby region.
|
2264
|
+
"""
|
2265
|
+
return pulumi.get(self, "image_replication_vault_secret_id")
|
2266
|
+
|
2267
|
+
@image_replication_vault_secret_id.setter
|
2268
|
+
def image_replication_vault_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2269
|
+
pulumi.set(self, "image_replication_vault_secret_id", value)
|
2270
|
+
|
2271
|
+
@property
|
2272
|
+
@pulumi.getter(name="maxNumberOfBackupsRetained")
|
2273
|
+
def max_number_of_backups_retained(self) -> Optional[pulumi.Input[int]]:
|
2274
|
+
"""
|
2275
|
+
(Updatable) The maximum number of backups that should be retained. This property applies to the OKE cluster member in primary region.
|
2276
|
+
"""
|
2277
|
+
return pulumi.get(self, "max_number_of_backups_retained")
|
2278
|
+
|
2279
|
+
@max_number_of_backups_retained.setter
|
2280
|
+
def max_number_of_backups_retained(self, value: Optional[pulumi.Input[int]]):
|
2281
|
+
pulumi.set(self, "max_number_of_backups_retained", value)
|
2282
|
+
|
2283
|
+
@property
|
2284
|
+
@pulumi.getter
|
2285
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2286
|
+
"""
|
2287
|
+
(Updatable) A list of namespaces that need to be backed up. The default value is null. If a list of namespaces is not provided, all namespaces will be backed up. This property applies to the OKE cluster member in primary region. Example: ["default", "pv-nginx"]
|
2288
|
+
"""
|
2289
|
+
return pulumi.get(self, "namespaces")
|
2290
|
+
|
2291
|
+
@namespaces.setter
|
2292
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
2293
|
+
pulumi.set(self, "namespaces", value)
|
2294
|
+
|
2295
|
+
@property
|
2296
|
+
@pulumi.getter(name="replicateImages")
|
2297
|
+
def replicate_images(self) -> Optional[pulumi.Input[str]]:
|
2298
|
+
"""
|
2299
|
+
(Updatable) Controls the behaviour of image replication across regions. Image replication is enabled by default for DR Protection Groups with a primary role. This property applies to the OKE cluster member in primary region.
|
2300
|
+
"""
|
2301
|
+
return pulumi.get(self, "replicate_images")
|
2302
|
+
|
2303
|
+
@replicate_images.setter
|
2304
|
+
def replicate_images(self, value: Optional[pulumi.Input[str]]):
|
2305
|
+
pulumi.set(self, "replicate_images", value)
|
2306
|
+
|
2307
|
+
|
2308
|
+
if not MYPY:
|
2309
|
+
class DrProtectionGroupMemberBackupLocationArgsDict(TypedDict):
|
2310
|
+
bucket: NotRequired[pulumi.Input[str]]
|
2311
|
+
"""
|
2312
|
+
(Updatable) The bucket name inside the object storage namespace. Example: `operation_logs`
|
2313
|
+
"""
|
2314
|
+
namespace: NotRequired[pulumi.Input[str]]
|
2315
|
+
"""
|
2316
|
+
(Updatable) The namespace in the object storage bucket location (Note - this is usually the tenancy name). Example: `myocitenancy`
|
2317
|
+
"""
|
2318
|
+
object: NotRequired[pulumi.Input[str]]
|
2319
|
+
"""
|
2320
|
+
The object name inside the object storage bucket. Example: `switchover_plan_executions`
|
2321
|
+
"""
|
2322
|
+
elif False:
|
2323
|
+
DrProtectionGroupMemberBackupLocationArgsDict: TypeAlias = Mapping[str, Any]
|
2324
|
+
|
2325
|
+
@pulumi.input_type
|
2326
|
+
class DrProtectionGroupMemberBackupLocationArgs:
|
2327
|
+
def __init__(__self__, *,
|
2328
|
+
bucket: Optional[pulumi.Input[str]] = None,
|
2329
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
2330
|
+
object: Optional[pulumi.Input[str]] = None):
|
2331
|
+
"""
|
2332
|
+
:param pulumi.Input[str] bucket: (Updatable) The bucket name inside the object storage namespace. Example: `operation_logs`
|
2333
|
+
:param pulumi.Input[str] namespace: (Updatable) The namespace in the object storage bucket location (Note - this is usually the tenancy name). Example: `myocitenancy`
|
2334
|
+
:param pulumi.Input[str] object: The object name inside the object storage bucket. Example: `switchover_plan_executions`
|
2335
|
+
"""
|
2336
|
+
if bucket is not None:
|
2337
|
+
pulumi.set(__self__, "bucket", bucket)
|
2338
|
+
if namespace is not None:
|
2339
|
+
pulumi.set(__self__, "namespace", namespace)
|
2340
|
+
if object is not None:
|
2341
|
+
pulumi.set(__self__, "object", object)
|
2342
|
+
|
2343
|
+
@property
|
2344
|
+
@pulumi.getter
|
2345
|
+
def bucket(self) -> Optional[pulumi.Input[str]]:
|
2346
|
+
"""
|
2347
|
+
(Updatable) The bucket name inside the object storage namespace. Example: `operation_logs`
|
2348
|
+
"""
|
2349
|
+
return pulumi.get(self, "bucket")
|
2350
|
+
|
2351
|
+
@bucket.setter
|
2352
|
+
def bucket(self, value: Optional[pulumi.Input[str]]):
|
2353
|
+
pulumi.set(self, "bucket", value)
|
2354
|
+
|
2355
|
+
@property
|
2356
|
+
@pulumi.getter
|
2357
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
2358
|
+
"""
|
2359
|
+
(Updatable) The namespace in the object storage bucket location (Note - this is usually the tenancy name). Example: `myocitenancy`
|
2360
|
+
"""
|
2361
|
+
return pulumi.get(self, "namespace")
|
2362
|
+
|
2363
|
+
@namespace.setter
|
2364
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
2365
|
+
pulumi.set(self, "namespace", value)
|
2366
|
+
|
2367
|
+
@property
|
2368
|
+
@pulumi.getter
|
2369
|
+
def object(self) -> Optional[pulumi.Input[str]]:
|
2370
|
+
"""
|
2371
|
+
The object name inside the object storage bucket. Example: `switchover_plan_executions`
|
2372
|
+
"""
|
2373
|
+
return pulumi.get(self, "object")
|
2374
|
+
|
2375
|
+
@object.setter
|
2376
|
+
def object(self, value: Optional[pulumi.Input[str]]):
|
2377
|
+
pulumi.set(self, "object", value)
|
2378
|
+
|
2379
|
+
|
1960
2380
|
if not MYPY:
|
1961
2381
|
class DrProtectionGroupMemberBlockVolumeOperationArgsDict(TypedDict):
|
1962
2382
|
attachment_details: NotRequired[pulumi.Input['DrProtectionGroupMemberBlockVolumeOperationAttachmentDetailsArgsDict']]
|
@@ -2321,6 +2741,306 @@ class DrProtectionGroupMemberFileSystemOperationUnmountDetailsArgs:
|
|
2321
2741
|
pulumi.set(self, "mount_target_id", value)
|
2322
2742
|
|
2323
2743
|
|
2744
|
+
if not MYPY:
|
2745
|
+
class DrProtectionGroupMemberLoadBalancerMappingArgsDict(TypedDict):
|
2746
|
+
destination_load_balancer_id: NotRequired[pulumi.Input[str]]
|
2747
|
+
"""
|
2748
|
+
(Updatable) The OCID of the destination Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
2749
|
+
"""
|
2750
|
+
source_load_balancer_id: NotRequired[pulumi.Input[str]]
|
2751
|
+
"""
|
2752
|
+
(Updatable) The OCID of the source Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
2753
|
+
"""
|
2754
|
+
elif False:
|
2755
|
+
DrProtectionGroupMemberLoadBalancerMappingArgsDict: TypeAlias = Mapping[str, Any]
|
2756
|
+
|
2757
|
+
@pulumi.input_type
|
2758
|
+
class DrProtectionGroupMemberLoadBalancerMappingArgs:
|
2759
|
+
def __init__(__self__, *,
|
2760
|
+
destination_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
2761
|
+
source_load_balancer_id: Optional[pulumi.Input[str]] = None):
|
2762
|
+
"""
|
2763
|
+
:param pulumi.Input[str] destination_load_balancer_id: (Updatable) The OCID of the destination Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
2764
|
+
:param pulumi.Input[str] source_load_balancer_id: (Updatable) The OCID of the source Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
2765
|
+
"""
|
2766
|
+
if destination_load_balancer_id is not None:
|
2767
|
+
pulumi.set(__self__, "destination_load_balancer_id", destination_load_balancer_id)
|
2768
|
+
if source_load_balancer_id is not None:
|
2769
|
+
pulumi.set(__self__, "source_load_balancer_id", source_load_balancer_id)
|
2770
|
+
|
2771
|
+
@property
|
2772
|
+
@pulumi.getter(name="destinationLoadBalancerId")
|
2773
|
+
def destination_load_balancer_id(self) -> Optional[pulumi.Input[str]]:
|
2774
|
+
"""
|
2775
|
+
(Updatable) The OCID of the destination Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
2776
|
+
"""
|
2777
|
+
return pulumi.get(self, "destination_load_balancer_id")
|
2778
|
+
|
2779
|
+
@destination_load_balancer_id.setter
|
2780
|
+
def destination_load_balancer_id(self, value: Optional[pulumi.Input[str]]):
|
2781
|
+
pulumi.set(self, "destination_load_balancer_id", value)
|
2782
|
+
|
2783
|
+
@property
|
2784
|
+
@pulumi.getter(name="sourceLoadBalancerId")
|
2785
|
+
def source_load_balancer_id(self) -> Optional[pulumi.Input[str]]:
|
2786
|
+
"""
|
2787
|
+
(Updatable) The OCID of the source Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
2788
|
+
"""
|
2789
|
+
return pulumi.get(self, "source_load_balancer_id")
|
2790
|
+
|
2791
|
+
@source_load_balancer_id.setter
|
2792
|
+
def source_load_balancer_id(self, value: Optional[pulumi.Input[str]]):
|
2793
|
+
pulumi.set(self, "source_load_balancer_id", value)
|
2794
|
+
|
2795
|
+
|
2796
|
+
if not MYPY:
|
2797
|
+
class DrProtectionGroupMemberManagedNodePoolConfigArgsDict(TypedDict):
|
2798
|
+
id: NotRequired[pulumi.Input[str]]
|
2799
|
+
"""
|
2800
|
+
(Updatable) The OCID of the managed node pool in OKE cluster.
|
2801
|
+
"""
|
2802
|
+
maximum: NotRequired[pulumi.Input[int]]
|
2803
|
+
"""
|
2804
|
+
(Updatable) The maximum number to which nodes in the managed node pool could be scaled up.
|
2805
|
+
"""
|
2806
|
+
minimum: NotRequired[pulumi.Input[int]]
|
2807
|
+
"""
|
2808
|
+
(Updatable) The minimum number to which nodes in the managed node pool could be scaled down.
|
2809
|
+
"""
|
2810
|
+
elif False:
|
2811
|
+
DrProtectionGroupMemberManagedNodePoolConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2812
|
+
|
2813
|
+
@pulumi.input_type
|
2814
|
+
class DrProtectionGroupMemberManagedNodePoolConfigArgs:
|
2815
|
+
def __init__(__self__, *,
|
2816
|
+
id: Optional[pulumi.Input[str]] = None,
|
2817
|
+
maximum: Optional[pulumi.Input[int]] = None,
|
2818
|
+
minimum: Optional[pulumi.Input[int]] = None):
|
2819
|
+
"""
|
2820
|
+
:param pulumi.Input[str] id: (Updatable) The OCID of the managed node pool in OKE cluster.
|
2821
|
+
:param pulumi.Input[int] maximum: (Updatable) The maximum number to which nodes in the managed node pool could be scaled up.
|
2822
|
+
:param pulumi.Input[int] minimum: (Updatable) The minimum number to which nodes in the managed node pool could be scaled down.
|
2823
|
+
"""
|
2824
|
+
if id is not None:
|
2825
|
+
pulumi.set(__self__, "id", id)
|
2826
|
+
if maximum is not None:
|
2827
|
+
pulumi.set(__self__, "maximum", maximum)
|
2828
|
+
if minimum is not None:
|
2829
|
+
pulumi.set(__self__, "minimum", minimum)
|
2830
|
+
|
2831
|
+
@property
|
2832
|
+
@pulumi.getter
|
2833
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
2834
|
+
"""
|
2835
|
+
(Updatable) The OCID of the managed node pool in OKE cluster.
|
2836
|
+
"""
|
2837
|
+
return pulumi.get(self, "id")
|
2838
|
+
|
2839
|
+
@id.setter
|
2840
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
2841
|
+
pulumi.set(self, "id", value)
|
2842
|
+
|
2843
|
+
@property
|
2844
|
+
@pulumi.getter
|
2845
|
+
def maximum(self) -> Optional[pulumi.Input[int]]:
|
2846
|
+
"""
|
2847
|
+
(Updatable) The maximum number to which nodes in the managed node pool could be scaled up.
|
2848
|
+
"""
|
2849
|
+
return pulumi.get(self, "maximum")
|
2850
|
+
|
2851
|
+
@maximum.setter
|
2852
|
+
def maximum(self, value: Optional[pulumi.Input[int]]):
|
2853
|
+
pulumi.set(self, "maximum", value)
|
2854
|
+
|
2855
|
+
@property
|
2856
|
+
@pulumi.getter
|
2857
|
+
def minimum(self) -> Optional[pulumi.Input[int]]:
|
2858
|
+
"""
|
2859
|
+
(Updatable) The minimum number to which nodes in the managed node pool could be scaled down.
|
2860
|
+
"""
|
2861
|
+
return pulumi.get(self, "minimum")
|
2862
|
+
|
2863
|
+
@minimum.setter
|
2864
|
+
def minimum(self, value: Optional[pulumi.Input[int]]):
|
2865
|
+
pulumi.set(self, "minimum", value)
|
2866
|
+
|
2867
|
+
|
2868
|
+
if not MYPY:
|
2869
|
+
class DrProtectionGroupMemberNetworkLoadBalancerMappingArgsDict(TypedDict):
|
2870
|
+
destination_network_load_balancer_id: NotRequired[pulumi.Input[str]]
|
2871
|
+
"""
|
2872
|
+
(Updatable) The OCID of the Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
2873
|
+
"""
|
2874
|
+
source_network_load_balancer_id: NotRequired[pulumi.Input[str]]
|
2875
|
+
"""
|
2876
|
+
(Updatable) The OCID of the source Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
2877
|
+
"""
|
2878
|
+
elif False:
|
2879
|
+
DrProtectionGroupMemberNetworkLoadBalancerMappingArgsDict: TypeAlias = Mapping[str, Any]
|
2880
|
+
|
2881
|
+
@pulumi.input_type
|
2882
|
+
class DrProtectionGroupMemberNetworkLoadBalancerMappingArgs:
|
2883
|
+
def __init__(__self__, *,
|
2884
|
+
destination_network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
2885
|
+
source_network_load_balancer_id: Optional[pulumi.Input[str]] = None):
|
2886
|
+
"""
|
2887
|
+
:param pulumi.Input[str] destination_network_load_balancer_id: (Updatable) The OCID of the Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
2888
|
+
:param pulumi.Input[str] source_network_load_balancer_id: (Updatable) The OCID of the source Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
2889
|
+
"""
|
2890
|
+
if destination_network_load_balancer_id is not None:
|
2891
|
+
pulumi.set(__self__, "destination_network_load_balancer_id", destination_network_load_balancer_id)
|
2892
|
+
if source_network_load_balancer_id is not None:
|
2893
|
+
pulumi.set(__self__, "source_network_load_balancer_id", source_network_load_balancer_id)
|
2894
|
+
|
2895
|
+
@property
|
2896
|
+
@pulumi.getter(name="destinationNetworkLoadBalancerId")
|
2897
|
+
def destination_network_load_balancer_id(self) -> Optional[pulumi.Input[str]]:
|
2898
|
+
"""
|
2899
|
+
(Updatable) The OCID of the Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
2900
|
+
"""
|
2901
|
+
return pulumi.get(self, "destination_network_load_balancer_id")
|
2902
|
+
|
2903
|
+
@destination_network_load_balancer_id.setter
|
2904
|
+
def destination_network_load_balancer_id(self, value: Optional[pulumi.Input[str]]):
|
2905
|
+
pulumi.set(self, "destination_network_load_balancer_id", value)
|
2906
|
+
|
2907
|
+
@property
|
2908
|
+
@pulumi.getter(name="sourceNetworkLoadBalancerId")
|
2909
|
+
def source_network_load_balancer_id(self) -> Optional[pulumi.Input[str]]:
|
2910
|
+
"""
|
2911
|
+
(Updatable) The OCID of the source Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
2912
|
+
"""
|
2913
|
+
return pulumi.get(self, "source_network_load_balancer_id")
|
2914
|
+
|
2915
|
+
@source_network_load_balancer_id.setter
|
2916
|
+
def source_network_load_balancer_id(self, value: Optional[pulumi.Input[str]]):
|
2917
|
+
pulumi.set(self, "source_network_load_balancer_id", value)
|
2918
|
+
|
2919
|
+
|
2920
|
+
if not MYPY:
|
2921
|
+
class DrProtectionGroupMemberVaultMappingArgsDict(TypedDict):
|
2922
|
+
destination_vault_id: NotRequired[pulumi.Input[str]]
|
2923
|
+
"""
|
2924
|
+
(Updatable) The OCID of the destination Vault. Example: `ocid1.vault.oc1..uniqueID`
|
2925
|
+
"""
|
2926
|
+
source_vault_id: NotRequired[pulumi.Input[str]]
|
2927
|
+
"""
|
2928
|
+
(Updatable) The OCID of the source Vault. Example: `ocid1.vault.oc1..uniqueID`
|
2929
|
+
"""
|
2930
|
+
elif False:
|
2931
|
+
DrProtectionGroupMemberVaultMappingArgsDict: TypeAlias = Mapping[str, Any]
|
2932
|
+
|
2933
|
+
@pulumi.input_type
|
2934
|
+
class DrProtectionGroupMemberVaultMappingArgs:
|
2935
|
+
def __init__(__self__, *,
|
2936
|
+
destination_vault_id: Optional[pulumi.Input[str]] = None,
|
2937
|
+
source_vault_id: Optional[pulumi.Input[str]] = None):
|
2938
|
+
"""
|
2939
|
+
:param pulumi.Input[str] destination_vault_id: (Updatable) The OCID of the destination Vault. Example: `ocid1.vault.oc1..uniqueID`
|
2940
|
+
:param pulumi.Input[str] source_vault_id: (Updatable) The OCID of the source Vault. Example: `ocid1.vault.oc1..uniqueID`
|
2941
|
+
"""
|
2942
|
+
if destination_vault_id is not None:
|
2943
|
+
pulumi.set(__self__, "destination_vault_id", destination_vault_id)
|
2944
|
+
if source_vault_id is not None:
|
2945
|
+
pulumi.set(__self__, "source_vault_id", source_vault_id)
|
2946
|
+
|
2947
|
+
@property
|
2948
|
+
@pulumi.getter(name="destinationVaultId")
|
2949
|
+
def destination_vault_id(self) -> Optional[pulumi.Input[str]]:
|
2950
|
+
"""
|
2951
|
+
(Updatable) The OCID of the destination Vault. Example: `ocid1.vault.oc1..uniqueID`
|
2952
|
+
"""
|
2953
|
+
return pulumi.get(self, "destination_vault_id")
|
2954
|
+
|
2955
|
+
@destination_vault_id.setter
|
2956
|
+
def destination_vault_id(self, value: Optional[pulumi.Input[str]]):
|
2957
|
+
pulumi.set(self, "destination_vault_id", value)
|
2958
|
+
|
2959
|
+
@property
|
2960
|
+
@pulumi.getter(name="sourceVaultId")
|
2961
|
+
def source_vault_id(self) -> Optional[pulumi.Input[str]]:
|
2962
|
+
"""
|
2963
|
+
(Updatable) The OCID of the source Vault. Example: `ocid1.vault.oc1..uniqueID`
|
2964
|
+
"""
|
2965
|
+
return pulumi.get(self, "source_vault_id")
|
2966
|
+
|
2967
|
+
@source_vault_id.setter
|
2968
|
+
def source_vault_id(self, value: Optional[pulumi.Input[str]]):
|
2969
|
+
pulumi.set(self, "source_vault_id", value)
|
2970
|
+
|
2971
|
+
|
2972
|
+
if not MYPY:
|
2973
|
+
class DrProtectionGroupMemberVirtualNodePoolConfigArgsDict(TypedDict):
|
2974
|
+
id: NotRequired[pulumi.Input[str]]
|
2975
|
+
"""
|
2976
|
+
(Updatable) The OCID of the virtual node pool in OKE cluster.
|
2977
|
+
"""
|
2978
|
+
maximum: NotRequired[pulumi.Input[int]]
|
2979
|
+
"""
|
2980
|
+
(Updatable) The maximum number to which nodes in the virtual node pool could be scaled up.
|
2981
|
+
"""
|
2982
|
+
minimum: NotRequired[pulumi.Input[int]]
|
2983
|
+
"""
|
2984
|
+
(Updatable) The minimum number to which nodes in the virtual node pool could be scaled down.
|
2985
|
+
"""
|
2986
|
+
elif False:
|
2987
|
+
DrProtectionGroupMemberVirtualNodePoolConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2988
|
+
|
2989
|
+
@pulumi.input_type
|
2990
|
+
class DrProtectionGroupMemberVirtualNodePoolConfigArgs:
|
2991
|
+
def __init__(__self__, *,
|
2992
|
+
id: Optional[pulumi.Input[str]] = None,
|
2993
|
+
maximum: Optional[pulumi.Input[int]] = None,
|
2994
|
+
minimum: Optional[pulumi.Input[int]] = None):
|
2995
|
+
"""
|
2996
|
+
:param pulumi.Input[str] id: (Updatable) The OCID of the virtual node pool in OKE cluster.
|
2997
|
+
:param pulumi.Input[int] maximum: (Updatable) The maximum number to which nodes in the virtual node pool could be scaled up.
|
2998
|
+
:param pulumi.Input[int] minimum: (Updatable) The minimum number to which nodes in the virtual node pool could be scaled down.
|
2999
|
+
"""
|
3000
|
+
if id is not None:
|
3001
|
+
pulumi.set(__self__, "id", id)
|
3002
|
+
if maximum is not None:
|
3003
|
+
pulumi.set(__self__, "maximum", maximum)
|
3004
|
+
if minimum is not None:
|
3005
|
+
pulumi.set(__self__, "minimum", minimum)
|
3006
|
+
|
3007
|
+
@property
|
3008
|
+
@pulumi.getter
|
3009
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
3010
|
+
"""
|
3011
|
+
(Updatable) The OCID of the virtual node pool in OKE cluster.
|
3012
|
+
"""
|
3013
|
+
return pulumi.get(self, "id")
|
3014
|
+
|
3015
|
+
@id.setter
|
3016
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
3017
|
+
pulumi.set(self, "id", value)
|
3018
|
+
|
3019
|
+
@property
|
3020
|
+
@pulumi.getter
|
3021
|
+
def maximum(self) -> Optional[pulumi.Input[int]]:
|
3022
|
+
"""
|
3023
|
+
(Updatable) The maximum number to which nodes in the virtual node pool could be scaled up.
|
3024
|
+
"""
|
3025
|
+
return pulumi.get(self, "maximum")
|
3026
|
+
|
3027
|
+
@maximum.setter
|
3028
|
+
def maximum(self, value: Optional[pulumi.Input[int]]):
|
3029
|
+
pulumi.set(self, "maximum", value)
|
3030
|
+
|
3031
|
+
@property
|
3032
|
+
@pulumi.getter
|
3033
|
+
def minimum(self) -> Optional[pulumi.Input[int]]:
|
3034
|
+
"""
|
3035
|
+
(Updatable) The minimum number to which nodes in the virtual node pool could be scaled down.
|
3036
|
+
"""
|
3037
|
+
return pulumi.get(self, "minimum")
|
3038
|
+
|
3039
|
+
@minimum.setter
|
3040
|
+
def minimum(self, value: Optional[pulumi.Input[int]]):
|
3041
|
+
pulumi.set(self, "minimum", value)
|
3042
|
+
|
3043
|
+
|
2324
3044
|
if not MYPY:
|
2325
3045
|
class DrProtectionGroupMemberVnicMappingArgsDict(TypedDict):
|
2326
3046
|
destination_nsg_id_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|