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
|
@@ -18,7 +18,7 @@ module OCI
|
|
|
18
18
|
attr_accessor :compartment_id
|
|
19
19
|
|
|
20
20
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
21
|
-
# For more information, see [Resource Tags](https://docs.
|
|
21
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
22
22
|
#
|
|
23
23
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
24
24
|
#
|
|
@@ -41,7 +41,7 @@ module OCI
|
|
|
41
41
|
# will not work.
|
|
42
42
|
#
|
|
43
43
|
# For more information, see
|
|
44
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
44
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
45
45
|
#
|
|
46
46
|
# Example: `vcn1`
|
|
47
47
|
#
|
|
@@ -50,7 +50,7 @@ module OCI
|
|
|
50
50
|
|
|
51
51
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
52
52
|
# predefined name, type, or namespace. For more information, see
|
|
53
|
-
# [Resource Tags](https://docs.
|
|
53
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
#
|
|
55
55
|
# Example: `{\"Department\": \"Finance\"}`
|
|
56
56
|
#
|
|
@@ -7,7 +7,7 @@ module OCI
|
|
|
7
7
|
# Contains properties for a VNIC. You use this object when creating the
|
|
8
8
|
# primary VNIC during instance launch or when creating a secondary VNIC.
|
|
9
9
|
# For more information about VNICs, see
|
|
10
|
-
# [Virtual Network Interface Cards (VNICs)](https://docs.
|
|
10
|
+
# [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVNICs.htm).
|
|
11
11
|
#
|
|
12
12
|
class Core::Models::CreateVnicDetails # rubocop:disable Metrics/LineLength
|
|
13
13
|
# Whether the VNIC should be assigned a public IP address. Defaults to whether
|
|
@@ -20,14 +20,14 @@ module OCI
|
|
|
20
20
|
#
|
|
21
21
|
# **Note:** This public IP address is associated with the primary private IP
|
|
22
22
|
# on the VNIC. For more information, see
|
|
23
|
-
# [IP Addresses](https://docs.
|
|
23
|
+
# [IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPaddresses.htm).
|
|
24
24
|
#
|
|
25
25
|
# **Note:** There's a limit to the number of {PublicIp}
|
|
26
26
|
# a VNIC or instance can have. If you try to create a secondary VNIC
|
|
27
27
|
# with an assigned public IP for an instance that has already
|
|
28
28
|
# reached its public IP limit, an error is returned. For information
|
|
29
29
|
# about the public IP limits, see
|
|
30
|
-
# [Public IP Addresses](https://docs.
|
|
30
|
+
# [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
|
|
31
31
|
#
|
|
32
32
|
# Example: `false`
|
|
33
33
|
#
|
|
@@ -35,7 +35,7 @@ module OCI
|
|
|
35
35
|
attr_accessor :assign_public_ip
|
|
36
36
|
|
|
37
37
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
38
|
-
# For more information, see [Resource Tags](https://docs.
|
|
38
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
39
39
|
#
|
|
40
40
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
41
41
|
#
|
|
@@ -50,7 +50,7 @@ module OCI
|
|
|
50
50
|
|
|
51
51
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
52
52
|
# predefined name, type, or namespace. For more information, see
|
|
53
|
-
# [Resource Tags](https://docs.
|
|
53
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
#
|
|
55
55
|
# Example: `{\"Department\": \"Finance\"}`
|
|
56
56
|
#
|
|
@@ -69,7 +69,7 @@ module OCI
|
|
|
69
69
|
# {#get_private_ip get_private_ip}.
|
|
70
70
|
#
|
|
71
71
|
# For more information, see
|
|
72
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
72
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
73
73
|
#
|
|
74
74
|
# When launching an instance, use this `hostnameLabel` instead
|
|
75
75
|
# of the deprecated `hostnameLabel` in
|
|
@@ -98,7 +98,7 @@ module OCI
|
|
|
98
98
|
# Whether the source/destination check is disabled on the VNIC.
|
|
99
99
|
# Defaults to `false`, which means the check is performed. For information
|
|
100
100
|
# about why you would skip the source/destination check, see
|
|
101
|
-
# [Using a Private IP as a Route Target](https://docs.
|
|
101
|
+
# [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm#privateip).
|
|
102
102
|
#
|
|
103
103
|
# Example: `true`
|
|
104
104
|
#
|
|
@@ -12,7 +12,7 @@ module OCI
|
|
|
12
12
|
].freeze
|
|
13
13
|
|
|
14
14
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
15
|
-
# For more information, see [Resource Tags](https://docs.
|
|
15
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
16
16
|
#
|
|
17
17
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
18
18
|
#
|
|
@@ -27,7 +27,7 @@ module OCI
|
|
|
27
27
|
|
|
28
28
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
29
29
|
# predefined name, type, or namespace. For more information, see
|
|
30
|
-
# [Resource Tags](https://docs.
|
|
30
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
31
31
|
#
|
|
32
32
|
# Example: `{\"Department\": \"Finance\"}`
|
|
33
33
|
#
|
|
@@ -24,7 +24,7 @@ module OCI
|
|
|
24
24
|
attr_accessor :compartment_id
|
|
25
25
|
|
|
26
26
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
27
|
-
# For more information, see [Resource Tags](https://docs.
|
|
27
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
28
28
|
#
|
|
29
29
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
30
30
|
#
|
|
@@ -39,7 +39,7 @@ module OCI
|
|
|
39
39
|
|
|
40
40
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
41
41
|
# predefined name, type, or namespace. For more information, see
|
|
42
|
-
# [Resource Tags](https://docs.
|
|
42
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
#
|
|
44
44
|
# Example: `{\"Department\": \"Finance\"}`
|
|
45
45
|
#
|
|
@@ -16,7 +16,7 @@ module OCI
|
|
|
16
16
|
attr_accessor :compartment_id
|
|
17
17
|
|
|
18
18
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
19
|
-
# For more information, see [Resource Tags](https://docs.
|
|
19
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
20
20
|
#
|
|
21
21
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
22
22
|
#
|
|
@@ -29,7 +29,7 @@ module OCI
|
|
|
29
29
|
|
|
30
30
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
31
31
|
# predefined name, type, or namespace. For more information, see
|
|
32
|
-
# [Resource Tags](https://docs.
|
|
32
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
33
33
|
#
|
|
34
34
|
# Example: `{\"Department\": \"Finance\"}`
|
|
35
35
|
#
|
|
@@ -15,7 +15,7 @@ module OCI
|
|
|
15
15
|
attr_accessor :compartment_id
|
|
16
16
|
|
|
17
17
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
18
|
-
# For more information, see [Resource Tags](https://docs.
|
|
18
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
19
19
|
#
|
|
20
20
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
21
21
|
#
|
|
@@ -28,7 +28,7 @@ module OCI
|
|
|
28
28
|
|
|
29
29
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
30
30
|
# predefined name, type, or namespace. For more information, see
|
|
31
|
-
# [Resource Tags](https://docs.
|
|
31
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
32
32
|
#
|
|
33
33
|
# Example: `{\"Department\": \"Finance\"}`
|
|
34
34
|
#
|
|
@@ -8,7 +8,7 @@ module OCI
|
|
|
8
8
|
# For use with Oracle Cloud Infrastructure FastConnect. A cross-connect represents a
|
|
9
9
|
# physical connection between an existing network and Oracle. Customers who are colocated
|
|
10
10
|
# with Oracle in a FastConnect location create and use cross-connects. For more
|
|
11
|
-
# information, see [FastConnect Overview](https://docs.
|
|
11
|
+
# information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
12
12
|
#
|
|
13
13
|
# Oracle recommends you create each cross-connect in a
|
|
14
14
|
# {CrossConnectGroup} so you can use link aggregation
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
#
|
|
21
21
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
22
22
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
23
|
-
# [Getting Started with Policies](https://docs.
|
|
23
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
24
24
|
#
|
|
25
25
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
26
26
|
# supply string values using the API.
|
|
@@ -9,7 +9,7 @@ module OCI
|
|
|
9
9
|
# is a link aggregation group (LAG), which can contain one or more
|
|
10
10
|
# {CrossConnect}. Customers who are colocated with
|
|
11
11
|
# Oracle in a FastConnect location create and use cross-connect groups. For more
|
|
12
|
-
# information, see [FastConnect Overview](https://docs.
|
|
12
|
+
# information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
13
13
|
#
|
|
14
14
|
# **Note:** If you're a provider who is setting up a physical connection to Oracle so customers
|
|
15
15
|
# can use FastConnect over the connection, be aware that your connection is modeled the
|
|
@@ -17,7 +17,7 @@ module OCI
|
|
|
17
17
|
#
|
|
18
18
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
19
19
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
20
|
-
# [Getting Started with Policies](https://docs.
|
|
20
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
21
21
|
#
|
|
22
22
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
23
23
|
# supply string values using the API.
|
|
@@ -8,7 +8,7 @@ require_relative 'dhcp_option'
|
|
|
8
8
|
module OCI
|
|
9
9
|
# DHCP option for specifying how DNS (hostname resolution) is handled in the subnets in the VCN.
|
|
10
10
|
# For more information, see
|
|
11
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
11
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
12
12
|
#
|
|
13
13
|
class Core::Models::DhcpDnsOption < Core::Models::DhcpOption # rubocop:disable Metrics/LineLength
|
|
14
14
|
SERVER_TYPE_ENUM = [
|
|
@@ -35,7 +35,7 @@ module OCI
|
|
|
35
35
|
# The Internet and VCN Resolver also enables reverse DNS lookup, which lets
|
|
36
36
|
# you determine the hostname corresponding to the private IP address. For more
|
|
37
37
|
# information, see
|
|
38
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
38
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
39
39
|
#
|
|
40
40
|
# * **CustomDnsServer:** Instances use a DNS server of your choice (three
|
|
41
41
|
# maximum).
|
|
@@ -7,8 +7,8 @@ module OCI
|
|
|
7
7
|
# A single DHCP option according to [RFC 1533](https://tools.ietf.org/html/rfc1533).
|
|
8
8
|
# The two options available to use are {DhcpDnsOption}
|
|
9
9
|
# and {DhcpSearchDomainOption}. For more
|
|
10
|
-
# information, see [DNS in Your Virtual Cloud Network](https://docs.
|
|
11
|
-
# and [DHCP Options](https://docs.
|
|
10
|
+
# information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm)
|
|
11
|
+
# and [DHCP Options](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDHCP.htm).
|
|
12
12
|
#
|
|
13
13
|
# This class has direct subclasses. If you are using this class as input to a service operations then you should favor using a subclass over the base class
|
|
14
14
|
class Core::Models::DhcpOption # rubocop:disable Metrics/LineLength
|
|
@@ -14,12 +14,12 @@ module OCI
|
|
|
14
14
|
# - {DhcpSearchDomainOption}: Lets you specify
|
|
15
15
|
# a search domain name to use for DNS queries.
|
|
16
16
|
#
|
|
17
|
-
# For more information, see [DNS in Your Virtual Cloud Network](https://docs.
|
|
18
|
-
# and [DHCP Options](https://docs.
|
|
17
|
+
# For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm)
|
|
18
|
+
# and [DHCP Options](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDHCP.htm).
|
|
19
19
|
#
|
|
20
20
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
21
21
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
22
|
-
# [Getting Started with Policies](https://docs.
|
|
22
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
23
23
|
#
|
|
24
24
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
25
25
|
# 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
|
#
|
|
@@ -53,7 +53,7 @@ module OCI
|
|
|
53
53
|
|
|
54
54
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
55
55
|
# predefined name, type, or namespace. For more information, see
|
|
56
|
-
# [Resource Tags](https://docs.
|
|
56
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
57
57
|
#
|
|
58
58
|
# Example: `{\"Department\": \"Finance\"}`
|
|
59
59
|
#
|
|
@@ -6,7 +6,7 @@ require_relative 'dhcp_option'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# DHCP option for specifying a search domain name for DNS queries. For more information, see
|
|
9
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
9
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
10
10
|
#
|
|
11
11
|
class Core::Models::DhcpSearchDomainOption < Core::Models::DhcpOption # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** A single search domain name according to [RFC 952](https://tools.ietf.org/html/rfc952)
|
data/lib/oci/core/models/drg.rb
CHANGED
|
@@ -9,11 +9,11 @@ module OCI
|
|
|
9
9
|
# network traffic between your VCN and your existing network. You use it with other Networking
|
|
10
10
|
# Service components to create an IPSec VPN or a connection that uses
|
|
11
11
|
# Oracle Cloud Infrastructure FastConnect. For more information, see
|
|
12
|
-
# [Overview of the Networking Service](https://docs.
|
|
12
|
+
# [Overview of the Networking Service](https://docs.cloud.oracle.com/Content/Network/Concepts/overview.htm).
|
|
13
13
|
#
|
|
14
14
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
15
15
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
16
|
-
# [Getting Started with Policies](https://docs.
|
|
16
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
17
17
|
#
|
|
18
18
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
19
19
|
# supply string values using the API.
|
|
@@ -32,7 +32,7 @@ module OCI
|
|
|
32
32
|
attr_accessor :compartment_id
|
|
33
33
|
|
|
34
34
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
35
|
-
# For more information, see [Resource Tags](https://docs.
|
|
35
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
36
36
|
#
|
|
37
37
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
38
38
|
#
|
|
@@ -47,7 +47,7 @@ module OCI
|
|
|
47
47
|
|
|
48
48
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
49
49
|
# predefined name, type, or namespace. For more information, see
|
|
50
|
-
# [Resource Tags](https://docs.
|
|
50
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
51
51
|
#
|
|
52
52
|
# Example: `{\"Department\": \"Finance\"}`
|
|
53
53
|
#
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# A link between a DRG and VCN. For more information, see
|
|
9
|
-
# [Overview of the Networking Service](https://docs.
|
|
9
|
+
# [Overview of the Networking Service](https://docs.cloud.oracle.com/Content/Network/Concepts/overview.htm).
|
|
10
10
|
#
|
|
11
11
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
12
12
|
# supply string values using the API.
|
|
@@ -44,7 +44,7 @@ module OCI
|
|
|
44
44
|
|
|
45
45
|
# The OCID of the route table the DRG attachment is using. For information about why you
|
|
46
46
|
# would associate a route table with a DRG attachment, see
|
|
47
|
-
# [Advanced Scenario: Transit Routing](https://docs.
|
|
47
|
+
# [Advanced Scenario: Transit Routing](https://docs.cloud.oracle.com/Content/Network/Tasks/transitrouting.htm).
|
|
48
48
|
#
|
|
49
49
|
# @return [String]
|
|
50
50
|
attr_accessor :route_table_id
|
|
@@ -7,8 +7,8 @@ require_relative 'export_image_details'
|
|
|
7
7
|
module OCI
|
|
8
8
|
# ExportImageViaObjectStorageUriDetails model.
|
|
9
9
|
class Core::Models::ExportImageViaObjectStorageUriDetails < Core::Models::ExportImageDetails # rubocop:disable Metrics/LineLength
|
|
10
|
-
# **[Required]** The Object Storage URL to export the image to. See [Object Storage URLs](https://docs.
|
|
11
|
-
# and [pre-authenticated requests](https://docs.
|
|
10
|
+
# **[Required]** The Object Storage URL to export the image to. See [Object Storage URLs](https://docs.cloud.oracle.com/Content/Compute/Tasks/imageimportexport.htm#URLs)
|
|
11
|
+
# and [pre-authenticated requests](https://docs.cloud.oracle.com/Content/Object/Tasks/managingaccess.htm#pre-auth) for constructing URLs for image import/export.
|
|
12
12
|
#
|
|
13
13
|
# @return [String]
|
|
14
14
|
attr_accessor :destination_uri
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# A service offering from a supported provider. For more information,
|
|
9
|
-
# see [FastConnect Overview](https://docs.
|
|
9
|
+
# see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
10
10
|
#
|
|
11
11
|
class Core::Models::FastConnectProviderService # rubocop:disable Metrics/LineLength
|
|
12
12
|
PRIVATE_PEERING_BGP_MANAGEMENT_ENUM = [
|
|
@@ -6,11 +6,11 @@ require 'logger'
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective
|
|
7
7
|
module OCI
|
|
8
8
|
# A boot disk image for launching an instance. For more information, see
|
|
9
|
-
# [Overview of the Compute Service](https://docs.
|
|
9
|
+
# [Overview of the Compute Service](https://docs.cloud.oracle.com/Content/Compute/Concepts/computeoverview.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.
|
|
@@ -51,7 +51,7 @@ module OCI
|
|
|
51
51
|
attr_accessor :create_image_allowed
|
|
52
52
|
|
|
53
53
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
54
|
-
# For more information, see [Resource Tags](https://docs.
|
|
54
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
55
55
|
#
|
|
56
56
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
57
57
|
#
|
|
@@ -69,7 +69,7 @@ module OCI
|
|
|
69
69
|
|
|
70
70
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
71
71
|
# predefined name, type, or namespace. For more information, see
|
|
72
|
-
# [Resource Tags](https://docs.
|
|
72
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
73
73
|
#
|
|
74
74
|
# Example: `{\"Department\": \"Finance\"}`
|
|
75
75
|
#
|
|
@@ -8,11 +8,11 @@ module OCI
|
|
|
8
8
|
# A compute host. The image used to launch the instance determines its operating system and other
|
|
9
9
|
# software. The shape specified during the launch process determines the number of CPUs and memory
|
|
10
10
|
# allocated to the instance. For more information, see
|
|
11
|
-
# [Overview of the Compute Service](https://docs.
|
|
11
|
+
# [Overview of the Compute Service](https://docs.cloud.oracle.com/Content/Compute/Concepts/computeoverview.htm).
|
|
12
12
|
#
|
|
13
13
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
14
14
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
15
|
-
# [Getting Started with Policies](https://docs.
|
|
15
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
16
16
|
#
|
|
17
17
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you
|
|
18
18
|
# supply string values using the API.
|
|
@@ -50,7 +50,7 @@ module OCI
|
|
|
50
50
|
attr_accessor :compartment_id
|
|
51
51
|
|
|
52
52
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
53
|
-
# For more information, see [Resource Tags](https://docs.
|
|
53
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
#
|
|
55
55
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
56
56
|
#
|
|
@@ -90,7 +90,7 @@ module OCI
|
|
|
90
90
|
|
|
91
91
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
92
92
|
# predefined name, type, or namespace. For more information, see
|
|
93
|
-
# [Resource Tags](https://docs.
|
|
93
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
94
94
|
#
|
|
95
95
|
# Example: `{\"Department\": \"Finance\"}`
|
|
96
96
|
#
|
|
@@ -125,7 +125,7 @@ module OCI
|
|
|
125
125
|
#
|
|
126
126
|
# For more information about the Bring Your Own Image feature of
|
|
127
127
|
# Oracle Cloud Infrastructure, see
|
|
128
|
-
# [Bring Your Own Image](https://docs.
|
|
128
|
+
# [Bring Your Own Image](https://docs.cloud.oracle.com/Content/Compute/References/bringyourownimage.htm).
|
|
129
129
|
#
|
|
130
130
|
# For more information about iPXE, see http://ipxe.org.
|
|
131
131
|
#
|
|
@@ -13,7 +13,7 @@ module OCI
|
|
|
13
13
|
attr_accessor :compartment_id
|
|
14
14
|
|
|
15
15
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
16
|
-
# For more information, see [Resource Tags](https://docs.
|
|
16
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
17
17
|
#
|
|
18
18
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
19
19
|
#
|
|
@@ -27,7 +27,7 @@ module OCI
|
|
|
27
27
|
|
|
28
28
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
29
29
|
# predefined name, type, or namespace. For more information, see
|
|
30
|
-
# [Resource Tags](https://docs.
|
|
30
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
31
31
|
#
|
|
32
32
|
# Example: `{\"Department\": \"Finance\"}`
|
|
33
33
|
#
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
# Certain bare metal instance shapes have two active physical NICs (0 and 1). If
|
|
21
21
|
# you add a secondary VNIC to one of these instances, you can specify which NIC
|
|
22
22
|
# the VNIC will use. For more information, see
|
|
23
|
-
# [Virtual Network Interface Cards (VNICs)](https://docs.
|
|
23
|
+
# [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVNICs.htm).
|
|
24
24
|
#
|
|
25
25
|
# @return [Integer]
|
|
26
26
|
attr_accessor :nic_index
|
|
@@ -25,7 +25,7 @@ module OCI
|
|
|
25
25
|
attr_accessor :compartment_id
|
|
26
26
|
|
|
27
27
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
28
|
-
# For more information, see [Resource Tags](https://docs.
|
|
28
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
29
29
|
#
|
|
30
30
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
31
31
|
#
|
|
@@ -40,7 +40,7 @@ module OCI
|
|
|
40
40
|
|
|
41
41
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
42
42
|
# predefined name, type, or namespace. For more information, see
|
|
43
|
-
# [Resource Tags](https://docs.
|
|
43
|
+
# [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
#
|
|
45
45
|
# Example: `{\"Department\": \"Finance\"}`
|
|
46
46
|
#
|