oci 2.11.0 → 2.12.0
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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/oci.rb +1 -0
- data/lib/oci/analytics/analytics_client.rb +15 -0
- data/lib/oci/announcements_service/announcement_client.rb +4 -0
- data/lib/oci/apigateway/api_gateway_client.rb +15 -0
- data/lib/oci/apigateway/deployment_client.rb +6 -0
- data/lib/oci/apigateway/gateway_client.rb +6 -0
- data/lib/oci/apigateway/work_requests_client.rb +5 -0
- data/lib/oci/application_migration/application_migration_client.rb +19 -0
- data/lib/oci/audit/audit_client.rb +4 -1
- data/lib/oci/audit/models/audit_event.rb +8 -7
- data/lib/oci/audit/models/data.rb +0 -107
- data/lib/oci/audit/models/identity.rb +0 -17
- data/lib/oci/audit/models/request.rb +0 -46
- data/lib/oci/audit/models/response.rb +0 -34
- data/lib/oci/audit/models/state_change.rb +0 -9
- data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
- data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
- data/lib/oci/bds/bds_client.rb +16 -0
- data/lib/oci/blockchain/blockchain.rb +1 -0
- data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
- data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
- data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
- data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
- data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
- data/lib/oci/blockchain/models/work_request.rb +1 -0
- data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
- data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
- data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
- data/lib/oci/budget/budget_client.rb +10 -0
- data/lib/oci/cims/incident_client.rb +7 -0
- data/lib/oci/cims/user_client.rb +1 -0
- data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
- data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
- data/lib/oci/container_engine/container_engine_client.rb +18 -0
- data/lib/oci/core/blockstorage_client.rb +53 -0
- data/lib/oci/core/compute_client.rb +71 -0
- data/lib/oci/core/compute_management_client.rb +28 -0
- data/lib/oci/core/virtual_network_client.rb +194 -0
- data/lib/oci/data_catalog/data_catalog.rb +5 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
- data/lib/oci/data_catalog/models/attribute.rb +45 -4
- data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
- data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
- data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
- data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
- data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
- data/lib/oci/data_catalog/models/rule_type.rb +12 -0
- data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
- data/lib/oci/data_flow/data_flow_client.rb +24 -0
- data/lib/oci/data_integration/data_integration_client.rb +92 -0
- data/lib/oci/data_safe/data_safe.rb +8 -0
- data/lib/oci/data_safe/data_safe_client.rb +606 -13
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
- data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
- data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
- data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
- data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
- data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
- data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
- data/lib/oci/data_safe/models/work_request.rb +11 -6
- data/lib/oci/data_safe/models/work_request_error.rb +3 -4
- data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
- data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
- data/lib/oci/data_science/data_science_client.rb +34 -0
- data/lib/oci/database/database.rb +4 -8
- data/lib/oci/database/database_client.rb +523 -766
- data/lib/oci/database/database_client_composite_operations.rb +1299 -330
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database.rb +3 -3
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
- data/lib/oci/database/models/autonomous_database.rb +35 -3
- data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
- data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
- data/lib/oci/database/models/backup.rb +19 -5
- data/lib/oci/database/models/backup_summary.rb +19 -5
- data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
- data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/create_database_base.rb +33 -4
- data/lib/oci/database/models/create_database_from_backup.rb +9 -1
- data/lib/oci/database/models/create_db_home_base.rb +30 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/create_new_database_details.rb +9 -1
- data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/database.rb +16 -2
- data/lib/oci/database/models/database_summary.rb +16 -2
- data/lib/oci/database/models/db_home.rb +16 -2
- data/lib/oci/database/models/db_home_summary.rb +16 -2
- data/lib/oci/database/models/db_system.rb +16 -2
- data/lib/oci/database/models/db_system_summary.rb +16 -2
- data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
- data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
- data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
- data/lib/oci/database/models/flex_component_collection.rb +150 -0
- data/lib/oci/database/models/flex_component_summary.rb +197 -0
- data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_base.rb +30 -1
- data/lib/oci/database/models/launch_db_system_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
- data/lib/oci/database/models/maintenance_run.rb +2 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
- data/lib/oci/database/models/update_database_details.rb +1 -1
- data/lib/oci/database/models/update_details.rb +1 -1
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
- data/lib/oci/database/models/update_summary.rb +1 -1
- data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster.rb +2 -1
- data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
- data/lib/oci/database/models/vm_network_details.rb +2 -1
- data/lib/oci/dns/dns_client.rb +49 -0
- data/lib/oci/dts/appliance_export_job_client.rb +6 -0
- data/lib/oci/dts/shipping_vendors_client.rb +1 -0
- data/lib/oci/dts/transfer_appliance_client.rb +8 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
- data/lib/oci/dts/transfer_device_client.rb +5 -0
- data/lib/oci/dts/transfer_job_client.rb +6 -0
- data/lib/oci/dts/transfer_package_client.rb +7 -0
- data/lib/oci/email/email_client.rb +10 -0
- data/lib/oci/events/events_client.rb +6 -0
- data/lib/oci/file_storage/file_storage_client.rb +25 -0
- data/lib/oci/functions/functions_invoke_client.rb +1 -0
- data/lib/oci/functions/functions_management_client.rb +11 -0
- data/lib/oci/healthchecks/health_checks_client.rb +17 -0
- data/lib/oci/identity/identity_client.rb +120 -0
- data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
- data/lib/oci/integration/integration.rb +3 -0
- data/lib/oci/integration/integration_instance_client.rb +12 -0
- data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
- data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
- data/lib/oci/integration/models/integration_instance.rb +43 -1
- data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
- data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
- data/lib/oci/key_management/kms_crypto_client.rb +4 -0
- data/lib/oci/key_management/kms_management_client.rb +31 -0
- data/lib/oci/key_management/kms_vault_client.rb +11 -0
- data/lib/oci/limits/limits_client.rb +4 -0
- data/lib/oci/limits/quotas_client.rb +5 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
- data/lib/oci/load_balancer/models/shape_details.rb +180 -0
- data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
- data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
- data/lib/oci/logging/logging_management_client.rb +32 -0
- data/lib/oci/loggingingestion/logging_client.rb +1 -0
- data/lib/oci/loggingsearch/log_search_client.rb +1 -0
- data/lib/oci/management_agent/management_agent.rb +2 -0
- data/lib/oci/management_agent/management_agent_client.rb +101 -0
- data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
- data/lib/oci/management_agent/models/availability_status.rb +12 -0
- data/lib/oci/management_agent/models/management_agent.rb +35 -1
- data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
- data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
- data/lib/oci/marketplace/marketplace_client.rb +16 -0
- data/lib/oci/monitoring/monitoring_client.rb +12 -0
- data/lib/oci/mysql/channels_client.rb +625 -0
- data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
- data/lib/oci/mysql/db_backups_client.rb +11 -0
- data/lib/oci/mysql/db_system_client.rb +17 -0
- data/lib/oci/mysql/models/backup.rb +16 -3
- data/lib/oci/mysql/models/backup_summary.rb +17 -3
- data/lib/oci/mysql/models/ca_certificate.rb +189 -0
- data/lib/oci/mysql/models/channel.rb +340 -0
- data/lib/oci/mysql/models/channel_source.rb +189 -0
- data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
- data/lib/oci/mysql/models/channel_summary.rb +304 -0
- data/lib/oci/mysql/models/channel_target.rb +189 -0
- data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
- data/lib/oci/mysql/models/configuration.rb +2 -2
- data/lib/oci/mysql/models/configuration_summary.rb +2 -2
- data/lib/oci/mysql/models/configuration_variables.rb +30 -15
- data/lib/oci/mysql/models/create_backup_details.rb +2 -2
- data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/create_channel_details.rb +248 -0
- data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
- data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
- data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
- data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
- data/lib/oci/mysql/models/db_system.rb +15 -3
- data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
- data/lib/oci/mysql/models/db_system_source.rb +1 -0
- data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
- data/lib/oci/mysql/models/db_system_summary.rb +2 -2
- data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
- data/lib/oci/mysql/models/update_backup_details.rb +2 -2
- data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/update_channel_details.rb +234 -0
- data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
- data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
- data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
- data/lib/oci/mysql/mysql.rb +23 -0
- data/lib/oci/mysql/mysqlaas_client.rb +7 -0
- data/lib/oci/mysql/work_requests_client.rb +4 -0
- data/lib/oci/nosql/nosql_client.rb +22 -0
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
- data/lib/oci/object_storage/object_storage_client.rb +55 -6
- data/lib/oci/oce/oce_instance_client.rb +10 -0
- data/lib/oci/ocvp/esxi_host_client.rb +5 -0
- data/lib/oci/ocvp/sddc_client.rb +7 -0
- data/lib/oci/ocvp/work_request_client.rb +4 -0
- data/lib/oci/oda/oda_client.rb +12 -0
- data/lib/oci/ons/notification_control_plane_client.rb +6 -0
- data/lib/oci/ons/notification_data_plane_client.rb +10 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
- data/lib/oci/opsi/operations_insights_client.rb +22 -3
- data/lib/oci/optimizer/optimizer_client.rb +22 -0
- data/lib/oci/os_management/os_management_client.rb +53 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/resource_manager.rb +4 -0
- data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
- data/lib/oci/resource_search/resource_search_client.rb +3 -0
- data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
- data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
- data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
- data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
- data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
- data/lib/oci/rover/models/enclosure_type.rb +11 -0
- data/lib/oci/rover/models/lifecycle_state.rb +15 -0
- data/lib/oci/rover/models/node_type.rb +11 -0
- data/lib/oci/rover/models/rover_cluster.rb +610 -0
- data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
- data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
- data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
- data/lib/oci/rover/models/rover_entitlement.rb +363 -0
- data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
- data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
- data/lib/oci/rover/models/rover_node.rb +661 -0
- data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
- data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
- data/lib/oci/rover/models/rover_node_collection.rb +150 -0
- data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
- data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_summary.rb +323 -0
- data/lib/oci/rover/models/rover_workload.rb +264 -0
- data/lib/oci/rover/models/shipping_address.rb +276 -0
- data/lib/oci/rover/models/sort_orders.rb +11 -0
- data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
- data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
- data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
- data/lib/oci/rover/rover.rb +54 -0
- data/lib/oci/rover/rover_cluster_client.rb +549 -0
- data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_entitlement_client.rb +514 -0
- data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_node_client.rb +738 -0
- data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
- data/lib/oci/rover/util.rb +3 -0
- data/lib/oci/sch/service_connector_client.rb +12 -0
- data/lib/oci/secrets/secrets_client.rb +2 -0
- data/lib/oci/streaming/stream_admin_client.rb +18 -0
- data/lib/oci/streaming/stream_client.rb +8 -0
- data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
- data/lib/oci/usage_api/usageapi_client.rb +2 -0
- data/lib/oci/vault/vaults_client.rb +11 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/redirect_client.rb +6 -0
- data/lib/oci/waas/waas_client.rb +66 -0
- data/lib/oci/work_requests/work_request_client.rb +4 -0
- metadata +91 -10
|
@@ -99,6 +99,7 @@ module OCI
|
|
|
99
99
|
#
|
|
100
100
|
# @option opts [OCI::KeyManagement::Models::BackupKeyDetails] :backup_key_details BackupKeyDetails
|
|
101
101
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
102
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/backup_key.rb.html) to see an example of how to use backup_key API.
|
|
102
103
|
def backup_key(key_id, opts = {})
|
|
103
104
|
logger.debug 'Calling operation KmsManagementClient#backup_key.' if logger
|
|
104
105
|
|
|
@@ -179,6 +180,7 @@ module OCI
|
|
|
179
180
|
# creation request may be rejected).
|
|
180
181
|
#
|
|
181
182
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
183
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/cancel_key_deletion.rb.html) to see an example of how to use cancel_key_deletion API.
|
|
182
184
|
def cancel_key_deletion(key_id, opts = {})
|
|
183
185
|
logger.debug 'Calling operation KmsManagementClient#cancel_key_deletion.' if logger
|
|
184
186
|
|
|
@@ -260,6 +262,7 @@ module OCI
|
|
|
260
262
|
# creation request may be rejected).
|
|
261
263
|
#
|
|
262
264
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::KeyVersion KeyVersion}
|
|
265
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/cancel_key_version_deletion.rb.html) to see an example of how to use cancel_key_version_deletion API.
|
|
263
266
|
def cancel_key_version_deletion(key_id, key_version_id, opts = {})
|
|
264
267
|
logger.debug 'Calling operation KmsManagementClient#cancel_key_version_deletion.' if logger
|
|
265
268
|
|
|
@@ -344,6 +347,7 @@ module OCI
|
|
|
344
347
|
# creation request may be rejected).
|
|
345
348
|
#
|
|
346
349
|
# @return [Response] A Response object with data of type nil
|
|
350
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/change_key_compartment.rb.html) to see an example of how to use change_key_compartment API.
|
|
347
351
|
def change_key_compartment(key_id, change_key_compartment_details, opts = {})
|
|
348
352
|
logger.debug 'Calling operation KmsManagementClient#change_key_compartment.' if logger
|
|
349
353
|
|
|
@@ -416,6 +420,7 @@ module OCI
|
|
|
416
420
|
# creation request may be rejected).
|
|
417
421
|
#
|
|
418
422
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
423
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/create_key.rb.html) to see an example of how to use create_key API.
|
|
419
424
|
def create_key(create_key_details, opts = {})
|
|
420
425
|
logger.debug 'Calling operation KmsManagementClient#create_key.' if logger
|
|
421
426
|
|
|
@@ -487,6 +492,7 @@ module OCI
|
|
|
487
492
|
# creation request may be rejected).
|
|
488
493
|
#
|
|
489
494
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::KeyVersion KeyVersion}
|
|
495
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/create_key_version.rb.html) to see an example of how to use create_key_version API.
|
|
490
496
|
def create_key_version(key_id, opts = {})
|
|
491
497
|
logger.debug 'Calling operation KmsManagementClient#create_key_version.' if logger
|
|
492
498
|
|
|
@@ -565,6 +571,7 @@ module OCI
|
|
|
565
571
|
# creation request may be rejected).
|
|
566
572
|
#
|
|
567
573
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
574
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/disable_key.rb.html) to see an example of how to use disable_key API.
|
|
568
575
|
def disable_key(key_id, opts = {})
|
|
569
576
|
logger.debug 'Calling operation KmsManagementClient#disable_key.' if logger
|
|
570
577
|
|
|
@@ -644,6 +651,7 @@ module OCI
|
|
|
644
651
|
# creation request may be rejected).
|
|
645
652
|
#
|
|
646
653
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
654
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/enable_key.rb.html) to see an example of how to use enable_key API.
|
|
647
655
|
def enable_key(key_id, opts = {})
|
|
648
656
|
logger.debug 'Calling operation KmsManagementClient#enable_key.' if logger
|
|
649
657
|
|
|
@@ -709,6 +717,7 @@ module OCI
|
|
|
709
717
|
# generated by the service.
|
|
710
718
|
#
|
|
711
719
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
720
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/get_key.rb.html) to see an example of how to use get_key API.
|
|
712
721
|
def get_key(key_id, opts = {})
|
|
713
722
|
logger.debug 'Calling operation KmsManagementClient#get_key.' if logger
|
|
714
723
|
|
|
@@ -772,6 +781,7 @@ module OCI
|
|
|
772
781
|
# generated by the service.
|
|
773
782
|
#
|
|
774
783
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::KeyVersion KeyVersion}
|
|
784
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/get_key_version.rb.html) to see an example of how to use get_key_version API.
|
|
775
785
|
def get_key_version(key_id, key_version_id, opts = {})
|
|
776
786
|
logger.debug 'Calling operation KmsManagementClient#get_key_version.' if logger
|
|
777
787
|
|
|
@@ -831,6 +841,7 @@ module OCI
|
|
|
831
841
|
# generated by the service.
|
|
832
842
|
#
|
|
833
843
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::WrappingKey WrappingKey}
|
|
844
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/get_wrapping_key.rb.html) to see an example of how to use get_wrapping_key API.
|
|
834
845
|
def get_wrapping_key(opts = {})
|
|
835
846
|
logger.debug 'Calling operation KmsManagementClient#get_wrapping_key.' if logger
|
|
836
847
|
|
|
@@ -895,6 +906,7 @@ module OCI
|
|
|
895
906
|
# creation request may be rejected).
|
|
896
907
|
#
|
|
897
908
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
909
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/import_key.rb.html) to see an example of how to use import_key API.
|
|
898
910
|
def import_key(import_key_details, opts = {})
|
|
899
911
|
logger.debug 'Calling operation KmsManagementClient#import_key.' if logger
|
|
900
912
|
|
|
@@ -965,6 +977,7 @@ module OCI
|
|
|
965
977
|
# creation request may be rejected).
|
|
966
978
|
#
|
|
967
979
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::KeyVersion KeyVersion}
|
|
980
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/import_key_version.rb.html) to see an example of how to use import_key_version API.
|
|
968
981
|
def import_key_version(key_id, import_key_version_details, opts = {})
|
|
969
982
|
logger.debug 'Calling operation KmsManagementClient#import_key_version.' if logger
|
|
970
983
|
|
|
@@ -1044,6 +1057,7 @@ module OCI
|
|
|
1044
1057
|
#
|
|
1045
1058
|
# Allowed values are: ASC, DESC
|
|
1046
1059
|
# @return [Response] A Response object with data of type Array<{OCI::KeyManagement::Models::KeyVersionSummary KeyVersionSummary}>
|
|
1060
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/list_key_versions.rb.html) to see an example of how to use list_key_versions API.
|
|
1047
1061
|
def list_key_versions(key_id, opts = {})
|
|
1048
1062
|
logger.debug 'Calling operation KmsManagementClient#list_key_versions.' if logger
|
|
1049
1063
|
|
|
@@ -1137,7 +1151,13 @@ module OCI
|
|
|
1137
1151
|
# `SOFTWARE` are performed on the server.
|
|
1138
1152
|
# (default to HSM)
|
|
1139
1153
|
# Allowed values are: HSM, SOFTWARE
|
|
1154
|
+
# @option opts [String] :algorithm The algorithm used by a key's key versions to encrypt or decrypt. Currently, only AES is supported.
|
|
1155
|
+
#
|
|
1156
|
+
# Allowed values are: AES
|
|
1157
|
+
# @option opts [Integer] :length The length of the key in bytes, expressed as an integer. Values of 16, 24, or 32 are supported.
|
|
1158
|
+
#
|
|
1140
1159
|
# @return [Response] A Response object with data of type Array<{OCI::KeyManagement::Models::KeySummary KeySummary}>
|
|
1160
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/list_keys.rb.html) to see an example of how to use list_keys API.
|
|
1141
1161
|
def list_keys(compartment_id, opts = {})
|
|
1142
1162
|
logger.debug 'Calling operation KmsManagementClient#list_keys.' if logger
|
|
1143
1163
|
|
|
@@ -1155,6 +1175,10 @@ module OCI
|
|
|
1155
1175
|
raise 'Invalid value for "protection_mode", must be one of HSM, SOFTWARE.'
|
|
1156
1176
|
end
|
|
1157
1177
|
|
|
1178
|
+
if opts[:algorithm] && !%w[AES].include?(opts[:algorithm])
|
|
1179
|
+
raise 'Invalid value for "algorithm", must be one of AES.'
|
|
1180
|
+
end
|
|
1181
|
+
|
|
1158
1182
|
path = '/20180608/keys'
|
|
1159
1183
|
operation_signing_strategy = :standard
|
|
1160
1184
|
|
|
@@ -1167,6 +1191,8 @@ module OCI
|
|
|
1167
1191
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
1168
1192
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
1169
1193
|
query_params[:protectionMode] = opts[:protection_mode] if opts[:protection_mode]
|
|
1194
|
+
query_params[:algorithm] = opts[:algorithm] if opts[:algorithm]
|
|
1195
|
+
query_params[:length] = opts[:length] if opts[:length]
|
|
1170
1196
|
|
|
1171
1197
|
# Header Params
|
|
1172
1198
|
header_params = {}
|
|
@@ -1234,6 +1260,7 @@ module OCI
|
|
|
1234
1260
|
# creation request may be rejected).
|
|
1235
1261
|
#
|
|
1236
1262
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
1263
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/restore_key_from_file.rb.html) to see an example of how to use restore_key_from_file API.
|
|
1237
1264
|
def restore_key_from_file(restore_key_from_file_details, opts = {})
|
|
1238
1265
|
logger.debug 'Calling operation KmsManagementClient#restore_key_from_file.' if logger
|
|
1239
1266
|
|
|
@@ -1310,6 +1337,7 @@ module OCI
|
|
|
1310
1337
|
#
|
|
1311
1338
|
# @option opts [OCI::KeyManagement::Models::RestoreKeyFromObjectStoreDetails] :restore_key_from_object_store_details Location to restore the backup from
|
|
1312
1339
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
1340
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/restore_key_from_object_store.rb.html) to see an example of how to use restore_key_from_object_store API.
|
|
1313
1341
|
def restore_key_from_object_store(opts = {})
|
|
1314
1342
|
logger.debug 'Calling operation KmsManagementClient#restore_key_from_object_store.' if logger
|
|
1315
1343
|
|
|
@@ -1388,6 +1416,7 @@ module OCI
|
|
|
1388
1416
|
# creation request may be rejected).
|
|
1389
1417
|
#
|
|
1390
1418
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
1419
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/schedule_key_deletion.rb.html) to see an example of how to use schedule_key_deletion API.
|
|
1391
1420
|
def schedule_key_deletion(key_id, schedule_key_deletion_details, opts = {})
|
|
1392
1421
|
logger.debug 'Calling operation KmsManagementClient#schedule_key_deletion.' if logger
|
|
1393
1422
|
|
|
@@ -1470,6 +1499,7 @@ module OCI
|
|
|
1470
1499
|
# creation request may be rejected).
|
|
1471
1500
|
#
|
|
1472
1501
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::KeyVersion KeyVersion}
|
|
1502
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/schedule_key_version_deletion.rb.html) to see an example of how to use schedule_key_version_deletion API.
|
|
1473
1503
|
def schedule_key_version_deletion(key_id, key_version_id, schedule_key_version_deletion_details, opts = {})
|
|
1474
1504
|
logger.debug 'Calling operation KmsManagementClient#schedule_key_version_deletion.' if logger
|
|
1475
1505
|
|
|
@@ -1547,6 +1577,7 @@ module OCI
|
|
|
1547
1577
|
# generated by the service.
|
|
1548
1578
|
#
|
|
1549
1579
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Key Key}
|
|
1580
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/update_key.rb.html) to see an example of how to use update_key API.
|
|
1550
1581
|
def update_key(key_id, update_key_details, opts = {})
|
|
1551
1582
|
logger.debug 'Calling operation KmsManagementClient#update_key.' if logger
|
|
1552
1583
|
|
|
@@ -126,6 +126,7 @@ module OCI
|
|
|
126
126
|
#
|
|
127
127
|
# @option opts [OCI::KeyManagement::Models::BackupVaultDetails] :backup_vault_details BackupVaultDetails
|
|
128
128
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
129
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/backup_vault.rb.html) to see an example of how to use backup_vault API.
|
|
129
130
|
def backup_vault(vault_id, opts = {})
|
|
130
131
|
logger.debug 'Calling operation KmsVaultClient#backup_vault.' if logger
|
|
131
132
|
|
|
@@ -207,6 +208,7 @@ module OCI
|
|
|
207
208
|
# creation request may be rejected).
|
|
208
209
|
#
|
|
209
210
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
211
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/cancel_vault_deletion.rb.html) to see an example of how to use cancel_vault_deletion API.
|
|
210
212
|
def cancel_vault_deletion(vault_id, opts = {})
|
|
211
213
|
logger.debug 'Calling operation KmsVaultClient#cancel_vault_deletion.' if logger
|
|
212
214
|
|
|
@@ -289,6 +291,7 @@ module OCI
|
|
|
289
291
|
# creation request may be rejected).
|
|
290
292
|
#
|
|
291
293
|
# @return [Response] A Response object with data of type nil
|
|
294
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/change_vault_compartment.rb.html) to see an example of how to use change_vault_compartment API.
|
|
292
295
|
def change_vault_compartment(vault_id, change_vault_compartment_details, opts = {})
|
|
293
296
|
logger.debug 'Calling operation KmsVaultClient#change_vault_compartment.' if logger
|
|
294
297
|
|
|
@@ -364,6 +367,7 @@ module OCI
|
|
|
364
367
|
# creation request may be rejected).
|
|
365
368
|
#
|
|
366
369
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
370
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/create_vault.rb.html) to see an example of how to use create_vault API.
|
|
367
371
|
def create_vault(create_vault_details, opts = {})
|
|
368
372
|
logger.debug 'Calling operation KmsVaultClient#create_vault.' if logger
|
|
369
373
|
|
|
@@ -427,6 +431,7 @@ module OCI
|
|
|
427
431
|
# generated by the service.
|
|
428
432
|
#
|
|
429
433
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
434
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/get_vault.rb.html) to see an example of how to use get_vault API.
|
|
430
435
|
def get_vault(vault_id, opts = {})
|
|
431
436
|
logger.debug 'Calling operation KmsVaultClient#get_vault.' if logger
|
|
432
437
|
|
|
@@ -484,6 +489,7 @@ module OCI
|
|
|
484
489
|
# generated by the service.
|
|
485
490
|
#
|
|
486
491
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::VaultUsage VaultUsage}
|
|
492
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/get_vault_usage.rb.html) to see an example of how to use get_vault_usage API.
|
|
487
493
|
def get_vault_usage(vault_id, opts = {})
|
|
488
494
|
logger.debug 'Calling operation KmsVaultClient#get_vault_usage.' if logger
|
|
489
495
|
|
|
@@ -559,6 +565,7 @@ module OCI
|
|
|
559
565
|
#
|
|
560
566
|
# Allowed values are: ASC, DESC
|
|
561
567
|
# @return [Response] A Response object with data of type Array<{OCI::KeyManagement::Models::VaultSummary VaultSummary}>
|
|
568
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/list_vaults.rb.html) to see an example of how to use list_vaults API.
|
|
562
569
|
def list_vaults(compartment_id, opts = {})
|
|
563
570
|
logger.debug 'Calling operation KmsVaultClient#list_vaults.' if logger
|
|
564
571
|
|
|
@@ -651,6 +658,7 @@ module OCI
|
|
|
651
658
|
# creation request may be rejected).
|
|
652
659
|
#
|
|
653
660
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
661
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/restore_vault_from_file.rb.html) to see an example of how to use restore_vault_from_file API.
|
|
654
662
|
def restore_vault_from_file(compartment_id, restore_vault_from_file_details, opts = {})
|
|
655
663
|
logger.debug 'Calling operation KmsVaultClient#restore_vault_from_file.' if logger
|
|
656
664
|
|
|
@@ -730,6 +738,7 @@ module OCI
|
|
|
730
738
|
#
|
|
731
739
|
# @option opts [OCI::KeyManagement::Models::RestoreVaultFromObjectStoreDetails] :restore_vault_from_object_store_details RestoreVaultFromObjectStoreDetails
|
|
732
740
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
741
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/restore_vault_from_object_store.rb.html) to see an example of how to use restore_vault_from_object_store API.
|
|
733
742
|
def restore_vault_from_object_store(compartment_id, opts = {})
|
|
734
743
|
logger.debug 'Calling operation KmsVaultClient#restore_vault_from_object_store.' if logger
|
|
735
744
|
|
|
@@ -813,6 +822,7 @@ module OCI
|
|
|
813
822
|
# creation request may be rejected).
|
|
814
823
|
#
|
|
815
824
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
825
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/schedule_vault_deletion.rb.html) to see an example of how to use schedule_vault_deletion API.
|
|
816
826
|
def schedule_vault_deletion(vault_id, schedule_vault_deletion_details, opts = {})
|
|
817
827
|
logger.debug 'Calling operation KmsVaultClient#schedule_vault_deletion.' if logger
|
|
818
828
|
|
|
@@ -888,6 +898,7 @@ module OCI
|
|
|
888
898
|
# generated by the service.
|
|
889
899
|
#
|
|
890
900
|
# @return [Response] A Response object with data of type {OCI::KeyManagement::Models::Vault Vault}
|
|
901
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/keymanagement/update_vault.rb.html) to see an example of how to use update_vault API.
|
|
891
902
|
def update_vault(vault_id, update_vault_details, opts = {})
|
|
892
903
|
logger.debug 'Calling operation KmsVaultClient#update_vault.' if logger
|
|
893
904
|
|
|
@@ -117,6 +117,7 @@ module OCI
|
|
|
117
117
|
# particular request, please provide the request ID.
|
|
118
118
|
#
|
|
119
119
|
# @return [Response] A Response object with data of type {OCI::Limits::Models::ResourceAvailability ResourceAvailability}
|
|
120
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/get_resource_availability.rb.html) to see an example of how to use get_resource_availability API.
|
|
120
121
|
def get_resource_availability(service_name, limit_name, compartment_id, opts = {})
|
|
121
122
|
logger.debug 'Calling operation LimitsClient#get_resource_availability.' if logger
|
|
122
123
|
|
|
@@ -193,6 +194,7 @@ module OCI
|
|
|
193
194
|
# particular request, please provide the request ID.
|
|
194
195
|
#
|
|
195
196
|
# @return [Response] A Response object with data of type Array<{OCI::Limits::Models::LimitDefinitionSummary LimitDefinitionSummary}>
|
|
197
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/list_limit_definitions.rb.html) to see an example of how to use list_limit_definitions API.
|
|
196
198
|
def list_limit_definitions(compartment_id, opts = {})
|
|
197
199
|
logger.debug 'Calling operation LimitsClient#list_limit_definitions.' if logger
|
|
198
200
|
|
|
@@ -280,6 +282,7 @@ module OCI
|
|
|
280
282
|
# particular request, please provide the request ID.
|
|
281
283
|
#
|
|
282
284
|
# @return [Response] A Response object with data of type Array<{OCI::Limits::Models::LimitValueSummary LimitValueSummary}>
|
|
285
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/list_limit_values.rb.html) to see an example of how to use list_limit_values API.
|
|
283
286
|
def list_limit_values(compartment_id, service_name, opts = {})
|
|
284
287
|
logger.debug 'Calling operation LimitsClient#list_limit_values.' if logger
|
|
285
288
|
|
|
@@ -369,6 +372,7 @@ module OCI
|
|
|
369
372
|
# particular request, please provide the request ID.
|
|
370
373
|
#
|
|
371
374
|
# @return [Response] A Response object with data of type Array<{OCI::Limits::Models::ServiceSummary ServiceSummary}>
|
|
375
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/list_services.rb.html) to see an example of how to use list_services API.
|
|
372
376
|
def list_services(compartment_id, opts = {})
|
|
373
377
|
logger.debug 'Calling operation LimitsClient#list_services.' if logger
|
|
374
378
|
|
|
@@ -113,6 +113,7 @@ module OCI
|
|
|
113
113
|
# may be rejected).
|
|
114
114
|
#
|
|
115
115
|
# @return [Response] A Response object with data of type {OCI::Limits::Models::Quota Quota}
|
|
116
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/create_quota.rb.html) to see an example of how to use create_quota API.
|
|
116
117
|
def create_quota(create_quota_details, opts = {})
|
|
117
118
|
logger.debug 'Calling operation QuotasClient#create_quota.' if logger
|
|
118
119
|
|
|
@@ -173,6 +174,7 @@ module OCI
|
|
|
173
174
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
174
175
|
#
|
|
175
176
|
# @return [Response] A Response object with data of type nil
|
|
177
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/delete_quota.rb.html) to see an example of how to use delete_quota API.
|
|
176
178
|
def delete_quota(quota_id, opts = {})
|
|
177
179
|
logger.debug 'Calling operation QuotasClient#delete_quota.' if logger
|
|
178
180
|
|
|
@@ -228,6 +230,7 @@ module OCI
|
|
|
228
230
|
# particular request, please provide the request ID.
|
|
229
231
|
#
|
|
230
232
|
# @return [Response] A Response object with data of type {OCI::Limits::Models::Quota Quota}
|
|
233
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/get_quota.rb.html) to see an example of how to use get_quota API.
|
|
231
234
|
def get_quota(quota_id, opts = {})
|
|
232
235
|
logger.debug 'Calling operation QuotasClient#get_quota.' if logger
|
|
233
236
|
|
|
@@ -297,6 +300,7 @@ module OCI
|
|
|
297
300
|
# particular request, please provide the request ID.
|
|
298
301
|
#
|
|
299
302
|
# @return [Response] A Response object with data of type Array<{OCI::Limits::Models::QuotaSummary QuotaSummary}>
|
|
303
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/list_quotas.rb.html) to see an example of how to use list_quotas API.
|
|
300
304
|
def list_quotas(compartment_id, opts = {})
|
|
301
305
|
logger.debug 'Calling operation QuotasClient#list_quotas.' if logger
|
|
302
306
|
|
|
@@ -375,6 +379,7 @@ module OCI
|
|
|
375
379
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
376
380
|
#
|
|
377
381
|
# @return [Response] A Response object with data of type {OCI::Limits::Models::Quota Quota}
|
|
382
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/limits/update_quota.rb.html) to see an example of how to use update_quota API.
|
|
378
383
|
def update_quota(quota_id, update_quota_details, opts = {})
|
|
379
384
|
logger.debug 'Calling operation QuotasClient#update_quota.' if logger
|
|
380
385
|
|
|
@@ -72,6 +72,7 @@ require 'oci/load_balancer/models/ssl_cipher_suite_details'
|
|
|
72
72
|
require 'oci/load_balancer/models/ssl_configuration'
|
|
73
73
|
require 'oci/load_balancer/models/ssl_configuration_details'
|
|
74
74
|
require 'oci/load_balancer/models/session_persistence_configuration_details'
|
|
75
|
+
require 'oci/load_balancer/models/shape_details'
|
|
75
76
|
require 'oci/load_balancer/models/source_ip_address_condition'
|
|
76
77
|
require 'oci/load_balancer/models/source_vcn_id_condition'
|
|
77
78
|
require 'oci/load_balancer/models/source_vcn_ip_address_condition'
|
|
@@ -123,6 +123,7 @@ module OCI
|
|
|
123
123
|
# Example: `example-etag`
|
|
124
124
|
# (default to )
|
|
125
125
|
# @return [Response] A Response object with data of type nil
|
|
126
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/change_load_balancer_compartment.rb.html) to see an example of how to use change_load_balancer_compartment API.
|
|
126
127
|
def change_load_balancer_compartment(load_balancer_id, change_load_balancer_compartment_details, opts = {})
|
|
127
128
|
logger.debug 'Calling operation LoadBalancerClient#change_load_balancer_compartment.' if logger
|
|
128
129
|
|
|
@@ -192,6 +193,7 @@ module OCI
|
|
|
192
193
|
# may be rejected).
|
|
193
194
|
#
|
|
194
195
|
# @return [Response] A Response object with data of type nil
|
|
196
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_backend.rb.html) to see an example of how to use create_backend API.
|
|
195
197
|
def create_backend(create_backend_details, load_balancer_id, backend_set_name, opts = {})
|
|
196
198
|
logger.debug 'Calling operation LoadBalancerClient#create_backend.' if logger
|
|
197
199
|
|
|
@@ -258,6 +260,7 @@ module OCI
|
|
|
258
260
|
# may be rejected).
|
|
259
261
|
#
|
|
260
262
|
# @return [Response] A Response object with data of type nil
|
|
263
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_backend_set.rb.html) to see an example of how to use create_backend_set API.
|
|
261
264
|
def create_backend_set(create_backend_set_details, load_balancer_id, opts = {})
|
|
262
265
|
logger.debug 'Calling operation LoadBalancerClient#create_backend_set.' if logger
|
|
263
266
|
|
|
@@ -322,6 +325,7 @@ module OCI
|
|
|
322
325
|
# may be rejected).
|
|
323
326
|
#
|
|
324
327
|
# @return [Response] A Response object with data of type nil
|
|
328
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_certificate.rb.html) to see an example of how to use create_certificate API.
|
|
325
329
|
def create_certificate(create_certificate_details, load_balancer_id, opts = {})
|
|
326
330
|
logger.debug 'Calling operation LoadBalancerClient#create_certificate.' if logger
|
|
327
331
|
|
|
@@ -388,6 +392,7 @@ module OCI
|
|
|
388
392
|
# may be rejected).
|
|
389
393
|
#
|
|
390
394
|
# @return [Response] A Response object with data of type nil
|
|
395
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_hostname.rb.html) to see an example of how to use create_hostname API.
|
|
391
396
|
def create_hostname(create_hostname_details, load_balancer_id, opts = {})
|
|
392
397
|
logger.debug 'Calling operation LoadBalancerClient#create_hostname.' if logger
|
|
393
398
|
|
|
@@ -452,6 +457,7 @@ module OCI
|
|
|
452
457
|
# may be rejected).
|
|
453
458
|
#
|
|
454
459
|
# @return [Response] A Response object with data of type nil
|
|
460
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_listener.rb.html) to see an example of how to use create_listener API.
|
|
455
461
|
def create_listener(create_listener_details, load_balancer_id, opts = {})
|
|
456
462
|
logger.debug 'Calling operation LoadBalancerClient#create_listener.' if logger
|
|
457
463
|
|
|
@@ -542,6 +548,7 @@ module OCI
|
|
|
542
548
|
# may be rejected).
|
|
543
549
|
#
|
|
544
550
|
# @return [Response] A Response object with data of type nil
|
|
551
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_load_balancer.rb.html) to see an example of how to use create_load_balancer API.
|
|
545
552
|
def create_load_balancer(create_load_balancer_details, opts = {})
|
|
546
553
|
logger.debug 'Calling operation LoadBalancerClient#create_load_balancer.' if logger
|
|
547
554
|
|
|
@@ -606,6 +613,7 @@ module OCI
|
|
|
606
613
|
# may be rejected).
|
|
607
614
|
#
|
|
608
615
|
# @return [Response] A Response object with data of type nil
|
|
616
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_path_route_set.rb.html) to see an example of how to use create_path_route_set API.
|
|
609
617
|
def create_path_route_set(create_path_route_set_details, load_balancer_id, opts = {})
|
|
610
618
|
logger.debug 'Calling operation LoadBalancerClient#create_path_route_set.' if logger
|
|
611
619
|
|
|
@@ -666,6 +674,7 @@ module OCI
|
|
|
666
674
|
# particular request, please provide the request ID.
|
|
667
675
|
# (default to )
|
|
668
676
|
# @return [Response] A Response object with data of type nil
|
|
677
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_rule_set.rb.html) to see an example of how to use create_rule_set API.
|
|
669
678
|
def create_rule_set(load_balancer_id, create_rule_set_details, opts = {})
|
|
670
679
|
logger.debug 'Calling operation LoadBalancerClient#create_rule_set.' if logger
|
|
671
680
|
|
|
@@ -729,6 +738,7 @@ module OCI
|
|
|
729
738
|
# may be rejected).
|
|
730
739
|
#
|
|
731
740
|
# @return [Response] A Response object with data of type nil
|
|
741
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/create_ssl_cipher_suite.rb.html) to see an example of how to use create_ssl_cipher_suite API.
|
|
732
742
|
def create_ssl_cipher_suite(create_ssl_cipher_suite_details, load_balancer_id, opts = {})
|
|
733
743
|
logger.debug 'Calling operation LoadBalancerClient#create_ssl_cipher_suite.' if logger
|
|
734
744
|
|
|
@@ -794,6 +804,7 @@ module OCI
|
|
|
794
804
|
# particular request, please provide the request ID.
|
|
795
805
|
# (default to )
|
|
796
806
|
# @return [Response] A Response object with data of type nil
|
|
807
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_backend.rb.html) to see an example of how to use delete_backend API.
|
|
797
808
|
def delete_backend(load_balancer_id, backend_set_name, backend_name, opts = {})
|
|
798
809
|
logger.debug 'Calling operation LoadBalancerClient#delete_backend.' if logger
|
|
799
810
|
|
|
@@ -859,6 +870,7 @@ module OCI
|
|
|
859
870
|
# particular request, please provide the request ID.
|
|
860
871
|
# (default to )
|
|
861
872
|
# @return [Response] A Response object with data of type nil
|
|
873
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_backend_set.rb.html) to see an example of how to use delete_backend_set API.
|
|
862
874
|
def delete_backend_set(load_balancer_id, backend_set_name, opts = {})
|
|
863
875
|
logger.debug 'Calling operation LoadBalancerClient#delete_backend_set.' if logger
|
|
864
876
|
|
|
@@ -921,6 +933,7 @@ module OCI
|
|
|
921
933
|
# particular request, please provide the request ID.
|
|
922
934
|
# (default to )
|
|
923
935
|
# @return [Response] A Response object with data of type nil
|
|
936
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_certificate.rb.html) to see an example of how to use delete_certificate API.
|
|
924
937
|
def delete_certificate(load_balancer_id, certificate_name, opts = {})
|
|
925
938
|
logger.debug 'Calling operation LoadBalancerClient#delete_certificate.' if logger
|
|
926
939
|
|
|
@@ -982,6 +995,7 @@ module OCI
|
|
|
982
995
|
# particular request, please provide the request ID.
|
|
983
996
|
# (default to )
|
|
984
997
|
# @return [Response] A Response object with data of type nil
|
|
998
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_hostname.rb.html) to see an example of how to use delete_hostname API.
|
|
985
999
|
def delete_hostname(load_balancer_id, name, opts = {})
|
|
986
1000
|
logger.debug 'Calling operation LoadBalancerClient#delete_hostname.' if logger
|
|
987
1001
|
|
|
@@ -1042,6 +1056,7 @@ module OCI
|
|
|
1042
1056
|
# particular request, please provide the request ID.
|
|
1043
1057
|
# (default to )
|
|
1044
1058
|
# @return [Response] A Response object with data of type nil
|
|
1059
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_listener.rb.html) to see an example of how to use delete_listener API.
|
|
1045
1060
|
def delete_listener(load_balancer_id, listener_name, opts = {})
|
|
1046
1061
|
logger.debug 'Calling operation LoadBalancerClient#delete_listener.' if logger
|
|
1047
1062
|
|
|
@@ -1098,6 +1113,7 @@ module OCI
|
|
|
1098
1113
|
# particular request, please provide the request ID.
|
|
1099
1114
|
# (default to )
|
|
1100
1115
|
# @return [Response] A Response object with data of type nil
|
|
1116
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_load_balancer.rb.html) to see an example of how to use delete_load_balancer API.
|
|
1101
1117
|
def delete_load_balancer(load_balancer_id, opts = {})
|
|
1102
1118
|
logger.debug 'Calling operation LoadBalancerClient#delete_load_balancer.' if logger
|
|
1103
1119
|
|
|
@@ -1160,6 +1176,7 @@ module OCI
|
|
|
1160
1176
|
# particular request, please provide the request ID.
|
|
1161
1177
|
# (default to )
|
|
1162
1178
|
# @return [Response] A Response object with data of type nil
|
|
1179
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_path_route_set.rb.html) to see an example of how to use delete_path_route_set API.
|
|
1163
1180
|
def delete_path_route_set(load_balancer_id, path_route_set_name, opts = {})
|
|
1164
1181
|
logger.debug 'Calling operation LoadBalancerClient#delete_path_route_set.' if logger
|
|
1165
1182
|
|
|
@@ -1224,6 +1241,7 @@ module OCI
|
|
|
1224
1241
|
# particular request, please provide the request ID.
|
|
1225
1242
|
# (default to )
|
|
1226
1243
|
# @return [Response] A Response object with data of type nil
|
|
1244
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_rule_set.rb.html) to see an example of how to use delete_rule_set API.
|
|
1227
1245
|
def delete_rule_set(load_balancer_id, rule_set_name, opts = {})
|
|
1228
1246
|
logger.debug 'Calling operation LoadBalancerClient#delete_rule_set.' if logger
|
|
1229
1247
|
|
|
@@ -1285,6 +1303,7 @@ module OCI
|
|
|
1285
1303
|
# a particular request, please provide the request ID.
|
|
1286
1304
|
#
|
|
1287
1305
|
# @return [Response] A Response object with data of type nil
|
|
1306
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/delete_ssl_cipher_suite.rb.html) to see an example of how to use delete_ssl_cipher_suite API.
|
|
1288
1307
|
def delete_ssl_cipher_suite(load_balancer_id, name, opts = {})
|
|
1289
1308
|
logger.debug 'Calling operation LoadBalancerClient#delete_ssl_cipher_suite.' if logger
|
|
1290
1309
|
|
|
@@ -1349,6 +1368,7 @@ module OCI
|
|
|
1349
1368
|
# particular request, please provide the request ID.
|
|
1350
1369
|
# (default to )
|
|
1351
1370
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::Backend Backend}
|
|
1371
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_backend.rb.html) to see an example of how to use get_backend API.
|
|
1352
1372
|
def get_backend(load_balancer_id, backend_set_name, backend_name, opts = {})
|
|
1353
1373
|
logger.debug 'Calling operation LoadBalancerClient#get_backend.' if logger
|
|
1354
1374
|
|
|
@@ -1416,6 +1436,7 @@ module OCI
|
|
|
1416
1436
|
# particular request, please provide the request ID.
|
|
1417
1437
|
# (default to )
|
|
1418
1438
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::BackendHealth BackendHealth}
|
|
1439
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_backend_health.rb.html) to see an example of how to use get_backend_health API.
|
|
1419
1440
|
def get_backend_health(load_balancer_id, backend_set_name, backend_name, opts = {})
|
|
1420
1441
|
logger.debug 'Calling operation LoadBalancerClient#get_backend_health.' if logger
|
|
1421
1442
|
|
|
@@ -1479,6 +1500,7 @@ module OCI
|
|
|
1479
1500
|
# particular request, please provide the request ID.
|
|
1480
1501
|
# (default to )
|
|
1481
1502
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::BackendSet BackendSet}
|
|
1503
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_backend_set.rb.html) to see an example of how to use get_backend_set API.
|
|
1482
1504
|
def get_backend_set(load_balancer_id, backend_set_name, opts = {})
|
|
1483
1505
|
logger.debug 'Calling operation LoadBalancerClient#get_backend_set.' if logger
|
|
1484
1506
|
|
|
@@ -1540,6 +1562,7 @@ module OCI
|
|
|
1540
1562
|
# particular request, please provide the request ID.
|
|
1541
1563
|
# (default to )
|
|
1542
1564
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::BackendSetHealth BackendSetHealth}
|
|
1565
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_backend_set_health.rb.html) to see an example of how to use get_backend_set_health API.
|
|
1543
1566
|
def get_backend_set_health(load_balancer_id, backend_set_name, opts = {})
|
|
1544
1567
|
logger.debug 'Calling operation LoadBalancerClient#get_backend_set_health.' if logger
|
|
1545
1568
|
|
|
@@ -1601,6 +1624,7 @@ module OCI
|
|
|
1601
1624
|
# particular request, please provide the request ID.
|
|
1602
1625
|
# (default to )
|
|
1603
1626
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::HealthChecker HealthChecker}
|
|
1627
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_health_checker.rb.html) to see an example of how to use get_health_checker API.
|
|
1604
1628
|
def get_health_checker(load_balancer_id, backend_set_name, opts = {})
|
|
1605
1629
|
logger.debug 'Calling operation LoadBalancerClient#get_health_checker.' if logger
|
|
1606
1630
|
|
|
@@ -1662,6 +1686,7 @@ module OCI
|
|
|
1662
1686
|
# particular request, please provide the request ID.
|
|
1663
1687
|
# (default to )
|
|
1664
1688
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::Hostname Hostname}
|
|
1689
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_hostname.rb.html) to see an example of how to use get_hostname API.
|
|
1665
1690
|
def get_hostname(load_balancer_id, name, opts = {})
|
|
1666
1691
|
logger.debug 'Calling operation LoadBalancerClient#get_hostname.' if logger
|
|
1667
1692
|
|
|
@@ -1719,6 +1744,7 @@ module OCI
|
|
|
1719
1744
|
# particular request, please provide the request ID.
|
|
1720
1745
|
# (default to )
|
|
1721
1746
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::LoadBalancer LoadBalancer}
|
|
1747
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_load_balancer.rb.html) to see an example of how to use get_load_balancer API.
|
|
1722
1748
|
def get_load_balancer(load_balancer_id, opts = {})
|
|
1723
1749
|
logger.debug 'Calling operation LoadBalancerClient#get_load_balancer.' if logger
|
|
1724
1750
|
|
|
@@ -1774,6 +1800,7 @@ module OCI
|
|
|
1774
1800
|
# particular request, please provide the request ID.
|
|
1775
1801
|
# (default to )
|
|
1776
1802
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::LoadBalancerHealth LoadBalancerHealth}
|
|
1803
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_load_balancer_health.rb.html) to see an example of how to use get_load_balancer_health API.
|
|
1777
1804
|
def get_load_balancer_health(load_balancer_id, opts = {})
|
|
1778
1805
|
logger.debug 'Calling operation LoadBalancerClient#get_load_balancer_health.' if logger
|
|
1779
1806
|
|
|
@@ -1833,6 +1860,7 @@ module OCI
|
|
|
1833
1860
|
# particular request, please provide the request ID.
|
|
1834
1861
|
# (default to )
|
|
1835
1862
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::PathRouteSet PathRouteSet}
|
|
1863
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_path_route_set.rb.html) to see an example of how to use get_path_route_set API.
|
|
1836
1864
|
def get_path_route_set(load_balancer_id, path_route_set_name, opts = {})
|
|
1837
1865
|
logger.debug 'Calling operation LoadBalancerClient#get_path_route_set.' if logger
|
|
1838
1866
|
|
|
@@ -1894,6 +1922,7 @@ module OCI
|
|
|
1894
1922
|
# particular request, please provide the request ID.
|
|
1895
1923
|
# (default to )
|
|
1896
1924
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::RuleSet RuleSet}
|
|
1925
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_rule_set.rb.html) to see an example of how to use get_rule_set API.
|
|
1897
1926
|
def get_rule_set(load_balancer_id, rule_set_name, opts = {})
|
|
1898
1927
|
logger.debug 'Calling operation LoadBalancerClient#get_rule_set.' if logger
|
|
1899
1928
|
|
|
@@ -1956,6 +1985,7 @@ module OCI
|
|
|
1956
1985
|
# a particular request, please provide the request ID.
|
|
1957
1986
|
#
|
|
1958
1987
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::SSLCipherSuite SSLCipherSuite}
|
|
1988
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_ssl_cipher_suite.rb.html) to see an example of how to use get_ssl_cipher_suite API.
|
|
1959
1989
|
def get_ssl_cipher_suite(load_balancer_id, name, opts = {})
|
|
1960
1990
|
logger.debug 'Calling operation LoadBalancerClient#get_ssl_cipher_suite.' if logger
|
|
1961
1991
|
|
|
@@ -2013,6 +2043,7 @@ module OCI
|
|
|
2013
2043
|
# particular request, please provide the request ID.
|
|
2014
2044
|
# (default to )
|
|
2015
2045
|
# @return [Response] A Response object with data of type {OCI::LoadBalancer::Models::WorkRequest WorkRequest}
|
|
2046
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
2016
2047
|
def get_work_request(work_request_id, opts = {})
|
|
2017
2048
|
logger.debug 'Calling operation LoadBalancerClient#get_work_request.' if logger
|
|
2018
2049
|
|
|
@@ -2068,6 +2099,7 @@ module OCI
|
|
|
2068
2099
|
# particular request, please provide the request ID.
|
|
2069
2100
|
# (default to )
|
|
2070
2101
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::BackendSet BackendSet}>
|
|
2102
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_backend_sets.rb.html) to see an example of how to use list_backend_sets API.
|
|
2071
2103
|
def list_backend_sets(load_balancer_id, opts = {})
|
|
2072
2104
|
logger.debug 'Calling operation LoadBalancerClient#list_backend_sets.' if logger
|
|
2073
2105
|
|
|
@@ -2127,6 +2159,7 @@ module OCI
|
|
|
2127
2159
|
# particular request, please provide the request ID.
|
|
2128
2160
|
# (default to )
|
|
2129
2161
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::Backend Backend}>
|
|
2162
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_backends.rb.html) to see an example of how to use list_backends API.
|
|
2130
2163
|
def list_backends(load_balancer_id, backend_set_name, opts = {})
|
|
2131
2164
|
logger.debug 'Calling operation LoadBalancerClient#list_backends.' if logger
|
|
2132
2165
|
|
|
@@ -2186,6 +2219,7 @@ module OCI
|
|
|
2186
2219
|
# particular request, please provide the request ID.
|
|
2187
2220
|
# (default to )
|
|
2188
2221
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::Certificate Certificate}>
|
|
2222
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_certificates.rb.html) to see an example of how to use list_certificates API.
|
|
2189
2223
|
def list_certificates(load_balancer_id, opts = {})
|
|
2190
2224
|
logger.debug 'Calling operation LoadBalancerClient#list_certificates.' if logger
|
|
2191
2225
|
|
|
@@ -2243,6 +2277,7 @@ module OCI
|
|
|
2243
2277
|
# particular request, please provide the request ID.
|
|
2244
2278
|
# (default to )
|
|
2245
2279
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::Hostname Hostname}>
|
|
2280
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_hostnames.rb.html) to see an example of how to use list_hostnames API.
|
|
2246
2281
|
def list_hostnames(load_balancer_id, opts = {})
|
|
2247
2282
|
logger.debug 'Calling operation LoadBalancerClient#list_hostnames.' if logger
|
|
2248
2283
|
|
|
@@ -2307,6 +2342,7 @@ module OCI
|
|
|
2307
2342
|
# particular request, please provide the request ID.
|
|
2308
2343
|
# (default to )
|
|
2309
2344
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::ListenerRuleSummary ListenerRuleSummary}>
|
|
2345
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_listener_rules.rb.html) to see an example of how to use list_listener_rules API.
|
|
2310
2346
|
def list_listener_rules(load_balancer_id, listener_name, opts = {})
|
|
2311
2347
|
logger.debug 'Calling operation LoadBalancerClient#list_listener_rules.' if logger
|
|
2312
2348
|
|
|
@@ -2374,6 +2410,7 @@ module OCI
|
|
|
2374
2410
|
# Example: `3`
|
|
2375
2411
|
#
|
|
2376
2412
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::LoadBalancerHealthSummary LoadBalancerHealthSummary}>
|
|
2413
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_load_balancer_healths.rb.html) to see an example of how to use list_load_balancer_healths API.
|
|
2377
2414
|
def list_load_balancer_healths(compartment_id, opts = {})
|
|
2378
2415
|
logger.debug 'Calling operation LoadBalancerClient#list_load_balancer_healths.' if logger
|
|
2379
2416
|
|
|
@@ -2460,6 +2497,7 @@ module OCI
|
|
|
2460
2497
|
# Example: `SUCCEEDED`
|
|
2461
2498
|
#
|
|
2462
2499
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::LoadBalancer LoadBalancer}>
|
|
2500
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_load_balancers.rb.html) to see an example of how to use list_load_balancers API.
|
|
2463
2501
|
def list_load_balancers(compartment_id, opts = {})
|
|
2464
2502
|
logger.debug 'Calling operation LoadBalancerClient#list_load_balancers.' if logger
|
|
2465
2503
|
|
|
@@ -2536,6 +2574,7 @@ module OCI
|
|
|
2536
2574
|
# particular request, please provide the request ID.
|
|
2537
2575
|
# (default to )
|
|
2538
2576
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::PathRouteSet PathRouteSet}>
|
|
2577
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_path_route_sets.rb.html) to see an example of how to use list_path_route_sets API.
|
|
2539
2578
|
def list_path_route_sets(load_balancer_id, opts = {})
|
|
2540
2579
|
logger.debug 'Calling operation LoadBalancerClient#list_path_route_sets.' if logger
|
|
2541
2580
|
|
|
@@ -2601,6 +2640,7 @@ module OCI
|
|
|
2601
2640
|
# Example: `3`
|
|
2602
2641
|
#
|
|
2603
2642
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::LoadBalancerPolicy LoadBalancerPolicy}>
|
|
2643
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_policies.rb.html) to see an example of how to use list_policies API.
|
|
2604
2644
|
def list_policies(compartment_id, opts = {})
|
|
2605
2645
|
logger.debug 'Calling operation LoadBalancerClient#list_policies.' if logger
|
|
2606
2646
|
|
|
@@ -2668,6 +2708,7 @@ module OCI
|
|
|
2668
2708
|
# Example: `3`
|
|
2669
2709
|
#
|
|
2670
2710
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::LoadBalancerProtocol LoadBalancerProtocol}>
|
|
2711
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_protocols.rb.html) to see an example of how to use list_protocols API.
|
|
2671
2712
|
def list_protocols(compartment_id, opts = {})
|
|
2672
2713
|
logger.debug 'Calling operation LoadBalancerClient#list_protocols.' if logger
|
|
2673
2714
|
|
|
@@ -2725,6 +2766,7 @@ module OCI
|
|
|
2725
2766
|
# particular request, please provide the request ID.
|
|
2726
2767
|
# (default to )
|
|
2727
2768
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::RuleSet RuleSet}>
|
|
2769
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_rule_sets.rb.html) to see an example of how to use list_rule_sets API.
|
|
2728
2770
|
def list_rule_sets(load_balancer_id, opts = {})
|
|
2729
2771
|
logger.debug 'Calling operation LoadBalancerClient#list_rule_sets.' if logger
|
|
2730
2772
|
|
|
@@ -2790,6 +2832,7 @@ module OCI
|
|
|
2790
2832
|
# Example: `3`
|
|
2791
2833
|
#
|
|
2792
2834
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::LoadBalancerShape LoadBalancerShape}>
|
|
2835
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_shapes.rb.html) to see an example of how to use list_shapes API.
|
|
2793
2836
|
def list_shapes(compartment_id, opts = {})
|
|
2794
2837
|
logger.debug 'Calling operation LoadBalancerClient#list_shapes.' if logger
|
|
2795
2838
|
|
|
@@ -2848,6 +2891,7 @@ module OCI
|
|
|
2848
2891
|
# a particular request, please provide the request ID.
|
|
2849
2892
|
#
|
|
2850
2893
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::SSLCipherSuite SSLCipherSuite}>
|
|
2894
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_ssl_cipher_suites.rb.html) to see an example of how to use list_ssl_cipher_suites API.
|
|
2851
2895
|
def list_ssl_cipher_suites(load_balancer_id, opts = {})
|
|
2852
2896
|
logger.debug 'Calling operation LoadBalancerClient#list_ssl_cipher_suites.' if logger
|
|
2853
2897
|
|
|
@@ -2913,6 +2957,7 @@ module OCI
|
|
|
2913
2957
|
# Example: `3`
|
|
2914
2958
|
#
|
|
2915
2959
|
# @return [Response] A Response object with data of type Array<{OCI::LoadBalancer::Models::WorkRequest WorkRequest}>
|
|
2960
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
2916
2961
|
def list_work_requests(load_balancer_id, opts = {})
|
|
2917
2962
|
logger.debug 'Calling operation LoadBalancerClient#list_work_requests.' if logger
|
|
2918
2963
|
|
|
@@ -2985,6 +3030,7 @@ module OCI
|
|
|
2985
3030
|
# may be rejected).
|
|
2986
3031
|
#
|
|
2987
3032
|
# @return [Response] A Response object with data of type nil
|
|
3033
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_backend.rb.html) to see an example of how to use update_backend API.
|
|
2988
3034
|
def update_backend(update_backend_details, load_balancer_id, backend_set_name, backend_name, opts = {})
|
|
2989
3035
|
logger.debug 'Calling operation LoadBalancerClient#update_backend.' if logger
|
|
2990
3036
|
|
|
@@ -3057,6 +3103,7 @@ module OCI
|
|
|
3057
3103
|
# may be rejected).
|
|
3058
3104
|
#
|
|
3059
3105
|
# @return [Response] A Response object with data of type nil
|
|
3106
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_backend_set.rb.html) to see an example of how to use update_backend_set API.
|
|
3060
3107
|
def update_backend_set(update_backend_set_details, load_balancer_id, backend_set_name, opts = {})
|
|
3061
3108
|
logger.debug 'Calling operation LoadBalancerClient#update_backend_set.' if logger
|
|
3062
3109
|
|
|
@@ -3127,6 +3174,7 @@ module OCI
|
|
|
3127
3174
|
# may be rejected).
|
|
3128
3175
|
#
|
|
3129
3176
|
# @return [Response] A Response object with data of type nil
|
|
3177
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_health_checker.rb.html) to see an example of how to use update_health_checker API.
|
|
3130
3178
|
def update_health_checker(health_checker, load_balancer_id, backend_set_name, opts = {})
|
|
3131
3179
|
logger.debug 'Calling operation LoadBalancerClient#update_health_checker.' if logger
|
|
3132
3180
|
|
|
@@ -3195,6 +3243,7 @@ module OCI
|
|
|
3195
3243
|
# particular request, please provide the request ID.
|
|
3196
3244
|
# (default to )
|
|
3197
3245
|
# @return [Response] A Response object with data of type nil
|
|
3246
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_hostname.rb.html) to see an example of how to use update_hostname API.
|
|
3198
3247
|
def update_hostname(update_hostname_details, load_balancer_id, name, opts = {})
|
|
3199
3248
|
logger.debug 'Calling operation LoadBalancerClient#update_hostname.' if logger
|
|
3200
3249
|
|
|
@@ -3263,6 +3312,7 @@ module OCI
|
|
|
3263
3312
|
# may be rejected).
|
|
3264
3313
|
#
|
|
3265
3314
|
# @return [Response] A Response object with data of type nil
|
|
3315
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_listener.rb.html) to see an example of how to use update_listener API.
|
|
3266
3316
|
def update_listener(update_listener_details, load_balancer_id, listener_name, opts = {})
|
|
3267
3317
|
logger.debug 'Calling operation LoadBalancerClient#update_listener.' if logger
|
|
3268
3318
|
|
|
@@ -3329,6 +3379,7 @@ module OCI
|
|
|
3329
3379
|
# may be rejected).
|
|
3330
3380
|
#
|
|
3331
3381
|
# @return [Response] A Response object with data of type nil
|
|
3382
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_load_balancer.rb.html) to see an example of how to use update_load_balancer API.
|
|
3332
3383
|
def update_load_balancer(update_load_balancer_details, load_balancer_id, opts = {})
|
|
3333
3384
|
logger.debug 'Calling operation LoadBalancerClient#update_load_balancer.' if logger
|
|
3334
3385
|
|
|
@@ -3399,6 +3450,7 @@ module OCI
|
|
|
3399
3450
|
# may be rejected).
|
|
3400
3451
|
#
|
|
3401
3452
|
# @return [Response] A Response object with data of type nil
|
|
3453
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_load_balancer_shape.rb.html) to see an example of how to use update_load_balancer_shape API.
|
|
3402
3454
|
def update_load_balancer_shape(load_balancer_id, update_load_balancer_shape_details, opts = {})
|
|
3403
3455
|
logger.debug 'Calling operation LoadBalancerClient#update_load_balancer_shape.' if logger
|
|
3404
3456
|
|
|
@@ -3463,6 +3515,7 @@ module OCI
|
|
|
3463
3515
|
# may be rejected).
|
|
3464
3516
|
#
|
|
3465
3517
|
# @return [Response] A Response object with data of type nil
|
|
3518
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_network_security_groups.rb.html) to see an example of how to use update_network_security_groups API.
|
|
3466
3519
|
def update_network_security_groups(update_network_security_groups_details, load_balancer_id, opts = {})
|
|
3467
3520
|
logger.debug 'Calling operation LoadBalancerClient#update_network_security_groups.' if logger
|
|
3468
3521
|
|
|
@@ -3537,6 +3590,7 @@ module OCI
|
|
|
3537
3590
|
# may be rejected).
|
|
3538
3591
|
#
|
|
3539
3592
|
# @return [Response] A Response object with data of type nil
|
|
3593
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_path_route_set.rb.html) to see an example of how to use update_path_route_set API.
|
|
3540
3594
|
def update_path_route_set(update_path_route_set_details, load_balancer_id, path_route_set_name, opts = {})
|
|
3541
3595
|
logger.debug 'Calling operation LoadBalancerClient#update_path_route_set.' if logger
|
|
3542
3596
|
|
|
@@ -3605,6 +3659,7 @@ module OCI
|
|
|
3605
3659
|
# particular request, please provide the request ID.
|
|
3606
3660
|
# (default to )
|
|
3607
3661
|
# @return [Response] A Response object with data of type nil
|
|
3662
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_rule_set.rb.html) to see an example of how to use update_rule_set API.
|
|
3608
3663
|
def update_rule_set(load_balancer_id, rule_set_name, update_rule_set_details, opts = {})
|
|
3609
3664
|
logger.debug 'Calling operation LoadBalancerClient#update_rule_set.' if logger
|
|
3610
3665
|
|
|
@@ -3674,6 +3729,7 @@ module OCI
|
|
|
3674
3729
|
# may be rejected).
|
|
3675
3730
|
#
|
|
3676
3731
|
# @return [Response] A Response object with data of type nil
|
|
3732
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loadbalancer/update_ssl_cipher_suite.rb.html) to see an example of how to use update_ssl_cipher_suite API.
|
|
3677
3733
|
def update_ssl_cipher_suite(update_ssl_cipher_suite_details, load_balancer_id, name, opts = {})
|
|
3678
3734
|
logger.debug 'Calling operation LoadBalancerClient#update_ssl_cipher_suite.' if logger
|
|
3679
3735
|
|