oci 2.5.1 → 2.5.2
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 +17 -2
- data/lib/oci.rb +1 -0
- data/lib/oci/autoscaling/auto_scaling_client.rb +5 -5
- data/lib/oci/autoscaling/models/auto_scaling_configuration.rb +2 -2
- data/lib/oci/autoscaling/models/create_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/autoscaling/models/update_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/budget/budget.rb +33 -0
- data/lib/oci/budget/budget_client.rb +767 -0
- data/lib/oci/budget/budget_client_composite_operations.rb +224 -0
- data/lib/oci/budget/models/alert_rule.rb +398 -0
- data/lib/oci/budget/models/alert_rule_summary.rb +396 -0
- data/lib/oci/budget/models/alert_type.rb +10 -0
- data/lib/oci/budget/models/budget.rb +413 -0
- data/lib/oci/budget/models/budget_summary.rb +413 -0
- data/lib/oci/budget/models/create_alert_rule_details.rb +288 -0
- data/lib/oci/budget/models/create_budget_details.rb +267 -0
- data/lib/oci/budget/models/lifecycle_state.rb +10 -0
- data/lib/oci/budget/models/reset_period.rb +9 -0
- data/lib/oci/budget/models/sort_by.rb +10 -0
- data/lib/oci/budget/models/sort_order.rb +10 -0
- data/lib/oci/budget/models/threshold_type.rb +10 -0
- data/lib/oci/budget/models/update_alert_rule_details.rb +288 -0
- data/lib/oci/budget/models/update_budget_details.rb +239 -0
- data/lib/oci/budget/util.rb +2 -0
- data/lib/oci/core/blockstorage_client.rb +35 -35
- data/lib/oci/core/compute_client.rb +41 -41
- data/lib/oci/core/compute_management_client.rb +6 -6
- data/lib/oci/core/models/app_catalog_listing_resource_version.rb +1 -1
- data/lib/oci/core/models/attach_vnic_details.rb +1 -1
- data/lib/oci/core/models/boot_volume.rb +4 -4
- data/lib/oci/core/models/boot_volume_backup.rb +4 -4
- data/lib/oci/core/models/capture_console_history_details.rb +2 -2
- data/lib/oci/core/models/console_history.rb +2 -2
- data/lib/oci/core/models/cpe.rb +4 -4
- data/lib/oci/core/models/create_boot_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/create_boot_volume_details.rb +2 -2
- data/lib/oci/core/models/create_cpe_details.rb +2 -2
- data/lib/oci/core/models/create_dhcp_details.rb +2 -2
- data/lib/oci/core/models/create_drg_attachment_details.rb +1 -1
- data/lib/oci/core/models/create_drg_details.rb +2 -2
- data/lib/oci/core/models/create_image_details.rb +2 -2
- data/lib/oci/core/models/create_instance_configuration_details.rb +2 -2
- data/lib/oci/core/models/create_instance_console_connection_details.rb +2 -2
- data/lib/oci/core/models/create_instance_pool_details.rb +2 -2
- data/lib/oci/core/models/create_internet_gateway_details.rb +2 -2
- data/lib/oci/core/models/create_ip_sec_connection_details.rb +2 -2
- data/lib/oci/core/models/create_local_peering_gateway_details.rb +3 -3
- data/lib/oci/core/models/create_nat_gateway_details.rb +4 -4
- data/lib/oci/core/models/create_private_ip_details.rb +3 -3
- data/lib/oci/core/models/create_public_ip_details.rb +3 -3
- data/lib/oci/core/models/create_route_table_details.rb +2 -2
- data/lib/oci/core/models/create_security_list_details.rb +2 -2
- data/lib/oci/core/models/create_service_gateway_details.rb +4 -4
- data/lib/oci/core/models/create_subnet_details.rb +3 -3
- data/lib/oci/core/models/create_vcn_details.rb +3 -3
- data/lib/oci/core/models/create_vnic_details.rb +7 -7
- data/lib/oci/core/models/create_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/create_volume_details.rb +2 -2
- data/lib/oci/core/models/create_volume_group_backup_details.rb +2 -2
- data/lib/oci/core/models/create_volume_group_details.rb +2 -2
- data/lib/oci/core/models/cross_connect.rb +2 -2
- data/lib/oci/core/models/cross_connect_group.rb +2 -2
- data/lib/oci/core/models/dhcp_dns_option.rb +2 -2
- data/lib/oci/core/models/dhcp_option.rb +2 -2
- data/lib/oci/core/models/dhcp_options.rb +5 -5
- data/lib/oci/core/models/dhcp_search_domain_option.rb +1 -1
- data/lib/oci/core/models/drg.rb +4 -4
- data/lib/oci/core/models/drg_attachment.rb +2 -2
- data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +2 -2
- data/lib/oci/core/models/fast_connect_provider_service.rb +1 -1
- data/lib/oci/core/models/image.rb +4 -4
- data/lib/oci/core/models/instance.rb +5 -5
- data/lib/oci/core/models/instance_configuration.rb +2 -2
- data/lib/oci/core/models/instance_configuration_attach_vnic_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_create_volume_details.rb +2 -2
- data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +3 -3
- data/lib/oci/core/models/instance_console_connection.rb +3 -3
- data/lib/oci/core/models/instance_pool.rb +2 -2
- data/lib/oci/core/models/internet_gateway.rb +4 -4
- data/lib/oci/core/models/ip_sec_connection.rb +4 -4
- data/lib/oci/core/models/launch_instance_details.rb +3 -3
- data/lib/oci/core/models/local_peering_gateway.rb +5 -5
- data/lib/oci/core/models/nat_gateway.rb +7 -7
- data/lib/oci/core/models/peer_region_for_remote_peering.rb +1 -1
- data/lib/oci/core/models/private_ip.rb +5 -5
- data/lib/oci/core/models/public_ip.rb +4 -4
- data/lib/oci/core/models/remote_peering_connection.rb +2 -2
- data/lib/oci/core/models/route_rule.rb +1 -1
- data/lib/oci/core/models/route_table.rb +4 -4
- data/lib/oci/core/models/security_list.rb +4 -4
- data/lib/oci/core/models/service.rb +1 -1
- data/lib/oci/core/models/service_gateway.rb +7 -7
- data/lib/oci/core/models/service_id_request_details.rb +1 -1
- data/lib/oci/core/models/service_id_response_details.rb +1 -1
- data/lib/oci/core/models/shape.rb +1 -1
- data/lib/oci/core/models/subnet.rb +7 -7
- data/lib/oci/core/models/update_boot_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/update_boot_volume_details.rb +2 -2
- data/lib/oci/core/models/update_console_history_details.rb +2 -2
- data/lib/oci/core/models/update_cpe_details.rb +2 -2
- data/lib/oci/core/models/update_dhcp_details.rb +2 -2
- data/lib/oci/core/models/update_drg_attachment_details.rb +1 -1
- data/lib/oci/core/models/update_drg_details.rb +2 -2
- data/lib/oci/core/models/update_image_details.rb +2 -2
- data/lib/oci/core/models/update_instance_configuration_details.rb +2 -2
- data/lib/oci/core/models/update_instance_details.rb +2 -2
- data/lib/oci/core/models/update_instance_pool_details.rb +2 -2
- data/lib/oci/core/models/update_internet_gateway_details.rb +2 -2
- data/lib/oci/core/models/update_ip_sec_connection_details.rb +2 -2
- data/lib/oci/core/models/update_local_peering_gateway_details.rb +3 -3
- data/lib/oci/core/models/update_nat_gateway_details.rb +2 -2
- data/lib/oci/core/models/update_private_ip_details.rb +3 -3
- data/lib/oci/core/models/update_public_ip_details.rb +2 -2
- data/lib/oci/core/models/update_route_table_details.rb +2 -2
- data/lib/oci/core/models/update_security_list_details.rb +2 -2
- data/lib/oci/core/models/update_service_gateway_details.rb +2 -2
- data/lib/oci/core/models/update_subnet_details.rb +2 -2
- data/lib/oci/core/models/update_vcn_details.rb +2 -2
- data/lib/oci/core/models/update_vnic_details.rb +4 -4
- data/lib/oci/core/models/update_volume_backup_details.rb +2 -2
- data/lib/oci/core/models/update_volume_details.rb +2 -2
- data/lib/oci/core/models/update_volume_group_backup_details.rb +2 -2
- data/lib/oci/core/models/update_volume_group_details.rb +2 -2
- data/lib/oci/core/models/vcn.rb +6 -6
- data/lib/oci/core/models/virtual_circuit.rb +4 -4
- data/lib/oci/core/models/virtual_circuit_public_prefix.rb +1 -1
- data/lib/oci/core/models/vnic.rb +7 -7
- data/lib/oci/core/models/vnic_attachment.rb +2 -2
- data/lib/oci/core/models/volume.rb +4 -4
- data/lib/oci/core/models/volume_attachment.rb +1 -1
- data/lib/oci/core/models/volume_backup.rb +4 -4
- data/lib/oci/core/models/volume_group.rb +3 -3
- data/lib/oci/core/models/volume_group_backup.rb +4 -4
- data/lib/oci/core/virtual_network_client.rb +121 -121
- data/lib/oci/core/virtual_network_client_composite_operations.rb +6 -6
- data/lib/oci/database/database.rb +4 -0
- data/lib/oci/database/database_client.rb +202 -78
- data/lib/oci/database/database_client_composite_operations.rb +65 -25
- data/lib/oci/database/models/autonomous_data_warehouse.rb +4 -4
- data/lib/oci/database/models/autonomous_data_warehouse_backup.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse_backup_summary.rb +4 -4
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +4 -4
- data/lib/oci/database/models/autonomous_database.rb +43 -8
- data/lib/oci/database/models/autonomous_database_backup.rb +3 -3
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +4 -4
- data/lib/oci/database/models/autonomous_database_summary.rb +43 -8
- data/lib/oci/database/models/backup.rb +3 -3
- data/lib/oci/database/models/backup_summary.rb +4 -4
- data/lib/oci/database/models/create_autonomous_data_warehouse_backup_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_data_warehouse_details.rb +3 -3
- data/lib/oci/database/models/create_autonomous_database_backup_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +33 -4
- data/lib/oci/database/models/create_backup_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_database_details.rb +2 -2
- data/lib/oci/database/models/create_database_from_backup_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_base.rb +1 -1
- data/lib/oci/database/models/create_external_backup_job_details.rb +1 -1
- data/lib/oci/database/models/data_guard_association.rb +6 -6
- data/lib/oci/database/models/data_guard_association_summary.rb +9 -9
- data/lib/oci/database/models/database.rb +5 -5
- data/lib/oci/database/models/database_summary.rb +7 -7
- data/lib/oci/database/models/db_backup_config.rb +1 -1
- data/lib/oci/database/models/db_home.rb +4 -4
- data/lib/oci/database/models/db_home_summary.rb +6 -6
- data/lib/oci/database/models/db_iorm_config.rb +181 -0
- data/lib/oci/database/models/db_iorm_config_update_detail.rb +166 -0
- data/lib/oci/database/models/db_node.rb +4 -4
- data/lib/oci/database/models/db_node_summary.rb +5 -5
- data/lib/oci/database/models/db_system.rb +41 -11
- data/lib/oci/database/models/db_system_shape_summary.rb +2 -2
- data/lib/oci/database/models/db_system_summary.rb +30 -16
- data/lib/oci/database/models/db_version_summary.rb +1 -1
- data/lib/oci/database/models/exadata_iorm_config.rb +247 -0
- data/lib/oci/database/models/exadata_iorm_config_update_details.rb +186 -0
- data/lib/oci/database/models/external_backup_job.rb +2 -2
- data/lib/oci/database/models/launch_db_system_base.rb +24 -10
- data/lib/oci/database/models/launch_db_system_details.rb +5 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +5 -1
- data/lib/oci/database/models/patch.rb +1 -1
- data/lib/oci/database/models/patch_details.rb +1 -1
- data/lib/oci/database/models/patch_history_entry.rb +2 -2
- data/lib/oci/database/models/patch_history_entry_summary.rb +2 -2
- data/lib/oci/database/models/patch_summary.rb +2 -2
- data/lib/oci/database/models/update_autonomous_data_warehouse_details.rb +2 -2
- data/lib/oci/database/models/update_autonomous_database_details.rb +2 -2
- data/lib/oci/database/models/update_database_details.rb +2 -2
- data/lib/oci/database/models/update_db_system_details.rb +2 -2
- data/lib/oci/dns/dns_client.rb +1 -1
- data/lib/oci/dns/models/create_steering_policy_details.rb +1 -1
- data/lib/oci/dns/models/create_zone_details.rb +1 -1
- data/lib/oci/dns/models/record.rb +1 -1
- data/lib/oci/dns/models/record_details.rb +1 -1
- data/lib/oci/dns/models/record_operation.rb +1 -1
- data/lib/oci/dns/models/steering_policy.rb +1 -1
- data/lib/oci/dns/models/steering_policy_summary.rb +1 -1
- data/lib/oci/dns/models/update_steering_policy_details.rb +1 -1
- data/lib/oci/dns/models/update_zone_details.rb +1 -1
- data/lib/oci/dns/models/zone.rb +1 -1
- data/lib/oci/dns/models/zone_summary.rb +1 -1
- data/lib/oci/email/email_client.rb +3 -3
- data/lib/oci/email/models/create_sender_details.rb +2 -2
- data/lib/oci/email/models/sender.rb +2 -2
- data/lib/oci/email/models/sender_summary.rb +2 -2
- data/lib/oci/email/models/update_sender_details.rb +2 -2
- data/lib/oci/file_storage/file_storage_client.rb +14 -14
- data/lib/oci/file_storage/models/create_file_system_details.rb +2 -2
- data/lib/oci/file_storage/models/create_mount_target_details.rb +3 -3
- data/lib/oci/file_storage/models/create_snapshot_details.rb +2 -2
- data/lib/oci/file_storage/models/export.rb +1 -1
- data/lib/oci/file_storage/models/file_system.rb +3 -3
- data/lib/oci/file_storage/models/mount_target.rb +2 -2
- data/lib/oci/file_storage/models/snapshot.rb +2 -2
- data/lib/oci/file_storage/models/update_file_system_details.rb +2 -2
- data/lib/oci/file_storage/models/update_mount_target_details.rb +2 -2
- data/lib/oci/file_storage/models/update_snapshot_details.rb +2 -2
- data/lib/oci/healthchecks/models/create_http_monitor_details.rb +2 -2
- data/lib/oci/healthchecks/models/create_ping_monitor_details.rb +2 -2
- data/lib/oci/healthchecks/models/http_monitor.rb +2 -2
- data/lib/oci/healthchecks/models/http_monitor_summary.rb +2 -2
- data/lib/oci/healthchecks/models/ping_monitor.rb +2 -2
- data/lib/oci/healthchecks/models/ping_monitor_summary.rb +2 -2
- data/lib/oci/healthchecks/models/update_http_monitor_details.rb +2 -2
- data/lib/oci/healthchecks/models/update_ping_monitor_details.rb +2 -2
- data/lib/oci/identity/identity.rb +7 -0
- data/lib/oci/identity/identity_client.rb +461 -36
- data/lib/oci/identity/identity_client_composite_operations.rb +119 -0
- data/lib/oci/identity/models/api_key.rb +2 -2
- data/lib/oci/identity/models/auth_token.rb +1 -1
- data/lib/oci/identity/models/authentication_policy.rb +168 -0
- data/lib/oci/identity/models/availability_domain.rb +1 -1
- data/lib/oci/identity/models/compartment.rb +5 -5
- data/lib/oci/identity/models/create_compartment_details.rb +2 -2
- data/lib/oci/identity/models/create_dynamic_group_details.rb +1 -1
- data/lib/oci/identity/models/create_group_details.rb +2 -2
- data/lib/oci/identity/models/create_identity_provider_details.rb +2 -2
- data/lib/oci/identity/models/create_policy_details.rb +4 -4
- data/lib/oci/identity/models/create_tag_default_details.rb +180 -0
- data/lib/oci/identity/models/create_tag_details.rb +2 -2
- data/lib/oci/identity/models/create_tag_namespace_details.rb +2 -2
- data/lib/oci/identity/models/create_user_details.rb +13 -3
- data/lib/oci/identity/models/customer_secret_key.rb +2 -2
- data/lib/oci/identity/models/dynamic_group.rb +2 -2
- data/lib/oci/identity/models/group.rb +5 -5
- data/lib/oci/identity/models/identity_provider.rb +4 -4
- data/lib/oci/identity/models/idp_group_mapping.rb +1 -1
- data/lib/oci/identity/models/mfa_totp_device.rb +20 -9
- data/lib/oci/identity/models/mfa_totp_device_summary.rb +7 -1
- data/lib/oci/identity/models/password_policy.rb +234 -0
- data/lib/oci/identity/models/policy.rb +4 -4
- data/lib/oci/identity/models/region.rb +2 -2
- data/lib/oci/identity/models/region_subscription.rb +2 -2
- data/lib/oci/identity/models/saml2_identity_provider.rb +1 -1
- data/lib/oci/identity/models/smtp_credential.rb +1 -1
- data/lib/oci/identity/models/smtp_credential_summary.rb +1 -1
- data/lib/oci/identity/models/swift_password.rb +1 -1
- data/lib/oci/identity/models/tag.rb +4 -4
- data/lib/oci/identity/models/tag_default.rb +280 -0
- data/lib/oci/identity/models/tag_default_summary.rb +274 -0
- data/lib/oci/identity/models/tag_namespace.rb +4 -4
- data/lib/oci/identity/models/tag_namespace_summary.rb +3 -3
- data/lib/oci/identity/models/tag_summary.rb +3 -3
- data/lib/oci/identity/models/tenancy.rb +4 -4
- data/lib/oci/identity/models/ui_password.rb +1 -1
- data/lib/oci/identity/models/update_authentication_policy_details.rb +154 -0
- data/lib/oci/identity/models/update_compartment_details.rb +2 -2
- data/lib/oci/identity/models/update_dynamic_group_details.rb +1 -1
- data/lib/oci/identity/models/update_group_details.rb +2 -2
- data/lib/oci/identity/models/update_identity_provider_details.rb +2 -2
- data/lib/oci/identity/models/update_policy_details.rb +4 -4
- data/lib/oci/identity/models/update_tag_default_details.rb +150 -0
- data/lib/oci/identity/models/update_tag_details.rb +3 -3
- data/lib/oci/identity/models/update_tag_namespace_details.rb +3 -3
- data/lib/oci/identity/models/update_user_details.rb +13 -3
- data/lib/oci/identity/models/user.rb +19 -7
- data/lib/oci/load_balancer/load_balancer_client.rb +64 -64
- data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +23 -23
- data/lib/oci/load_balancer/models/backend.rb +2 -2
- data/lib/oci/load_balancer/models/backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/certificate.rb +1 -1
- data/lib/oci/load_balancer/models/certificate_details.rb +1 -1
- data/lib/oci/load_balancer/models/connection_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/create_backend_details.rb +2 -2
- data/lib/oci/load_balancer/models/create_backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_certificate_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_listener_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +6 -6
- data/lib/oci/load_balancer/models/health_check_result.rb +1 -1
- data/lib/oci/load_balancer/models/health_checker.rb +1 -1
- data/lib/oci/load_balancer/models/hostname.rb +1 -1
- data/lib/oci/load_balancer/models/hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/listener.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +11 -11
- data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer_policy.rb +1 -1
- data/lib/oci/load_balancer/models/path_match_type.rb +1 -1
- data/lib/oci/load_balancer/models/path_route_set.rb +1 -1
- data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_hostname_details.rb +2 -2
- data/lib/oci/load_balancer/models/update_load_balancer_details.rb +2 -2
- data/lib/oci/load_balancer/models/work_request.rb +3 -3
- data/lib/oci/monitoring/models/alarm.rb +10 -10
- data/lib/oci/monitoring/models/alarm_history_collection.rb +1 -1
- data/lib/oci/monitoring/models/alarm_status_summary.rb +5 -5
- data/lib/oci/monitoring/models/alarm_summary.rb +10 -10
- data/lib/oci/monitoring/models/create_alarm_details.rb +5 -5
- data/lib/oci/monitoring/models/metric.rb +2 -2
- data/lib/oci/monitoring/models/metric_data.rb +2 -2
- data/lib/oci/monitoring/models/metric_data_details.rb +1 -1
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +2 -2
- data/lib/oci/monitoring/models/suppression.rb +1 -1
- data/lib/oci/monitoring/models/update_alarm_details.rb +5 -5
- data/lib/oci/monitoring/monitoring_client.rb +20 -20
- data/lib/oci/monitoring/monitoring_client_composite_operations.rb +2 -2
- data/lib/oci/object_storage/models/bucket.rb +4 -4
- data/lib/oci/object_storage/models/bucket_summary.rb +3 -3
- data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +1 -1
- data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +1 -1
- data/lib/oci/object_storage/models/copy_object_details.rb +1 -1
- data/lib/oci/object_storage/models/create_bucket_details.rb +3 -3
- data/lib/oci/object_storage/models/create_multipart_upload_details.rb +1 -1
- data/lib/oci/object_storage/models/list_objects.rb +1 -1
- data/lib/oci/object_storage/models/multipart_upload.rb +2 -2
- data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +1 -1
- data/lib/oci/object_storage/models/object_lifecycle_policy.rb +1 -1
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +2 -2
- data/lib/oci/object_storage/models/object_summary.rb +1 -1
- data/lib/oci/object_storage/models/preauthenticated_request.rb +2 -2
- data/lib/oci/object_storage/models/rename_object_details.rb +1 -1
- data/lib/oci/object_storage/models/update_bucket_details.rb +3 -3
- data/lib/oci/object_storage/object_storage_client.rb +3 -3
- data/lib/oci/ons/models/confirmation_result.rb +2 -2
- data/lib/oci/ons/models/create_subscription_details.rb +4 -4
- data/lib/oci/ons/models/create_topic_details.rb +3 -3
- data/lib/oci/ons/models/notification_topic.rb +4 -4
- data/lib/oci/ons/models/notification_topic_summary.rb +4 -4
- data/lib/oci/ons/models/subscription.rb +3 -3
- data/lib/oci/ons/models/subscription_summary.rb +4 -4
- data/lib/oci/ons/models/topic_attributes_details.rb +2 -2
- data/lib/oci/ons/models/update_subscription_details.rb +2 -2
- data/lib/oci/ons/notification_control_plane_client.rb +9 -9
- data/lib/oci/ons/notification_data_plane_client.rb +10 -10
- data/lib/oci/ons/notification_data_plane_client_composite_operations.rb +1 -1
- data/lib/oci/regions.rb +1 -0
- data/lib/oci/resource_manager/models/create_job_details.rb +2 -2
- data/lib/oci/resource_manager/models/create_stack_details.rb +2 -2
- data/lib/oci/resource_manager/models/job.rb +2 -2
- data/lib/oci/resource_manager/models/job_summary.rb +2 -2
- data/lib/oci/resource_manager/models/stack.rb +2 -2
- data/lib/oci/resource_manager/models/stack_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_job_details.rb +2 -2
- data/lib/oci/resource_manager/models/update_stack_details.rb +2 -2
- data/lib/oci/resource_manager/resource_manager_client.rb +6 -6
- data/lib/oci/streaming/models/create_stream_details.rb +2 -2
- data/lib/oci/streaming/models/stream.rb +2 -2
- data/lib/oci/streaming/models/stream_summary.rb +2 -2
- data/lib/oci/streaming/models/update_stream_details.rb +2 -2
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/models/certificate.rb +2 -2
- data/lib/oci/waas/models/certificate_summary.rb +2 -2
- data/lib/oci/waas/models/create_certificate_details.rb +1 -1
- data/lib/oci/waas/models/create_waas_policy_details.rb +1 -1
- data/lib/oci/waas/models/update_waas_policy_details.rb +1 -1
- data/lib/oci/waas/models/waas_policy.rb +2 -2
- data/lib/oci/waas/models/waas_policy_summary.rb +2 -2
- data/lib/oci/waas/models/work_request.rb +3 -3
- data/lib/oci/waas/models/work_request_resource.rb +1 -1
- data/lib/oci/waas/models/work_request_summary.rb +2 -2
- data/lib/oci/waas/waas_client.rb +53 -53
- data/lib/oci/waas/waas_client_composite_operations.rb +18 -18
- metadata +31 -2
|
@@ -6,11 +6,11 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# A point-in-time copy of a volume group that can then be used to create a new volume group
|
|
9
|
-
# or restore a volume group. For more information, see [Volume Groups](https://docs.
|
|
9
|
+
# or restore a volume group. For more information, see [Volume Groups](https://docs.cloud.oracle.com/Content/Block/Concepts/volumegroups.htm).
|
|
10
10
|
#
|
|
11
11
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
12
12
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
13
|
-
# [Getting Started with Policies](https://docs.
|
|
13
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
14
14
|
#
|
|
15
15
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
16
16
|
# supply string values using the API.
|
|
@@ -38,7 +38,7 @@ module OCI
|
|
|
38
38
|
attr_accessor :compartment_id
|
|
39
39
|
|
|
40
40
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
41
|
-
# For more information, see [Resource Tags](https://docs.
|
|
41
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
42
42
|
#
|
|
43
43
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
44
44
|
#
|
|
@@ -51,7 +51,7 @@ module OCI
|
|
|
51
51
|
|
|
52
52
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
53
53
|
# predefined name, type, or namespace. For more information, see
|
|
54
|
-
# [Resource Tags](https://docs.
|
|
54
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
55
55
|
#
|
|
56
56
|
# Example: `{\"Department\": \"Finance\"}`
|
|
57
57
|
#
|
|
@@ -119,7 +119,7 @@ module OCI
|
|
|
119
119
|
# lets you enable an individual service. However, with `UpdateServiceGateway`, you must specify
|
|
120
120
|
# the *entire* list of services you want enabled on the service gateway.
|
|
121
121
|
#
|
|
122
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.
|
|
122
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
123
123
|
# @param [OCI::Core::Models::ServiceIdRequestDetails] attach_service_details ServiceId of Service to be attached to a service gateway.
|
|
124
124
|
# @param [Hash] opts the optional parameters
|
|
125
125
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -300,7 +300,7 @@ module OCI
|
|
|
300
300
|
# an Identity and Access Management (IAM) policy that gives the requestor permission
|
|
301
301
|
# to connect to LPGs in the acceptor's compartment. Without that permission, this
|
|
302
302
|
# operation will fail. For more information, see
|
|
303
|
-
# [VCN Peering](https://docs.
|
|
303
|
+
# [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
|
|
304
304
|
#
|
|
305
305
|
# @param [String] local_peering_gateway_id The OCID of the local peering gateway.
|
|
306
306
|
# @param [OCI::Core::Models::ConnectLocalPeeringGatewaysDetails] connect_local_peering_gateways_details Details regarding the local peering gateway to connect.
|
|
@@ -362,7 +362,7 @@ module OCI
|
|
|
362
362
|
# an Identity and Access Management (IAM) policy that gives the requestor permission
|
|
363
363
|
# to connect to RPCs in the acceptor's compartment. Without that permission, this
|
|
364
364
|
# operation will fail. For more information, see
|
|
365
|
-
# [VCN Peering](https://docs.
|
|
365
|
+
# [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
|
|
366
366
|
#
|
|
367
367
|
# @param [String] remote_peering_connection_id The OCID of the remote peering connection (RPC).
|
|
368
368
|
# @param [OCI::Core::Models::ConnectRemotePeeringConnectionsDetails] connect_remote_peering_connections_details Details to connect peering connection with peering connection from remote region
|
|
@@ -417,17 +417,17 @@ module OCI
|
|
|
417
417
|
|
|
418
418
|
|
|
419
419
|
# Creates a new virtual customer-premises equipment (CPE) object in the specified compartment. For
|
|
420
|
-
# more information, see [IPSec VPNs](https://docs.
|
|
420
|
+
# more information, see [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
|
|
421
421
|
#
|
|
422
422
|
# For the purposes of access control, you must provide the OCID of the compartment where you want
|
|
423
423
|
# the CPE to reside. Notice that the CPE doesn't have to be in the same compartment as the IPSec
|
|
424
424
|
# connection or other Networking Service components. If you're not sure which compartment to
|
|
425
425
|
# use, put the CPE in the same compartment as the DRG. For more information about
|
|
426
|
-
# compartments and access control, see [Overview of the IAM Service](https://docs.
|
|
427
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.
|
|
426
|
+
# compartments and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
427
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
428
428
|
#
|
|
429
429
|
# You must provide the public IP address of your on-premises router. See
|
|
430
|
-
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.
|
|
430
|
+
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/Content/Network/Tasks/configuringCPE.htm).
|
|
431
431
|
#
|
|
432
432
|
# You may optionally specify a *display name* for the CPE, otherwise a default is provided. It does not have to
|
|
433
433
|
# be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -495,16 +495,16 @@ module OCI
|
|
|
495
495
|
#
|
|
496
496
|
# After creating the `CrossConnect` object, you need to go the FastConnect location
|
|
497
497
|
# and request to have the physical cable installed. For more information, see
|
|
498
|
-
# [FastConnect Overview](https://docs.
|
|
498
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
499
499
|
#
|
|
500
500
|
# For the purposes of access control, you must provide the OCID of the
|
|
501
501
|
# compartment where you want the cross-connect to reside. If you're
|
|
502
502
|
# not sure which compartment to use, put the cross-connect in the
|
|
503
503
|
# same compartment with your VCN. For more information about
|
|
504
504
|
# compartments and access control, see
|
|
505
|
-
# [Overview of the IAM Service](https://docs.
|
|
505
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
506
506
|
# For information about OCIDs, see
|
|
507
|
-
# [Resource Identifiers](https://docs.
|
|
507
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
508
508
|
#
|
|
509
509
|
# You may optionally specify a *display name* for the cross-connect.
|
|
510
510
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -568,16 +568,16 @@ module OCI
|
|
|
568
568
|
|
|
569
569
|
# Creates a new cross-connect group to use with Oracle Cloud Infrastructure
|
|
570
570
|
# FastConnect. For more information, see
|
|
571
|
-
# [FastConnect Overview](https://docs.
|
|
571
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
572
572
|
#
|
|
573
573
|
# For the purposes of access control, you must provide the OCID of the
|
|
574
574
|
# compartment where you want the cross-connect group to reside. If you're
|
|
575
575
|
# not sure which compartment to use, put the cross-connect group in the
|
|
576
576
|
# same compartment with your VCN. For more information about
|
|
577
577
|
# compartments and access control, see
|
|
578
|
-
# [Overview of the IAM Service](https://docs.
|
|
578
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
579
579
|
# For information about OCIDs, see
|
|
580
|
-
# [Resource Identifiers](https://docs.
|
|
580
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
581
581
|
#
|
|
582
582
|
# You may optionally specify a *display name* for the cross-connect group.
|
|
583
583
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -646,8 +646,8 @@ module OCI
|
|
|
646
646
|
# DHCP options to reside. Notice that the set of options doesn't have to be in the same compartment as the VCN,
|
|
647
647
|
# subnets, or other Networking Service components. If you're not sure which compartment to use, put the set
|
|
648
648
|
# of DHCP options in the same compartment as the VCN. For more information about compartments and access control, see
|
|
649
|
-
# [Overview of the IAM Service](https://docs.
|
|
650
|
-
# [Resource Identifiers](https://docs.
|
|
649
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
650
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
651
651
|
#
|
|
652
652
|
# You may optionally specify a *display name* for the set of DHCP options, otherwise a default is provided.
|
|
653
653
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -710,14 +710,14 @@ module OCI
|
|
|
710
710
|
|
|
711
711
|
|
|
712
712
|
# Creates a new dynamic routing gateway (DRG) in the specified compartment. For more information,
|
|
713
|
-
# see [Dynamic Routing Gateways (DRGs)](https://docs.
|
|
713
|
+
# see [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDRGs.htm).
|
|
714
714
|
#
|
|
715
715
|
# For the purposes of access control, you must provide the OCID of the compartment where you want
|
|
716
716
|
# the DRG to reside. Notice that the DRG doesn't have to be in the same compartment as the VCN,
|
|
717
717
|
# the DRG attachment, or other Networking Service components. If you're not sure which compartment
|
|
718
718
|
# to use, put the DRG in the same compartment as the VCN. For more information about compartments
|
|
719
|
-
# and access control, see [Overview of the IAM Service](https://docs.
|
|
720
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.
|
|
719
|
+
# and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
720
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
721
721
|
#
|
|
722
722
|
# You may optionally specify a *display name* for the DRG, otherwise a default is provided.
|
|
723
723
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -782,14 +782,14 @@ module OCI
|
|
|
782
782
|
# Attaches the specified DRG to the specified VCN. A VCN can be attached to only one DRG at a time,
|
|
783
783
|
# and vice versa. The response includes a `DrgAttachment` object with its own OCID. For more
|
|
784
784
|
# information about DRGs, see
|
|
785
|
-
# [Dynamic Routing Gateways (DRGs)](https://docs.
|
|
785
|
+
# [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDRGs.htm).
|
|
786
786
|
#
|
|
787
787
|
# You may optionally specify a *display name* for the attachment, otherwise a default is provided.
|
|
788
788
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
789
789
|
#
|
|
790
790
|
# For the purposes of access control, the DRG attachment is automatically placed into the same compartment
|
|
791
791
|
# as the VCN. For more information about compartments and access control, see
|
|
792
|
-
# [Overview of the IAM Service](https://docs.
|
|
792
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
793
793
|
#
|
|
794
794
|
# @param [OCI::Core::Models::CreateDrgAttachmentDetails] create_drg_attachment_details Details for creating a `DrgAttachment`.
|
|
795
795
|
# @param [Hash] opts the optional parameters
|
|
@@ -849,14 +849,14 @@ module OCI
|
|
|
849
849
|
|
|
850
850
|
|
|
851
851
|
# Creates a new internet gateway for the specified VCN. For more information, see
|
|
852
|
-
# [Access to the Internet](https://docs.
|
|
852
|
+
# [Access to the Internet](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIGs.htm).
|
|
853
853
|
#
|
|
854
854
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the Internet
|
|
855
855
|
# Gateway to reside. Notice that the internet gateway doesn't have to be in the same compartment as the VCN or
|
|
856
856
|
# other Networking Service components. If you're not sure which compartment to use, put the Internet
|
|
857
857
|
# Gateway in the same compartment with the VCN. For more information about compartments and access control, see
|
|
858
|
-
# [Overview of the IAM Service](https://docs.
|
|
859
|
-
# [Resource Identifiers](https://docs.
|
|
858
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
859
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
860
860
|
#
|
|
861
861
|
# You may optionally specify a *display name* for the internet gateway, otherwise a default is provided. It
|
|
862
862
|
# does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -928,7 +928,7 @@ module OCI
|
|
|
928
928
|
|
|
929
929
|
|
|
930
930
|
# Creates a new IPSec connection between the specified DRG and CPE. For more information, see
|
|
931
|
-
# [IPSec VPNs](https://docs.
|
|
931
|
+
# [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
|
|
932
932
|
#
|
|
933
933
|
# In the request, you must include at least one static route to the CPE object (you're allowed a maximum
|
|
934
934
|
# of 10). For example: 10.0.8.0/16.
|
|
@@ -938,8 +938,8 @@ module OCI
|
|
|
938
938
|
# as the DRG, CPE, or other Networking Service components. If you're not sure which compartment to
|
|
939
939
|
# use, put the IPSec connection in the same compartment as the DRG. For more information about
|
|
940
940
|
# compartments and access control, see
|
|
941
|
-
# [Overview of the IAM Service](https://docs.
|
|
942
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.
|
|
941
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
942
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
943
943
|
#
|
|
944
944
|
# You may optionally specify a *display name* for the IPSec connection, otherwise a default is provided.
|
|
945
945
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -949,7 +949,7 @@ module OCI
|
|
|
949
949
|
# {#get_ip_sec_connection_device_config get_ip_sec_connection_device_config}.
|
|
950
950
|
# For each tunnel, that operation gives you the IP address of Oracle's VPN headend and the shared secret
|
|
951
951
|
# (that is, the pre-shared key). For more information, see
|
|
952
|
-
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.
|
|
952
|
+
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/Content/Network/Tasks/configuringCPE.htm).
|
|
953
953
|
#
|
|
954
954
|
# To get the status of the tunnels (whether they're up or down), use
|
|
955
955
|
# {#get_ip_sec_connection_device_status get_ip_sec_connection_device_status}.
|
|
@@ -1132,7 +1132,7 @@ module OCI
|
|
|
1132
1132
|
|
|
1133
1133
|
# Creates a secondary private IP for the specified VNIC.
|
|
1134
1134
|
# For more information about secondary private IPs, see
|
|
1135
|
-
# [IP Addresses](https://docs.
|
|
1135
|
+
# [IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPaddresses.htm).
|
|
1136
1136
|
#
|
|
1137
1137
|
# @param [OCI::Core::Models::CreatePrivateIpDetails] create_private_ip_details Create private IP details.
|
|
1138
1138
|
# @param [Hash] opts the optional parameters
|
|
@@ -1193,7 +1193,7 @@ module OCI
|
|
|
1193
1193
|
|
|
1194
1194
|
# Creates a public IP. Use the `lifetime` property to specify whether it's an ephemeral or
|
|
1195
1195
|
# reserved public IP. For information about limits on how many you can create, see
|
|
1196
|
-
# [Public IP Addresses](https://docs.
|
|
1196
|
+
# [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
|
|
1197
1197
|
#
|
|
1198
1198
|
# * **For an ephemeral public IP assigned to a private IP:** You must also specify a `privateIpId`
|
|
1199
1199
|
# with the OCID of the primary private IP you want to assign the public IP to. The public IP is
|
|
@@ -1331,16 +1331,16 @@ module OCI
|
|
|
1331
1331
|
|
|
1332
1332
|
# Creates a new route table for the specified VCN. In the request you must also include at least one route
|
|
1333
1333
|
# rule for the new route table. For information on the number of rules you can have in a route table, see
|
|
1334
|
-
# [Service Limits](https://docs.
|
|
1334
|
+
# [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm). For general information about route
|
|
1335
1335
|
# tables in your VCN and the types of targets you can use in route rules,
|
|
1336
|
-
# see [Route Tables](https://docs.
|
|
1336
|
+
# see [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
|
|
1337
1337
|
#
|
|
1338
1338
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the route
|
|
1339
1339
|
# table to reside. Notice that the route table doesn't have to be in the same compartment as the VCN, subnets,
|
|
1340
1340
|
# or other Networking Service components. If you're not sure which compartment to use, put the route
|
|
1341
1341
|
# table in the same compartment as the VCN. For more information about compartments and access control, see
|
|
1342
|
-
# [Overview of the IAM Service](https://docs.
|
|
1343
|
-
# [Resource Identifiers](https://docs.
|
|
1342
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
1343
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1344
1344
|
#
|
|
1345
1345
|
# You may optionally specify a *display name* for the route table, otherwise a default is provided.
|
|
1346
1346
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -1403,16 +1403,16 @@ module OCI
|
|
|
1403
1403
|
|
|
1404
1404
|
|
|
1405
1405
|
# Creates a new security list for the specified VCN. For more information
|
|
1406
|
-
# about security lists, see [Security Lists](https://docs.
|
|
1406
|
+
# about security lists, see [Security Lists](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm).
|
|
1407
1407
|
# For information on the number of rules you can have in a security list, see
|
|
1408
|
-
# [Service Limits](https://docs.
|
|
1408
|
+
# [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm).
|
|
1409
1409
|
#
|
|
1410
1410
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the security
|
|
1411
1411
|
# list to reside. Notice that the security list doesn't have to be in the same compartment as the VCN, subnets,
|
|
1412
1412
|
# or other Networking Service components. If you're not sure which compartment to use, put the security
|
|
1413
1413
|
# list in the same compartment as the VCN. For more information about compartments and access control, see
|
|
1414
|
-
# [Overview of the IAM Service](https://docs.
|
|
1415
|
-
# [Resource Identifiers](https://docs.
|
|
1414
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
1415
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1416
1416
|
#
|
|
1417
1417
|
# You may optionally specify a *display name* for the security list, otherwise a default is provided.
|
|
1418
1418
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -1478,8 +1478,8 @@ module OCI
|
|
|
1478
1478
|
#
|
|
1479
1479
|
# For the purposes of access control, you must provide the OCID of the compartment where you want
|
|
1480
1480
|
# the service gateway to reside. For more information about compartments and access control, see
|
|
1481
|
-
# [Overview of the IAM Service](https://docs.
|
|
1482
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.
|
|
1481
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
1482
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1483
1483
|
#
|
|
1484
1484
|
# You may optionally specify a *display name* for the service gateway, otherwise a default is provided.
|
|
1485
1485
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -1543,35 +1543,35 @@ module OCI
|
|
|
1543
1543
|
|
|
1544
1544
|
# Creates a new subnet in the specified VCN. You can't change the size of the subnet after creation,
|
|
1545
1545
|
# so it's important to think about the size of subnets you need before creating them.
|
|
1546
|
-
# For more information, see [VCNs and Subnets](https://docs.
|
|
1546
|
+
# For more information, see [VCNs and Subnets](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVCNs.htm).
|
|
1547
1547
|
# For information on the number of subnets you can have in a VCN, see
|
|
1548
|
-
# [Service Limits](https://docs.
|
|
1548
|
+
# [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm).
|
|
1549
1549
|
#
|
|
1550
1550
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the subnet
|
|
1551
1551
|
# to reside. Notice that the subnet doesn't have to be in the same compartment as the VCN, route tables, or
|
|
1552
1552
|
# other Networking Service components. If you're not sure which compartment to use, put the subnet in
|
|
1553
1553
|
# the same compartment as the VCN. For more information about compartments and access control, see
|
|
1554
|
-
# [Overview of the IAM Service](https://docs.
|
|
1555
|
-
# see [Resource Identifiers](https://docs.
|
|
1554
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs,
|
|
1555
|
+
# see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1556
1556
|
#
|
|
1557
1557
|
# You may optionally associate a route table with the subnet. If you don't, the subnet will use the
|
|
1558
1558
|
# VCN's default route table. For more information about route tables, see
|
|
1559
|
-
# [Route Tables](https://docs.
|
|
1559
|
+
# [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
|
|
1560
1560
|
#
|
|
1561
1561
|
# You may optionally associate a security list with the subnet. If you don't, the subnet will use the
|
|
1562
1562
|
# VCN's default security list. For more information about security lists, see
|
|
1563
|
-
# [Security Lists](https://docs.
|
|
1563
|
+
# [Security Lists](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm).
|
|
1564
1564
|
#
|
|
1565
1565
|
# You may optionally associate a set of DHCP options with the subnet. If you don't, the subnet will use the
|
|
1566
1566
|
# VCN's default set. For more information about DHCP options, see
|
|
1567
|
-
# [DHCP Options](https://docs.
|
|
1567
|
+
# [DHCP Options](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDHCP.htm).
|
|
1568
1568
|
#
|
|
1569
1569
|
# You may optionally specify a *display name* for the subnet, otherwise a default is provided.
|
|
1570
1570
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
1571
1571
|
#
|
|
1572
1572
|
# You can also add a DNS label for the subnet, which is required if you want the Internet and
|
|
1573
1573
|
# VCN Resolver to resolve hostnames for instances in the subnet. For more information, see
|
|
1574
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
1574
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
1575
1575
|
#
|
|
1576
1576
|
# @param [OCI::Core::Models::CreateSubnetDetails] create_subnet_details Details for creating a subnet.
|
|
1577
1577
|
# @param [Hash] opts the optional parameters
|
|
@@ -1631,7 +1631,7 @@ module OCI
|
|
|
1631
1631
|
|
|
1632
1632
|
|
|
1633
1633
|
# Creates a new virtual cloud network (VCN). For more information, see
|
|
1634
|
-
# [VCNs and Subnets](https://docs.
|
|
1634
|
+
# [VCNs and Subnets](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVCNs.htm).
|
|
1635
1635
|
#
|
|
1636
1636
|
# For the VCN you must specify a single, contiguous IPv4 CIDR block. Oracle recommends using one of the
|
|
1637
1637
|
# private IP address ranges specified in [RFC 1918](https://tools.ietf.org/html/rfc1918) (10.0.0.0/8,
|
|
@@ -1642,15 +1642,15 @@ module OCI
|
|
|
1642
1642
|
# reside. Consult an Oracle Cloud Infrastructure administrator in your organization if you're not sure which
|
|
1643
1643
|
# compartment to use. Notice that the VCN doesn't have to be in the same compartment as the subnets or other
|
|
1644
1644
|
# Networking Service components. For more information about compartments and access control, see
|
|
1645
|
-
# [Overview of the IAM Service](https://docs.
|
|
1646
|
-
# [Resource Identifiers](https://docs.
|
|
1645
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
1646
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1647
1647
|
#
|
|
1648
1648
|
# You may optionally specify a *display name* for the VCN, otherwise a default is provided. It does not have to
|
|
1649
1649
|
# be unique, and you can change it. Avoid entering confidential information.
|
|
1650
1650
|
#
|
|
1651
1651
|
# You can also add a DNS label for the VCN, which is required if you want the instances to use the
|
|
1652
1652
|
# Interent and VCN Resolver option for DNS in the VCN. For more information, see
|
|
1653
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
1653
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
1654
1654
|
#
|
|
1655
1655
|
# The VCN automatically comes with a default route table, default security list, and default set of DHCP options.
|
|
1656
1656
|
# The OCID for each is returned in the response. You can't delete these default objects, but you can change their
|
|
@@ -1658,7 +1658,7 @@ module OCI
|
|
|
1658
1658
|
#
|
|
1659
1659
|
# The VCN and subnets you create are not accessible until you attach an internet gateway or set up an IPSec VPN
|
|
1660
1660
|
# or FastConnect. For more information, see
|
|
1661
|
-
# [Overview of the Networking Service](https://docs.
|
|
1661
|
+
# [Overview of the Networking Service](https://docs.cloud.oracle.com/Content/Network/Concepts/overview.htm).
|
|
1662
1662
|
#
|
|
1663
1663
|
# @param [OCI::Core::Models::CreateVcnDetails] create_vcn_details Details for creating a new VCN.
|
|
1664
1664
|
# @param [Hash] opts the optional parameters
|
|
@@ -1719,16 +1719,16 @@ module OCI
|
|
|
1719
1719
|
|
|
1720
1720
|
# Creates a new virtual circuit to use with Oracle Cloud
|
|
1721
1721
|
# Infrastructure FastConnect. For more information, see
|
|
1722
|
-
# [FastConnect Overview](https://docs.
|
|
1722
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
1723
1723
|
#
|
|
1724
1724
|
# For the purposes of access control, you must provide the OCID of the
|
|
1725
1725
|
# compartment where you want the virtual circuit to reside. If you're
|
|
1726
1726
|
# not sure which compartment to use, put the virtual circuit in the
|
|
1727
1727
|
# same compartment with the DRG it's using. For more information about
|
|
1728
1728
|
# compartments and access control, see
|
|
1729
|
-
# [Overview of the IAM Service](https://docs.
|
|
1729
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
1730
1730
|
# For information about OCIDs, see
|
|
1731
|
-
# [Resource Identifiers](https://docs.
|
|
1731
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1732
1732
|
#
|
|
1733
1733
|
# You may optionally specify a *display name* for the virtual circuit.
|
|
1734
1734
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -1737,7 +1737,7 @@ module OCI
|
|
|
1737
1737
|
# the traffic to flow through. Make sure you attach the DRG to your
|
|
1738
1738
|
# VCN and confirm the VCN's routing sends traffic to the DRG. Otherwise
|
|
1739
1739
|
# traffic will not flow. For more information, see
|
|
1740
|
-
# [Route Tables](https://docs.
|
|
1740
|
+
# [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
|
|
1741
1741
|
#
|
|
1742
1742
|
# @param [OCI::Core::Models::CreateVirtualCircuitDetails] create_virtual_circuit_details Details to create a VirtualCircuit.
|
|
1743
1743
|
# @param [Hash] opts the optional parameters
|
|
@@ -2334,7 +2334,7 @@ module OCI
|
|
|
2334
2334
|
# This is an asynchronous operation. The NAT gateway's `lifecycleState` will change to
|
|
2335
2335
|
# TERMINATING temporarily until the NAT gateway is completely removed.
|
|
2336
2336
|
#
|
|
2337
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.
|
|
2337
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2338
2338
|
# @param [Hash] opts the optional parameters
|
|
2339
2339
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2340
2340
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -2396,7 +2396,7 @@ module OCI
|
|
|
2396
2396
|
# automatically unassigned and deleted when the VNIC is terminated.
|
|
2397
2397
|
#
|
|
2398
2398
|
# **Important:** If a secondary private IP is the
|
|
2399
|
-
# [target of a route rule](https://docs.
|
|
2399
|
+
# [target of a route rule](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm#privateip),
|
|
2400
2400
|
# unassigning it from the VNIC causes that route rule to blackhole and the traffic
|
|
2401
2401
|
# will be dropped.
|
|
2402
2402
|
#
|
|
@@ -2706,7 +2706,7 @@ module OCI
|
|
|
2706
2706
|
# Deletes the specified service gateway. There must not be a route table that lists the service
|
|
2707
2707
|
# gateway as a target.
|
|
2708
2708
|
#
|
|
2709
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.
|
|
2709
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2710
2710
|
# @param [Hash] opts the optional parameters
|
|
2711
2711
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2712
2712
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -2950,7 +2950,7 @@ module OCI
|
|
|
2950
2950
|
# also lets you block all traffic through the service gateway without having to disable each of
|
|
2951
2951
|
# the individual services.
|
|
2952
2952
|
#
|
|
2953
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.
|
|
2953
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2954
2954
|
# @param [OCI::Core::Models::ServiceIdRequestDetails] detach_service_details ServiceId of Service to be detached from a service gateway.
|
|
2955
2955
|
# @param [Hash] opts the optional parameters
|
|
2956
2956
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -3434,7 +3434,7 @@ module OCI
|
|
|
3434
3434
|
|
|
3435
3435
|
|
|
3436
3436
|
# Gets the specified provider service.
|
|
3437
|
-
# For more information, see [FastConnect Overview](https://docs.
|
|
3437
|
+
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
3438
3438
|
#
|
|
3439
3439
|
# @param [String] provider_service_id The OCID of the provider service.
|
|
3440
3440
|
# @param [Hash] opts the optional parameters
|
|
@@ -3760,7 +3760,7 @@ module OCI
|
|
|
3760
3760
|
|
|
3761
3761
|
|
|
3762
3762
|
# Gets the specified NAT gateway's information.
|
|
3763
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.
|
|
3763
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3764
3764
|
# @param [Hash] opts the optional parameters
|
|
3765
3765
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
3766
3766
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4215,7 +4215,7 @@ module OCI
|
|
|
4215
4215
|
|
|
4216
4216
|
# Gets the specified service's information.
|
|
4217
4217
|
#
|
|
4218
|
-
# @param [String] service_id The service's [OCID](https://docs.
|
|
4218
|
+
# @param [String] service_id The service's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
4219
4219
|
# @param [Hash] opts the optional parameters
|
|
4220
4220
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4221
4221
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4268,7 +4268,7 @@ module OCI
|
|
|
4268
4268
|
|
|
4269
4269
|
|
|
4270
4270
|
# Gets the specified service gateway's information.
|
|
4271
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.
|
|
4271
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
4272
4272
|
# @param [Hash] opts the optional parameters
|
|
4273
4273
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4274
4274
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4537,7 +4537,7 @@ module OCI
|
|
|
4537
4537
|
|
|
4538
4538
|
|
|
4539
4539
|
# Lists the regions that support remote VCN peering (which is peering across regions).
|
|
4540
|
-
# For more information, see [VCN Peering](https://docs.
|
|
4540
|
+
# For more information, see [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
|
|
4541
4541
|
#
|
|
4542
4542
|
# @param [Hash] opts the optional parameters
|
|
4543
4543
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -4595,13 +4595,13 @@ module OCI
|
|
|
4595
4595
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4596
4596
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
4597
4597
|
# \"List\" call. For important details about how pagination works, see
|
|
4598
|
-
# [List Pagination](https://docs.
|
|
4598
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4599
4599
|
#
|
|
4600
4600
|
# Example: `50`
|
|
4601
4601
|
#
|
|
4602
4602
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
4603
4603
|
# call. For important details about how pagination works, see
|
|
4604
|
-
# [List Pagination](https://docs.
|
|
4604
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4605
4605
|
#
|
|
4606
4606
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Cpe Cpe}>
|
|
4607
4607
|
def list_cpes(compartment_id, opts = {})
|
|
@@ -4659,13 +4659,13 @@ module OCI
|
|
|
4659
4659
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4660
4660
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
4661
4661
|
# \"List\" call. For important details about how pagination works, see
|
|
4662
|
-
# [List Pagination](https://docs.
|
|
4662
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4663
4663
|
#
|
|
4664
4664
|
# Example: `50`
|
|
4665
4665
|
#
|
|
4666
4666
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
4667
4667
|
# call. For important details about how pagination works, see
|
|
4668
|
-
# [List Pagination](https://docs.
|
|
4668
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4669
4669
|
#
|
|
4670
4670
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
4671
4671
|
#
|
|
@@ -4758,13 +4758,13 @@ module OCI
|
|
|
4758
4758
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4759
4759
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
4760
4760
|
# \"List\" call. For important details about how pagination works, see
|
|
4761
|
-
# [List Pagination](https://docs.
|
|
4761
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4762
4762
|
#
|
|
4763
4763
|
# Example: `50`
|
|
4764
4764
|
#
|
|
4765
4765
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
4766
4766
|
# call. For important details about how pagination works, see
|
|
4767
|
-
# [List Pagination](https://docs.
|
|
4767
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4768
4768
|
#
|
|
4769
4769
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectLocation CrossConnectLocation}>
|
|
4770
4770
|
def list_cross_connect_locations(compartment_id, opts = {})
|
|
@@ -4824,13 +4824,13 @@ module OCI
|
|
|
4824
4824
|
# @option opts [String] :cross_connect_group_id The OCID of the cross-connect group.
|
|
4825
4825
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
4826
4826
|
# \"List\" call. For important details about how pagination works, see
|
|
4827
|
-
# [List Pagination](https://docs.
|
|
4827
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4828
4828
|
#
|
|
4829
4829
|
# Example: `50`
|
|
4830
4830
|
#
|
|
4831
4831
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
4832
4832
|
# call. For important details about how pagination works, see
|
|
4833
|
-
# [List Pagination](https://docs.
|
|
4833
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4834
4834
|
#
|
|
4835
4835
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
4836
4836
|
#
|
|
@@ -4925,13 +4925,13 @@ module OCI
|
|
|
4925
4925
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4926
4926
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
4927
4927
|
# \"List\" call. For important details about how pagination works, see
|
|
4928
|
-
# [List Pagination](https://docs.
|
|
4928
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4929
4929
|
#
|
|
4930
4930
|
# Example: `50`
|
|
4931
4931
|
#
|
|
4932
4932
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
4933
4933
|
# call. For important details about how pagination works, see
|
|
4934
|
-
# [List Pagination](https://docs.
|
|
4934
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4935
4935
|
#
|
|
4936
4936
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectPortSpeedShape CrossConnectPortSpeedShape}>
|
|
4937
4937
|
def list_crossconnect_port_speed_shapes(compartment_id, opts = {})
|
|
@@ -4992,13 +4992,13 @@ module OCI
|
|
|
4992
4992
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4993
4993
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
4994
4994
|
# \"List\" call. For important details about how pagination works, see
|
|
4995
|
-
# [List Pagination](https://docs.
|
|
4995
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
4996
4996
|
#
|
|
4997
4997
|
# Example: `50`
|
|
4998
4998
|
#
|
|
4999
4999
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5000
5000
|
# call. For important details about how pagination works, see
|
|
5001
|
-
# [List Pagination](https://docs.
|
|
5001
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5002
5002
|
#
|
|
5003
5003
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
5004
5004
|
#
|
|
@@ -5095,13 +5095,13 @@ module OCI
|
|
|
5095
5095
|
# @option opts [String] :drg_id The OCID of the DRG.
|
|
5096
5096
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5097
5097
|
# \"List\" call. For important details about how pagination works, see
|
|
5098
|
-
# [List Pagination](https://docs.
|
|
5098
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5099
5099
|
#
|
|
5100
5100
|
# Example: `50`
|
|
5101
5101
|
#
|
|
5102
5102
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5103
5103
|
# call. For important details about how pagination works, see
|
|
5104
|
-
# [List Pagination](https://docs.
|
|
5104
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5105
5105
|
#
|
|
5106
5106
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::DrgAttachment DrgAttachment}>
|
|
5107
5107
|
def list_drg_attachments(compartment_id, opts = {})
|
|
@@ -5161,13 +5161,13 @@ module OCI
|
|
|
5161
5161
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5162
5162
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5163
5163
|
# \"List\" call. For important details about how pagination works, see
|
|
5164
|
-
# [List Pagination](https://docs.
|
|
5164
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5165
5165
|
#
|
|
5166
5166
|
# Example: `50`
|
|
5167
5167
|
#
|
|
5168
5168
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5169
5169
|
# call. For important details about how pagination works, see
|
|
5170
|
-
# [List Pagination](https://docs.
|
|
5170
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5171
5171
|
#
|
|
5172
5172
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Drg Drg}>
|
|
5173
5173
|
def list_drgs(compartment_id, opts = {})
|
|
@@ -5223,7 +5223,7 @@ module OCI
|
|
|
5223
5223
|
#
|
|
5224
5224
|
# For the compartment ID, provide the OCID of your tenancy (the root compartment).
|
|
5225
5225
|
#
|
|
5226
|
-
# For more information, see [FastConnect Overview](https://docs.
|
|
5226
|
+
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
5227
5227
|
#
|
|
5228
5228
|
# @param [String] compartment_id The OCID of the compartment.
|
|
5229
5229
|
# @param [Hash] opts the optional parameters
|
|
@@ -5231,13 +5231,13 @@ module OCI
|
|
|
5231
5231
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5232
5232
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5233
5233
|
# \"List\" call. For important details about how pagination works, see
|
|
5234
|
-
# [List Pagination](https://docs.
|
|
5234
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5235
5235
|
#
|
|
5236
5236
|
# Example: `50`
|
|
5237
5237
|
#
|
|
5238
5238
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5239
5239
|
# call. For important details about how pagination works, see
|
|
5240
|
-
# [List Pagination](https://docs.
|
|
5240
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5241
5241
|
#
|
|
5242
5242
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::FastConnectProviderService FastConnectProviderService}>
|
|
5243
5243
|
def list_fast_connect_provider_services(compartment_id, opts = {})
|
|
@@ -5290,7 +5290,7 @@ module OCI
|
|
|
5290
5290
|
# Gets the list of available virtual circuit bandwidth levels for a provider.
|
|
5291
5291
|
# You need this information so you can specify your desired bandwidth level (shape) when you create a virtual circuit.
|
|
5292
5292
|
#
|
|
5293
|
-
# For more information about virtual circuits, see [FastConnect Overview](https://docs.
|
|
5293
|
+
# For more information about virtual circuits, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
5294
5294
|
#
|
|
5295
5295
|
# @param [String] provider_service_id The OCID of the provider service.
|
|
5296
5296
|
# @param [Hash] opts the optional parameters
|
|
@@ -5298,13 +5298,13 @@ module OCI
|
|
|
5298
5298
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5299
5299
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5300
5300
|
# \"List\" call. For important details about how pagination works, see
|
|
5301
|
-
# [List Pagination](https://docs.
|
|
5301
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5302
5302
|
#
|
|
5303
5303
|
# Example: `50`
|
|
5304
5304
|
#
|
|
5305
5305
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5306
5306
|
# call. For important details about how pagination works, see
|
|
5307
|
-
# [List Pagination](https://docs.
|
|
5307
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5308
5308
|
#
|
|
5309
5309
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitBandwidthShape VirtualCircuitBandwidthShape}>
|
|
5310
5310
|
def list_fast_connect_provider_virtual_circuit_bandwidth_shapes(provider_service_id, opts = {})
|
|
@@ -5363,13 +5363,13 @@ module OCI
|
|
|
5363
5363
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5364
5364
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5365
5365
|
# \"List\" call. For important details about how pagination works, see
|
|
5366
|
-
# [List Pagination](https://docs.
|
|
5366
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5367
5367
|
#
|
|
5368
5368
|
# Example: `50`
|
|
5369
5369
|
#
|
|
5370
5370
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5371
5371
|
# call. For important details about how pagination works, see
|
|
5372
|
-
# [List Pagination](https://docs.
|
|
5372
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5373
5373
|
#
|
|
5374
5374
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
5375
5375
|
#
|
|
@@ -5466,13 +5466,13 @@ module OCI
|
|
|
5466
5466
|
# @option opts [String] :cpe_id The OCID of the CPE.
|
|
5467
5467
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5468
5468
|
# \"List\" call. For important details about how pagination works, see
|
|
5469
|
-
# [List Pagination](https://docs.
|
|
5469
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5470
5470
|
#
|
|
5471
5471
|
# Example: `50`
|
|
5472
5472
|
#
|
|
5473
5473
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5474
5474
|
# call. For important details about how pagination works, see
|
|
5475
|
-
# [List Pagination](https://docs.
|
|
5475
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5476
5476
|
#
|
|
5477
5477
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::IPSecConnection IPSecConnection}>
|
|
5478
5478
|
def list_ip_sec_connections(compartment_id, opts = {})
|
|
@@ -5534,13 +5534,13 @@ module OCI
|
|
|
5534
5534
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5535
5535
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5536
5536
|
# \"List\" call. For important details about how pagination works, see
|
|
5537
|
-
# [List Pagination](https://docs.
|
|
5537
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5538
5538
|
#
|
|
5539
5539
|
# Example: `50`
|
|
5540
5540
|
#
|
|
5541
5541
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5542
5542
|
# call. For important details about how pagination works, see
|
|
5543
|
-
# [List Pagination](https://docs.
|
|
5543
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5544
5544
|
#
|
|
5545
5545
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}>
|
|
5546
5546
|
def list_local_peering_gateways(compartment_id, vcn_id, opts = {})
|
|
@@ -5602,13 +5602,13 @@ module OCI
|
|
|
5602
5602
|
# @option opts [String] :vcn_id The OCID of the VCN.
|
|
5603
5603
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5604
5604
|
# \"List\" call. For important details about how pagination works, see
|
|
5605
|
-
# [List Pagination](https://docs.
|
|
5605
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5606
5606
|
#
|
|
5607
5607
|
# Example: `50`
|
|
5608
5608
|
#
|
|
5609
5609
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5610
5610
|
# call. For important details about how pagination works, see
|
|
5611
|
-
# [List Pagination](https://docs.
|
|
5611
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5612
5612
|
#
|
|
5613
5613
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
5614
5614
|
#
|
|
@@ -5712,13 +5712,13 @@ module OCI
|
|
|
5712
5712
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5713
5713
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5714
5714
|
# \"List\" call. For important details about how pagination works, see
|
|
5715
|
-
# [List Pagination](https://docs.
|
|
5715
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5716
5716
|
#
|
|
5717
5717
|
# Example: `50`
|
|
5718
5718
|
#
|
|
5719
5719
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5720
5720
|
# call. For important details about how pagination works, see
|
|
5721
|
-
# [List Pagination](https://docs.
|
|
5721
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5722
5722
|
#
|
|
5723
5723
|
# @option opts [String] :ip_address An IP address.
|
|
5724
5724
|
#
|
|
@@ -5814,13 +5814,13 @@ module OCI
|
|
|
5814
5814
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5815
5815
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5816
5816
|
# \"List\" call. For important details about how pagination works, see
|
|
5817
|
-
# [List Pagination](https://docs.
|
|
5817
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5818
5818
|
#
|
|
5819
5819
|
# Example: `50`
|
|
5820
5820
|
#
|
|
5821
5821
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5822
5822
|
# call. For important details about how pagination works, see
|
|
5823
|
-
# [List Pagination](https://docs.
|
|
5823
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5824
5824
|
#
|
|
5825
5825
|
# @option opts [String] :availability_domain The name of the availability domain.
|
|
5826
5826
|
#
|
|
@@ -5898,13 +5898,13 @@ module OCI
|
|
|
5898
5898
|
# @option opts [String] :drg_id The OCID of the DRG.
|
|
5899
5899
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5900
5900
|
# \"List\" call. For important details about how pagination works, see
|
|
5901
|
-
# [List Pagination](https://docs.
|
|
5901
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5902
5902
|
#
|
|
5903
5903
|
# Example: `50`
|
|
5904
5904
|
#
|
|
5905
5905
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5906
5906
|
# call. For important details about how pagination works, see
|
|
5907
|
-
# [List Pagination](https://docs.
|
|
5907
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5908
5908
|
#
|
|
5909
5909
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}>
|
|
5910
5910
|
def list_remote_peering_connections(compartment_id, opts = {})
|
|
@@ -5966,13 +5966,13 @@ module OCI
|
|
|
5966
5966
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5967
5967
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
5968
5968
|
# \"List\" call. For important details about how pagination works, see
|
|
5969
|
-
# [List Pagination](https://docs.
|
|
5969
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5970
5970
|
#
|
|
5971
5971
|
# Example: `50`
|
|
5972
5972
|
#
|
|
5973
5973
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
5974
5974
|
# call. For important details about how pagination works, see
|
|
5975
|
-
# [List Pagination](https://docs.
|
|
5975
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
5976
5976
|
#
|
|
5977
5977
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
5978
5978
|
#
|
|
@@ -6067,13 +6067,13 @@ module OCI
|
|
|
6067
6067
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6068
6068
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6069
6069
|
# \"List\" call. For important details about how pagination works, see
|
|
6070
|
-
# [List Pagination](https://docs.
|
|
6070
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6071
6071
|
#
|
|
6072
6072
|
# Example: `50`
|
|
6073
6073
|
#
|
|
6074
6074
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6075
6075
|
# call. For important details about how pagination works, see
|
|
6076
|
-
# [List Pagination](https://docs.
|
|
6076
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6077
6077
|
#
|
|
6078
6078
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
6079
6079
|
#
|
|
@@ -6169,13 +6169,13 @@ module OCI
|
|
|
6169
6169
|
# @option opts [String] :vcn_id The OCID of the VCN.
|
|
6170
6170
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6171
6171
|
# \"List\" call. For important details about how pagination works, see
|
|
6172
|
-
# [List Pagination](https://docs.
|
|
6172
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6173
6173
|
#
|
|
6174
6174
|
# Example: `50`
|
|
6175
6175
|
#
|
|
6176
6176
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6177
6177
|
# call. For important details about how pagination works, see
|
|
6178
|
-
# [List Pagination](https://docs.
|
|
6178
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6179
6179
|
#
|
|
6180
6180
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
6181
6181
|
# TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
@@ -6264,13 +6264,13 @@ module OCI
|
|
|
6264
6264
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6265
6265
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6266
6266
|
# \"List\" call. For important details about how pagination works, see
|
|
6267
|
-
# [List Pagination](https://docs.
|
|
6267
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6268
6268
|
#
|
|
6269
6269
|
# Example: `50`
|
|
6270
6270
|
#
|
|
6271
6271
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6272
6272
|
# call. For important details about how pagination works, see
|
|
6273
|
-
# [List Pagination](https://docs.
|
|
6273
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6274
6274
|
#
|
|
6275
6275
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Service Service}>
|
|
6276
6276
|
def list_services(opts = {})
|
|
@@ -6327,13 +6327,13 @@ module OCI
|
|
|
6327
6327
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6328
6328
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6329
6329
|
# \"List\" call. For important details about how pagination works, see
|
|
6330
|
-
# [List Pagination](https://docs.
|
|
6330
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6331
6331
|
#
|
|
6332
6332
|
# Example: `50`
|
|
6333
6333
|
#
|
|
6334
6334
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6335
6335
|
# call. For important details about how pagination works, see
|
|
6336
|
-
# [List Pagination](https://docs.
|
|
6336
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6337
6337
|
#
|
|
6338
6338
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
6339
6339
|
#
|
|
@@ -6427,13 +6427,13 @@ module OCI
|
|
|
6427
6427
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6428
6428
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6429
6429
|
# \"List\" call. For important details about how pagination works, see
|
|
6430
|
-
# [List Pagination](https://docs.
|
|
6430
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6431
6431
|
#
|
|
6432
6432
|
# Example: `50`
|
|
6433
6433
|
#
|
|
6434
6434
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6435
6435
|
# call. For important details about how pagination works, see
|
|
6436
|
-
# [List Pagination](https://docs.
|
|
6436
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6437
6437
|
#
|
|
6438
6438
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
6439
6439
|
#
|
|
@@ -6525,13 +6525,13 @@ module OCI
|
|
|
6525
6525
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6526
6526
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6527
6527
|
# \"List\" call. For important details about how pagination works, see
|
|
6528
|
-
# [List Pagination](https://docs.
|
|
6528
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6529
6529
|
#
|
|
6530
6530
|
# Example: `50`
|
|
6531
6531
|
#
|
|
6532
6532
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6533
6533
|
# call. For important details about how pagination works, see
|
|
6534
|
-
# [List Pagination](https://docs.
|
|
6534
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6535
6535
|
#
|
|
6536
6536
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitBandwidthShape VirtualCircuitBandwidthShape}>
|
|
6537
6537
|
def list_virtual_circuit_bandwidth_shapes(compartment_id, opts = {})
|
|
@@ -6650,13 +6650,13 @@ module OCI
|
|
|
6650
6650
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6651
6651
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
6652
6652
|
# \"List\" call. For important details about how pagination works, see
|
|
6653
|
-
# [List Pagination](https://docs.
|
|
6653
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6654
6654
|
#
|
|
6655
6655
|
# Example: `50`
|
|
6656
6656
|
#
|
|
6657
6657
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
6658
6658
|
# call. For important details about how pagination works, see
|
|
6659
|
-
# [List Pagination](https://docs.
|
|
6659
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
6660
6660
|
#
|
|
6661
6661
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
6662
6662
|
#
|
|
@@ -7283,7 +7283,7 @@ module OCI
|
|
|
7283
7283
|
|
|
7284
7284
|
# Updates the specified NAT gateway.
|
|
7285
7285
|
#
|
|
7286
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.
|
|
7286
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
7287
7287
|
# @param [OCI::Core::Models::UpdateNatGatewayDetails] update_nat_gateway_details Details object for updating a NAT gateway.
|
|
7288
7288
|
# @param [Hash] opts the optional parameters
|
|
7289
7289
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -7446,7 +7446,7 @@ module OCI
|
|
|
7446
7446
|
# a VNIC or instance can have. If you try to move a reserved public IP
|
|
7447
7447
|
# to a VNIC or instance that has already reached its public IP limit, an error is
|
|
7448
7448
|
# returned. For information about the public IP limits, see
|
|
7449
|
-
# [Public IP Addresses](https://docs.
|
|
7449
|
+
# [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
|
|
7450
7450
|
#
|
|
7451
7451
|
# @param [String] public_ip_id The OCID of the public IP.
|
|
7452
7452
|
# @param [OCI::Core::Models::UpdatePublicIpDetails] update_public_ip_details Public IP details.
|
|
@@ -7692,7 +7692,7 @@ module OCI
|
|
|
7692
7692
|
# Updates the specified service gateway. The information you provide overwrites the existing
|
|
7693
7693
|
# attributes of the gateway.
|
|
7694
7694
|
#
|
|
7695
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.
|
|
7695
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
7696
7696
|
# @param [OCI::Core::Models::UpdateServiceGatewayDetails] update_service_gateway_details Details object for updating a service gateway.
|
|
7697
7697
|
# @param [Hash] opts the optional parameters
|
|
7698
7698
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -7882,7 +7882,7 @@ module OCI
|
|
|
7882
7882
|
# its state will return to PROVISIONED. Make sure you confirm that
|
|
7883
7883
|
# the associated BGP session is back up. For more information
|
|
7884
7884
|
# about the various states and how to test connectivity, see
|
|
7885
|
-
# [FastConnect Overview](https://docs.
|
|
7885
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
7886
7886
|
#
|
|
7887
7887
|
# To change the list of public IP prefixes for a public virtual circuit,
|
|
7888
7888
|
# use {#bulk_add_virtual_circuit_public_prefixes bulk_add_virtual_circuit_public_prefixes}
|