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
data/lib/oci/dns/models/zone.rb
CHANGED
|
@@ -39,7 +39,7 @@ module OCI
|
|
|
39
39
|
attr_accessor :compartment_id
|
|
40
40
|
|
|
41
41
|
# Simple key-value pair that is applied without any predefined name, type, or scope.
|
|
42
|
-
# For more information, see [Resource Tags](https://docs.
|
|
42
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
# Example: `{\"bar-key\": \"value\"}`
|
|
44
44
|
#
|
|
45
45
|
# @return [Hash<String, String>]
|
|
@@ -39,7 +39,7 @@ module OCI
|
|
|
39
39
|
attr_accessor :compartment_id
|
|
40
40
|
|
|
41
41
|
# Simple key-value pair that is applied without any predefined name, type, or scope.
|
|
42
|
-
# For more information, see [Resource Tags](https://docs.
|
|
42
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
# Example: `{\"bar-key\": \"value\"}`
|
|
44
44
|
#
|
|
45
45
|
# @return [Hash<String, String>]
|
|
@@ -448,7 +448,7 @@ module OCI
|
|
|
448
448
|
#
|
|
449
449
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a
|
|
450
450
|
# paginated \"List\" call. `1` is the minimum, `1000` is the maximum. For important details about
|
|
451
|
-
# how pagination works, see [List Pagination](https://docs.
|
|
451
|
+
# how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
452
452
|
#
|
|
453
453
|
# @option opts [String] :sort_by The field to sort by. The `TIMECREATED` value returns the list in in
|
|
454
454
|
# descending order by default. The `EMAILADDRESS` value returns the list in
|
|
@@ -557,7 +557,7 @@ module OCI
|
|
|
557
557
|
#
|
|
558
558
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a
|
|
559
559
|
# paginated \"List\" call. `1` is the minimum, `1000` is the maximum. For important details about
|
|
560
|
-
# how pagination works, see [List Pagination](https://docs.
|
|
560
|
+
# how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
561
561
|
#
|
|
562
562
|
# @option opts [String] :sort_by The field to sort by. The `TIMECREATED` value returns the list in in
|
|
563
563
|
# descending order by default. The `EMAILADDRESS` value returns the list in
|
|
@@ -633,7 +633,7 @@ module OCI
|
|
|
633
633
|
# Replaces the set of tags for a sender with the tags provided. If either freeform
|
|
634
634
|
# or defined tags are omitted, the tags for that set remain the same. Each set must
|
|
635
635
|
# include the full set of tags for the sender, partial updates are not permitted.
|
|
636
|
-
# For more information about tagging, see [Resource Tags](https://docs.
|
|
636
|
+
# For more information about tagging, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
637
637
|
#
|
|
638
638
|
# @param [String] sender_id The unique OCID of the sender.
|
|
639
639
|
# @param [OCI::Email::Models::UpdateSenderDetails] update_sender_details update details for sender.
|
|
@@ -16,14 +16,14 @@ module OCI
|
|
|
16
16
|
attr_accessor :email_address
|
|
17
17
|
|
|
18
18
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or 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
|
# Example: `{\"Department\": \"Finance\"}`
|
|
21
21
|
#
|
|
22
22
|
# @return [Hash<String, String>]
|
|
23
23
|
attr_accessor :freeform_tags
|
|
24
24
|
|
|
25
25
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
26
|
-
# For more information, see [Resource Tags](https://docs.
|
|
26
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
28
28
|
#
|
|
29
29
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -44,14 +44,14 @@ module OCI
|
|
|
44
44
|
attr_accessor :time_created
|
|
45
45
|
|
|
46
46
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
47
|
-
# For more information, see [Resource Tags](https://docs.
|
|
47
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
48
48
|
# Example: `{\"Department\": \"Finance\"}`
|
|
49
49
|
#
|
|
50
50
|
# @return [Hash<String, String>]
|
|
51
51
|
attr_accessor :freeform_tags
|
|
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
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
56
56
|
#
|
|
57
57
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -34,14 +34,14 @@ module OCI
|
|
|
34
34
|
attr_accessor :time_created
|
|
35
35
|
|
|
36
36
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
37
|
-
# For more information, see [Resource Tags](https://docs.
|
|
37
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
38
38
|
# Example: `{\"Department\": \"Finance\"}`
|
|
39
39
|
#
|
|
40
40
|
# @return [Hash<String, String>]
|
|
41
41
|
attr_accessor :freeform_tags
|
|
42
42
|
|
|
43
43
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
44
|
-
# For more information, see [Resource Tags](https://docs.
|
|
44
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
45
45
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
46
46
|
#
|
|
47
47
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -8,14 +8,14 @@ module OCI
|
|
|
8
8
|
#
|
|
9
9
|
class Email::Models::UpdateSenderDetails # rubocop:disable Metrics/LineLength
|
|
10
10
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
11
|
-
# For more information, see [Resource Tags](https://docs.
|
|
11
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
12
12
|
# Example: `{\"Department\": \"Finance\"}`
|
|
13
13
|
#
|
|
14
14
|
# @return [Hash<String, String>]
|
|
15
15
|
attr_accessor :freeform_tags
|
|
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
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
20
20
|
#
|
|
21
21
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -180,10 +180,10 @@ module OCI
|
|
|
180
180
|
# more than one mount target at a time.
|
|
181
181
|
#
|
|
182
182
|
# For information about access control and compartments, see
|
|
183
|
-
# [Overview of the IAM Service](https://docs.
|
|
183
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
184
184
|
#
|
|
185
185
|
# For information about availability domains, see [Regions and
|
|
186
|
-
# Availability Domains](https://docs.
|
|
186
|
+
# Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm).
|
|
187
187
|
# To get a list of availability domains, use the
|
|
188
188
|
# `ListAvailabilityDomains` operation in the Identity and Access
|
|
189
189
|
# Management Service API.
|
|
@@ -270,10 +270,10 @@ module OCI
|
|
|
270
270
|
#
|
|
271
271
|
# For information about access control and compartments, see
|
|
272
272
|
# [Overview of the IAM
|
|
273
|
-
# Service](https://docs.
|
|
273
|
+
# Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
274
274
|
#
|
|
275
275
|
# For information about availability domains, see [Regions and
|
|
276
|
-
# Availability Domains](https://docs.
|
|
276
|
+
# Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm).
|
|
277
277
|
# To get a list of availability domains, use the
|
|
278
278
|
# `ListAvailabilityDomains` operation in the Identity and Access
|
|
279
279
|
# Management Service API.
|
|
@@ -917,7 +917,7 @@ module OCI
|
|
|
917
917
|
# 1 is the minimum, 1000 is the maximum.
|
|
918
918
|
#
|
|
919
919
|
# For important details about how pagination works,
|
|
920
|
-
# see [List Pagination](https://docs.
|
|
920
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
921
921
|
#
|
|
922
922
|
# Example: `500`
|
|
923
923
|
#
|
|
@@ -925,7 +925,7 @@ module OCI
|
|
|
925
925
|
# header from the previous \"List\" call.
|
|
926
926
|
#
|
|
927
927
|
# For important details about how pagination works,
|
|
928
|
-
# see [List Pagination](https://docs.
|
|
928
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
929
929
|
#
|
|
930
930
|
# @option opts [String] :display_name A user-friendly name. It does not have to be unique, and it is changeable.
|
|
931
931
|
#
|
|
@@ -1028,7 +1028,7 @@ module OCI
|
|
|
1028
1028
|
# 1 is the minimum, 1000 is the maximum.
|
|
1029
1029
|
#
|
|
1030
1030
|
# For important details about how pagination works,
|
|
1031
|
-
# see [List Pagination](https://docs.
|
|
1031
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1032
1032
|
#
|
|
1033
1033
|
# Example: `500`
|
|
1034
1034
|
#
|
|
@@ -1036,7 +1036,7 @@ module OCI
|
|
|
1036
1036
|
# header from the previous \"List\" call.
|
|
1037
1037
|
#
|
|
1038
1038
|
# For important details about how pagination works,
|
|
1039
|
-
# see [List Pagination](https://docs.
|
|
1039
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1040
1040
|
#
|
|
1041
1041
|
# @option opts [String] :export_set_id The OCID of the export set.
|
|
1042
1042
|
# @option opts [String] :file_system_id The OCID of the file system.
|
|
@@ -1137,7 +1137,7 @@ module OCI
|
|
|
1137
1137
|
# 1 is the minimum, 1000 is the maximum.
|
|
1138
1138
|
#
|
|
1139
1139
|
# For important details about how pagination works,
|
|
1140
|
-
# see [List Pagination](https://docs.
|
|
1140
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1141
1141
|
#
|
|
1142
1142
|
# Example: `500`
|
|
1143
1143
|
#
|
|
@@ -1145,7 +1145,7 @@ module OCI
|
|
|
1145
1145
|
# header from the previous \"List\" call.
|
|
1146
1146
|
#
|
|
1147
1147
|
# For important details about how pagination works,
|
|
1148
|
-
# see [List Pagination](https://docs.
|
|
1148
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1149
1149
|
#
|
|
1150
1150
|
# @option opts [String] :display_name A user-friendly name. It does not have to be unique, and it is changeable.
|
|
1151
1151
|
#
|
|
@@ -1250,7 +1250,7 @@ module OCI
|
|
|
1250
1250
|
# 1 is the minimum, 1000 is the maximum.
|
|
1251
1251
|
#
|
|
1252
1252
|
# For important details about how pagination works,
|
|
1253
|
-
# see [List Pagination](https://docs.
|
|
1253
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1254
1254
|
#
|
|
1255
1255
|
# Example: `500`
|
|
1256
1256
|
#
|
|
@@ -1258,7 +1258,7 @@ module OCI
|
|
|
1258
1258
|
# header from the previous \"List\" call.
|
|
1259
1259
|
#
|
|
1260
1260
|
# For important details about how pagination works,
|
|
1261
|
-
# see [List Pagination](https://docs.
|
|
1261
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1262
1262
|
#
|
|
1263
1263
|
# @option opts [String] :display_name A user-friendly name. It does not have to be unique, and it is changeable.
|
|
1264
1264
|
#
|
|
@@ -1361,7 +1361,7 @@ module OCI
|
|
|
1361
1361
|
# 1 is the minimum, 1000 is the maximum.
|
|
1362
1362
|
#
|
|
1363
1363
|
# For important details about how pagination works,
|
|
1364
|
-
# see [List Pagination](https://docs.
|
|
1364
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1365
1365
|
#
|
|
1366
1366
|
# Example: `500`
|
|
1367
1367
|
#
|
|
@@ -1369,7 +1369,7 @@ module OCI
|
|
|
1369
1369
|
# header from the previous \"List\" call.
|
|
1370
1370
|
#
|
|
1371
1371
|
# For important details about how pagination works,
|
|
1372
|
-
# see [List Pagination](https://docs.
|
|
1372
|
+
# see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1373
1373
|
#
|
|
1374
1374
|
# @option opts [String] :lifecycle_state Filter results by the specified lifecycle state. Must be a valid
|
|
1375
1375
|
# state for the resource type.
|
|
@@ -27,14 +27,14 @@ module OCI
|
|
|
27
27
|
|
|
28
28
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
29
29
|
# with no predefined name, type, or namespace.
|
|
30
|
-
# For more information, see [Resource Tags](https://docs.
|
|
30
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
31
31
|
# Example: `{\"Department\": \"Finance\"}`
|
|
32
32
|
#
|
|
33
33
|
# @return [Hash<String, String>]
|
|
34
34
|
attr_accessor :freeform_tags
|
|
35
35
|
|
|
36
36
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
37
|
-
# For more information, see [Resource Tags](https://docs.
|
|
37
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
38
38
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
39
39
|
#
|
|
40
40
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -34,7 +34,7 @@ module OCI
|
|
|
34
34
|
# and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
|
35
35
|
#
|
|
36
36
|
# For more information, see
|
|
37
|
-
# [DNS in Your Virtual Cloud Network](https://docs.
|
|
37
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
38
38
|
#
|
|
39
39
|
# Example: `files-1`
|
|
40
40
|
#
|
|
@@ -57,14 +57,14 @@ module OCI
|
|
|
57
57
|
|
|
58
58
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
59
59
|
# with no predefined name, type, or namespace.
|
|
60
|
-
# For more information, see [Resource Tags](https://docs.
|
|
60
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
61
61
|
# Example: `{\"Department\": \"Finance\"}`
|
|
62
62
|
#
|
|
63
63
|
# @return [Hash<String, String>]
|
|
64
64
|
attr_accessor :freeform_tags
|
|
65
65
|
|
|
66
66
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
67
|
-
# For more information, see [Resource Tags](https://docs.
|
|
67
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
68
68
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
69
69
|
#
|
|
70
70
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -23,14 +23,14 @@ module OCI
|
|
|
23
23
|
|
|
24
24
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
25
25
|
# with no predefined name, type, or namespace.
|
|
26
|
-
# For more information, see [Resource Tags](https://docs.
|
|
26
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
# Example: `{\"Department\": \"Finance\"}`
|
|
28
28
|
#
|
|
29
29
|
# @return [Hash<String, String>]
|
|
30
30
|
attr_accessor :freeform_tags
|
|
31
31
|
|
|
32
32
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
33
|
-
# For more information, see [Resource Tags](https://docs.
|
|
33
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
34
34
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
35
35
|
#
|
|
36
36
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -37,7 +37,7 @@ module OCI
|
|
|
37
37
|
# reference the same file system.
|
|
38
38
|
#
|
|
39
39
|
# Use `exportOptions` to control access to an export. For more information, see
|
|
40
|
-
# [Export Options](https://docs.
|
|
40
|
+
# [Export Options](https://docs.cloud.oracle.com/Content/File/Tasks/exportoptions.htm).
|
|
41
41
|
#
|
|
42
42
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
43
43
|
#
|
|
@@ -14,7 +14,7 @@ module OCI
|
|
|
14
14
|
# IAM policy. If you're not authorized, talk to an
|
|
15
15
|
# administrator. If you're an administrator who needs to write
|
|
16
16
|
# policies to give users access, see [Getting Started with
|
|
17
|
-
# Policies](https://docs.
|
|
17
|
+
# Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).
|
|
18
18
|
#
|
|
19
19
|
# **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
|
20
20
|
#
|
|
@@ -73,14 +73,14 @@ module OCI
|
|
|
73
73
|
|
|
74
74
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
75
75
|
# with no predefined name, type, or namespace.
|
|
76
|
-
# For more information, see [Resource Tags](https://docs.
|
|
76
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
77
77
|
# Example: `{\"Department\": \"Finance\"}`
|
|
78
78
|
#
|
|
79
79
|
# @return [Hash<String, String>]
|
|
80
80
|
attr_accessor :freeform_tags
|
|
81
81
|
|
|
82
82
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
83
|
-
# For more information, see [Resource Tags](https://docs.
|
|
83
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
84
84
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
85
85
|
#
|
|
86
86
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -78,14 +78,14 @@ module OCI
|
|
|
78
78
|
|
|
79
79
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
80
80
|
# with no predefined name, type, or namespace.
|
|
81
|
-
# For more information, see [Resource Tags](https://docs.
|
|
81
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
82
82
|
# Example: `{\"Department\": \"Finance\"}`
|
|
83
83
|
#
|
|
84
84
|
# @return [Hash<String, String>]
|
|
85
85
|
attr_accessor :freeform_tags
|
|
86
86
|
|
|
87
87
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
88
|
-
# For more information, see [Resource Tags](https://docs.
|
|
88
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
89
89
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
90
90
|
#
|
|
91
91
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -51,14 +51,14 @@ module OCI
|
|
|
51
51
|
|
|
52
52
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
53
53
|
# with no predefined name, type, or 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
|
# Example: `{\"Department\": \"Finance\"}`
|
|
56
56
|
#
|
|
57
57
|
# @return [Hash<String, String>]
|
|
58
58
|
attr_accessor :freeform_tags
|
|
59
59
|
|
|
60
60
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
61
|
-
# For more information, see [Resource Tags](https://docs.
|
|
61
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
62
62
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
63
63
|
#
|
|
64
64
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -16,14 +16,14 @@ module OCI
|
|
|
16
16
|
|
|
17
17
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
18
18
|
# with no predefined name, type, or 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
|
# Example: `{\"Department\": \"Finance\"}`
|
|
21
21
|
#
|
|
22
22
|
# @return [Hash<String, String>]
|
|
23
23
|
attr_accessor :freeform_tags
|
|
24
24
|
|
|
25
25
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
26
|
-
# For more information, see [Resource Tags](https://docs.
|
|
26
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
28
28
|
#
|
|
29
29
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -16,14 +16,14 @@ module OCI
|
|
|
16
16
|
|
|
17
17
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
18
18
|
# with no predefined name, type, or 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
|
# Example: `{\"Department\": \"Finance\"}`
|
|
21
21
|
#
|
|
22
22
|
# @return [Hash<String, String>]
|
|
23
23
|
attr_accessor :freeform_tags
|
|
24
24
|
|
|
25
25
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
26
|
-
# For more information, see [Resource Tags](https://docs.
|
|
26
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
28
28
|
#
|
|
29
29
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -8,14 +8,14 @@ module OCI
|
|
|
8
8
|
class FileStorage::Models::UpdateSnapshotDetails # rubocop:disable Metrics/LineLength
|
|
9
9
|
# Free-form tags for this resource. Each tag is a simple key-value pair
|
|
10
10
|
# with no predefined name, type, or namespace.
|
|
11
|
-
# For more information, see [Resource Tags](https://docs.
|
|
11
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
12
12
|
# Example: `{\"Department\": \"Finance\"}`
|
|
13
13
|
#
|
|
14
14
|
# @return [Hash<String, String>]
|
|
15
15
|
attr_accessor :freeform_tags
|
|
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
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
20
20
|
#
|
|
21
21
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -73,14 +73,14 @@ module OCI
|
|
|
73
73
|
|
|
74
74
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
75
75
|
# predefined name, type, or namespace. For more information,
|
|
76
|
-
# see [Resource Tags](https://docs.
|
|
76
|
+
# see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
77
77
|
# Example: `{\"Department\": \"Finance\"}`
|
|
78
78
|
#
|
|
79
79
|
# @return [Hash<String, String>]
|
|
80
80
|
attr_accessor :freeform_tags
|
|
81
81
|
|
|
82
82
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
83
|
-
# For more information, see [Resource Tags](https://docs.
|
|
83
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
84
84
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
85
85
|
#
|
|
86
86
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -54,14 +54,14 @@ module OCI
|
|
|
54
54
|
|
|
55
55
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
56
56
|
# predefined name, type, or namespace. For more information,
|
|
57
|
-
# see [Resource Tags](https://docs.
|
|
57
|
+
# see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
58
58
|
# Example: `{\"Department\": \"Finance\"}`
|
|
59
59
|
#
|
|
60
60
|
# @return [Hash<String, String>]
|
|
61
61
|
attr_accessor :freeform_tags
|
|
62
62
|
|
|
63
63
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
64
|
-
# For more information, see [Resource Tags](https://docs.
|
|
64
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
65
65
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
66
66
|
#
|
|
67
67
|
# @return [Hash<String, Hash<String, Object>>]
|