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
|
@@ -66,7 +66,7 @@ module OCI
|
|
|
66
66
|
# Calls {OCI::Monitoring::MonitoringClient#delete_alarm} and then waits for the {OCI::Monitoring::Models::Alarm} acted upon
|
|
67
67
|
# to enter the given state(s).
|
|
68
68
|
#
|
|
69
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
69
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
70
70
|
#
|
|
71
71
|
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Monitoring::Models::Alarm#lifecycle_state}
|
|
72
72
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Monitoring::MonitoringClient#delete_alarm}
|
|
@@ -107,7 +107,7 @@ module OCI
|
|
|
107
107
|
# Calls {OCI::Monitoring::MonitoringClient#update_alarm} and then waits for the {OCI::Monitoring::Models::Alarm} acted upon
|
|
108
108
|
# to enter the given state(s).
|
|
109
109
|
#
|
|
110
|
-
# @param [String] alarm_id The [OCID](https://docs.
|
|
110
|
+
# @param [String] alarm_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an alarm.
|
|
111
111
|
#
|
|
112
112
|
# @param [OCI::Monitoring::Models::UpdateAlarmDetails] update_alarm_details Document for updating an alarm.
|
|
113
113
|
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Monitoring::Models::Alarm#lifecycle_state}
|
|
@@ -7,11 +7,11 @@ require 'logger'
|
|
|
7
7
|
module OCI
|
|
8
8
|
# A bucket is a container for storing objects in a compartment within a namespace. A bucket is associated with a single compartment.
|
|
9
9
|
# The compartment has policies that indicate what actions a user can perform on a bucket and all the objects in the bucket. For more
|
|
10
|
-
# information, see [Managing Buckets](https://docs.
|
|
10
|
+
# information, see [Managing Buckets](https://docs.cloud.oracle.com/Content/Object/Tasks/managingbuckets.htm).
|
|
11
11
|
#
|
|
12
12
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
13
13
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
14
|
-
# [Getting Started with Policies](https://docs.
|
|
14
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
15
15
|
#
|
|
16
16
|
class ObjectStorage::Models::Bucket # rubocop:disable Metrics/LineLength
|
|
17
17
|
PUBLIC_ACCESS_TYPE_ENUM = [
|
|
@@ -75,14 +75,14 @@ module OCI
|
|
|
75
75
|
attr_reader :storage_tier
|
|
76
76
|
|
|
77
77
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
78
|
-
# For more information, see [Resource Tags](https://docs.
|
|
78
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
79
79
|
# Example: `{\"Department\": \"Finance\"}`
|
|
80
80
|
#
|
|
81
81
|
# @return [Hash<String, String>]
|
|
82
82
|
attr_accessor :freeform_tags
|
|
83
83
|
|
|
84
84
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
85
|
-
# For more information, see [Resource Tags](https://docs.
|
|
85
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
86
86
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
87
87
|
#
|
|
88
88
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::BucketSummary # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The namespace in which the bucket lives.
|
|
@@ -36,14 +36,14 @@ module OCI
|
|
|
36
36
|
attr_accessor :etag
|
|
37
37
|
|
|
38
38
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
39
|
-
# For more information, see [Resource Tags](https://docs.
|
|
39
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
40
40
|
# Example: `{\"Department\": \"Finance\"}`
|
|
41
41
|
#
|
|
42
42
|
# @return [Hash<String, String>]
|
|
43
43
|
attr_accessor :freeform_tags
|
|
44
44
|
|
|
45
45
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
46
|
-
# For more information, see [Resource Tags](https://docs.
|
|
46
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
47
47
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
48
48
|
#
|
|
49
49
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::CommitMultipartUploadDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The part numbers and ETags for the parts to be committed.
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::CommitMultipartUploadPartDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The part number for this part.
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::CopyObjectDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The name of the object to be copied
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::CreateBucketDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
PUBLIC_ACCESS_TYPE_ENUM = [
|
|
@@ -53,14 +53,14 @@ module OCI
|
|
|
53
53
|
attr_reader :storage_tier
|
|
54
54
|
|
|
55
55
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
56
|
-
# For more information, see [Resource Tags](https://docs.
|
|
56
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
57
57
|
# Example: `{\"Department\": \"Finance\"}`
|
|
58
58
|
#
|
|
59
59
|
# @return [Hash<String, String>]
|
|
60
60
|
attr_accessor :freeform_tags
|
|
61
61
|
|
|
62
62
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
-
# For more information, see [Resource Tags](https://docs.
|
|
63
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
65
65
|
#
|
|
66
66
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::CreateMultipartUploadDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The name of the object to which this multi-part upload is targeted. Avoid entering confidential information.
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::ListObjects # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** An array of object summaries.
|
|
@@ -8,11 +8,11 @@ module OCI
|
|
|
8
8
|
# objects that are too large for a single upload operation. With multipart uploads, individual parts of an object can be
|
|
9
9
|
# uploaded in parallel to reduce the amount of time you spend uploading. Multipart uploads can also minimize the impact
|
|
10
10
|
# of network failures by letting you retry a failed part upload instead of requiring you to retry an entire object upload.
|
|
11
|
-
# See [Managing Multipart Uploads](https://docs.
|
|
11
|
+
# See [Managing Multipart Uploads](https://docs.cloud.oracle.com/Content/Object/Tasks/managingmultipartuploads.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
|
class ObjectStorage::Models::MultipartUpload # rubocop:disable Metrics/LineLength
|
|
18
18
|
# **[Required]** The namespace in which the in-progress multipart upload is stored.
|
|
@@ -7,7 +7,7 @@ module OCI
|
|
|
7
7
|
# Get summary information about multipart uploads.
|
|
8
8
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
9
9
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access,
|
|
10
|
-
# see [Getting Started with Policies](https://docs.
|
|
10
|
+
# see [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
11
11
|
#
|
|
12
12
|
class ObjectStorage::Models::MultipartUploadPartSummary # rubocop:disable Metrics/LineLength
|
|
13
13
|
# **[Required]** The current entity tag for the part.
|
|
@@ -16,7 +16,7 @@ module OCI
|
|
|
16
16
|
# The live lifecycle policy on the bucket.
|
|
17
17
|
#
|
|
18
18
|
# For an example of this value, see the
|
|
19
|
-
# [PutObjectLifecyclePolicy API documentation](https://docs.
|
|
19
|
+
# [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
|
|
20
20
|
#
|
|
21
21
|
# @return [Array<OCI::ObjectStorage::Models::ObjectLifecycleRule>]
|
|
22
22
|
attr_accessor :items
|
|
@@ -7,7 +7,7 @@ require 'logger'
|
|
|
7
7
|
module OCI
|
|
8
8
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
9
9
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
10
|
-
# [Getting Started with Policies](https://docs.
|
|
10
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
11
11
|
#
|
|
12
12
|
class ObjectStorage::Models::ObjectLifecycleRule # rubocop:disable Metrics/LineLength
|
|
13
13
|
TIME_UNIT_ENUM = [
|
|
@@ -21,7 +21,7 @@ module OCI
|
|
|
21
21
|
attr_accessor :name
|
|
22
22
|
|
|
23
23
|
# **[Required]** The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the
|
|
24
|
-
# [Archival Storage tier](https://docs.
|
|
24
|
+
# [Archival Storage tier](https://docs.cloud.oracle.com/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action
|
|
25
25
|
# 'DELETE' permanently delete objects from buckets. 'ARCHIVE' and 'DELETE' are the only two supported
|
|
26
26
|
# actions at this time.
|
|
27
27
|
#
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::ObjectSummary # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The name of the object. Avoid entering confidential information.
|
|
@@ -7,10 +7,10 @@ require 'logger'
|
|
|
7
7
|
module OCI
|
|
8
8
|
# Pre-authenticated requests provide a way to let users access a bucket or an object without having their own credentials.
|
|
9
9
|
# When you create a pre-authenticated request, a unique URL is generated. Users in your organization, partners, or third
|
|
10
|
-
# parties can use this URL to access the targets identified in the pre-authenticated request. See [Managing Access to Buckets and Objects](https://docs.
|
|
10
|
+
# parties can use this URL to access the targets identified in the pre-authenticated request. See [Managing Access to Buckets and Objects](https://docs.cloud.oracle.com/Content/Object/Tasks/managingaccess.htm).
|
|
11
11
|
#
|
|
12
12
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator.
|
|
13
|
-
# If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.
|
|
13
|
+
# If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
14
14
|
#
|
|
15
15
|
class ObjectStorage::Models::PreauthenticatedRequest # rubocop:disable Metrics/LineLength
|
|
16
16
|
ACCESS_TYPE_ENUM = [
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::RenameObjectDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
# **[Required]** The name of the source object to be renamed.
|
|
@@ -6,7 +6,7 @@ require 'date'
|
|
|
6
6
|
module OCI
|
|
7
7
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
8
8
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
9
|
-
# [Getting Started with Policies](https://docs.
|
|
9
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
10
10
|
#
|
|
11
11
|
class ObjectStorage::Models::UpdateBucketDetails # rubocop:disable Metrics/LineLength
|
|
12
12
|
PUBLIC_ACCESS_TYPE_ENUM = [
|
|
@@ -42,14 +42,14 @@ module OCI
|
|
|
42
42
|
attr_reader :public_access_type
|
|
43
43
|
|
|
44
44
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
45
|
-
# For more information, see [Resource Tags](https://docs.
|
|
45
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
46
46
|
# Example: `{\"Department\": \"Finance\"}`
|
|
47
47
|
#
|
|
48
48
|
# @return [Hash<String, String>]
|
|
49
49
|
attr_accessor :freeform_tags
|
|
50
50
|
|
|
51
51
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
52
|
-
# For more information, see [Resource Tags](https://docs.
|
|
52
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
53
53
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}
|
|
54
54
|
#
|
|
55
55
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -938,7 +938,7 @@ module OCI
|
|
|
938
938
|
# Get the metadata for the namespace, which contains defaultS3CompartmentId and defaultSwiftCompartmentId.
|
|
939
939
|
# Any user with the NAMESPACE_READ permission will be able to see the current metadata. If you're not authorized,
|
|
940
940
|
# talk to an administrator. If you're an administrator who needs to write
|
|
941
|
-
# policies to give users access, see [Getting Started with Policies](https://docs.
|
|
941
|
+
# policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
942
942
|
#
|
|
943
943
|
# @param [String] namespace_name The top-level namespace used for the request.
|
|
944
944
|
# @param [Hash] opts the optional parameters
|
|
@@ -1431,7 +1431,7 @@ module OCI
|
|
|
1431
1431
|
#
|
|
1432
1432
|
# To use this and other API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
1433
1433
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
1434
|
-
# [Getting Started with Policies](https://docs.
|
|
1434
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
1435
1435
|
#
|
|
1436
1436
|
# @param [String] namespace_name The top-level namespace used for the request.
|
|
1437
1437
|
# @param [String] compartment_id The ID of the compartment in which to list buckets.
|
|
@@ -1646,7 +1646,7 @@ module OCI
|
|
|
1646
1646
|
#
|
|
1647
1647
|
# To use this and other API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
1648
1648
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
1649
|
-
# [Getting Started with Policies](https://docs.
|
|
1649
|
+
# [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
1650
1650
|
#
|
|
1651
1651
|
# @param [String] namespace_name The top-level namespace used for the request.
|
|
1652
1652
|
# @param [String] bucket_name The name of the bucket. Avoid entering confidential information.
|
|
@@ -12,7 +12,7 @@ module OCI
|
|
|
12
12
|
# @return [String]
|
|
13
13
|
attr_accessor :topic_name
|
|
14
14
|
|
|
15
|
-
# **[Required]** The [OCID](https://docs.
|
|
15
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to delete.
|
|
16
16
|
#
|
|
17
17
|
# @return [String]
|
|
18
18
|
attr_accessor :topic_id
|
|
@@ -32,7 +32,7 @@ module OCI
|
|
|
32
32
|
# @return [String]
|
|
33
33
|
attr_accessor :message
|
|
34
34
|
|
|
35
|
-
# The [OCID](https://docs.
|
|
35
|
+
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription.
|
|
36
36
|
# @return [String]
|
|
37
37
|
attr_accessor :subscription_id
|
|
38
38
|
|
|
@@ -7,12 +7,12 @@ module OCI
|
|
|
7
7
|
# The configuration details for creating the subscription.
|
|
8
8
|
#
|
|
9
9
|
class Ons::Models::CreateSubscriptionDetails # rubocop:disable Metrics/LineLength
|
|
10
|
-
# **[Required]** The [OCID](https://docs.
|
|
10
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic for the subscription.
|
|
11
11
|
#
|
|
12
12
|
# @return [String]
|
|
13
13
|
attr_accessor :topic_id
|
|
14
14
|
|
|
15
|
-
# **[Required]** The [OCID](https://docs.
|
|
15
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the subscription.
|
|
16
16
|
#
|
|
17
17
|
# @return [String]
|
|
18
18
|
attr_accessor :compartment_id
|
|
@@ -33,14 +33,14 @@ module OCI
|
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_accessor :metadata
|
|
35
35
|
|
|
36
|
-
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
36
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
37
37
|
#
|
|
38
38
|
# Example: `{\"Department\": \"Finance\"}`
|
|
39
39
|
#
|
|
40
40
|
# @return [Hash<String, String>]
|
|
41
41
|
attr_accessor :freeform_tags
|
|
42
42
|
|
|
43
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
43
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
#
|
|
45
45
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
46
46
|
#
|
|
@@ -11,7 +11,7 @@ module OCI
|
|
|
11
11
|
# @return [String]
|
|
12
12
|
attr_accessor :name
|
|
13
13
|
|
|
14
|
-
# **[Required]** The [OCID](https://docs.
|
|
14
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the topic in.
|
|
15
15
|
#
|
|
16
16
|
# @return [String]
|
|
17
17
|
attr_accessor :compartment_id
|
|
@@ -20,14 +20,14 @@ module OCI
|
|
|
20
20
|
# @return [String]
|
|
21
21
|
attr_accessor :description
|
|
22
22
|
|
|
23
|
-
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
23
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
24
24
|
#
|
|
25
25
|
# Example: `{\"Department\": \"Finance\"}`
|
|
26
26
|
#
|
|
27
27
|
# @return [Hash<String, String>]
|
|
28
28
|
attr_accessor :freeform_tags
|
|
29
29
|
|
|
30
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
30
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
31
31
|
#
|
|
32
32
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
33
33
|
#
|
|
@@ -19,12 +19,12 @@ module OCI
|
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :name
|
|
21
21
|
|
|
22
|
-
# **[Required]** The [OCID](https://docs.
|
|
22
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic.
|
|
23
23
|
#
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :topic_id
|
|
26
26
|
|
|
27
|
-
# **[Required]** The [OCID](https://docs.
|
|
27
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the topic.
|
|
28
28
|
#
|
|
29
29
|
# @return [String]
|
|
30
30
|
attr_accessor :compartment_id
|
|
@@ -47,14 +47,14 @@ module OCI
|
|
|
47
47
|
# @return [String]
|
|
48
48
|
attr_accessor :etag
|
|
49
49
|
|
|
50
|
-
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
50
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
51
51
|
#
|
|
52
52
|
# Example: `{\"Department\": \"Finance\"}`
|
|
53
53
|
#
|
|
54
54
|
# @return [Hash<String, String>]
|
|
55
55
|
attr_accessor :freeform_tags
|
|
56
56
|
|
|
57
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
57
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
58
58
|
#
|
|
59
59
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
60
60
|
#
|
|
@@ -20,12 +20,12 @@ module OCI
|
|
|
20
20
|
# @return [String]
|
|
21
21
|
attr_accessor :name
|
|
22
22
|
|
|
23
|
-
# **[Required]** The [OCID](https://docs.
|
|
23
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic.
|
|
24
24
|
#
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :topic_id
|
|
27
27
|
|
|
28
|
-
# **[Required]** The [OCID](https://docs.
|
|
28
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the topic.
|
|
29
29
|
#
|
|
30
30
|
# @return [String]
|
|
31
31
|
attr_accessor :compartment_id
|
|
@@ -48,14 +48,14 @@ module OCI
|
|
|
48
48
|
# @return [String]
|
|
49
49
|
attr_accessor :etag
|
|
50
50
|
|
|
51
|
-
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
51
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
52
52
|
#
|
|
53
53
|
# Example: `{\"Department\": \"Finance\"}`
|
|
54
54
|
#
|
|
55
55
|
# @return [Hash<String, String>]
|
|
56
56
|
attr_accessor :freeform_tags
|
|
57
57
|
|
|
58
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
58
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
59
59
|
#
|
|
60
60
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
61
61
|
#
|
|
@@ -15,7 +15,7 @@ module OCI
|
|
|
15
15
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
16
16
|
].freeze
|
|
17
17
|
|
|
18
|
-
# **[Required]** The [OCID](https://docs.
|
|
18
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription.
|
|
19
19
|
#
|
|
20
20
|
# @return [String]
|
|
21
21
|
attr_accessor :id
|
|
@@ -45,14 +45,14 @@ module OCI
|
|
|
45
45
|
# @return [String]
|
|
46
46
|
attr_accessor :etag
|
|
47
47
|
|
|
48
|
-
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
48
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
49
49
|
#
|
|
50
50
|
# Example: `{\"Department\": \"Finance\"}`
|
|
51
51
|
#
|
|
52
52
|
# @return [Hash<String, String>]
|
|
53
53
|
attr_accessor :freeform_tags
|
|
54
54
|
|
|
55
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
55
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
56
56
|
#
|
|
57
57
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
58
58
|
#
|