pulumi-oci 2.22.0a1737681134__py3-none-any.whl → 2.23.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 +24 -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/_inputs.py +270 -0
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/outputs.py +491 -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/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/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.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/RECORD +49 -42
- {pulumi_oci-2.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/top_level.txt +0 -0
@@ -466,100 +466,6 @@ class DrProtectionGroup(pulumi.CustomResource):
|
|
466
466
|
|
467
467
|
Create a DR protection group.
|
468
468
|
|
469
|
-
## Example Usage
|
470
|
-
|
471
|
-
```python
|
472
|
-
import pulumi
|
473
|
-
import pulumi_oci as oci
|
474
|
-
|
475
|
-
config = pulumi.Config()
|
476
|
-
disassociate_trigger = config.get_float("disassociateTrigger")
|
477
|
-
if disassociate_trigger is None:
|
478
|
-
disassociate_trigger = 0
|
479
|
-
test_dr_protection_group = oci.disaster_recovery.DrProtectionGroup("test_dr_protection_group",
|
480
|
-
compartment_id=compartment_id,
|
481
|
-
display_name=dr_protection_group_display_name,
|
482
|
-
log_location={
|
483
|
-
"bucket": dr_protection_group_log_location_bucket,
|
484
|
-
"namespace": dr_protection_group_log_location_namespace,
|
485
|
-
},
|
486
|
-
association={
|
487
|
-
"role": dr_protection_group_association_role,
|
488
|
-
"peer_id": dr_protection_group_association_peer_id,
|
489
|
-
"peer_region": dr_protection_group_association_peer_region,
|
490
|
-
},
|
491
|
-
defined_tags={
|
492
|
-
"Operations.CostCenter": "42",
|
493
|
-
},
|
494
|
-
freeform_tags={
|
495
|
-
"Department": "Finance",
|
496
|
-
},
|
497
|
-
disassociate_trigger=disassociate_trigger,
|
498
|
-
members=[{
|
499
|
-
"member_id": dr_protection_group_members_member_id,
|
500
|
-
"member_type": dr_protection_group_members_member_type,
|
501
|
-
"autonomous_database_standby_type_for_dr_drills": dr_protection_group_members_autonomous_database_standby_type_for_dr_drills,
|
502
|
-
"backend_set_mappings": [{
|
503
|
-
"destination_backend_set_name": test_backend_set["name"],
|
504
|
-
"is_backend_set_for_non_movable": dr_protection_group_members_backend_set_mappings_is_backend_set_for_non_movable,
|
505
|
-
"source_backend_set_name": test_backend_set["name"],
|
506
|
-
}],
|
507
|
-
"block_volume_operations": [{
|
508
|
-
"attachment_details": {
|
509
|
-
"volume_attachment_reference_instance_id": test_instance["id"],
|
510
|
-
},
|
511
|
-
"block_volume_id": test_volume["id"],
|
512
|
-
"mount_details": {
|
513
|
-
"mount_point": dr_protection_group_members_block_volume_operations_mount_details_mount_point,
|
514
|
-
},
|
515
|
-
}],
|
516
|
-
"connection_string_type": dr_protection_group_members_connection_string_type,
|
517
|
-
"bucket": dr_protection_group_members_bucket,
|
518
|
-
"destination_availability_domain": dr_protection_group_members_destination_availability_domain,
|
519
|
-
"destination_capacity_reservation_id": destination_capacity_reservation_id,
|
520
|
-
"destination_compartment_id": test_compartment["id"],
|
521
|
-
"destination_dedicated_vm_host_id": test_dedicated_vm_host["id"],
|
522
|
-
"destination_load_balancer_id": test_load_balancer["id"],
|
523
|
-
"destination_network_load_balancer_id": test_network_load_balancer["id"],
|
524
|
-
"export_mappings": [{
|
525
|
-
"destination_mount_target_id": test_mount_target["id"],
|
526
|
-
"export_id": test_export["id"],
|
527
|
-
}],
|
528
|
-
"file_system_operations": [{
|
529
|
-
"export_path": dr_protection_group_members_file_system_operations_export_path,
|
530
|
-
"mount_details": {
|
531
|
-
"mount_target_id": test_mount_target["id"],
|
532
|
-
},
|
533
|
-
"mount_point": dr_protection_group_members_file_system_operations_mount_point,
|
534
|
-
"mount_target_id": test_mount_target["id"],
|
535
|
-
"unmount_details": {
|
536
|
-
"mount_target_id": test_mount_target["id"],
|
537
|
-
},
|
538
|
-
}],
|
539
|
-
"is_movable": dr_protection_group_members_is_movable,
|
540
|
-
"is_retain_fault_domain": dr_protection_group_members_is_retain_fault_domain,
|
541
|
-
"is_start_stop_enabled": dr_protection_group_members_is_start_stop_enabled,
|
542
|
-
"namespace": dr_protection_group_members_namespace,
|
543
|
-
"password_vault_secret_id": password_vault_secret_id,
|
544
|
-
"vnic_mappings": [
|
545
|
-
{
|
546
|
-
"destination_nsg_id_lists": dr_protection_group_members_vnic_mapping_destination_nsg_id_list,
|
547
|
-
"destination_primary_private_ip_address": dr_protection_group_members_vnic_mapping_destination_primary_private_ip_address,
|
548
|
-
"destination_primary_private_ip_hostname_label": dr_protection_group_members_vnic_mapping_destination_primary_private_ip_hostname_label,
|
549
|
-
"destination_subnet_id": test_subnet["id"],
|
550
|
-
"source_vnic_id": test_vnic["id"],
|
551
|
-
},
|
552
|
-
{
|
553
|
-
"destination_nsg_id_lists": dr_protection_group_members_vnic_mappings_destination_nsg_id_list,
|
554
|
-
"destination_primary_private_ip_address": dr_protection_group_members_vnic_mappings_destination_primary_private_ip_address,
|
555
|
-
"destination_primary_private_ip_hostname_label": dr_protection_group_members_vnic_mappings_destination_primary_private_ip_hostname_label,
|
556
|
-
"destination_subnet_id": test_subnet["id"],
|
557
|
-
"source_vnic_id": test_vnic["id"],
|
558
|
-
},
|
559
|
-
],
|
560
|
-
}])
|
561
|
-
```
|
562
|
-
|
563
469
|
## Create
|
564
470
|
|
565
471
|
Create DR Protection Group resource with a default value of `disassociate_trigger` property, e.g.
|
@@ -602,100 +508,6 @@ class DrProtectionGroup(pulumi.CustomResource):
|
|
602
508
|
|
603
509
|
Create a DR protection group.
|
604
510
|
|
605
|
-
## Example Usage
|
606
|
-
|
607
|
-
```python
|
608
|
-
import pulumi
|
609
|
-
import pulumi_oci as oci
|
610
|
-
|
611
|
-
config = pulumi.Config()
|
612
|
-
disassociate_trigger = config.get_float("disassociateTrigger")
|
613
|
-
if disassociate_trigger is None:
|
614
|
-
disassociate_trigger = 0
|
615
|
-
test_dr_protection_group = oci.disaster_recovery.DrProtectionGroup("test_dr_protection_group",
|
616
|
-
compartment_id=compartment_id,
|
617
|
-
display_name=dr_protection_group_display_name,
|
618
|
-
log_location={
|
619
|
-
"bucket": dr_protection_group_log_location_bucket,
|
620
|
-
"namespace": dr_protection_group_log_location_namespace,
|
621
|
-
},
|
622
|
-
association={
|
623
|
-
"role": dr_protection_group_association_role,
|
624
|
-
"peer_id": dr_protection_group_association_peer_id,
|
625
|
-
"peer_region": dr_protection_group_association_peer_region,
|
626
|
-
},
|
627
|
-
defined_tags={
|
628
|
-
"Operations.CostCenter": "42",
|
629
|
-
},
|
630
|
-
freeform_tags={
|
631
|
-
"Department": "Finance",
|
632
|
-
},
|
633
|
-
disassociate_trigger=disassociate_trigger,
|
634
|
-
members=[{
|
635
|
-
"member_id": dr_protection_group_members_member_id,
|
636
|
-
"member_type": dr_protection_group_members_member_type,
|
637
|
-
"autonomous_database_standby_type_for_dr_drills": dr_protection_group_members_autonomous_database_standby_type_for_dr_drills,
|
638
|
-
"backend_set_mappings": [{
|
639
|
-
"destination_backend_set_name": test_backend_set["name"],
|
640
|
-
"is_backend_set_for_non_movable": dr_protection_group_members_backend_set_mappings_is_backend_set_for_non_movable,
|
641
|
-
"source_backend_set_name": test_backend_set["name"],
|
642
|
-
}],
|
643
|
-
"block_volume_operations": [{
|
644
|
-
"attachment_details": {
|
645
|
-
"volume_attachment_reference_instance_id": test_instance["id"],
|
646
|
-
},
|
647
|
-
"block_volume_id": test_volume["id"],
|
648
|
-
"mount_details": {
|
649
|
-
"mount_point": dr_protection_group_members_block_volume_operations_mount_details_mount_point,
|
650
|
-
},
|
651
|
-
}],
|
652
|
-
"connection_string_type": dr_protection_group_members_connection_string_type,
|
653
|
-
"bucket": dr_protection_group_members_bucket,
|
654
|
-
"destination_availability_domain": dr_protection_group_members_destination_availability_domain,
|
655
|
-
"destination_capacity_reservation_id": destination_capacity_reservation_id,
|
656
|
-
"destination_compartment_id": test_compartment["id"],
|
657
|
-
"destination_dedicated_vm_host_id": test_dedicated_vm_host["id"],
|
658
|
-
"destination_load_balancer_id": test_load_balancer["id"],
|
659
|
-
"destination_network_load_balancer_id": test_network_load_balancer["id"],
|
660
|
-
"export_mappings": [{
|
661
|
-
"destination_mount_target_id": test_mount_target["id"],
|
662
|
-
"export_id": test_export["id"],
|
663
|
-
}],
|
664
|
-
"file_system_operations": [{
|
665
|
-
"export_path": dr_protection_group_members_file_system_operations_export_path,
|
666
|
-
"mount_details": {
|
667
|
-
"mount_target_id": test_mount_target["id"],
|
668
|
-
},
|
669
|
-
"mount_point": dr_protection_group_members_file_system_operations_mount_point,
|
670
|
-
"mount_target_id": test_mount_target["id"],
|
671
|
-
"unmount_details": {
|
672
|
-
"mount_target_id": test_mount_target["id"],
|
673
|
-
},
|
674
|
-
}],
|
675
|
-
"is_movable": dr_protection_group_members_is_movable,
|
676
|
-
"is_retain_fault_domain": dr_protection_group_members_is_retain_fault_domain,
|
677
|
-
"is_start_stop_enabled": dr_protection_group_members_is_start_stop_enabled,
|
678
|
-
"namespace": dr_protection_group_members_namespace,
|
679
|
-
"password_vault_secret_id": password_vault_secret_id,
|
680
|
-
"vnic_mappings": [
|
681
|
-
{
|
682
|
-
"destination_nsg_id_lists": dr_protection_group_members_vnic_mapping_destination_nsg_id_list,
|
683
|
-
"destination_primary_private_ip_address": dr_protection_group_members_vnic_mapping_destination_primary_private_ip_address,
|
684
|
-
"destination_primary_private_ip_hostname_label": dr_protection_group_members_vnic_mapping_destination_primary_private_ip_hostname_label,
|
685
|
-
"destination_subnet_id": test_subnet["id"],
|
686
|
-
"source_vnic_id": test_vnic["id"],
|
687
|
-
},
|
688
|
-
{
|
689
|
-
"destination_nsg_id_lists": dr_protection_group_members_vnic_mappings_destination_nsg_id_list,
|
690
|
-
"destination_primary_private_ip_address": dr_protection_group_members_vnic_mappings_destination_primary_private_ip_address,
|
691
|
-
"destination_primary_private_ip_hostname_label": dr_protection_group_members_vnic_mappings_destination_primary_private_ip_hostname_label,
|
692
|
-
"destination_subnet_id": test_subnet["id"],
|
693
|
-
"source_vnic_id": test_vnic["id"],
|
694
|
-
},
|
695
|
-
],
|
696
|
-
}])
|
697
|
-
```
|
698
|
-
|
699
511
|
## Create
|
700
512
|
|
701
513
|
Create DR Protection Group resource with a default value of `disassociate_trigger` property, e.g.
|
@@ -137,7 +137,7 @@ class GetDrProtectionGroupResult:
|
|
137
137
|
@pulumi.getter
|
138
138
|
def id(self) -> str:
|
139
139
|
"""
|
140
|
-
The OCID of the
|
140
|
+
The OCID of the virtual node pool in OKE cluster.
|
141
141
|
"""
|
142
142
|
return pulumi.get(self, "id")
|
143
143
|
|