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
|
@@ -15,12 +15,12 @@ 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
|
|
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 associated topic.
|
|
24
24
|
#
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :topic_id
|
|
@@ -54,14 +54,14 @@ module OCI
|
|
|
54
54
|
# @return [String]
|
|
55
55
|
attr_accessor :etag
|
|
56
56
|
|
|
57
|
-
# 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.
|
|
57
|
+
# 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).
|
|
58
58
|
#
|
|
59
59
|
# Example: `{\"Department\": \"Finance\"}`
|
|
60
60
|
#
|
|
61
61
|
# @return [Hash<String, String>]
|
|
62
62
|
attr_accessor :freeform_tags
|
|
63
63
|
|
|
64
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
64
|
+
# 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).
|
|
65
65
|
#
|
|
66
66
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
67
67
|
#
|
|
@@ -11,14 +11,14 @@ module OCI
|
|
|
11
11
|
# @return [String]
|
|
12
12
|
attr_accessor :description
|
|
13
13
|
|
|
14
|
-
# 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.
|
|
14
|
+
# 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).
|
|
15
15
|
#
|
|
16
16
|
# Example: `{\"Department\": \"Finance\"}`
|
|
17
17
|
#
|
|
18
18
|
# @return [Hash<String, String>]
|
|
19
19
|
attr_accessor :freeform_tags
|
|
20
20
|
|
|
21
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
21
|
+
# 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).
|
|
22
22
|
#
|
|
23
23
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
24
24
|
#
|
|
@@ -11,14 +11,14 @@ module OCI
|
|
|
11
11
|
# @return [OCI::Ons::Models::DeliveryPolicy]
|
|
12
12
|
attr_accessor :delivery_policy
|
|
13
13
|
|
|
14
|
-
# 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.
|
|
14
|
+
# 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).
|
|
15
15
|
#
|
|
16
16
|
# Example: `{\"Department\": \"Finance\"}`
|
|
17
17
|
#
|
|
18
18
|
# @return [Hash<String, String>]
|
|
19
19
|
attr_accessor :freeform_tags
|
|
20
20
|
|
|
21
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
21
|
+
# 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).
|
|
22
22
|
#
|
|
23
23
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
24
24
|
#
|
|
@@ -110,17 +110,17 @@ module OCI
|
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
# Creates a topic in the specified compartment. For general information about topics, see
|
|
113
|
-
# [Managing Topics and Subscriptions](https://docs.
|
|
113
|
+
# [Managing Topics and Subscriptions](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm).
|
|
114
114
|
#
|
|
115
115
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the topic to reside.
|
|
116
|
-
# For information about access control and compartments, see [Overview of the IAM Service](https://docs.
|
|
116
|
+
# For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
117
117
|
#
|
|
118
118
|
# You must specify a display name for the topic.
|
|
119
119
|
#
|
|
120
120
|
# All Oracle Cloud Infrastructure resources, including topics, get an Oracle-assigned, unique ID called an
|
|
121
121
|
# Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also
|
|
122
122
|
# retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the
|
|
123
|
-
# Console. Fore more information, see [Resource Identifiers](https://docs.
|
|
123
|
+
# Console. Fore more information, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
124
124
|
#
|
|
125
125
|
# @param [OCI::Ons::Models::CreateTopicDetails] create_topic_details The topic to create.
|
|
126
126
|
# @param [Hash] opts the optional parameters
|
|
@@ -185,7 +185,7 @@ module OCI
|
|
|
185
185
|
|
|
186
186
|
# Deletes the specified topic.
|
|
187
187
|
#
|
|
188
|
-
# @param [String] topic_id The [OCID](https://docs.
|
|
188
|
+
# @param [String] topic_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to delete.
|
|
189
189
|
#
|
|
190
190
|
# @param [Hash] opts the optional parameters
|
|
191
191
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -246,7 +246,7 @@ module OCI
|
|
|
246
246
|
|
|
247
247
|
# Gets the specified topic's configuration information.
|
|
248
248
|
#
|
|
249
|
-
# @param [String] topic_id The [OCID](https://docs.
|
|
249
|
+
# @param [String] topic_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to retrieve.
|
|
250
250
|
#
|
|
251
251
|
# @param [Hash] opts the optional parameters
|
|
252
252
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -303,7 +303,7 @@ module OCI
|
|
|
303
303
|
|
|
304
304
|
# Lists topics in the specified compartment.
|
|
305
305
|
#
|
|
306
|
-
# @param [String] compartment_id The [OCID](https://docs.
|
|
306
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
307
307
|
#
|
|
308
308
|
# @param [Hash] opts the optional parameters
|
|
309
309
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -312,9 +312,9 @@ module OCI
|
|
|
312
312
|
#
|
|
313
313
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
314
314
|
#
|
|
315
|
-
# @option opts [String] :page For list pagination. The value of the opc-next-page response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.
|
|
315
|
+
# @option opts [String] :page For list pagination. The value of the opc-next-page response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
316
316
|
#
|
|
317
|
-
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.
|
|
317
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
318
318
|
# (default to 10)
|
|
319
319
|
# @option opts [String] :sort_by The field to sort by. Only one field can be selected for sorting. Default value: TIMECREATED.
|
|
320
320
|
# (default to TIMECREATED)
|
|
@@ -395,7 +395,7 @@ module OCI
|
|
|
395
395
|
|
|
396
396
|
# Updates the specified topic's configuration.
|
|
397
397
|
#
|
|
398
|
-
# @param [String] topic_id The [OCID](https://docs.
|
|
398
|
+
# @param [String] topic_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to update.
|
|
399
399
|
#
|
|
400
400
|
# @param [Hash] opts the optional parameters
|
|
401
401
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -174,7 +174,7 @@ module OCI
|
|
|
174
174
|
|
|
175
175
|
# Deletes the specified subscription.
|
|
176
176
|
#
|
|
177
|
-
# @param [String] subscription_id The [OCID](https://docs.
|
|
177
|
+
# @param [String] subscription_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to delete.
|
|
178
178
|
#
|
|
179
179
|
# @param [Hash] opts the optional parameters
|
|
180
180
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -299,7 +299,7 @@ module OCI
|
|
|
299
299
|
|
|
300
300
|
# Gets the specified subscription's configuration information.
|
|
301
301
|
#
|
|
302
|
-
# @param [String] subscription_id The [OCID](https://docs.
|
|
302
|
+
# @param [String] subscription_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to retrieve.
|
|
303
303
|
#
|
|
304
304
|
# @param [Hash] opts the optional parameters
|
|
305
305
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -356,7 +356,7 @@ module OCI
|
|
|
356
356
|
|
|
357
357
|
# Gets the unsubscription details for the specified subscription.
|
|
358
358
|
#
|
|
359
|
-
# @param [String] id The [OCID](https://docs.
|
|
359
|
+
# @param [String] id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to unsubscribe from.
|
|
360
360
|
#
|
|
361
361
|
# @param [String] token The subscription confirmation token.
|
|
362
362
|
# @param [String] protocol The subscription protocol. Valid values: EMAIL, HTTPS.
|
|
@@ -420,16 +420,16 @@ module OCI
|
|
|
420
420
|
|
|
421
421
|
# Lists the subscriptions in the specified compartment or topic.
|
|
422
422
|
#
|
|
423
|
-
# @param [String] compartment_id The [OCID](https://docs.
|
|
423
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
424
424
|
#
|
|
425
425
|
# @param [Hash] opts the optional parameters
|
|
426
426
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
427
427
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
428
428
|
# @option opts [String] :topic_id Return all subscriptions that are subscribed to the given topic OCID. Either this query parameter or the compartmentId query parameter must be set.
|
|
429
429
|
#
|
|
430
|
-
# @option opts [String] :page For list pagination. The value of the opc-next-page response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.
|
|
430
|
+
# @option opts [String] :page For list pagination. The value of the opc-next-page response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
431
431
|
#
|
|
432
|
-
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.
|
|
432
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
433
433
|
# (default to 10)
|
|
434
434
|
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
435
435
|
# particular request, please provide the request ID.
|
|
@@ -484,9 +484,9 @@ module OCI
|
|
|
484
484
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
485
485
|
|
|
486
486
|
|
|
487
|
-
# Publishes a message to the specified topic. For more information about publishing messages, see [Publishing Messages](https://docs.
|
|
487
|
+
# Publishes a message to the specified topic. For more information about publishing messages, see [Publishing Messages](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/publishingmessages.htm).
|
|
488
488
|
#
|
|
489
|
-
# @param [String] topic_id The [OCID](https://docs.
|
|
489
|
+
# @param [String] topic_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic.
|
|
490
490
|
#
|
|
491
491
|
# @param [OCI::Ons::Models::MessageDetails] message_details The message to publish.
|
|
492
492
|
# @param [Hash] opts the optional parameters
|
|
@@ -553,7 +553,7 @@ module OCI
|
|
|
553
553
|
|
|
554
554
|
# Resends the confirmation details for the specified subscription.
|
|
555
555
|
#
|
|
556
|
-
# @param [String] id The [OCID](https://docs.
|
|
556
|
+
# @param [String] id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to resend the confirmation for.
|
|
557
557
|
#
|
|
558
558
|
# @param [Hash] opts the optional parameters
|
|
559
559
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -610,7 +610,7 @@ module OCI
|
|
|
610
610
|
|
|
611
611
|
# Updates the specified subscription's configuration.
|
|
612
612
|
#
|
|
613
|
-
# @param [String] subscription_id The [OCID](https://docs.
|
|
613
|
+
# @param [String] subscription_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to update.
|
|
614
614
|
#
|
|
615
615
|
# @param [OCI::Ons::Models::UpdateSubscriptionDetails] update_subscription_details The configuration details for updating the subscription.
|
|
616
616
|
#
|
|
@@ -66,7 +66,7 @@ module OCI
|
|
|
66
66
|
# Calls {OCI::Ons::NotificationDataPlaneClient#delete_subscription} and then waits for the {OCI::Ons::Models::Subscription} acted upon
|
|
67
67
|
# to enter the given state(s).
|
|
68
68
|
#
|
|
69
|
-
# @param [String] subscription_id The [OCID](https://docs.
|
|
69
|
+
# @param [String] subscription_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to delete.
|
|
70
70
|
#
|
|
71
71
|
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Ons::Models::Subscription#lifecycle_state}
|
|
72
72
|
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Ons::NotificationDataPlaneClient#delete_subscription}
|
data/lib/oci/regions.rb
CHANGED
|
@@ -23,14 +23,14 @@ module OCI
|
|
|
23
23
|
attr_accessor :apply_job_plan_resolution
|
|
24
24
|
|
|
25
25
|
# Free-form tags associated with this resource. Each tag is a key-value pair 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/iaas/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/iaas/Content/General/Concepts/resourcetags.htm).
|
|
34
34
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
35
35
|
#
|
|
36
36
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -31,14 +31,14 @@ module OCI
|
|
|
31
31
|
attr_accessor :variables
|
|
32
32
|
|
|
33
33
|
# Free-form tags associated with this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
34
|
-
# For more information, see [Resource Tags](https://docs.
|
|
34
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
35
35
|
# Example: `{\"Department\": \"Finance\"}`
|
|
36
36
|
#
|
|
37
37
|
# @return [Hash<String, String>]
|
|
38
38
|
attr_accessor :freeform_tags
|
|
39
39
|
|
|
40
40
|
# Defined tags associated with this resource. Each key is predefined and scoped to a namespace.
|
|
41
|
-
# For more information, see [Resource Tags](https://docs.
|
|
41
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
42
42
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
43
43
|
#
|
|
44
44
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -85,14 +85,14 @@ module OCI
|
|
|
85
85
|
attr_accessor :variables
|
|
86
86
|
|
|
87
87
|
# Free-form tags associated with this resource. Each tag is a key-value pair with no predefined name, type, or namespace.
|
|
88
|
-
# For more information, see [Resource Tags](https://docs.
|
|
88
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
89
89
|
# Example: `{\"Department\": \"Finance\"}`
|
|
90
90
|
#
|
|
91
91
|
# @return [Hash<String, String>]
|
|
92
92
|
attr_accessor :freeform_tags
|
|
93
93
|
|
|
94
94
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
95
|
-
# For more information, see [Resource Tags](https://docs.
|
|
95
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
96
96
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
97
97
|
#
|
|
98
98
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -53,14 +53,14 @@ module OCI
|
|
|
53
53
|
attr_accessor :lifecycle_state
|
|
54
54
|
|
|
55
55
|
# Free-form tags associated with this resource. Each tag is a 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/iaas/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/iaas/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
65
65
|
#
|
|
66
66
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -56,14 +56,14 @@ module OCI
|
|
|
56
56
|
attr_accessor :variables
|
|
57
57
|
|
|
58
58
|
# Free-form tags associated with the resource. Each tag is a key-value pair with no predefined name, type, or namespace.
|
|
59
|
-
# For more information, see [Resource Tags](https://docs.
|
|
59
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
# Example: `{\"Department\": \"Finance\"}`
|
|
61
61
|
#
|
|
62
62
|
# @return [Hash<String, String>]
|
|
63
63
|
attr_accessor :freeform_tags
|
|
64
64
|
|
|
65
65
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
66
|
-
# For more information, see [Resource Tags](https://docs.
|
|
66
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
67
67
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
68
68
|
#
|
|
69
69
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -31,14 +31,14 @@ module OCI
|
|
|
31
31
|
attr_accessor :lifecycle_state
|
|
32
32
|
|
|
33
33
|
# Free-form tags associated with this resource. Each tag is a key-value pair with no predefined name, type, or namespace.
|
|
34
|
-
# For more information, see [Resource Tags](https://docs.
|
|
34
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
35
35
|
# Example: `{\"Department\": \"Finance\"}`
|
|
36
36
|
#
|
|
37
37
|
# @return [Hash<String, String>]
|
|
38
38
|
attr_accessor :freeform_tags
|
|
39
39
|
|
|
40
40
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
41
|
-
# For more information, see [Resource Tags](https://docs.
|
|
41
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
42
42
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
43
43
|
#
|
|
44
44
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -12,14 +12,14 @@ module OCI
|
|
|
12
12
|
attr_accessor :display_name
|
|
13
13
|
|
|
14
14
|
# Free-form tags associated with this resource. Each tag is a key-value pair with no predefined name, type, or namespace.
|
|
15
|
-
# For more information, see [Resource Tags](https://docs.
|
|
15
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
16
16
|
# Example: `{\"Department\": \"Finance\"}`
|
|
17
17
|
#
|
|
18
18
|
# @return [Hash<String, String>]
|
|
19
19
|
attr_accessor :freeform_tags
|
|
20
20
|
|
|
21
21
|
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
22
|
-
# For more information, see [Resource Tags](https://docs.
|
|
22
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
23
23
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
24
24
|
#
|
|
25
25
|
# @return [Hash<String, Hash<String, Object>>]
|
|
@@ -27,14 +27,14 @@ module OCI
|
|
|
27
27
|
attr_accessor :variables
|
|
28
28
|
|
|
29
29
|
# Free-form tags associated with this resource. Each tag is a simple key-value pair 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/iaas/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>>]
|
|
@@ -427,10 +427,10 @@ module OCI
|
|
|
427
427
|
#
|
|
428
428
|
# Allowed values are: ASC, DESC
|
|
429
429
|
# @option opts [Integer] :limit The number of items returned in a paginated `List` call. For information about pagination, see
|
|
430
|
-
# [List Pagination](https://docs.
|
|
430
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
431
431
|
#
|
|
432
432
|
# @option opts [String] :page The value of the `opc-next-page` response header from the preceding `List` call.
|
|
433
|
-
# For information about pagination, see [List Pagination](https://docs.
|
|
433
|
+
# For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
434
434
|
#
|
|
435
435
|
# @option opts [DateTime] :timestamp_greater_than_or_equal_to Time stamp specifying the lower time limit for which logs are returned in a query.
|
|
436
436
|
#
|
|
@@ -955,10 +955,10 @@ module OCI
|
|
|
955
955
|
#
|
|
956
956
|
# Allowed values are: ASC, DESC
|
|
957
957
|
# @option opts [Integer] :limit The number of items returned in a paginated `List` call. For information about pagination, see
|
|
958
|
-
# [List Pagination](https://docs.
|
|
958
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
959
959
|
#
|
|
960
960
|
# @option opts [String] :page The value of the `opc-next-page` response header from the preceding `List` call.
|
|
961
|
-
# For information about pagination, see [List Pagination](https://docs.
|
|
961
|
+
# For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
962
962
|
#
|
|
963
963
|
# @return [Response] A Response object with data of type Array<{OCI::ResourceManager::Models::JobSummary JobSummary}>
|
|
964
964
|
def list_jobs(opts = {})
|
|
@@ -1059,10 +1059,10 @@ module OCI
|
|
|
1059
1059
|
#
|
|
1060
1060
|
# Allowed values are: ASC, DESC
|
|
1061
1061
|
# @option opts [Integer] :limit The number of items returned in a paginated `List` call. For information about pagination, see
|
|
1062
|
-
# [List Pagination](https://docs.
|
|
1062
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1063
1063
|
#
|
|
1064
1064
|
# @option opts [String] :page The value of the `opc-next-page` response header from the preceding `List` call.
|
|
1065
|
-
# For information about pagination, see [List Pagination](https://docs.
|
|
1065
|
+
# For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
1066
1066
|
#
|
|
1067
1067
|
# @return [Response] A Response object with data of type Array<{OCI::ResourceManager::Models::StackSummary StackSummary}>
|
|
1068
1068
|
def list_stacks(opts = {})
|
|
@@ -28,14 +28,14 @@ module OCI
|
|
|
28
28
|
attr_accessor :retention_in_hours
|
|
29
29
|
|
|
30
30
|
# Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
31
|
-
# For more information, see [Resource Tags](https://docs.
|
|
31
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
32
32
|
#
|
|
33
33
|
# Example: `{\"Department\": \"Finance\"}`
|
|
34
34
|
#
|
|
35
35
|
# @return [Hash<String, String>]
|
|
36
36
|
attr_accessor :freeform_tags
|
|
37
37
|
|
|
38
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
38
|
+
# 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).
|
|
39
39
|
#
|
|
40
40
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
41
41
|
#
|
|
@@ -59,14 +59,14 @@ module OCI
|
|
|
59
59
|
attr_accessor :messages_endpoint
|
|
60
60
|
|
|
61
61
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
62
|
-
# For more information, see [Resource Tags](https://docs.
|
|
62
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
63
63
|
#
|
|
64
64
|
# Example: `{\"Department\": \"Finance\"}`
|
|
65
65
|
#
|
|
66
66
|
# @return [Hash<String, String>]
|
|
67
67
|
attr_accessor :freeform_tags
|
|
68
68
|
|
|
69
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
69
|
+
# 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).
|
|
70
70
|
#
|
|
71
71
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}'
|
|
72
72
|
#
|
|
@@ -51,14 +51,14 @@ module OCI
|
|
|
51
51
|
attr_accessor :messages_endpoint
|
|
52
52
|
|
|
53
53
|
# Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
54
|
-
# For more information, see [Resource Tags](https://docs.
|
|
54
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
55
55
|
#
|
|
56
56
|
# Example: `{\"Department\": \"Finance\"}`
|
|
57
57
|
#
|
|
58
58
|
# @return [Hash<String, String>]
|
|
59
59
|
attr_accessor :freeform_tags
|
|
60
60
|
|
|
61
|
-
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
61
|
+
# 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).
|
|
62
62
|
#
|
|
63
63
|
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
64
64
|
#
|