oci 2.126.0__py3-none-any.whl → 2.126.1__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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +272 -150
- oci/data_catalog/models/__init__.py +4 -0
- oci/data_catalog/models/import_lineage_details.py +72 -0
- oci/data_catalog/models/import_lineage_job_result.py +232 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/create_workspace_details.py +33 -2
- oci/data_integration/models/update_workspace_details.py +33 -2
- oci/data_integration/models/workspace.py +33 -2
- oci/data_integration/models/workspace_summary.py +33 -2
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +1181 -397
- oci/data_safe/data_safe_client_composite_operations.py +89 -0
- oci/data_safe/models/__init__.py +14 -0
- oci/data_safe/models/change_masking_policy_health_report_compartment_details.py +72 -0
- oci/data_safe/models/generate_health_report_details.py +261 -0
- oci/data_safe/models/masking_policy_health_report.py +434 -0
- oci/data_safe/models/masking_policy_health_report_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_summary.py +220 -0
- oci/data_safe/models/masking_policy_health_report_summary.py +371 -0
- oci/data_safe/models/work_request.py +7 -3
- oci/data_safe/models/work_request_summary.py +7 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +343 -337
- oci/database/models/autonomous_container_database.py +6 -6
- oci/database/models/autonomous_container_database_summary.py +6 -6
- oci/database/models/autonomous_database.py +10 -6
- oci/database/models/autonomous_database_summary.py +10 -6
- oci/database/models/cloud_vm_cluster.py +37 -2
- oci/database/models/cloud_vm_cluster_summary.py +37 -2
- oci/database/models/create_autonomous_container_database_details.py +6 -6
- oci/database/models/create_autonomous_database_base.py +8 -4
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +2 -26
- oci/database/models/create_cross_region_disaster_recovery_details.py +2 -23
- oci/database/models/create_db_home_base.py +33 -2
- oci/database/models/create_db_home_with_db_system_id_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_backup_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_database_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.py +7 -0
- oci/database/models/db_home.py +33 -2
- oci/database/models/db_home_from_agent_resource_id.py +33 -2
- oci/database/models/db_home_summary.py +33 -2
- oci/database/models/db_system.py +35 -0
- oci/database/models/db_system_summary.py +35 -0
- oci/database/models/update_autonomous_database_details.py +8 -4
- oci/database/models/update_details.py +37 -2
- oci/database/models/vm_cluster.py +37 -2
- oci/database/models/vm_cluster_summary.py +37 -2
- oci/database/models/vm_cluster_update_details.py +37 -2
- oci/database_management/db_management_client.py +1965 -494
- oci/database_management/db_management_client_composite_operations.py +528 -0
- oci/database_management/diagnosability_client.py +7 -7
- oci/database_management/managed_my_sql_databases_client.py +10 -10
- oci/database_management/models/__init__.py +54 -0
- oci/database_management/models/basic_database_connection_string_details.py +160 -0
- oci/database_management/models/child_database.py +45 -2
- oci/database_management/models/connector_details.py +123 -0
- oci/database_management/models/database_connection_details.py +95 -0
- oci/database_management/models/database_connection_string_details.py +103 -0
- oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +120 -0
- oci/database_management/models/database_diagnostics_and_management_feature_details.py +143 -0
- oci/database_management/models/database_feature_configuration.py +234 -0
- oci/database_management/models/database_feature_details.py +155 -0
- oci/database_management/models/db_management_private_endpoint.py +45 -2
- oci/database_management/models/db_management_private_endpoint_summary.py +45 -2
- oci/database_management/models/disable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_non_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/enable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_non_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/external_asm.py +45 -2
- oci/database_management/models/external_asm_instance.py +45 -2
- oci/database_management/models/external_asm_instance_summary.py +45 -2
- oci/database_management/models/external_asm_summary.py +45 -2
- oci/database_management/models/external_cluster.py +45 -2
- oci/database_management/models/external_cluster_instance.py +45 -2
- oci/database_management/models/external_cluster_instance_summary.py +45 -2
- oci/database_management/models/external_cluster_summary.py +45 -2
- oci/database_management/models/external_connector_details.py +86 -0
- oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +105 -0
- oci/database_management/models/external_database_feature_details.py +128 -0
- oci/database_management/models/external_database_summary.py +45 -2
- oci/database_management/models/external_db_home.py +45 -2
- oci/database_management/models/external_db_home_summary.py +45 -2
- oci/database_management/models/external_db_node.py +45 -2
- oci/database_management/models/external_db_node_summary.py +45 -2
- oci/database_management/models/external_db_system.py +45 -2
- oci/database_management/models/external_db_system_connector_summary.py +45 -2
- oci/database_management/models/external_db_system_discovery.py +45 -2
- oci/database_management/models/external_db_system_discovery_summary.py +45 -2
- oci/database_management/models/external_db_system_macs_connector.py +45 -2
- oci/database_management/models/external_db_system_summary.py +45 -2
- oci/database_management/models/external_exadata_infrastructure.py +45 -2
- oci/database_management/models/external_exadata_infrastructure_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_connector.py +45 -2
- oci/database_management/models/external_exadata_storage_connector_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_grid.py +45 -2
- oci/database_management/models/external_exadata_storage_server.py +45 -2
- oci/database_management/models/external_exadata_storage_server_summary.py +45 -2
- oci/database_management/models/external_listener.py +45 -2
- oci/database_management/models/external_listener_summary.py +45 -2
- oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +58 -0
- oci/database_management/models/external_pluggable_database_feature_details.py +128 -0
- oci/database_management/models/heat_wave_cluster_usage_metrics.py +12 -12
- oci/database_management/models/heat_wave_fleet_metrics.py +2 -2
- oci/database_management/models/heat_wave_fleet_summary.py +5 -5
- oci/database_management/models/heat_wave_node.py +2 -2
- oci/database_management/models/job_summary.py +45 -2
- oci/database_management/models/load_sql_tuning_set_details.py +7 -3
- oci/database_management/models/macs_connector_details.py +86 -0
- oci/database_management/models/managed_database.py +45 -2
- oci/database_management/models/managed_database_group.py +45 -2
- oci/database_management/models/managed_database_group_summary.py +45 -2
- oci/database_management/models/managed_database_summary.py +45 -2
- oci/database_management/models/managed_my_sql_database.py +10 -10
- oci/database_management/models/modify_database_management_feature_details.py +68 -0
- oci/database_management/models/modify_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/my_sql_database_usage_metrics.py +2 -2
- oci/database_management/models/my_sql_fleet_metric_definition.py +31 -0
- oci/database_management/models/named_credential.py +45 -2
- oci/database_management/models/named_credential_summary.py +45 -2
- oci/database_management/models/private_end_point_connector_details.py +86 -0
- oci/database_management/models/save_sql_tuning_set_as_details.py +7 -3
- oci/database_management/models/sql_job.py +45 -2
- oci/database_management/models/sql_plan_baseline.py +96 -0
- oci/database_management/models/sql_plan_baseline_summary.py +96 -0
- oci/database_management/models/sql_tuning_set.py +16 -0
- oci/database_management/models/work_request.py +39 -3
- oci/database_management/models/work_request_summary.py +39 -3
- oci/database_management/perfhub_client.py +4 -4
- oci/database_management/sql_tuning_client.py +20 -20
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +26 -26
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +298 -40
- oci/recovery/database_recovery_client_composite_operations.py +39 -0
- oci/recovery/models/__init__.py +2 -0
- oci/recovery/models/create_protection_policy_details.py +45 -0
- oci/recovery/models/create_recovery_service_subnet_details.py +72 -4
- oci/recovery/models/fetch_protected_database_configuration_details.py +7 -3
- oci/recovery/models/metrics.py +33 -2
- oci/recovery/models/metrics_summary.py +33 -2
- oci/recovery/models/protected_database.py +48 -13
- oci/recovery/models/protected_database_summary.py +44 -3
- oci/recovery/models/protection_policy.py +41 -18
- oci/recovery/models/protection_policy_summary.py +38 -3
- oci/recovery/models/recovery_service_subnet.py +78 -20
- oci/recovery/models/recovery_service_subnet_details.py +7 -3
- oci/recovery/models/recovery_service_subnet_summary.py +78 -20
- oci/recovery/models/schedule_protected_database_deletion_details.py +92 -0
- oci/recovery/models/update_protection_policy_details.py +45 -0
- oci/recovery/models/update_recovery_service_subnet_details.py +68 -0
- oci/recovery/models/work_request.py +7 -3
- oci/recovery/models/work_request_summary.py +7 -3
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/METADATA +1 -1
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/RECORD +393 -356
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/WHEEL +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/top_level.txt +0 -0
@@ -33,6 +33,10 @@ class RecoveryServiceSubnetSummary(object):
|
|
33
33
|
#: This constant has a value of "ACTIVE"
|
34
34
|
LIFECYCLE_STATE_ACTIVE = "ACTIVE"
|
35
35
|
|
36
|
+
#: A constant which can be used with the lifecycle_state property of a RecoveryServiceSubnetSummary.
|
37
|
+
#: This constant has a value of "DELETE_SCHEDULED"
|
38
|
+
LIFECYCLE_STATE_DELETE_SCHEDULED = "DELETE_SCHEDULED"
|
39
|
+
|
36
40
|
#: A constant which can be used with the lifecycle_state property of a RecoveryServiceSubnetSummary.
|
37
41
|
#: This constant has a value of "DELETING"
|
38
42
|
LIFECYCLE_STATE_DELETING = "DELETING"
|
@@ -70,6 +74,14 @@ class RecoveryServiceSubnetSummary(object):
|
|
70
74
|
The value to assign to the subnet_id property of this RecoveryServiceSubnetSummary.
|
71
75
|
:type subnet_id: str
|
72
76
|
|
77
|
+
:param subnets:
|
78
|
+
The value to assign to the subnets property of this RecoveryServiceSubnetSummary.
|
79
|
+
:type subnets: list[str]
|
80
|
+
|
81
|
+
:param nsg_ids:
|
82
|
+
The value to assign to the nsg_ids property of this RecoveryServiceSubnetSummary.
|
83
|
+
:type nsg_ids: list[str]
|
84
|
+
|
73
85
|
:param time_created:
|
74
86
|
The value to assign to the time_created property of this RecoveryServiceSubnetSummary.
|
75
87
|
:type time_created: datetime
|
@@ -80,7 +92,7 @@ class RecoveryServiceSubnetSummary(object):
|
|
80
92
|
|
81
93
|
:param lifecycle_state:
|
82
94
|
The value to assign to the lifecycle_state property of this RecoveryServiceSubnetSummary.
|
83
|
-
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
95
|
+
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETE_SCHEDULED", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
84
96
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
85
97
|
:type lifecycle_state: str
|
86
98
|
|
@@ -107,6 +119,8 @@ class RecoveryServiceSubnetSummary(object):
|
|
107
119
|
'compartment_id': 'str',
|
108
120
|
'vcn_id': 'str',
|
109
121
|
'subnet_id': 'str',
|
122
|
+
'subnets': 'list[str]',
|
123
|
+
'nsg_ids': 'list[str]',
|
110
124
|
'time_created': 'datetime',
|
111
125
|
'time_updated': 'datetime',
|
112
126
|
'lifecycle_state': 'str',
|
@@ -122,6 +136,8 @@ class RecoveryServiceSubnetSummary(object):
|
|
122
136
|
'compartment_id': 'compartmentId',
|
123
137
|
'vcn_id': 'vcnId',
|
124
138
|
'subnet_id': 'subnetId',
|
139
|
+
'subnets': 'subnets',
|
140
|
+
'nsg_ids': 'nsgIds',
|
125
141
|
'time_created': 'timeCreated',
|
126
142
|
'time_updated': 'timeUpdated',
|
127
143
|
'lifecycle_state': 'lifecycleState',
|
@@ -136,6 +152,8 @@ class RecoveryServiceSubnetSummary(object):
|
|
136
152
|
self._compartment_id = None
|
137
153
|
self._vcn_id = None
|
138
154
|
self._subnet_id = None
|
155
|
+
self._subnets = None
|
156
|
+
self._nsg_ids = None
|
139
157
|
self._time_created = None
|
140
158
|
self._time_updated = None
|
141
159
|
self._lifecycle_state = None
|
@@ -244,7 +262,7 @@ class RecoveryServiceSubnetSummary(object):
|
|
244
262
|
def subnet_id(self):
|
245
263
|
"""
|
246
264
|
**[Required]** Gets the subnet_id of this RecoveryServiceSubnetSummary.
|
247
|
-
|
265
|
+
Deprecated. One of the subnets associated with the Recovery Service subnet.
|
248
266
|
|
249
267
|
|
250
268
|
:return: The subnet_id of this RecoveryServiceSubnetSummary.
|
@@ -256,7 +274,7 @@ class RecoveryServiceSubnetSummary(object):
|
|
256
274
|
def subnet_id(self, subnet_id):
|
257
275
|
"""
|
258
276
|
Sets the subnet_id of this RecoveryServiceSubnetSummary.
|
259
|
-
|
277
|
+
Deprecated. One of the subnets associated with the Recovery Service subnet.
|
260
278
|
|
261
279
|
|
262
280
|
:param subnet_id: The subnet_id of this RecoveryServiceSubnetSummary.
|
@@ -264,6 +282,60 @@ class RecoveryServiceSubnetSummary(object):
|
|
264
282
|
"""
|
265
283
|
self._subnet_id = subnet_id
|
266
284
|
|
285
|
+
@property
|
286
|
+
def subnets(self):
|
287
|
+
"""
|
288
|
+
Gets the subnets of this RecoveryServiceSubnetSummary.
|
289
|
+
A list of OCIDs of all the subnets associated with the Recovery Service subnet.
|
290
|
+
|
291
|
+
|
292
|
+
:return: The subnets of this RecoveryServiceSubnetSummary.
|
293
|
+
:rtype: list[str]
|
294
|
+
"""
|
295
|
+
return self._subnets
|
296
|
+
|
297
|
+
@subnets.setter
|
298
|
+
def subnets(self, subnets):
|
299
|
+
"""
|
300
|
+
Sets the subnets of this RecoveryServiceSubnetSummary.
|
301
|
+
A list of OCIDs of all the subnets associated with the Recovery Service subnet.
|
302
|
+
|
303
|
+
|
304
|
+
:param subnets: The subnets of this RecoveryServiceSubnetSummary.
|
305
|
+
:type: list[str]
|
306
|
+
"""
|
307
|
+
self._subnets = subnets
|
308
|
+
|
309
|
+
@property
|
310
|
+
def nsg_ids(self):
|
311
|
+
"""
|
312
|
+
Gets the nsg_ids of this RecoveryServiceSubnetSummary.
|
313
|
+
A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
314
|
+
You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
315
|
+
Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
316
|
+
See :class:`NetworkSecurityGroup` for more information.
|
317
|
+
|
318
|
+
|
319
|
+
:return: The nsg_ids of this RecoveryServiceSubnetSummary.
|
320
|
+
:rtype: list[str]
|
321
|
+
"""
|
322
|
+
return self._nsg_ids
|
323
|
+
|
324
|
+
@nsg_ids.setter
|
325
|
+
def nsg_ids(self, nsg_ids):
|
326
|
+
"""
|
327
|
+
Sets the nsg_ids of this RecoveryServiceSubnetSummary.
|
328
|
+
A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
329
|
+
You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
330
|
+
Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
331
|
+
See :class:`NetworkSecurityGroup` for more information.
|
332
|
+
|
333
|
+
|
334
|
+
:param nsg_ids: The nsg_ids of this RecoveryServiceSubnetSummary.
|
335
|
+
:type: list[str]
|
336
|
+
"""
|
337
|
+
self._nsg_ids = nsg_ids
|
338
|
+
|
267
339
|
@property
|
268
340
|
def time_created(self):
|
269
341
|
"""
|
@@ -317,15 +389,8 @@ class RecoveryServiceSubnetSummary(object):
|
|
317
389
|
"""
|
318
390
|
Gets the lifecycle_state of this RecoveryServiceSubnetSummary.
|
319
391
|
The current state of the recovery service subnet.
|
320
|
-
|
321
|
-
|
322
|
-
- UPDATING
|
323
|
-
- ACTIVE
|
324
|
-
- DELETING
|
325
|
-
- DELETED
|
326
|
-
- FAILED
|
327
|
-
|
328
|
-
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
392
|
+
|
393
|
+
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETE_SCHEDULED", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
329
394
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
330
395
|
|
331
396
|
|
@@ -339,19 +404,12 @@ class RecoveryServiceSubnetSummary(object):
|
|
339
404
|
"""
|
340
405
|
Sets the lifecycle_state of this RecoveryServiceSubnetSummary.
|
341
406
|
The current state of the recovery service subnet.
|
342
|
-
Allowed values are:
|
343
|
-
- CREATING
|
344
|
-
- UPDATING
|
345
|
-
- ACTIVE
|
346
|
-
- DELETING
|
347
|
-
- DELETED
|
348
|
-
- FAILED
|
349
407
|
|
350
408
|
|
351
409
|
:param lifecycle_state: The lifecycle_state of this RecoveryServiceSubnetSummary.
|
352
410
|
:type: str
|
353
411
|
"""
|
354
|
-
allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"]
|
412
|
+
allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETE_SCHEDULED", "DELETING", "DELETED", "FAILED"]
|
355
413
|
if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
|
356
414
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
357
415
|
self._lifecycle_state = lifecycle_state
|
@@ -0,0 +1,92 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210216
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class ScheduleProtectedDatabaseDeletionDetails(object):
|
14
|
+
"""
|
15
|
+
The details for scheduling deletion of the protected database
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the deletion_schedule property of a ScheduleProtectedDatabaseDeletionDetails.
|
19
|
+
#: This constant has a value of "DELETE_AFTER_RETENTION_PERIOD"
|
20
|
+
DELETION_SCHEDULE_DELETE_AFTER_RETENTION_PERIOD = "DELETE_AFTER_RETENTION_PERIOD"
|
21
|
+
|
22
|
+
#: A constant which can be used with the deletion_schedule property of a ScheduleProtectedDatabaseDeletionDetails.
|
23
|
+
#: This constant has a value of "DELETE_AFTER_72_HOURS"
|
24
|
+
DELETION_SCHEDULE_DELETE_AFTER_72_HOURS = "DELETE_AFTER_72_HOURS"
|
25
|
+
|
26
|
+
def __init__(self, **kwargs):
|
27
|
+
"""
|
28
|
+
Initializes a new ScheduleProtectedDatabaseDeletionDetails object with values from keyword arguments.
|
29
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
30
|
+
|
31
|
+
:param deletion_schedule:
|
32
|
+
The value to assign to the deletion_schedule property of this ScheduleProtectedDatabaseDeletionDetails.
|
33
|
+
Allowed values for this property are: "DELETE_AFTER_RETENTION_PERIOD", "DELETE_AFTER_72_HOURS"
|
34
|
+
:type deletion_schedule: str
|
35
|
+
|
36
|
+
"""
|
37
|
+
self.swagger_types = {
|
38
|
+
'deletion_schedule': 'str'
|
39
|
+
}
|
40
|
+
|
41
|
+
self.attribute_map = {
|
42
|
+
'deletion_schedule': 'deletionSchedule'
|
43
|
+
}
|
44
|
+
|
45
|
+
self._deletion_schedule = None
|
46
|
+
|
47
|
+
@property
|
48
|
+
def deletion_schedule(self):
|
49
|
+
"""
|
50
|
+
Gets the deletion_schedule of this ScheduleProtectedDatabaseDeletionDetails.
|
51
|
+
Defines a preferred schedule to delete a protected database after you terminate the source database.
|
52
|
+
* The default schedule is DELETE_AFTER_72_HOURS, so that the delete operation can occur 72 hours (3 days) after the source database is terminated.
|
53
|
+
* The alternate schedule is DELETE_AFTER_RETENTION_PERIOD. Specify this option if you want to delete a protected database only after the policy-defined backup retention period expires.
|
54
|
+
|
55
|
+
Allowed values for this property are: "DELETE_AFTER_RETENTION_PERIOD", "DELETE_AFTER_72_HOURS"
|
56
|
+
|
57
|
+
|
58
|
+
:return: The deletion_schedule of this ScheduleProtectedDatabaseDeletionDetails.
|
59
|
+
:rtype: str
|
60
|
+
"""
|
61
|
+
return self._deletion_schedule
|
62
|
+
|
63
|
+
@deletion_schedule.setter
|
64
|
+
def deletion_schedule(self, deletion_schedule):
|
65
|
+
"""
|
66
|
+
Sets the deletion_schedule of this ScheduleProtectedDatabaseDeletionDetails.
|
67
|
+
Defines a preferred schedule to delete a protected database after you terminate the source database.
|
68
|
+
* The default schedule is DELETE_AFTER_72_HOURS, so that the delete operation can occur 72 hours (3 days) after the source database is terminated.
|
69
|
+
* The alternate schedule is DELETE_AFTER_RETENTION_PERIOD. Specify this option if you want to delete a protected database only after the policy-defined backup retention period expires.
|
70
|
+
|
71
|
+
|
72
|
+
:param deletion_schedule: The deletion_schedule of this ScheduleProtectedDatabaseDeletionDetails.
|
73
|
+
:type: str
|
74
|
+
"""
|
75
|
+
allowed_values = ["DELETE_AFTER_RETENTION_PERIOD", "DELETE_AFTER_72_HOURS"]
|
76
|
+
if not value_allowed_none_or_none_sentinel(deletion_schedule, allowed_values):
|
77
|
+
raise ValueError(
|
78
|
+
f"Invalid value for `deletion_schedule`, must be None or one of {allowed_values}"
|
79
|
+
)
|
80
|
+
self._deletion_schedule = deletion_schedule
|
81
|
+
|
82
|
+
def __repr__(self):
|
83
|
+
return formatted_flat_dict(self)
|
84
|
+
|
85
|
+
def __eq__(self, other):
|
86
|
+
if other is None:
|
87
|
+
return False
|
88
|
+
|
89
|
+
return self.__dict__ == other.__dict__
|
90
|
+
|
91
|
+
def __ne__(self, other):
|
92
|
+
return not self == other
|
@@ -28,6 +28,10 @@ class UpdateProtectionPolicyDetails(object):
|
|
28
28
|
The value to assign to the backup_retention_period_in_days property of this UpdateProtectionPolicyDetails.
|
29
29
|
:type backup_retention_period_in_days: int
|
30
30
|
|
31
|
+
:param policy_locked_date_time:
|
32
|
+
The value to assign to the policy_locked_date_time property of this UpdateProtectionPolicyDetails.
|
33
|
+
:type policy_locked_date_time: str
|
34
|
+
|
31
35
|
:param freeform_tags:
|
32
36
|
The value to assign to the freeform_tags property of this UpdateProtectionPolicyDetails.
|
33
37
|
:type freeform_tags: dict(str, str)
|
@@ -40,6 +44,7 @@ class UpdateProtectionPolicyDetails(object):
|
|
40
44
|
self.swagger_types = {
|
41
45
|
'display_name': 'str',
|
42
46
|
'backup_retention_period_in_days': 'int',
|
47
|
+
'policy_locked_date_time': 'str',
|
43
48
|
'freeform_tags': 'dict(str, str)',
|
44
49
|
'defined_tags': 'dict(str, dict(str, object))'
|
45
50
|
}
|
@@ -47,12 +52,14 @@ class UpdateProtectionPolicyDetails(object):
|
|
47
52
|
self.attribute_map = {
|
48
53
|
'display_name': 'displayName',
|
49
54
|
'backup_retention_period_in_days': 'backupRetentionPeriodInDays',
|
55
|
+
'policy_locked_date_time': 'policyLockedDateTime',
|
50
56
|
'freeform_tags': 'freeformTags',
|
51
57
|
'defined_tags': 'definedTags'
|
52
58
|
}
|
53
59
|
|
54
60
|
self._display_name = None
|
55
61
|
self._backup_retention_period_in_days = None
|
62
|
+
self._policy_locked_date_time = None
|
56
63
|
self._freeform_tags = None
|
57
64
|
self._defined_tags = None
|
58
65
|
|
@@ -104,6 +111,44 @@ class UpdateProtectionPolicyDetails(object):
|
|
104
111
|
"""
|
105
112
|
self._backup_retention_period_in_days = backup_retention_period_in_days
|
106
113
|
|
114
|
+
@property
|
115
|
+
def policy_locked_date_time(self):
|
116
|
+
"""
|
117
|
+
Gets the policy_locked_date_time of this UpdateProtectionPolicyDetails.
|
118
|
+
An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
|
119
|
+
|
120
|
+
* The retention lock feature controls whether Recovery Service strictly preserves backups for the duration defined in a policy. Retention lock is useful to enforce recovery window compliance and to prevent unintentional modifications to protected database backups.
|
121
|
+
* Recovery Service enforces a 14-day delay before the retention lock set for a policy can take effect. Therefore, you must set policyLockedDateTime to a date that occurs 14 days after the current date.
|
122
|
+
* For example, assuming that the current date is Aug 1, 2023 9 pm, you can set policyLockedDateTime to '2023-08-15T21:00:00.600Z' (Aug 15, 2023, 9:00 pm), or greater.
|
123
|
+
* During the 14-day delay period, you can either increase or decrease the retention period in the policy.
|
124
|
+
* However, you are only allowed to increase the retention period on or after the retention lock date.
|
125
|
+
* You cannot change the value of policyLockedDateTime if the retention lock is already in effect.
|
126
|
+
|
127
|
+
|
128
|
+
:return: The policy_locked_date_time of this UpdateProtectionPolicyDetails.
|
129
|
+
:rtype: str
|
130
|
+
"""
|
131
|
+
return self._policy_locked_date_time
|
132
|
+
|
133
|
+
@policy_locked_date_time.setter
|
134
|
+
def policy_locked_date_time(self, policy_locked_date_time):
|
135
|
+
"""
|
136
|
+
Sets the policy_locked_date_time of this UpdateProtectionPolicyDetails.
|
137
|
+
An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
|
138
|
+
|
139
|
+
* The retention lock feature controls whether Recovery Service strictly preserves backups for the duration defined in a policy. Retention lock is useful to enforce recovery window compliance and to prevent unintentional modifications to protected database backups.
|
140
|
+
* Recovery Service enforces a 14-day delay before the retention lock set for a policy can take effect. Therefore, you must set policyLockedDateTime to a date that occurs 14 days after the current date.
|
141
|
+
* For example, assuming that the current date is Aug 1, 2023 9 pm, you can set policyLockedDateTime to '2023-08-15T21:00:00.600Z' (Aug 15, 2023, 9:00 pm), or greater.
|
142
|
+
* During the 14-day delay period, you can either increase or decrease the retention period in the policy.
|
143
|
+
* However, you are only allowed to increase the retention period on or after the retention lock date.
|
144
|
+
* You cannot change the value of policyLockedDateTime if the retention lock is already in effect.
|
145
|
+
|
146
|
+
|
147
|
+
:param policy_locked_date_time: The policy_locked_date_time of this UpdateProtectionPolicyDetails.
|
148
|
+
:type: str
|
149
|
+
"""
|
150
|
+
self._policy_locked_date_time = policy_locked_date_time
|
151
|
+
|
107
152
|
@property
|
108
153
|
def freeform_tags(self):
|
109
154
|
"""
|
@@ -24,6 +24,14 @@ class UpdateRecoveryServiceSubnetDetails(object):
|
|
24
24
|
The value to assign to the display_name property of this UpdateRecoveryServiceSubnetDetails.
|
25
25
|
:type display_name: str
|
26
26
|
|
27
|
+
:param subnets:
|
28
|
+
The value to assign to the subnets property of this UpdateRecoveryServiceSubnetDetails.
|
29
|
+
:type subnets: list[str]
|
30
|
+
|
31
|
+
:param nsg_ids:
|
32
|
+
The value to assign to the nsg_ids property of this UpdateRecoveryServiceSubnetDetails.
|
33
|
+
:type nsg_ids: list[str]
|
34
|
+
|
27
35
|
:param freeform_tags:
|
28
36
|
The value to assign to the freeform_tags property of this UpdateRecoveryServiceSubnetDetails.
|
29
37
|
:type freeform_tags: dict(str, str)
|
@@ -35,17 +43,23 @@ class UpdateRecoveryServiceSubnetDetails(object):
|
|
35
43
|
"""
|
36
44
|
self.swagger_types = {
|
37
45
|
'display_name': 'str',
|
46
|
+
'subnets': 'list[str]',
|
47
|
+
'nsg_ids': 'list[str]',
|
38
48
|
'freeform_tags': 'dict(str, str)',
|
39
49
|
'defined_tags': 'dict(str, dict(str, object))'
|
40
50
|
}
|
41
51
|
|
42
52
|
self.attribute_map = {
|
43
53
|
'display_name': 'displayName',
|
54
|
+
'subnets': 'subnets',
|
55
|
+
'nsg_ids': 'nsgIds',
|
44
56
|
'freeform_tags': 'freeformTags',
|
45
57
|
'defined_tags': 'definedTags'
|
46
58
|
}
|
47
59
|
|
48
60
|
self._display_name = None
|
61
|
+
self._subnets = None
|
62
|
+
self._nsg_ids = None
|
49
63
|
self._freeform_tags = None
|
50
64
|
self._defined_tags = None
|
51
65
|
|
@@ -73,6 +87,60 @@ class UpdateRecoveryServiceSubnetDetails(object):
|
|
73
87
|
"""
|
74
88
|
self._display_name = display_name
|
75
89
|
|
90
|
+
@property
|
91
|
+
def subnets(self):
|
92
|
+
"""
|
93
|
+
Gets the subnets of this UpdateRecoveryServiceSubnetDetails.
|
94
|
+
A list of OCIDs of the subnets associated with the recovery service subnet.
|
95
|
+
|
96
|
+
|
97
|
+
:return: The subnets of this UpdateRecoveryServiceSubnetDetails.
|
98
|
+
:rtype: list[str]
|
99
|
+
"""
|
100
|
+
return self._subnets
|
101
|
+
|
102
|
+
@subnets.setter
|
103
|
+
def subnets(self, subnets):
|
104
|
+
"""
|
105
|
+
Sets the subnets of this UpdateRecoveryServiceSubnetDetails.
|
106
|
+
A list of OCIDs of the subnets associated with the recovery service subnet.
|
107
|
+
|
108
|
+
|
109
|
+
:param subnets: The subnets of this UpdateRecoveryServiceSubnetDetails.
|
110
|
+
:type: list[str]
|
111
|
+
"""
|
112
|
+
self._subnets = subnets
|
113
|
+
|
114
|
+
@property
|
115
|
+
def nsg_ids(self):
|
116
|
+
"""
|
117
|
+
Gets the nsg_ids of this UpdateRecoveryServiceSubnetDetails.
|
118
|
+
A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
119
|
+
You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
120
|
+
Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
121
|
+
See :class:`NetworkSecurityGroup` for more information.
|
122
|
+
|
123
|
+
|
124
|
+
:return: The nsg_ids of this UpdateRecoveryServiceSubnetDetails.
|
125
|
+
:rtype: list[str]
|
126
|
+
"""
|
127
|
+
return self._nsg_ids
|
128
|
+
|
129
|
+
@nsg_ids.setter
|
130
|
+
def nsg_ids(self, nsg_ids):
|
131
|
+
"""
|
132
|
+
Sets the nsg_ids of this UpdateRecoveryServiceSubnetDetails.
|
133
|
+
A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
134
|
+
You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
135
|
+
Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
136
|
+
See :class:`NetworkSecurityGroup` for more information.
|
137
|
+
|
138
|
+
|
139
|
+
:param nsg_ids: The nsg_ids of this UpdateRecoveryServiceSubnetDetails.
|
140
|
+
:type: list[str]
|
141
|
+
"""
|
142
|
+
self._nsg_ids = nsg_ids
|
143
|
+
|
76
144
|
@property
|
77
145
|
def freeform_tags(self):
|
78
146
|
"""
|
@@ -67,6 +67,10 @@ class WorkRequest(object):
|
|
67
67
|
#: This constant has a value of "ACCEPTED"
|
68
68
|
STATUS_ACCEPTED = "ACCEPTED"
|
69
69
|
|
70
|
+
#: A constant which can be used with the status property of a WorkRequest.
|
71
|
+
#: This constant has a value of "WAITING"
|
72
|
+
STATUS_WAITING = "WAITING"
|
73
|
+
|
70
74
|
#: A constant which can be used with the status property of a WorkRequest.
|
71
75
|
#: This constant has a value of "IN_PROGRESS"
|
72
76
|
STATUS_IN_PROGRESS = "IN_PROGRESS"
|
@@ -100,7 +104,7 @@ class WorkRequest(object):
|
|
100
104
|
|
101
105
|
:param status:
|
102
106
|
The value to assign to the status property of this WorkRequest.
|
103
|
-
Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
107
|
+
Allowed values for this property are: "ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
104
108
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
105
109
|
:type status: str
|
106
110
|
|
@@ -203,7 +207,7 @@ class WorkRequest(object):
|
|
203
207
|
**[Required]** Gets the status of this WorkRequest.
|
204
208
|
Status of current work request.
|
205
209
|
|
206
|
-
Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
210
|
+
Allowed values for this property are: "ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
207
211
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
208
212
|
|
209
213
|
|
@@ -222,7 +226,7 @@ class WorkRequest(object):
|
|
222
226
|
:param status: The status of this WorkRequest.
|
223
227
|
:type: str
|
224
228
|
"""
|
225
|
-
allowed_values = ["ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]
|
229
|
+
allowed_values = ["ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]
|
226
230
|
if not value_allowed_none_or_none_sentinel(status, allowed_values):
|
227
231
|
status = 'UNKNOWN_ENUM_VALUE'
|
228
232
|
self._status = status
|
@@ -67,6 +67,10 @@ class WorkRequestSummary(object):
|
|
67
67
|
#: This constant has a value of "ACCEPTED"
|
68
68
|
STATUS_ACCEPTED = "ACCEPTED"
|
69
69
|
|
70
|
+
#: A constant which can be used with the status property of a WorkRequestSummary.
|
71
|
+
#: This constant has a value of "WAITING"
|
72
|
+
STATUS_WAITING = "WAITING"
|
73
|
+
|
70
74
|
#: A constant which can be used with the status property of a WorkRequestSummary.
|
71
75
|
#: This constant has a value of "IN_PROGRESS"
|
72
76
|
STATUS_IN_PROGRESS = "IN_PROGRESS"
|
@@ -100,7 +104,7 @@ class WorkRequestSummary(object):
|
|
100
104
|
|
101
105
|
:param status:
|
102
106
|
The value to assign to the status property of this WorkRequestSummary.
|
103
|
-
Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
107
|
+
Allowed values for this property are: "ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
104
108
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
105
109
|
:type status: str
|
106
110
|
|
@@ -203,7 +207,7 @@ class WorkRequestSummary(object):
|
|
203
207
|
**[Required]** Gets the status of this WorkRequestSummary.
|
204
208
|
The status of the current work request.
|
205
209
|
|
206
|
-
Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
210
|
+
Allowed values for this property are: "ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'.
|
207
211
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
208
212
|
|
209
213
|
|
@@ -222,7 +226,7 @@ class WorkRequestSummary(object):
|
|
222
226
|
:param status: The status of this WorkRequestSummary.
|
223
227
|
:type: str
|
224
228
|
"""
|
225
|
-
allowed_values = ["ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]
|
229
|
+
allowed_values = ["ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]
|
226
230
|
if not value_allowed_none_or_none_sentinel(status, allowed_values):
|
227
231
|
status = 'UNKNOWN_ENUM_VALUE'
|
228
232
|
self._status = status
|
@@ -150,7 +150,7 @@ class RedisClusterClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['workRequestId']
|
@@ -269,7 +269,7 @@ class RedisClusterClient(object):
|
|
269
269
|
:rtype: :class:`~oci.response.Response`
|
270
270
|
|
271
271
|
:example:
|
272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/change_redis_cluster_compartment.py.html>`__ to see an example of how to use change_redis_cluster_compartment API.
|
273
273
|
"""
|
274
274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
275
275
|
required_arguments = ['redisClusterId']
|
@@ -381,7 +381,7 @@ class RedisClusterClient(object):
|
|
381
381
|
:rtype: :class:`~oci.response.Response`
|
382
382
|
|
383
383
|
:example:
|
384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/create_redis_cluster.py.html>`__ to see an example of how to use create_redis_cluster API.
|
385
385
|
"""
|
386
386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
387
387
|
required_arguments = []
|
@@ -483,7 +483,7 @@ class RedisClusterClient(object):
|
|
483
483
|
:rtype: :class:`~oci.response.Response`
|
484
484
|
|
485
485
|
:example:
|
486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/delete_redis_cluster.py.html>`__ to see an example of how to use delete_redis_cluster API.
|
487
487
|
"""
|
488
488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
489
489
|
required_arguments = ['redisClusterId']
|
@@ -585,7 +585,7 @@ class RedisClusterClient(object):
|
|
585
585
|
:rtype: :class:`~oci.response.Response`
|
586
586
|
|
587
587
|
:example:
|
588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/get_redis_cluster.py.html>`__ to see an example of how to use get_redis_cluster API.
|
589
589
|
"""
|
590
590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
591
591
|
required_arguments = ['redisClusterId']
|
@@ -683,7 +683,7 @@ class RedisClusterClient(object):
|
|
683
683
|
:rtype: :class:`~oci.response.Response`
|
684
684
|
|
685
685
|
:example:
|
686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
687
687
|
"""
|
688
688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
689
689
|
required_arguments = ['workRequestId']
|
@@ -812,7 +812,7 @@ class RedisClusterClient(object):
|
|
812
812
|
:rtype: :class:`~oci.response.Response`
|
813
813
|
|
814
814
|
:example:
|
815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/list_redis_clusters.py.html>`__ to see an example of how to use list_redis_clusters API.
|
816
816
|
"""
|
817
817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
818
818
|
required_arguments = []
|
@@ -957,7 +957,7 @@ class RedisClusterClient(object):
|
|
957
957
|
:rtype: :class:`~oci.response.Response`
|
958
958
|
|
959
959
|
:example:
|
960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
961
961
|
"""
|
962
962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
963
963
|
required_arguments = ['workRequestId']
|
@@ -1099,7 +1099,7 @@ class RedisClusterClient(object):
|
|
1099
1099
|
:rtype: :class:`~oci.response.Response`
|
1100
1100
|
|
1101
1101
|
:example:
|
1102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1103
1103
|
"""
|
1104
1104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1105
1105
|
required_arguments = ['workRequestId']
|
@@ -1254,7 +1254,7 @@ class RedisClusterClient(object):
|
|
1254
1254
|
:rtype: :class:`~oci.response.Response`
|
1255
1255
|
|
1256
1256
|
:example:
|
1257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1258
1258
|
"""
|
1259
1259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1260
1260
|
required_arguments = []
|
@@ -1397,7 +1397,7 @@ class RedisClusterClient(object):
|
|
1397
1397
|
:rtype: :class:`~oci.response.Response`
|
1398
1398
|
|
1399
1399
|
:example:
|
1400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/redis/update_redis_cluster.py.html>`__ to see an example of how to use update_redis_cluster API.
|
1401
1401
|
"""
|
1402
1402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1403
1403
|
required_arguments = ['redisClusterId']
|