oci 2.150.2__py3-none-any.whl → 2.150.3__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/__init__.py +4 -1
- 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 +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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 +12 -12
- 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 +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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 +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +117 -117
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- 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 +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +414 -414
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +14 -14
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/disaster_recovery/models/__init__.py +42 -0
- oci/disaster_recovery/models/block_volume_attachment_details.py +5 -4
- oci/disaster_recovery/models/block_volume_mount_details.py +1 -0
- oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.py +35 -0
- oci/disaster_recovery/models/compute_instance_movable_vnic_mapping_details.py +35 -0
- oci/disaster_recovery/models/compute_instance_non_movable_block_volume_attach_and_mount_operations_details.py +101 -0
- oci/disaster_recovery/models/compute_instance_non_movable_block_volume_attach_operation_details.py +111 -0
- oci/disaster_recovery/models/compute_instance_non_movable_block_volume_mount_operation_details.py +74 -0
- oci/disaster_recovery/models/compute_instance_non_movable_block_volume_operation.py +1 -0
- oci/disaster_recovery/models/create_block_volume_attachment_details.py +5 -4
- oci/disaster_recovery/models/create_block_volume_mount_details.py +3 -2
- oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_attach_and_mount_operations_details.py +101 -0
- oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_attach_operation_details.py +111 -0
- oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_mount_operation_details.py +74 -0
- oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_operation_details.py +1 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +29 -2
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +31 -2
- oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +64 -2
- oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +115 -2
- oci/disaster_recovery/models/create_oke_cluster_backup_config_details.py +14 -14
- oci/disaster_recovery/models/create_source_volume_to_destination_encryption_key_mapping_details.py +101 -0
- oci/disaster_recovery/models/create_vault_and_encryption_key_details.py +111 -0
- oci/disaster_recovery/models/dr_plan_step.py +58 -3
- oci/disaster_recovery/models/dr_plan_step_execution.py +58 -3
- oci/disaster_recovery/models/dr_plan_user_defined_step.py +57 -13
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +29 -2
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +31 -2
- oci/disaster_recovery/models/dr_protection_group_member_file_system.py +64 -2
- oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +113 -2
- oci/disaster_recovery/models/invoke_function_precheck_step.py +1 -1
- oci/disaster_recovery/models/invoke_function_step.py +1 -1
- oci/disaster_recovery/models/invoke_function_user_defined_custom_precheck_step.py +154 -0
- oci/disaster_recovery/models/local_script_precheck_step.py +1 -1
- oci/disaster_recovery/models/object_store_script_precheck_step.py +1 -1
- oci/disaster_recovery/models/run_local_script_user_defined_custom_precheck_step.py +199 -0
- oci/disaster_recovery/models/run_local_script_user_defined_step.py +1 -1
- oci/disaster_recovery/models/run_object_store_script_user_defined_custom_precheck_step.py +156 -0
- oci/disaster_recovery/models/run_object_store_script_user_defined_step.py +1 -1
- oci/disaster_recovery/models/source_volume_to_destination_encryption_key_mapping.py +101 -0
- oci/disaster_recovery/models/update_block_volume_attachment_details.py +5 -4
- oci/disaster_recovery/models/update_block_volume_mount_details.py +1 -0
- oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_attach_and_mount_operations_details.py +101 -0
- oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_attach_operation_details.py +111 -0
- oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_mount_operation_details.py +74 -0
- oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_operation_details.py +1 -0
- oci/disaster_recovery/models/update_dr_plan_user_defined_step_details.py +57 -13
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +29 -2
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +31 -2
- oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +64 -2
- oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +113 -2
- oci/disaster_recovery/models/update_invoke_function_precheck_step_details.py +1 -1
- oci/disaster_recovery/models/update_invoke_function_user_defined_custom_precheck_step_details.py +119 -0
- oci/disaster_recovery/models/update_invoke_function_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/update_local_script_precheck_step_details.py +1 -1
- oci/disaster_recovery/models/update_object_store_script_precheck_step_details.py +1 -1
- oci/disaster_recovery/models/update_run_local_script_user_defined_custom_precheck_step_details.py +164 -0
- oci/disaster_recovery/models/update_run_local_script_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/update_run_object_store_script_user_defined_custom_precheck_step_details.py +121 -0
- oci/disaster_recovery/models/update_run_object_store_script_user_defined_step_details.py +1 -1
- oci/disaster_recovery/models/update_source_volume_to_destination_encryption_key_mapping_details.py +101 -0
- oci/disaster_recovery/models/update_vault_and_encryption_key_details.py +111 -0
- oci/disaster_recovery/models/vault_and_encryption_key.py +115 -0
- oci/dns/dns_client.py +54 -54
- 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_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +24 -24
- oci/generative_ai/models/content_moderation_config.py +79 -1
- oci/generative_ai/models/model.py +69 -3
- oci/generative_ai/models/model_summary.py +69 -3
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generative_ai_inference/models/__init__.py +8 -0
- oci/generative_ai_inference/models/cohere_chat_request.py +41 -2
- oci/generative_ai_inference/models/cohere_chat_response.py +29 -2
- oci/generative_ai_inference/models/completion_tokens_details.py +132 -0
- oci/generative_ai_inference/models/embed_text_result.py +29 -2
- oci/generative_ai_inference/models/prompt_tokens_details.py +70 -0
- oci/generative_ai_inference/models/stream_options.py +70 -0
- oci/generative_ai_inference/models/usage.py +186 -0
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- 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/lustre_file_storage/lustre_file_storage_client.py +11 -11
- 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_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- 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 +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- 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 +16 -16
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- 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 +181 -181
- 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 +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- 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 +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- 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 +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +0 -9
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/models/__init__.py +12 -0
- oci/resource_scheduler/models/body_parameter.py +80 -0
- oci/resource_scheduler/models/change_schedule_compartment_details.py +74 -0
- oci/resource_scheduler/models/header_parameter.py +80 -0
- oci/resource_scheduler/models/parameter.py +123 -0
- oci/resource_scheduler/models/path_parameter.py +80 -0
- oci/resource_scheduler/models/query_parameter.py +80 -0
- oci/resource_scheduler/models/resource.py +113 -2
- oci/resource_scheduler/models/schedule.py +71 -0
- oci/resource_scheduler/schedule_client.py +156 -18
- oci/resource_scheduler/schedule_client_composite_operations.py +44 -0
- 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/security_attribute/security_attribute_client.py +18 -18
- 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 +87 -87
- 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 +14 -14
- 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/zpr/zpr_client.py +15 -15
- {oci-2.150.2.dist-info → oci-2.150.3.dist-info}/METADATA +1 -1
- {oci-2.150.2.dist-info → oci-2.150.3.dist-info}/RECORD +350 -319
- {oci-2.150.2.dist-info → oci-2.150.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.150.2.dist-info → oci-2.150.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.150.2.dist-info → oci-2.150.3.dist-info}/WHEEL +0 -0
- {oci-2.150.2.dist-info → oci-2.150.3.dist-info}/top_level.txt +0 -0
@@ -42,26 +42,33 @@ class DrProtectionGroupMemberComputeInstanceNonMovable(DrProtectionGroupMember):
|
|
42
42
|
The value to assign to the block_volume_operations property of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
43
43
|
:type block_volume_operations: list[oci.disaster_recovery.models.ComputeInstanceNonMovableBlockVolumeOperation]
|
44
44
|
|
45
|
+
:param block_volume_attach_and_mount_operations:
|
46
|
+
The value to assign to the block_volume_attach_and_mount_operations property of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
47
|
+
:type block_volume_attach_and_mount_operations: oci.disaster_recovery.models.ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
|
48
|
+
|
45
49
|
"""
|
46
50
|
self.swagger_types = {
|
47
51
|
'member_id': 'str',
|
48
52
|
'member_type': 'str',
|
49
53
|
'is_start_stop_enabled': 'bool',
|
50
54
|
'file_system_operations': 'list[ComputeInstanceNonMovableFileSystemOperation]',
|
51
|
-
'block_volume_operations': 'list[ComputeInstanceNonMovableBlockVolumeOperation]'
|
55
|
+
'block_volume_operations': 'list[ComputeInstanceNonMovableBlockVolumeOperation]',
|
56
|
+
'block_volume_attach_and_mount_operations': 'ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails'
|
52
57
|
}
|
53
58
|
self.attribute_map = {
|
54
59
|
'member_id': 'memberId',
|
55
60
|
'member_type': 'memberType',
|
56
61
|
'is_start_stop_enabled': 'isStartStopEnabled',
|
57
62
|
'file_system_operations': 'fileSystemOperations',
|
58
|
-
'block_volume_operations': 'blockVolumeOperations'
|
63
|
+
'block_volume_operations': 'blockVolumeOperations',
|
64
|
+
'block_volume_attach_and_mount_operations': 'blockVolumeAttachAndMountOperations'
|
59
65
|
}
|
60
66
|
self._member_id = None
|
61
67
|
self._member_type = None
|
62
68
|
self._is_start_stop_enabled = None
|
63
69
|
self._file_system_operations = None
|
64
70
|
self._block_volume_operations = None
|
71
|
+
self._block_volume_attach_and_mount_operations = None
|
65
72
|
self._member_type = 'COMPUTE_INSTANCE_NON_MOVABLE'
|
66
73
|
|
67
74
|
@property
|
@@ -116,6 +123,7 @@ class DrProtectionGroupMemberComputeInstanceNonMovable(DrProtectionGroupMember):
|
|
116
123
|
def block_volume_operations(self):
|
117
124
|
"""
|
118
125
|
Gets the block_volume_operations of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
126
|
+
Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this.
|
119
127
|
Operations performed on a list of block volumes used on the non-movable compute instance.
|
120
128
|
|
121
129
|
|
@@ -128,6 +136,7 @@ class DrProtectionGroupMemberComputeInstanceNonMovable(DrProtectionGroupMember):
|
|
128
136
|
def block_volume_operations(self, block_volume_operations):
|
129
137
|
"""
|
130
138
|
Sets the block_volume_operations of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
139
|
+
Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this.
|
131
140
|
Operations performed on a list of block volumes used on the non-movable compute instance.
|
132
141
|
|
133
142
|
|
@@ -136,6 +145,26 @@ class DrProtectionGroupMemberComputeInstanceNonMovable(DrProtectionGroupMember):
|
|
136
145
|
"""
|
137
146
|
self._block_volume_operations = block_volume_operations
|
138
147
|
|
148
|
+
@property
|
149
|
+
def block_volume_attach_and_mount_operations(self):
|
150
|
+
"""
|
151
|
+
Gets the block_volume_attach_and_mount_operations of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
152
|
+
|
153
|
+
:return: The block_volume_attach_and_mount_operations of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
154
|
+
:rtype: oci.disaster_recovery.models.ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
|
155
|
+
"""
|
156
|
+
return self._block_volume_attach_and_mount_operations
|
157
|
+
|
158
|
+
@block_volume_attach_and_mount_operations.setter
|
159
|
+
def block_volume_attach_and_mount_operations(self, block_volume_attach_and_mount_operations):
|
160
|
+
"""
|
161
|
+
Sets the block_volume_attach_and_mount_operations of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
162
|
+
|
163
|
+
:param block_volume_attach_and_mount_operations: The block_volume_attach_and_mount_operations of this DrProtectionGroupMemberComputeInstanceNonMovable.
|
164
|
+
:type: oci.disaster_recovery.models.ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
|
165
|
+
"""
|
166
|
+
self._block_volume_attach_and_mount_operations = block_volume_attach_and_mount_operations
|
167
|
+
|
139
168
|
def __repr__(self):
|
140
169
|
return formatted_flat_dict(self)
|
141
170
|
|
@@ -38,23 +38,37 @@ class DrProtectionGroupMemberFileSystem(DrProtectionGroupMember):
|
|
38
38
|
The value to assign to the export_mappings property of this DrProtectionGroupMemberFileSystem.
|
39
39
|
:type export_mappings: list[oci.disaster_recovery.models.FileSystemExportMapping]
|
40
40
|
|
41
|
+
:param destination_encryption_key:
|
42
|
+
The value to assign to the destination_encryption_key property of this DrProtectionGroupMemberFileSystem.
|
43
|
+
:type destination_encryption_key: oci.disaster_recovery.models.VaultAndEncryptionKey
|
44
|
+
|
45
|
+
:param destination_snapshot_policy_id:
|
46
|
+
The value to assign to the destination_snapshot_policy_id property of this DrProtectionGroupMemberFileSystem.
|
47
|
+
:type destination_snapshot_policy_id: str
|
48
|
+
|
41
49
|
"""
|
42
50
|
self.swagger_types = {
|
43
51
|
'member_id': 'str',
|
44
52
|
'member_type': 'str',
|
45
53
|
'destination_availability_domain': 'str',
|
46
|
-
'export_mappings': 'list[FileSystemExportMapping]'
|
54
|
+
'export_mappings': 'list[FileSystemExportMapping]',
|
55
|
+
'destination_encryption_key': 'VaultAndEncryptionKey',
|
56
|
+
'destination_snapshot_policy_id': 'str'
|
47
57
|
}
|
48
58
|
self.attribute_map = {
|
49
59
|
'member_id': 'memberId',
|
50
60
|
'member_type': 'memberType',
|
51
61
|
'destination_availability_domain': 'destinationAvailabilityDomain',
|
52
|
-
'export_mappings': 'exportMappings'
|
62
|
+
'export_mappings': 'exportMappings',
|
63
|
+
'destination_encryption_key': 'destinationEncryptionKey',
|
64
|
+
'destination_snapshot_policy_id': 'destinationSnapshotPolicyId'
|
53
65
|
}
|
54
66
|
self._member_id = None
|
55
67
|
self._member_type = None
|
56
68
|
self._destination_availability_domain = None
|
57
69
|
self._export_mappings = None
|
70
|
+
self._destination_encryption_key = None
|
71
|
+
self._destination_snapshot_policy_id = None
|
58
72
|
self._member_type = 'FILE_SYSTEM'
|
59
73
|
|
60
74
|
@property
|
@@ -109,6 +123,54 @@ class DrProtectionGroupMemberFileSystem(DrProtectionGroupMember):
|
|
109
123
|
"""
|
110
124
|
self._export_mappings = export_mappings
|
111
125
|
|
126
|
+
@property
|
127
|
+
def destination_encryption_key(self):
|
128
|
+
"""
|
129
|
+
Gets the destination_encryption_key of this DrProtectionGroupMemberFileSystem.
|
130
|
+
|
131
|
+
:return: The destination_encryption_key of this DrProtectionGroupMemberFileSystem.
|
132
|
+
:rtype: oci.disaster_recovery.models.VaultAndEncryptionKey
|
133
|
+
"""
|
134
|
+
return self._destination_encryption_key
|
135
|
+
|
136
|
+
@destination_encryption_key.setter
|
137
|
+
def destination_encryption_key(self, destination_encryption_key):
|
138
|
+
"""
|
139
|
+
Sets the destination_encryption_key of this DrProtectionGroupMemberFileSystem.
|
140
|
+
|
141
|
+
:param destination_encryption_key: The destination_encryption_key of this DrProtectionGroupMemberFileSystem.
|
142
|
+
:type: oci.disaster_recovery.models.VaultAndEncryptionKey
|
143
|
+
"""
|
144
|
+
self._destination_encryption_key = destination_encryption_key
|
145
|
+
|
146
|
+
@property
|
147
|
+
def destination_snapshot_policy_id(self):
|
148
|
+
"""
|
149
|
+
Gets the destination_snapshot_policy_id of this DrProtectionGroupMemberFileSystem.
|
150
|
+
The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region.
|
151
|
+
|
152
|
+
Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
153
|
+
|
154
|
+
|
155
|
+
:return: The destination_snapshot_policy_id of this DrProtectionGroupMemberFileSystem.
|
156
|
+
:rtype: str
|
157
|
+
"""
|
158
|
+
return self._destination_snapshot_policy_id
|
159
|
+
|
160
|
+
@destination_snapshot_policy_id.setter
|
161
|
+
def destination_snapshot_policy_id(self, destination_snapshot_policy_id):
|
162
|
+
"""
|
163
|
+
Sets the destination_snapshot_policy_id of this DrProtectionGroupMemberFileSystem.
|
164
|
+
The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region.
|
165
|
+
|
166
|
+
Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
167
|
+
|
168
|
+
|
169
|
+
:param destination_snapshot_policy_id: The destination_snapshot_policy_id of this DrProtectionGroupMemberFileSystem.
|
170
|
+
:type: str
|
171
|
+
"""
|
172
|
+
self._destination_snapshot_policy_id = destination_snapshot_policy_id
|
173
|
+
|
112
174
|
def __repr__(self):
|
113
175
|
return formatted_flat_dict(self)
|
114
176
|
|
@@ -30,19 +30,130 @@ class DrProtectionGroupMemberVolumeGroup(DrProtectionGroupMember):
|
|
30
30
|
Allowed values for this property are: "COMPUTE_INSTANCE", "COMPUTE_INSTANCE_MOVABLE", "COMPUTE_INSTANCE_NON_MOVABLE", "VOLUME_GROUP", "DATABASE", "AUTONOMOUS_DATABASE", "AUTONOMOUS_CONTAINER_DATABASE", "LOAD_BALANCER", "NETWORK_LOAD_BALANCER", "FILE_SYSTEM", "OKE_CLUSTER", "OBJECT_STORAGE_BUCKET"
|
31
31
|
:type member_type: str
|
32
32
|
|
33
|
+
:param destination_backup_policy_id:
|
34
|
+
The value to assign to the destination_backup_policy_id property of this DrProtectionGroupMemberVolumeGroup.
|
35
|
+
:type destination_backup_policy_id: str
|
36
|
+
|
37
|
+
:param source_volume_to_destination_encryption_key_mappings:
|
38
|
+
The value to assign to the source_volume_to_destination_encryption_key_mappings property of this DrProtectionGroupMemberVolumeGroup.
|
39
|
+
:type source_volume_to_destination_encryption_key_mappings: list[oci.disaster_recovery.models.SourceVolumeToDestinationEncryptionKeyMapping]
|
40
|
+
|
41
|
+
:param common_destination_key:
|
42
|
+
The value to assign to the common_destination_key property of this DrProtectionGroupMemberVolumeGroup.
|
43
|
+
:type common_destination_key: oci.disaster_recovery.models.VaultAndEncryptionKey
|
44
|
+
|
33
45
|
"""
|
34
46
|
self.swagger_types = {
|
35
47
|
'member_id': 'str',
|
36
|
-
'member_type': 'str'
|
48
|
+
'member_type': 'str',
|
49
|
+
'destination_backup_policy_id': 'str',
|
50
|
+
'source_volume_to_destination_encryption_key_mappings': 'list[SourceVolumeToDestinationEncryptionKeyMapping]',
|
51
|
+
'common_destination_key': 'VaultAndEncryptionKey'
|
37
52
|
}
|
38
53
|
self.attribute_map = {
|
39
54
|
'member_id': 'memberId',
|
40
|
-
'member_type': 'memberType'
|
55
|
+
'member_type': 'memberType',
|
56
|
+
'destination_backup_policy_id': 'destinationBackupPolicyId',
|
57
|
+
'source_volume_to_destination_encryption_key_mappings': 'sourceVolumeToDestinationEncryptionKeyMappings',
|
58
|
+
'common_destination_key': 'commonDestinationKey'
|
41
59
|
}
|
42
60
|
self._member_id = None
|
43
61
|
self._member_type = None
|
62
|
+
self._destination_backup_policy_id = None
|
63
|
+
self._source_volume_to_destination_encryption_key_mappings = None
|
64
|
+
self._common_destination_key = None
|
44
65
|
self._member_type = 'VOLUME_GROUP'
|
45
66
|
|
67
|
+
@property
|
68
|
+
def destination_backup_policy_id(self):
|
69
|
+
"""
|
70
|
+
Gets the destination_backup_policy_id of this DrProtectionGroupMemberVolumeGroup.
|
71
|
+
The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region.
|
72
|
+
|
73
|
+
Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
74
|
+
|
75
|
+
|
76
|
+
:return: The destination_backup_policy_id of this DrProtectionGroupMemberVolumeGroup.
|
77
|
+
:rtype: str
|
78
|
+
"""
|
79
|
+
return self._destination_backup_policy_id
|
80
|
+
|
81
|
+
@destination_backup_policy_id.setter
|
82
|
+
def destination_backup_policy_id(self, destination_backup_policy_id):
|
83
|
+
"""
|
84
|
+
Sets the destination_backup_policy_id of this DrProtectionGroupMemberVolumeGroup.
|
85
|
+
The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region.
|
86
|
+
|
87
|
+
Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
88
|
+
|
89
|
+
|
90
|
+
:param destination_backup_policy_id: The destination_backup_policy_id of this DrProtectionGroupMemberVolumeGroup.
|
91
|
+
:type: str
|
92
|
+
"""
|
93
|
+
self._destination_backup_policy_id = destination_backup_policy_id
|
94
|
+
|
95
|
+
@property
|
96
|
+
def source_volume_to_destination_encryption_key_mappings(self):
|
97
|
+
"""
|
98
|
+
Gets the source_volume_to_destination_encryption_key_mappings of this DrProtectionGroupMemberVolumeGroup.
|
99
|
+
A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the
|
100
|
+
destination region which will be used to encrypt the volume after it moves to the destination region.
|
101
|
+
|
102
|
+
If you add the entry for source volumes and its corresponding vault and encryption keys here, you can not use
|
103
|
+
'commonDestinationKey' for encrypting all volumes with common encryption key. Similarly, if you specify common
|
104
|
+
vault and encryption key using 'commonDestinationKey', you cannot specify vaults and encryption keys individually
|
105
|
+
for each volume using 'sourceVolumeToDestinationEncryptionKeyMappings'.
|
106
|
+
|
107
|
+
An entry for each volume in volume group should be added in this list. The encryption key will not be updated
|
108
|
+
for the volumes that are part of volume group but missing in this list.
|
109
|
+
|
110
|
+
|
111
|
+
:return: The source_volume_to_destination_encryption_key_mappings of this DrProtectionGroupMemberVolumeGroup.
|
112
|
+
:rtype: list[oci.disaster_recovery.models.SourceVolumeToDestinationEncryptionKeyMapping]
|
113
|
+
"""
|
114
|
+
return self._source_volume_to_destination_encryption_key_mappings
|
115
|
+
|
116
|
+
@source_volume_to_destination_encryption_key_mappings.setter
|
117
|
+
def source_volume_to_destination_encryption_key_mappings(self, source_volume_to_destination_encryption_key_mappings):
|
118
|
+
"""
|
119
|
+
Sets the source_volume_to_destination_encryption_key_mappings of this DrProtectionGroupMemberVolumeGroup.
|
120
|
+
A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the
|
121
|
+
destination region which will be used to encrypt the volume after it moves to the destination region.
|
122
|
+
|
123
|
+
If you add the entry for source volumes and its corresponding vault and encryption keys here, you can not use
|
124
|
+
'commonDestinationKey' for encrypting all volumes with common encryption key. Similarly, if you specify common
|
125
|
+
vault and encryption key using 'commonDestinationKey', you cannot specify vaults and encryption keys individually
|
126
|
+
for each volume using 'sourceVolumeToDestinationEncryptionKeyMappings'.
|
127
|
+
|
128
|
+
An entry for each volume in volume group should be added in this list. The encryption key will not be updated
|
129
|
+
for the volumes that are part of volume group but missing in this list.
|
130
|
+
|
131
|
+
|
132
|
+
:param source_volume_to_destination_encryption_key_mappings: The source_volume_to_destination_encryption_key_mappings of this DrProtectionGroupMemberVolumeGroup.
|
133
|
+
:type: list[oci.disaster_recovery.models.SourceVolumeToDestinationEncryptionKeyMapping]
|
134
|
+
"""
|
135
|
+
self._source_volume_to_destination_encryption_key_mappings = source_volume_to_destination_encryption_key_mappings
|
136
|
+
|
137
|
+
@property
|
138
|
+
def common_destination_key(self):
|
139
|
+
"""
|
140
|
+
Gets the common_destination_key of this DrProtectionGroupMemberVolumeGroup.
|
141
|
+
|
142
|
+
:return: The common_destination_key of this DrProtectionGroupMemberVolumeGroup.
|
143
|
+
:rtype: oci.disaster_recovery.models.VaultAndEncryptionKey
|
144
|
+
"""
|
145
|
+
return self._common_destination_key
|
146
|
+
|
147
|
+
@common_destination_key.setter
|
148
|
+
def common_destination_key(self, common_destination_key):
|
149
|
+
"""
|
150
|
+
Sets the common_destination_key of this DrProtectionGroupMemberVolumeGroup.
|
151
|
+
|
152
|
+
:param common_destination_key: The common_destination_key of this DrProtectionGroupMemberVolumeGroup.
|
153
|
+
:type: oci.disaster_recovery.models.VaultAndEncryptionKey
|
154
|
+
"""
|
155
|
+
self._common_destination_key = common_destination_key
|
156
|
+
|
46
157
|
def __repr__(self):
|
47
158
|
return formatted_flat_dict(self)
|
48
159
|
|
@@ -23,7 +23,7 @@ class InvokeFunctionPrecheckStep(DrPlanUserDefinedStep):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this InvokeFunctionPrecheckStep.
|
26
|
-
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION"
|
26
|
+
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION", "RUN_OBJECTSTORE_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "RUN_LOCAL_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
"""
|
@@ -23,7 +23,7 @@ class InvokeFunctionStep(DrPlanUserDefinedStep):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this InvokeFunctionStep.
|
26
|
-
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION"
|
26
|
+
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION", "RUN_OBJECTSTORE_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "RUN_LOCAL_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
:param function_id:
|
@@ -0,0 +1,154 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2025, 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: 20220125
|
6
|
+
|
7
|
+
from .dr_plan_user_defined_step import DrPlanUserDefinedStep
|
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 InvokeFunctionUserDefinedCustomPrecheckStep(DrPlanUserDefinedStep):
|
14
|
+
"""
|
15
|
+
Invoke Oracle function User Defined custom precheck step details.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new InvokeFunctionUserDefinedCustomPrecheckStep object with values from keyword arguments. The default value of the :py:attr:`~oci.disaster_recovery.models.InvokeFunctionUserDefinedCustomPrecheckStep.step_type` attribute
|
21
|
+
of this class is ``INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK`` and it should not be changed.
|
22
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
23
|
+
|
24
|
+
:param step_type:
|
25
|
+
The value to assign to the step_type property of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
26
|
+
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION", "RUN_OBJECTSTORE_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "RUN_LOCAL_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK"
|
27
|
+
:type step_type: str
|
28
|
+
|
29
|
+
:param function_id:
|
30
|
+
The value to assign to the function_id property of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
31
|
+
:type function_id: str
|
32
|
+
|
33
|
+
:param function_region:
|
34
|
+
The value to assign to the function_region property of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
35
|
+
:type function_region: str
|
36
|
+
|
37
|
+
:param request_body:
|
38
|
+
The value to assign to the request_body property of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
39
|
+
:type request_body: str
|
40
|
+
|
41
|
+
"""
|
42
|
+
self.swagger_types = {
|
43
|
+
'step_type': 'str',
|
44
|
+
'function_id': 'str',
|
45
|
+
'function_region': 'str',
|
46
|
+
'request_body': 'str'
|
47
|
+
}
|
48
|
+
self.attribute_map = {
|
49
|
+
'step_type': 'stepType',
|
50
|
+
'function_id': 'functionId',
|
51
|
+
'function_region': 'functionRegion',
|
52
|
+
'request_body': 'requestBody'
|
53
|
+
}
|
54
|
+
self._step_type = None
|
55
|
+
self._function_id = None
|
56
|
+
self._function_region = None
|
57
|
+
self._request_body = None
|
58
|
+
self._step_type = 'INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK'
|
59
|
+
|
60
|
+
@property
|
61
|
+
def function_id(self):
|
62
|
+
"""
|
63
|
+
**[Required]** Gets the function_id of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
64
|
+
The OCID of function to be invoked.
|
65
|
+
|
66
|
+
Example: `ocid1.fnfunc.oc1..uniqueID`
|
67
|
+
|
68
|
+
|
69
|
+
:return: The function_id of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
70
|
+
:rtype: str
|
71
|
+
"""
|
72
|
+
return self._function_id
|
73
|
+
|
74
|
+
@function_id.setter
|
75
|
+
def function_id(self, function_id):
|
76
|
+
"""
|
77
|
+
Sets the function_id of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
78
|
+
The OCID of function to be invoked.
|
79
|
+
|
80
|
+
Example: `ocid1.fnfunc.oc1..uniqueID`
|
81
|
+
|
82
|
+
|
83
|
+
:param function_id: The function_id of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
84
|
+
:type: str
|
85
|
+
"""
|
86
|
+
self._function_id = function_id
|
87
|
+
|
88
|
+
@property
|
89
|
+
def function_region(self):
|
90
|
+
"""
|
91
|
+
**[Required]** Gets the function_region of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
92
|
+
The region in which the function is deployed.
|
93
|
+
|
94
|
+
Example: `us-ashburn-1`
|
95
|
+
|
96
|
+
|
97
|
+
:return: The function_region of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
98
|
+
:rtype: str
|
99
|
+
"""
|
100
|
+
return self._function_region
|
101
|
+
|
102
|
+
@function_region.setter
|
103
|
+
def function_region(self, function_region):
|
104
|
+
"""
|
105
|
+
Sets the function_region of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
106
|
+
The region in which the function is deployed.
|
107
|
+
|
108
|
+
Example: `us-ashburn-1`
|
109
|
+
|
110
|
+
|
111
|
+
:param function_region: The function_region of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
112
|
+
:type: str
|
113
|
+
"""
|
114
|
+
self._function_region = function_region
|
115
|
+
|
116
|
+
@property
|
117
|
+
def request_body(self):
|
118
|
+
"""
|
119
|
+
Gets the request_body of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
120
|
+
The request body for the function.
|
121
|
+
|
122
|
+
Example: `{ \"FnParam1\", \"FnParam2\" }`
|
123
|
+
|
124
|
+
|
125
|
+
:return: The request_body of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
126
|
+
:rtype: str
|
127
|
+
"""
|
128
|
+
return self._request_body
|
129
|
+
|
130
|
+
@request_body.setter
|
131
|
+
def request_body(self, request_body):
|
132
|
+
"""
|
133
|
+
Sets the request_body of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
134
|
+
The request body for the function.
|
135
|
+
|
136
|
+
Example: `{ \"FnParam1\", \"FnParam2\" }`
|
137
|
+
|
138
|
+
|
139
|
+
:param request_body: The request_body of this InvokeFunctionUserDefinedCustomPrecheckStep.
|
140
|
+
:type: str
|
141
|
+
"""
|
142
|
+
self._request_body = request_body
|
143
|
+
|
144
|
+
def __repr__(self):
|
145
|
+
return formatted_flat_dict(self)
|
146
|
+
|
147
|
+
def __eq__(self, other):
|
148
|
+
if other is None:
|
149
|
+
return False
|
150
|
+
|
151
|
+
return self.__dict__ == other.__dict__
|
152
|
+
|
153
|
+
def __ne__(self, other):
|
154
|
+
return not self == other
|
@@ -23,7 +23,7 @@ class LocalScriptPrecheckStep(DrPlanUserDefinedStep):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this LocalScriptPrecheckStep.
|
26
|
-
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION"
|
26
|
+
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION", "RUN_OBJECTSTORE_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "RUN_LOCAL_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
"""
|
@@ -23,7 +23,7 @@ class ObjectStoreScriptPrecheckStep(DrPlanUserDefinedStep):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this ObjectStoreScriptPrecheckStep.
|
26
|
-
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION"
|
26
|
+
Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION", "RUN_OBJECTSTORE_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "RUN_LOCAL_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK", "INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
"""
|