oci 2.126.2__py3-none-any.whl → 2.126.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 +2 -2
- 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 +247 -247
- 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 +42 -42
- 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 +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +333 -333
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/update_vm_cluster_details.py +33 -2
- oci/database/models/vm_cluster.py +33 -2
- oci/database/models/vm_cluster_summary.py +33 -2
- oci/database_management/db_management_client.py +206 -206
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- 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 +608 -28
- oci/email/email_client_composite_operations.py +132 -0
- oci/email/models/__init__.py +10 -0
- oci/email/models/create_email_domain_details.py +31 -0
- oci/email/models/create_email_return_path_details.py +239 -0
- oci/email/models/email_domain.py +82 -0
- oci/email/models/email_return_path.py +577 -0
- oci/email/models/email_return_path_collection.py +72 -0
- oci/email/models/email_return_path_summary.py +444 -0
- oci/email/models/sender.py +15 -3
- oci/email/models/update_email_domain_details.py +31 -0
- oci/email/models/update_email_return_path_details.py +156 -0
- oci/email/models/work_request.py +15 -3
- oci/email/models/work_request_summary.py +15 -3
- 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/load_balancer/models/ssl_configuration.py +41 -0
- oci/load_balancer/models/ssl_configuration_details.py +41 -0
- 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_private_offer/__init__.py +16 -0
- oci/marketplace_private_offer/attachment_client.py +719 -0
- oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
- oci/marketplace_private_offer/models/__init__.py +48 -0
- oci/marketplace_private_offer/models/attachment.py +446 -0
- oci/marketplace_private_offer/models/attachment_collection.py +72 -0
- oci/marketplace_private_offer/models/attachment_summary.py +293 -0
- oci/marketplace_private_offer/models/buyer_information.py +161 -0
- oci/marketplace_private_offer/models/contact.py +134 -0
- oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
- oci/marketplace_private_offer/models/create_offer_details.py +498 -0
- oci/marketplace_private_offer/models/custom_field.py +103 -0
- oci/marketplace_private_offer/models/offer.py +787 -0
- oci/marketplace_private_offer/models/offer_collection.py +72 -0
- oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
- oci/marketplace_private_offer/models/offer_summary.py +591 -0
- oci/marketplace_private_offer/models/pricing.py +146 -0
- oci/marketplace_private_offer/models/publisher_summary.py +710 -0
- oci/marketplace_private_offer/models/resource_bundle.py +205 -0
- oci/marketplace_private_offer/models/seller_information.py +99 -0
- oci/marketplace_private_offer/models/update_offer_details.py +467 -0
- oci/marketplace_private_offer/models/upload_data.py +134 -0
- oci/marketplace_private_offer/offer_client.py +789 -0
- oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
- oci/marketplace_publisher/__init__.py +5 -1
- oci/marketplace_publisher/attachment_client.py +719 -0
- oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/models/__init__.py +32 -0
- oci/marketplace_publisher/models/attachment.py +446 -0
- oci/marketplace_publisher/models/attachment_collection.py +72 -0
- oci/marketplace_publisher/models/attachment_summary.py +293 -0
- oci/marketplace_publisher/models/buyer_information.py +161 -0
- oci/marketplace_publisher/models/contact.py +134 -0
- oci/marketplace_publisher/models/create_attachment_details.py +134 -0
- oci/marketplace_publisher/models/create_offer_details.py +498 -0
- oci/marketplace_publisher/models/custom_field.py +103 -0
- oci/marketplace_publisher/models/offer.py +787 -0
- oci/marketplace_publisher/models/offer_collection.py +72 -0
- oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
- oci/marketplace_publisher/models/offer_summary.py +591 -0
- oci/marketplace_publisher/models/pricing.py +146 -0
- oci/marketplace_publisher/models/resource_bundle.py +205 -0
- oci/marketplace_publisher/models/seller_information.py +99 -0
- oci/marketplace_publisher/models/update_offer_details.py +467 -0
- oci/marketplace_publisher/models/work_request.py +23 -3
- oci/marketplace_publisher/models/work_request_summary.py +23 -3
- oci/marketplace_publisher/offer_client.py +789 -0
- oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
- 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/models/create_listener_details.py +33 -2
- oci/network_load_balancer/models/listener.py +33 -2
- oci/network_load_balancer/models/listener_details.py +33 -2
- oci/network_load_balancer/models/listener_summary.py +33 -2
- oci/network_load_balancer/models/update_listener_details.py +33 -2
- 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 +25 -25
- 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.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/top_level.txt +0 -0
@@ -161,7 +161,7 @@ class FusionApplicationsClient(object):
|
|
161
161
|
:rtype: :class:`~oci.response.Response`
|
162
162
|
|
163
163
|
:example:
|
164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/change_fusion_environment_compartment.py.html>`__ to see an example of how to use change_fusion_environment_compartment API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = ['fusionEnvironmentId']
|
@@ -282,7 +282,7 @@ class FusionApplicationsClient(object):
|
|
282
282
|
:rtype: :class:`~oci.response.Response`
|
283
283
|
|
284
284
|
:example:
|
285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/change_fusion_environment_family_compartment.py.html>`__ to see an example of how to use change_fusion_environment_family_compartment API.
|
286
286
|
"""
|
287
287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
288
288
|
required_arguments = ['fusionEnvironmentFamilyId']
|
@@ -395,7 +395,7 @@ class FusionApplicationsClient(object):
|
|
395
395
|
:rtype: :class:`~oci.response.Response`
|
396
396
|
|
397
397
|
:example:
|
398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_data_masking_activity.py.html>`__ to see an example of how to use create_data_masking_activity API.
|
399
399
|
"""
|
400
400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
401
401
|
required_arguments = ['fusionEnvironmentId']
|
@@ -503,7 +503,7 @@ class FusionApplicationsClient(object):
|
|
503
503
|
:rtype: :class:`~oci.response.Response`
|
504
504
|
|
505
505
|
:example:
|
506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_fusion_environment.py.html>`__ to see an example of how to use create_fusion_environment API.
|
507
507
|
"""
|
508
508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
509
509
|
required_arguments = []
|
@@ -602,7 +602,7 @@ class FusionApplicationsClient(object):
|
|
602
602
|
:rtype: :class:`~oci.response.Response`
|
603
603
|
|
604
604
|
:example:
|
605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_fusion_environment_admin_user.py.html>`__ to see an example of how to use create_fusion_environment_admin_user API.
|
606
606
|
"""
|
607
607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
608
608
|
required_arguments = ['fusionEnvironmentId']
|
@@ -710,7 +710,7 @@ class FusionApplicationsClient(object):
|
|
710
710
|
:rtype: :class:`~oci.response.Response`
|
711
711
|
|
712
712
|
:example:
|
713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_fusion_environment_family.py.html>`__ to see an example of how to use create_fusion_environment_family API.
|
714
714
|
"""
|
715
715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
716
716
|
required_arguments = []
|
@@ -809,7 +809,7 @@ class FusionApplicationsClient(object):
|
|
809
809
|
:rtype: :class:`~oci.response.Response`
|
810
810
|
|
811
811
|
:example:
|
812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_refresh_activity.py.html>`__ to see an example of how to use create_refresh_activity API.
|
813
813
|
"""
|
814
814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
815
815
|
required_arguments = ['fusionEnvironmentId']
|
@@ -920,7 +920,7 @@ class FusionApplicationsClient(object):
|
|
920
920
|
:rtype: :class:`~oci.response.Response`
|
921
921
|
|
922
922
|
:example:
|
923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_service_attachment.py.html>`__ to see an example of how to use create_service_attachment API.
|
924
924
|
"""
|
925
925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
926
926
|
required_arguments = ['fusionEnvironmentId']
|
@@ -1028,7 +1028,7 @@ class FusionApplicationsClient(object):
|
|
1028
1028
|
:rtype: :class:`~oci.response.Response`
|
1029
1029
|
|
1030
1030
|
:example:
|
1031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_fusion_environment.py.html>`__ to see an example of how to use delete_fusion_environment API.
|
1032
1032
|
"""
|
1033
1033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1034
1034
|
required_arguments = ['fusionEnvironmentId']
|
@@ -1136,7 +1136,7 @@ class FusionApplicationsClient(object):
|
|
1136
1136
|
:rtype: :class:`~oci.response.Response`
|
1137
1137
|
|
1138
1138
|
:example:
|
1139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_fusion_environment_admin_user.py.html>`__ to see an example of how to use delete_fusion_environment_admin_user API.
|
1140
1140
|
"""
|
1141
1141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1142
1142
|
required_arguments = ['adminUsername', 'fusionEnvironmentId']
|
@@ -1242,7 +1242,7 @@ class FusionApplicationsClient(object):
|
|
1242
1242
|
:rtype: :class:`~oci.response.Response`
|
1243
1243
|
|
1244
1244
|
:example:
|
1245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_fusion_environment_family.py.html>`__ to see an example of how to use delete_fusion_environment_family API.
|
1246
1246
|
"""
|
1247
1247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1248
1248
|
required_arguments = ['fusionEnvironmentFamilyId']
|
@@ -1350,7 +1350,7 @@ class FusionApplicationsClient(object):
|
|
1350
1350
|
:rtype: :class:`~oci.response.Response`
|
1351
1351
|
|
1352
1352
|
:example:
|
1353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_refresh_activity.py.html>`__ to see an example of how to use delete_refresh_activity API.
|
1354
1354
|
"""
|
1355
1355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1356
1356
|
required_arguments = ['fusionEnvironmentId', 'refreshActivityId']
|
@@ -1459,7 +1459,7 @@ class FusionApplicationsClient(object):
|
|
1459
1459
|
:rtype: :class:`~oci.response.Response`
|
1460
1460
|
|
1461
1461
|
:example:
|
1462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_service_attachment.py.html>`__ to see an example of how to use delete_service_attachment API.
|
1463
1463
|
"""
|
1464
1464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1465
1465
|
required_arguments = ['fusionEnvironmentId', 'serviceAttachmentId']
|
@@ -1561,7 +1561,7 @@ class FusionApplicationsClient(object):
|
|
1561
1561
|
:rtype: :class:`~oci.response.Response`
|
1562
1562
|
|
1563
1563
|
:example:
|
1564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_data_masking_activity.py.html>`__ to see an example of how to use get_data_masking_activity API.
|
1565
1565
|
"""
|
1566
1566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1567
1567
|
required_arguments = ['fusionEnvironmentId', 'dataMaskingActivityId']
|
@@ -1660,7 +1660,7 @@ class FusionApplicationsClient(object):
|
|
1660
1660
|
:rtype: :class:`~oci.response.Response`
|
1661
1661
|
|
1662
1662
|
:example:
|
1663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment.py.html>`__ to see an example of how to use get_fusion_environment API.
|
1664
1664
|
"""
|
1665
1665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1666
1666
|
required_arguments = ['fusionEnvironmentId']
|
@@ -1758,7 +1758,7 @@ class FusionApplicationsClient(object):
|
|
1758
1758
|
:rtype: :class:`~oci.response.Response`
|
1759
1759
|
|
1760
1760
|
:example:
|
1761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_family.py.html>`__ to see an example of how to use get_fusion_environment_family API.
|
1762
1762
|
"""
|
1763
1763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1764
1764
|
required_arguments = ['fusionEnvironmentFamilyId']
|
@@ -1856,7 +1856,7 @@ class FusionApplicationsClient(object):
|
|
1856
1856
|
:rtype: :class:`~oci.response.Response`
|
1857
1857
|
|
1858
1858
|
:example:
|
1859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_family_limits_and_usage.py.html>`__ to see an example of how to use get_fusion_environment_family_limits_and_usage API.
|
1860
1860
|
"""
|
1861
1861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1862
1862
|
required_arguments = ['fusionEnvironmentFamilyId']
|
@@ -1954,7 +1954,7 @@ class FusionApplicationsClient(object):
|
|
1954
1954
|
:rtype: :class:`~oci.response.Response`
|
1955
1955
|
|
1956
1956
|
:example:
|
1957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_family_subscription_detail.py.html>`__ to see an example of how to use get_fusion_environment_family_subscription_detail API.
|
1958
1958
|
"""
|
1959
1959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1960
1960
|
required_arguments = ['fusionEnvironmentFamilyId']
|
@@ -2052,7 +2052,7 @@ class FusionApplicationsClient(object):
|
|
2052
2052
|
:rtype: :class:`~oci.response.Response`
|
2053
2053
|
|
2054
2054
|
:example:
|
2055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_status.py.html>`__ to see an example of how to use get_fusion_environment_status API.
|
2056
2056
|
"""
|
2057
2057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2058
2058
|
required_arguments = ['fusionEnvironmentId']
|
@@ -2153,7 +2153,7 @@ class FusionApplicationsClient(object):
|
|
2153
2153
|
:rtype: :class:`~oci.response.Response`
|
2154
2154
|
|
2155
2155
|
:example:
|
2156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_refresh_activity.py.html>`__ to see an example of how to use get_refresh_activity API.
|
2157
2157
|
"""
|
2158
2158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2159
2159
|
required_arguments = ['fusionEnvironmentId', 'refreshActivityId']
|
@@ -2255,7 +2255,7 @@ class FusionApplicationsClient(object):
|
|
2255
2255
|
:rtype: :class:`~oci.response.Response`
|
2256
2256
|
|
2257
2257
|
:example:
|
2258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
|
2259
2259
|
"""
|
2260
2260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2261
2261
|
required_arguments = ['fusionEnvironmentId', 'scheduledActivityId']
|
@@ -2357,7 +2357,7 @@ class FusionApplicationsClient(object):
|
|
2357
2357
|
:rtype: :class:`~oci.response.Response`
|
2358
2358
|
|
2359
2359
|
:example:
|
2360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
|
2361
2361
|
"""
|
2362
2362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2363
2363
|
required_arguments = ['fusionEnvironmentId', 'serviceAttachmentId']
|
@@ -2456,7 +2456,7 @@ class FusionApplicationsClient(object):
|
|
2456
2456
|
:rtype: :class:`~oci.response.Response`
|
2457
2457
|
|
2458
2458
|
:example:
|
2459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
2460
2460
|
"""
|
2461
2461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2462
2462
|
required_arguments = ['workRequestId']
|
@@ -2554,7 +2554,7 @@ class FusionApplicationsClient(object):
|
|
2554
2554
|
:rtype: :class:`~oci.response.Response`
|
2555
2555
|
|
2556
2556
|
:example:
|
2557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_admin_users.py.html>`__ to see an example of how to use list_admin_users API.
|
2558
2558
|
"""
|
2559
2559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2560
2560
|
required_arguments = ['fusionEnvironmentId']
|
@@ -2673,7 +2673,7 @@ class FusionApplicationsClient(object):
|
|
2673
2673
|
:rtype: :class:`~oci.response.Response`
|
2674
2674
|
|
2675
2675
|
:example:
|
2676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_data_masking_activities.py.html>`__ to see an example of how to use list_data_masking_activities API.
|
2677
2677
|
"""
|
2678
2678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2679
2679
|
required_arguments = ['fusionEnvironmentId']
|
@@ -2835,7 +2835,7 @@ class FusionApplicationsClient(object):
|
|
2835
2835
|
:rtype: :class:`~oci.response.Response`
|
2836
2836
|
|
2837
2837
|
:example:
|
2838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_fusion_environment_families.py.html>`__ to see an example of how to use list_fusion_environment_families API.
|
2839
2839
|
"""
|
2840
2840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2841
2841
|
required_arguments = ['compartmentId']
|
@@ -2990,7 +2990,7 @@ class FusionApplicationsClient(object):
|
|
2990
2990
|
:rtype: :class:`~oci.response.Response`
|
2991
2991
|
|
2992
2992
|
:example:
|
2993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_fusion_environments.py.html>`__ to see an example of how to use list_fusion_environments API.
|
2994
2994
|
"""
|
2995
2995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2996
2996
|
required_arguments = ['compartmentId']
|
@@ -3148,7 +3148,7 @@ class FusionApplicationsClient(object):
|
|
3148
3148
|
:rtype: :class:`~oci.response.Response`
|
3149
3149
|
|
3150
3150
|
:example:
|
3151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_refresh_activities.py.html>`__ to see an example of how to use list_refresh_activities API.
|
3152
3152
|
"""
|
3153
3153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3154
3154
|
required_arguments = ['fusionEnvironmentId']
|
@@ -3332,7 +3332,7 @@ class FusionApplicationsClient(object):
|
|
3332
3332
|
:rtype: :class:`~oci.response.Response`
|
3333
3333
|
|
3334
3334
|
:example:
|
3335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
|
3336
3336
|
"""
|
3337
3337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3338
3338
|
required_arguments = ['fusionEnvironmentId']
|
@@ -3522,7 +3522,7 @@ class FusionApplicationsClient(object):
|
|
3522
3522
|
:rtype: :class:`~oci.response.Response`
|
3523
3523
|
|
3524
3524
|
:example:
|
3525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
|
3526
3526
|
"""
|
3527
3527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3528
3528
|
required_arguments = ['fusionEnvironmentId']
|
@@ -3684,7 +3684,7 @@ class FusionApplicationsClient(object):
|
|
3684
3684
|
:rtype: :class:`~oci.response.Response`
|
3685
3685
|
|
3686
3686
|
:example:
|
3687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_time_available_for_refreshes.py.html>`__ to see an example of how to use list_time_available_for_refreshes API.
|
3688
3688
|
"""
|
3689
3689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3690
3690
|
required_arguments = ['fusionEnvironmentId']
|
@@ -3826,7 +3826,7 @@ class FusionApplicationsClient(object):
|
|
3826
3826
|
:rtype: :class:`~oci.response.Response`
|
3827
3827
|
|
3828
3828
|
:example:
|
3829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
3830
3830
|
"""
|
3831
3831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3832
3832
|
required_arguments = ['workRequestId']
|
@@ -3968,7 +3968,7 @@ class FusionApplicationsClient(object):
|
|
3968
3968
|
:rtype: :class:`~oci.response.Response`
|
3969
3969
|
|
3970
3970
|
:example:
|
3971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
3972
3972
|
"""
|
3973
3973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3974
3974
|
required_arguments = ['workRequestId']
|
@@ -4118,7 +4118,7 @@ class FusionApplicationsClient(object):
|
|
4118
4118
|
:rtype: :class:`~oci.response.Response`
|
4119
4119
|
|
4120
4120
|
:example:
|
4121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
4122
4122
|
"""
|
4123
4123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4124
4124
|
required_arguments = ['compartmentId']
|
@@ -4264,7 +4264,7 @@ class FusionApplicationsClient(object):
|
|
4264
4264
|
:rtype: :class:`~oci.response.Response`
|
4265
4265
|
|
4266
4266
|
:example:
|
4267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/reset_fusion_environment_password.py.html>`__ to see an example of how to use reset_fusion_environment_password API.
|
4268
4268
|
"""
|
4269
4269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4270
4270
|
required_arguments = ['fusionEnvironmentId', 'adminUsername']
|
@@ -4378,7 +4378,7 @@ class FusionApplicationsClient(object):
|
|
4378
4378
|
:rtype: :class:`~oci.response.Response`
|
4379
4379
|
|
4380
4380
|
:example:
|
4381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/update_fusion_environment.py.html>`__ to see an example of how to use update_fusion_environment API.
|
4382
4382
|
"""
|
4383
4383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4384
4384
|
required_arguments = ['fusionEnvironmentId']
|
@@ -4488,7 +4488,7 @@ class FusionApplicationsClient(object):
|
|
4488
4488
|
:rtype: :class:`~oci.response.Response`
|
4489
4489
|
|
4490
4490
|
:example:
|
4491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/update_fusion_environment_family.py.html>`__ to see an example of how to use update_fusion_environment_family API.
|
4492
4492
|
"""
|
4493
4493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4494
4494
|
required_arguments = ['fusionEnvironmentFamilyId']
|
@@ -4601,7 +4601,7 @@ class FusionApplicationsClient(object):
|
|
4601
4601
|
:rtype: :class:`~oci.response.Response`
|
4602
4602
|
|
4603
4603
|
:example:
|
4604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/update_refresh_activity.py.html>`__ to see an example of how to use update_refresh_activity API.
|
4605
4605
|
"""
|
4606
4606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4607
4607
|
required_arguments = ['fusionEnvironmentId', 'refreshActivityId']
|
@@ -4707,7 +4707,7 @@ class FusionApplicationsClient(object):
|
|
4707
4707
|
:rtype: :class:`~oci.response.Response`
|
4708
4708
|
|
4709
4709
|
:example:
|
4710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/verify_service_attachment.py.html>`__ to see an example of how to use verify_service_attachment API.
|
4711
4711
|
"""
|
4712
4712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4713
4713
|
required_arguments = ['fusionEnvironmentId']
|
@@ -149,7 +149,7 @@ class FusionEnvironmentClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/change_fusion_environment_compartment.py.html>`__ to see an example of how to use change_fusion_environment_compartment API.
|
153
153
|
"""
|
154
154
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/actions/changeCompartment"
|
155
155
|
method = "POST"
|
@@ -253,7 +253,7 @@ class FusionEnvironmentClient(object):
|
|
253
253
|
:rtype: :class:`~oci.response.Response`
|
254
254
|
|
255
255
|
:example:
|
256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_fusion_environment.py.html>`__ to see an example of how to use create_fusion_environment API.
|
257
257
|
"""
|
258
258
|
resource_path = "/fusionEnvironments"
|
259
259
|
method = "POST"
|
@@ -346,7 +346,7 @@ class FusionEnvironmentClient(object):
|
|
346
346
|
:rtype: :class:`~oci.response.Response`
|
347
347
|
|
348
348
|
:example:
|
349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_fusion_environment_admin_user.py.html>`__ to see an example of how to use create_fusion_environment_admin_user API.
|
350
350
|
"""
|
351
351
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers"
|
352
352
|
method = "POST"
|
@@ -448,7 +448,7 @@ class FusionEnvironmentClient(object):
|
|
448
448
|
:rtype: :class:`~oci.response.Response`
|
449
449
|
|
450
450
|
:example:
|
451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_fusion_environment.py.html>`__ to see an example of how to use delete_fusion_environment API.
|
452
452
|
"""
|
453
453
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
|
454
454
|
method = "DELETE"
|
@@ -550,7 +550,7 @@ class FusionEnvironmentClient(object):
|
|
550
550
|
:rtype: :class:`~oci.response.Response`
|
551
551
|
|
552
552
|
:example:
|
553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_fusion_environment_admin_user.py.html>`__ to see an example of how to use delete_fusion_environment_admin_user API.
|
554
554
|
"""
|
555
555
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}"
|
556
556
|
method = "DELETE"
|
@@ -643,7 +643,7 @@ class FusionEnvironmentClient(object):
|
|
643
643
|
:rtype: :class:`~oci.response.Response`
|
644
644
|
|
645
645
|
:example:
|
646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment.py.html>`__ to see an example of how to use get_fusion_environment API.
|
647
647
|
"""
|
648
648
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
|
649
649
|
method = "GET"
|
@@ -735,7 +735,7 @@ class FusionEnvironmentClient(object):
|
|
735
735
|
:rtype: :class:`~oci.response.Response`
|
736
736
|
|
737
737
|
:example:
|
738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_status.py.html>`__ to see an example of how to use get_fusion_environment_status API.
|
739
739
|
"""
|
740
740
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/status"
|
741
741
|
method = "GET"
|
@@ -827,7 +827,7 @@ class FusionEnvironmentClient(object):
|
|
827
827
|
:rtype: :class:`~oci.response.Response`
|
828
828
|
|
829
829
|
:example:
|
830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
831
831
|
"""
|
832
832
|
resource_path = "/workRequests/{workRequestId}"
|
833
833
|
method = "GET"
|
@@ -919,7 +919,7 @@ class FusionEnvironmentClient(object):
|
|
919
919
|
:rtype: :class:`~oci.response.Response`
|
920
920
|
|
921
921
|
:example:
|
922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_admin_users.py.html>`__ to see an example of how to use list_admin_users API.
|
923
923
|
"""
|
924
924
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers"
|
925
925
|
method = "GET"
|
@@ -1038,7 +1038,7 @@ class FusionEnvironmentClient(object):
|
|
1038
1038
|
:rtype: :class:`~oci.response.Response`
|
1039
1039
|
|
1040
1040
|
:example:
|
1041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_fusion_environments.py.html>`__ to see an example of how to use list_fusion_environments API.
|
1042
1042
|
"""
|
1043
1043
|
resource_path = "/fusionEnvironments"
|
1044
1044
|
method = "GET"
|
@@ -1176,7 +1176,7 @@ class FusionEnvironmentClient(object):
|
|
1176
1176
|
:rtype: :class:`~oci.response.Response`
|
1177
1177
|
|
1178
1178
|
:example:
|
1179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1180
1180
|
"""
|
1181
1181
|
resource_path = "/workRequests/{workRequestId}/errors"
|
1182
1182
|
method = "GET"
|
@@ -1312,7 +1312,7 @@ class FusionEnvironmentClient(object):
|
|
1312
1312
|
:rtype: :class:`~oci.response.Response`
|
1313
1313
|
|
1314
1314
|
:example:
|
1315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1316
1316
|
"""
|
1317
1317
|
resource_path = "/workRequests/{workRequestId}/logs"
|
1318
1318
|
method = "GET"
|
@@ -1456,7 +1456,7 @@ class FusionEnvironmentClient(object):
|
|
1456
1456
|
:rtype: :class:`~oci.response.Response`
|
1457
1457
|
|
1458
1458
|
:example:
|
1459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1460
1460
|
"""
|
1461
1461
|
resource_path = "/workRequests"
|
1462
1462
|
method = "GET"
|
@@ -1596,7 +1596,7 @@ class FusionEnvironmentClient(object):
|
|
1596
1596
|
:rtype: :class:`~oci.response.Response`
|
1597
1597
|
|
1598
1598
|
:example:
|
1599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/reset_fusion_environment_password.py.html>`__ to see an example of how to use reset_fusion_environment_password API.
|
1600
1600
|
"""
|
1601
1601
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}/actions/resetPassword"
|
1602
1602
|
method = "POST"
|
@@ -1704,7 +1704,7 @@ class FusionEnvironmentClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/update_fusion_environment.py.html>`__ to see an example of how to use update_fusion_environment API.
|
1708
1708
|
"""
|
1709
1709
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
|
1710
1710
|
method = "PUT"
|
@@ -149,7 +149,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/change_fusion_environment_family_compartment.py.html>`__ to see an example of how to use change_fusion_environment_family_compartment API.
|
153
153
|
"""
|
154
154
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/actions/changeCompartment"
|
155
155
|
method = "POST"
|
@@ -256,7 +256,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
256
256
|
:rtype: :class:`~oci.response.Response`
|
257
257
|
|
258
258
|
:example:
|
259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_fusion_environment_family.py.html>`__ to see an example of how to use create_fusion_environment_family API.
|
260
260
|
"""
|
261
261
|
resource_path = "/fusionEnvironmentFamilies"
|
262
262
|
method = "POST"
|
@@ -348,7 +348,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
348
348
|
:rtype: :class:`~oci.response.Response`
|
349
349
|
|
350
350
|
:example:
|
351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/delete_fusion_environment_family.py.html>`__ to see an example of how to use delete_fusion_environment_family API.
|
352
352
|
"""
|
353
353
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
|
354
354
|
method = "DELETE"
|
@@ -440,7 +440,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
440
440
|
:rtype: :class:`~oci.response.Response`
|
441
441
|
|
442
442
|
:example:
|
443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_family.py.html>`__ to see an example of how to use get_fusion_environment_family API.
|
444
444
|
"""
|
445
445
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
|
446
446
|
method = "GET"
|
@@ -532,7 +532,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
532
532
|
:rtype: :class:`~oci.response.Response`
|
533
533
|
|
534
534
|
:example:
|
535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_family_limits_and_usage.py.html>`__ to see an example of how to use get_fusion_environment_family_limits_and_usage API.
|
536
536
|
"""
|
537
537
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/limitsAndUsage"
|
538
538
|
method = "GET"
|
@@ -624,7 +624,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
624
624
|
:rtype: :class:`~oci.response.Response`
|
625
625
|
|
626
626
|
:example:
|
627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_fusion_environment_family_subscription_detail.py.html>`__ to see an example of how to use get_fusion_environment_family_subscription_detail API.
|
628
628
|
"""
|
629
629
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/subscriptionDetails"
|
630
630
|
method = "GET"
|
@@ -743,7 +743,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
743
743
|
:rtype: :class:`~oci.response.Response`
|
744
744
|
|
745
745
|
:example:
|
746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_fusion_environment_families.py.html>`__ to see an example of how to use list_fusion_environment_families API.
|
747
747
|
"""
|
748
748
|
resource_path = "/fusionEnvironmentFamilies"
|
749
749
|
method = "GET"
|
@@ -875,7 +875,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
875
875
|
:rtype: :class:`~oci.response.Response`
|
876
876
|
|
877
877
|
:example:
|
878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/update_fusion_environment_family.py.html>`__ to see an example of how to use update_fusion_environment_family API.
|
879
879
|
"""
|
880
880
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
|
881
881
|
method = "PUT"
|
@@ -141,7 +141,7 @@ class RefreshActivityClient(object):
|
|
141
141
|
:rtype: :class:`~oci.response.Response`
|
142
142
|
|
143
143
|
:example:
|
144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/create_refresh_activity.py.html>`__ to see an example of how to use create_refresh_activity API.
|
145
145
|
"""
|
146
146
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/refreshActivities"
|
147
147
|
method = "POST"
|
@@ -239,7 +239,7 @@ class RefreshActivityClient(object):
|
|
239
239
|
:rtype: :class:`~oci.response.Response`
|
240
240
|
|
241
241
|
:example:
|
242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_refresh_activity.py.html>`__ to see an example of how to use get_refresh_activity API.
|
243
243
|
"""
|
244
244
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/refreshActivities/{refreshActivityId}"
|
245
245
|
method = "GET"
|
@@ -362,7 +362,7 @@ class RefreshActivityClient(object):
|
|
362
362
|
:rtype: :class:`~oci.response.Response`
|
363
363
|
|
364
364
|
:example:
|
365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_refresh_activities.py.html>`__ to see an example of how to use list_refresh_activities API.
|
366
366
|
"""
|
367
367
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/refreshActivities"
|
368
368
|
method = "GET"
|
@@ -513,7 +513,7 @@ class RefreshActivityClient(object):
|
|
513
513
|
:rtype: :class:`~oci.response.Response`
|
514
514
|
|
515
515
|
:example:
|
516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_time_available_for_refreshes.py.html>`__ to see an example of how to use list_time_available_for_refreshes API.
|
517
517
|
"""
|
518
518
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/timeAvailableForRefresh"
|
519
519
|
method = "GET"
|
@@ -134,7 +134,7 @@ class ScheduledActivityClient(object):
|
|
134
134
|
:rtype: :class:`~oci.response.Response`
|
135
135
|
|
136
136
|
:example:
|
137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
|
138
138
|
"""
|
139
139
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/scheduledActivities/{scheduledActivityId}"
|
140
140
|
method = "GET"
|
@@ -262,7 +262,7 @@ class ScheduledActivityClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
|
266
266
|
"""
|
267
267
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/scheduledActivities"
|
268
268
|
method = "GET"
|