oci 2.111.0__py3-none-any.whl → 2.112.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +18 -18
- 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 +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- 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 +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- 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 +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- 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 +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- 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 +25 -25
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- 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 +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- oci/key_management/kms_crypto_client.py +6 -6
- 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 +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- 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 +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- 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 +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- 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/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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 +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- 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/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- 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/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 +22 -22
- 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 +19 -19
- oci/vault/vaults_client.py +11 -11
- 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.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -167,7 +167,7 @@ class LoadBalancerClient(object):
|
|
167
167
|
:rtype: :class:`~oci.response.Response`
|
168
168
|
|
169
169
|
:example:
|
170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/change_load_balancer_compartment.py.html>`__ to see an example of how to use change_load_balancer_compartment API.
|
171
171
|
"""
|
172
172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
173
173
|
required_arguments = ['loadBalancerId']
|
@@ -298,7 +298,7 @@ class LoadBalancerClient(object):
|
|
298
298
|
:rtype: :class:`~oci.response.Response`
|
299
299
|
|
300
300
|
:example:
|
301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_backend.py.html>`__ to see an example of how to use create_backend API.
|
302
302
|
"""
|
303
303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
304
304
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -425,7 +425,7 @@ class LoadBalancerClient(object):
|
|
425
425
|
:rtype: :class:`~oci.response.Response`
|
426
426
|
|
427
427
|
:example:
|
428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_backend_set.py.html>`__ to see an example of how to use create_backend_set API.
|
429
429
|
"""
|
430
430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
431
431
|
required_arguments = ['loadBalancerId']
|
@@ -551,7 +551,7 @@ class LoadBalancerClient(object):
|
|
551
551
|
:rtype: :class:`~oci.response.Response`
|
552
552
|
|
553
553
|
:example:
|
554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
|
555
555
|
"""
|
556
556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
557
557
|
required_arguments = ['loadBalancerId']
|
@@ -680,7 +680,7 @@ class LoadBalancerClient(object):
|
|
680
680
|
:rtype: :class:`~oci.response.Response`
|
681
681
|
|
682
682
|
:example:
|
683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_hostname.py.html>`__ to see an example of how to use create_hostname API.
|
684
684
|
"""
|
685
685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
686
686
|
required_arguments = ['loadBalancerId']
|
@@ -806,7 +806,7 @@ class LoadBalancerClient(object):
|
|
806
806
|
:rtype: :class:`~oci.response.Response`
|
807
807
|
|
808
808
|
:example:
|
809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_listener.py.html>`__ to see an example of how to use create_listener API.
|
810
810
|
"""
|
811
811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
812
812
|
required_arguments = ['loadBalancerId']
|
@@ -946,7 +946,7 @@ class LoadBalancerClient(object):
|
|
946
946
|
:rtype: :class:`~oci.response.Response`
|
947
947
|
|
948
948
|
:example:
|
949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_load_balancer.py.html>`__ to see an example of how to use create_load_balancer API.
|
950
950
|
"""
|
951
951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
952
952
|
required_arguments = []
|
@@ -1061,7 +1061,7 @@ class LoadBalancerClient(object):
|
|
1061
1061
|
:rtype: :class:`~oci.response.Response`
|
1062
1062
|
|
1063
1063
|
:example:
|
1064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_path_route_set.py.html>`__ to see an example of how to use create_path_route_set API.
|
1065
1065
|
"""
|
1066
1066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1067
1067
|
required_arguments = ['loadBalancerId']
|
@@ -1190,7 +1190,7 @@ class LoadBalancerClient(object):
|
|
1190
1190
|
:rtype: :class:`~oci.response.Response`
|
1191
1191
|
|
1192
1192
|
:example:
|
1193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_routing_policy.py.html>`__ to see an example of how to use create_routing_policy API.
|
1194
1194
|
"""
|
1195
1195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1196
1196
|
required_arguments = ['loadBalancerId']
|
@@ -1319,7 +1319,7 @@ class LoadBalancerClient(object):
|
|
1319
1319
|
:rtype: :class:`~oci.response.Response`
|
1320
1320
|
|
1321
1321
|
:example:
|
1322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_rule_set.py.html>`__ to see an example of how to use create_rule_set API.
|
1323
1323
|
"""
|
1324
1324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1325
1325
|
required_arguments = ['loadBalancerId']
|
@@ -1445,7 +1445,7 @@ class LoadBalancerClient(object):
|
|
1445
1445
|
:rtype: :class:`~oci.response.Response`
|
1446
1446
|
|
1447
1447
|
:example:
|
1448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/create_ssl_cipher_suite.py.html>`__ to see an example of how to use create_ssl_cipher_suite API.
|
1449
1449
|
"""
|
1450
1450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1451
1451
|
required_arguments = ['loadBalancerId']
|
@@ -1571,7 +1571,7 @@ class LoadBalancerClient(object):
|
|
1571
1571
|
:rtype: :class:`~oci.response.Response`
|
1572
1572
|
|
1573
1573
|
:example:
|
1574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_backend.py.html>`__ to see an example of how to use delete_backend API.
|
1575
1575
|
"""
|
1576
1576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1577
1577
|
required_arguments = ['loadBalancerId', 'backendSetName', 'backendName']
|
@@ -1691,7 +1691,7 @@ class LoadBalancerClient(object):
|
|
1691
1691
|
:rtype: :class:`~oci.response.Response`
|
1692
1692
|
|
1693
1693
|
:example:
|
1694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_backend_set.py.html>`__ to see an example of how to use delete_backend_set API.
|
1695
1695
|
"""
|
1696
1696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1697
1697
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -1809,7 +1809,7 @@ class LoadBalancerClient(object):
|
|
1809
1809
|
:rtype: :class:`~oci.response.Response`
|
1810
1810
|
|
1811
1811
|
:example:
|
1812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
|
1813
1813
|
"""
|
1814
1814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1815
1815
|
required_arguments = ['loadBalancerId', 'certificateName']
|
@@ -1926,7 +1926,7 @@ class LoadBalancerClient(object):
|
|
1926
1926
|
:rtype: :class:`~oci.response.Response`
|
1927
1927
|
|
1928
1928
|
:example:
|
1929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_hostname.py.html>`__ to see an example of how to use delete_hostname API.
|
1930
1930
|
"""
|
1931
1931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1932
1932
|
required_arguments = ['loadBalancerId', 'name']
|
@@ -2043,7 +2043,7 @@ class LoadBalancerClient(object):
|
|
2043
2043
|
:rtype: :class:`~oci.response.Response`
|
2044
2044
|
|
2045
2045
|
:example:
|
2046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_listener.py.html>`__ to see an example of how to use delete_listener API.
|
2047
2047
|
"""
|
2048
2048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2049
2049
|
required_arguments = ['loadBalancerId', 'listenerName']
|
@@ -2155,7 +2155,7 @@ class LoadBalancerClient(object):
|
|
2155
2155
|
:rtype: :class:`~oci.response.Response`
|
2156
2156
|
|
2157
2157
|
:example:
|
2158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_load_balancer.py.html>`__ to see an example of how to use delete_load_balancer API.
|
2159
2159
|
"""
|
2160
2160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2161
2161
|
required_arguments = ['loadBalancerId']
|
@@ -2274,7 +2274,7 @@ class LoadBalancerClient(object):
|
|
2274
2274
|
:rtype: :class:`~oci.response.Response`
|
2275
2275
|
|
2276
2276
|
:example:
|
2277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_path_route_set.py.html>`__ to see an example of how to use delete_path_route_set API.
|
2278
2278
|
"""
|
2279
2279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2280
2280
|
required_arguments = ['loadBalancerId', 'pathRouteSetName']
|
@@ -2394,7 +2394,7 @@ class LoadBalancerClient(object):
|
|
2394
2394
|
:rtype: :class:`~oci.response.Response`
|
2395
2395
|
|
2396
2396
|
:example:
|
2397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_routing_policy.py.html>`__ to see an example of how to use delete_routing_policy API.
|
2398
2398
|
"""
|
2399
2399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2400
2400
|
required_arguments = ['loadBalancerId', 'routingPolicyName']
|
@@ -2514,7 +2514,7 @@ class LoadBalancerClient(object):
|
|
2514
2514
|
:rtype: :class:`~oci.response.Response`
|
2515
2515
|
|
2516
2516
|
:example:
|
2517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_rule_set.py.html>`__ to see an example of how to use delete_rule_set API.
|
2518
2518
|
"""
|
2519
2519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2520
2520
|
required_arguments = ['loadBalancerId', 'ruleSetName']
|
@@ -2631,7 +2631,7 @@ class LoadBalancerClient(object):
|
|
2631
2631
|
:rtype: :class:`~oci.response.Response`
|
2632
2632
|
|
2633
2633
|
:example:
|
2634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/delete_ssl_cipher_suite.py.html>`__ to see an example of how to use delete_ssl_cipher_suite API.
|
2635
2635
|
"""
|
2636
2636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2637
2637
|
required_arguments = ['loadBalancerId', 'name']
|
@@ -2753,7 +2753,7 @@ class LoadBalancerClient(object):
|
|
2753
2753
|
:rtype: :class:`~oci.response.Response`
|
2754
2754
|
|
2755
2755
|
:example:
|
2756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_backend.py.html>`__ to see an example of how to use get_backend API.
|
2757
2757
|
"""
|
2758
2758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2759
2759
|
required_arguments = ['loadBalancerId', 'backendSetName', 'backendName']
|
@@ -2878,7 +2878,7 @@ class LoadBalancerClient(object):
|
|
2878
2878
|
:rtype: :class:`~oci.response.Response`
|
2879
2879
|
|
2880
2880
|
:example:
|
2881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_backend_health.py.html>`__ to see an example of how to use get_backend_health API.
|
2882
2882
|
"""
|
2883
2883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2884
2884
|
required_arguments = ['loadBalancerId', 'backendSetName', 'backendName']
|
@@ -2998,7 +2998,7 @@ class LoadBalancerClient(object):
|
|
2998
2998
|
:rtype: :class:`~oci.response.Response`
|
2999
2999
|
|
3000
3000
|
:example:
|
3001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_backend_set.py.html>`__ to see an example of how to use get_backend_set API.
|
3002
3002
|
"""
|
3003
3003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3004
3004
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -3117,7 +3117,7 @@ class LoadBalancerClient(object):
|
|
3117
3117
|
:rtype: :class:`~oci.response.Response`
|
3118
3118
|
|
3119
3119
|
:example:
|
3120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_backend_set_health.py.html>`__ to see an example of how to use get_backend_set_health API.
|
3121
3121
|
"""
|
3122
3122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3123
3123
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -3236,7 +3236,7 @@ class LoadBalancerClient(object):
|
|
3236
3236
|
:rtype: :class:`~oci.response.Response`
|
3237
3237
|
|
3238
3238
|
:example:
|
3239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_health_checker.py.html>`__ to see an example of how to use get_health_checker API.
|
3240
3240
|
"""
|
3241
3241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3242
3242
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -3355,7 +3355,7 @@ class LoadBalancerClient(object):
|
|
3355
3355
|
:rtype: :class:`~oci.response.Response`
|
3356
3356
|
|
3357
3357
|
:example:
|
3358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_hostname.py.html>`__ to see an example of how to use get_hostname API.
|
3359
3359
|
"""
|
3360
3360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3361
3361
|
required_arguments = ['loadBalancerId', 'name']
|
@@ -3469,7 +3469,7 @@ class LoadBalancerClient(object):
|
|
3469
3469
|
:rtype: :class:`~oci.response.Response`
|
3470
3470
|
|
3471
3471
|
:example:
|
3472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_load_balancer.py.html>`__ to see an example of how to use get_load_balancer API.
|
3473
3473
|
"""
|
3474
3474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3475
3475
|
required_arguments = ['loadBalancerId']
|
@@ -3582,7 +3582,7 @@ class LoadBalancerClient(object):
|
|
3582
3582
|
:rtype: :class:`~oci.response.Response`
|
3583
3583
|
|
3584
3584
|
:example:
|
3585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_load_balancer_health.py.html>`__ to see an example of how to use get_load_balancer_health API.
|
3586
3586
|
"""
|
3587
3587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3588
3588
|
required_arguments = ['loadBalancerId']
|
@@ -3700,7 +3700,7 @@ class LoadBalancerClient(object):
|
|
3700
3700
|
:rtype: :class:`~oci.response.Response`
|
3701
3701
|
|
3702
3702
|
:example:
|
3703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_path_route_set.py.html>`__ to see an example of how to use get_path_route_set API.
|
3704
3704
|
"""
|
3705
3705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3706
3706
|
required_arguments = ['loadBalancerId', 'pathRouteSetName']
|
@@ -3819,7 +3819,7 @@ class LoadBalancerClient(object):
|
|
3819
3819
|
:rtype: :class:`~oci.response.Response`
|
3820
3820
|
|
3821
3821
|
:example:
|
3822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_routing_policy.py.html>`__ to see an example of how to use get_routing_policy API.
|
3823
3823
|
"""
|
3824
3824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3825
3825
|
required_arguments = ['loadBalancerId', 'routingPolicyName']
|
@@ -3938,7 +3938,7 @@ class LoadBalancerClient(object):
|
|
3938
3938
|
:rtype: :class:`~oci.response.Response`
|
3939
3939
|
|
3940
3940
|
:example:
|
3941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_rule_set.py.html>`__ to see an example of how to use get_rule_set API.
|
3942
3942
|
"""
|
3943
3943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3944
3944
|
required_arguments = ['loadBalancerId', 'ruleSetName']
|
@@ -4057,7 +4057,7 @@ class LoadBalancerClient(object):
|
|
4057
4057
|
:rtype: :class:`~oci.response.Response`
|
4058
4058
|
|
4059
4059
|
:example:
|
4060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_ssl_cipher_suite.py.html>`__ to see an example of how to use get_ssl_cipher_suite API.
|
4061
4061
|
"""
|
4062
4062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4063
4063
|
required_arguments = ['loadBalancerId', 'name']
|
@@ -4159,7 +4159,7 @@ class LoadBalancerClient(object):
|
|
4159
4159
|
:rtype: :class:`~oci.response.Response`
|
4160
4160
|
|
4161
4161
|
:example:
|
4162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
4163
4163
|
"""
|
4164
4164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4165
4165
|
required_arguments = ['workRequestId']
|
@@ -4270,7 +4270,7 @@ class LoadBalancerClient(object):
|
|
4270
4270
|
:rtype: :class:`~oci.response.Response`
|
4271
4271
|
|
4272
4272
|
:example:
|
4273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_backend_sets.py.html>`__ to see an example of how to use list_backend_sets API.
|
4274
4274
|
"""
|
4275
4275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4276
4276
|
required_arguments = ['loadBalancerId']
|
@@ -4388,7 +4388,7 @@ class LoadBalancerClient(object):
|
|
4388
4388
|
:rtype: :class:`~oci.response.Response`
|
4389
4389
|
|
4390
4390
|
:example:
|
4391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_backends.py.html>`__ to see an example of how to use list_backends API.
|
4392
4392
|
"""
|
4393
4393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4394
4394
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -4503,7 +4503,7 @@ class LoadBalancerClient(object):
|
|
4503
4503
|
:rtype: :class:`~oci.response.Response`
|
4504
4504
|
|
4505
4505
|
:example:
|
4506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
|
4507
4507
|
"""
|
4508
4508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4509
4509
|
required_arguments = ['loadBalancerId']
|
@@ -4617,7 +4617,7 @@ class LoadBalancerClient(object):
|
|
4617
4617
|
:rtype: :class:`~oci.response.Response`
|
4618
4618
|
|
4619
4619
|
:example:
|
4620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_hostnames.py.html>`__ to see an example of how to use list_hostnames API.
|
4621
4621
|
"""
|
4622
4622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4623
4623
|
required_arguments = ['loadBalancerId']
|
@@ -4739,7 +4739,7 @@ class LoadBalancerClient(object):
|
|
4739
4739
|
:rtype: :class:`~oci.response.Response`
|
4740
4740
|
|
4741
4741
|
:example:
|
4742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_listener_rules.py.html>`__ to see an example of how to use list_listener_rules API.
|
4743
4743
|
"""
|
4744
4744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4745
4745
|
required_arguments = ['loadBalancerId', 'listenerName']
|
@@ -4857,7 +4857,7 @@ class LoadBalancerClient(object):
|
|
4857
4857
|
:rtype: :class:`~oci.response.Response`
|
4858
4858
|
|
4859
4859
|
:example:
|
4860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_load_balancer_healths.py.html>`__ to see an example of how to use list_load_balancer_healths API.
|
4861
4861
|
"""
|
4862
4862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4863
4863
|
required_arguments = ['compartmentId']
|
@@ -4999,7 +4999,7 @@ class LoadBalancerClient(object):
|
|
4999
4999
|
:rtype: :class:`~oci.response.Response`
|
5000
5000
|
|
5001
5001
|
:example:
|
5002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_load_balancers.py.html>`__ to see an example of how to use list_load_balancers API.
|
5003
5003
|
"""
|
5004
5004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5005
5005
|
required_arguments = ['compartmentId']
|
@@ -5141,7 +5141,7 @@ class LoadBalancerClient(object):
|
|
5141
5141
|
:rtype: :class:`~oci.response.Response`
|
5142
5142
|
|
5143
5143
|
:example:
|
5144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_path_route_sets.py.html>`__ to see an example of how to use list_path_route_sets API.
|
5145
5145
|
"""
|
5146
5146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5147
5147
|
required_arguments = ['loadBalancerId']
|
@@ -5258,7 +5258,7 @@ class LoadBalancerClient(object):
|
|
5258
5258
|
:rtype: :class:`~oci.response.Response`
|
5259
5259
|
|
5260
5260
|
:example:
|
5261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
5262
5262
|
"""
|
5263
5263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5264
5264
|
required_arguments = ['compartmentId']
|
@@ -5372,7 +5372,7 @@ class LoadBalancerClient(object):
|
|
5372
5372
|
:rtype: :class:`~oci.response.Response`
|
5373
5373
|
|
5374
5374
|
:example:
|
5375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_protocols.py.html>`__ to see an example of how to use list_protocols API.
|
5376
5376
|
"""
|
5377
5377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5378
5378
|
required_arguments = ['compartmentId']
|
@@ -5498,7 +5498,7 @@ class LoadBalancerClient(object):
|
|
5498
5498
|
:rtype: :class:`~oci.response.Response`
|
5499
5499
|
|
5500
5500
|
:example:
|
5501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_routing_policies.py.html>`__ to see an example of how to use list_routing_policies API.
|
5502
5502
|
"""
|
5503
5503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5504
5504
|
required_arguments = ['loadBalancerId']
|
@@ -5621,7 +5621,7 @@ class LoadBalancerClient(object):
|
|
5621
5621
|
:rtype: :class:`~oci.response.Response`
|
5622
5622
|
|
5623
5623
|
:example:
|
5624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_rule_sets.py.html>`__ to see an example of how to use list_rule_sets API.
|
5625
5625
|
"""
|
5626
5626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5627
5627
|
required_arguments = ['loadBalancerId']
|
@@ -5738,7 +5738,7 @@ class LoadBalancerClient(object):
|
|
5738
5738
|
:rtype: :class:`~oci.response.Response`
|
5739
5739
|
|
5740
5740
|
:example:
|
5741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
|
5742
5742
|
"""
|
5743
5743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5744
5744
|
required_arguments = ['compartmentId']
|
@@ -5848,7 +5848,7 @@ class LoadBalancerClient(object):
|
|
5848
5848
|
:rtype: :class:`~oci.response.Response`
|
5849
5849
|
|
5850
5850
|
:example:
|
5851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_ssl_cipher_suites.py.html>`__ to see an example of how to use list_ssl_cipher_suites API.
|
5852
5852
|
"""
|
5853
5853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5854
5854
|
required_arguments = ['loadBalancerId']
|
@@ -5965,7 +5965,7 @@ class LoadBalancerClient(object):
|
|
5965
5965
|
:rtype: :class:`~oci.response.Response`
|
5966
5966
|
|
5967
5967
|
:example:
|
5968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
5969
5969
|
"""
|
5970
5970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5971
5971
|
required_arguments = ['loadBalancerId']
|
@@ -6106,7 +6106,7 @@ class LoadBalancerClient(object):
|
|
6106
6106
|
:rtype: :class:`~oci.response.Response`
|
6107
6107
|
|
6108
6108
|
:example:
|
6109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_backend.py.html>`__ to see an example of how to use update_backend API.
|
6110
6110
|
"""
|
6111
6111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6112
6112
|
required_arguments = ['loadBalancerId', 'backendSetName', 'backendName']
|
@@ -6239,7 +6239,7 @@ class LoadBalancerClient(object):
|
|
6239
6239
|
:rtype: :class:`~oci.response.Response`
|
6240
6240
|
|
6241
6241
|
:example:
|
6242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_backend_set.py.html>`__ to see an example of how to use update_backend_set API.
|
6243
6243
|
"""
|
6244
6244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6245
6245
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -6371,7 +6371,7 @@ class LoadBalancerClient(object):
|
|
6371
6371
|
:rtype: :class:`~oci.response.Response`
|
6372
6372
|
|
6373
6373
|
:example:
|
6374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_health_checker.py.html>`__ to see an example of how to use update_health_checker API.
|
6375
6375
|
"""
|
6376
6376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6377
6377
|
required_arguments = ['loadBalancerId', 'backendSetName']
|
@@ -6505,7 +6505,7 @@ class LoadBalancerClient(object):
|
|
6505
6505
|
:rtype: :class:`~oci.response.Response`
|
6506
6506
|
|
6507
6507
|
:example:
|
6508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_hostname.py.html>`__ to see an example of how to use update_hostname API.
|
6509
6509
|
"""
|
6510
6510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6511
6511
|
required_arguments = ['loadBalancerId', 'name']
|
@@ -6637,7 +6637,7 @@ class LoadBalancerClient(object):
|
|
6637
6637
|
:rtype: :class:`~oci.response.Response`
|
6638
6638
|
|
6639
6639
|
:example:
|
6640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_listener.py.html>`__ to see an example of how to use update_listener API.
|
6641
6641
|
"""
|
6642
6642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6643
6643
|
required_arguments = ['loadBalancerId', 'listenerName']
|
@@ -6764,7 +6764,7 @@ class LoadBalancerClient(object):
|
|
6764
6764
|
:rtype: :class:`~oci.response.Response`
|
6765
6765
|
|
6766
6766
|
:example:
|
6767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_load_balancer.py.html>`__ to see an example of how to use update_load_balancer API.
|
6768
6768
|
"""
|
6769
6769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6770
6770
|
required_arguments = ['loadBalancerId']
|
@@ -6895,7 +6895,7 @@ class LoadBalancerClient(object):
|
|
6895
6895
|
:rtype: :class:`~oci.response.Response`
|
6896
6896
|
|
6897
6897
|
:example:
|
6898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_load_balancer_shape.py.html>`__ to see an example of how to use update_load_balancer_shape API.
|
6899
6899
|
"""
|
6900
6900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6901
6901
|
required_arguments = ['loadBalancerId']
|
@@ -7021,7 +7021,7 @@ class LoadBalancerClient(object):
|
|
7021
7021
|
:rtype: :class:`~oci.response.Response`
|
7022
7022
|
|
7023
7023
|
:example:
|
7024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_network_security_groups.py.html>`__ to see an example of how to use update_network_security_groups API.
|
7025
7025
|
"""
|
7026
7026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7027
7027
|
required_arguments = ['loadBalancerId']
|
@@ -7157,7 +7157,7 @@ class LoadBalancerClient(object):
|
|
7157
7157
|
:rtype: :class:`~oci.response.Response`
|
7158
7158
|
|
7159
7159
|
:example:
|
7160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_path_route_set.py.html>`__ to see an example of how to use update_path_route_set API.
|
7161
7161
|
"""
|
7162
7162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7163
7163
|
required_arguments = ['loadBalancerId', 'pathRouteSetName']
|
@@ -7292,7 +7292,7 @@ class LoadBalancerClient(object):
|
|
7292
7292
|
:rtype: :class:`~oci.response.Response`
|
7293
7293
|
|
7294
7294
|
:example:
|
7295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_routing_policy.py.html>`__ to see an example of how to use update_routing_policy API.
|
7296
7296
|
"""
|
7297
7297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7298
7298
|
required_arguments = ['loadBalancerId', 'routingPolicyName']
|
@@ -7427,7 +7427,7 @@ class LoadBalancerClient(object):
|
|
7427
7427
|
:rtype: :class:`~oci.response.Response`
|
7428
7428
|
|
7429
7429
|
:example:
|
7430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_rule_set.py.html>`__ to see an example of how to use update_rule_set API.
|
7431
7431
|
"""
|
7432
7432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7433
7433
|
required_arguments = ['loadBalancerId', 'ruleSetName']
|
@@ -7559,7 +7559,7 @@ class LoadBalancerClient(object):
|
|
7559
7559
|
:rtype: :class:`~oci.response.Response`
|
7560
7560
|
|
7561
7561
|
:example:
|
7562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loadbalancer/update_ssl_cipher_suite.py.html>`__ to see an example of how to use update_ssl_cipher_suite API.
|
7563
7563
|
"""
|
7564
7564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7565
7565
|
required_arguments = ['loadBalancerId', 'name']
|