oci 2.11.0 → 2.12.0
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 +1 -0
- data/lib/oci.rb +1 -0
- data/lib/oci/analytics/analytics_client.rb +15 -0
- data/lib/oci/announcements_service/announcement_client.rb +4 -0
- data/lib/oci/apigateway/api_gateway_client.rb +15 -0
- data/lib/oci/apigateway/deployment_client.rb +6 -0
- data/lib/oci/apigateway/gateway_client.rb +6 -0
- data/lib/oci/apigateway/work_requests_client.rb +5 -0
- data/lib/oci/application_migration/application_migration_client.rb +19 -0
- data/lib/oci/audit/audit_client.rb +4 -1
- data/lib/oci/audit/models/audit_event.rb +8 -7
- data/lib/oci/audit/models/data.rb +0 -107
- data/lib/oci/audit/models/identity.rb +0 -17
- data/lib/oci/audit/models/request.rb +0 -46
- data/lib/oci/audit/models/response.rb +0 -34
- data/lib/oci/audit/models/state_change.rb +0 -9
- data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
- data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
- data/lib/oci/bds/bds_client.rb +16 -0
- data/lib/oci/blockchain/blockchain.rb +1 -0
- data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
- data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
- data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
- data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
- data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
- data/lib/oci/blockchain/models/work_request.rb +1 -0
- data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
- data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
- data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
- data/lib/oci/budget/budget_client.rb +10 -0
- data/lib/oci/cims/incident_client.rb +7 -0
- data/lib/oci/cims/user_client.rb +1 -0
- data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
- data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
- data/lib/oci/container_engine/container_engine_client.rb +18 -0
- data/lib/oci/core/blockstorage_client.rb +53 -0
- data/lib/oci/core/compute_client.rb +71 -0
- data/lib/oci/core/compute_management_client.rb +28 -0
- data/lib/oci/core/virtual_network_client.rb +194 -0
- data/lib/oci/data_catalog/data_catalog.rb +5 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
- data/lib/oci/data_catalog/models/attribute.rb +45 -4
- data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
- data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
- data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
- data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
- data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
- data/lib/oci/data_catalog/models/rule_type.rb +12 -0
- data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
- data/lib/oci/data_flow/data_flow_client.rb +24 -0
- data/lib/oci/data_integration/data_integration_client.rb +92 -0
- data/lib/oci/data_safe/data_safe.rb +8 -0
- data/lib/oci/data_safe/data_safe_client.rb +606 -13
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
- data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
- data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
- data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
- data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
- data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
- data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
- data/lib/oci/data_safe/models/work_request.rb +11 -6
- data/lib/oci/data_safe/models/work_request_error.rb +3 -4
- data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
- data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
- data/lib/oci/data_science/data_science_client.rb +34 -0
- data/lib/oci/database/database.rb +4 -8
- data/lib/oci/database/database_client.rb +523 -766
- data/lib/oci/database/database_client_composite_operations.rb +1299 -330
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database.rb +3 -3
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
- data/lib/oci/database/models/autonomous_database.rb +35 -3
- data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
- data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
- data/lib/oci/database/models/backup.rb +19 -5
- data/lib/oci/database/models/backup_summary.rb +19 -5
- data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
- data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/create_database_base.rb +33 -4
- data/lib/oci/database/models/create_database_from_backup.rb +9 -1
- data/lib/oci/database/models/create_db_home_base.rb +30 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/create_new_database_details.rb +9 -1
- data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/database.rb +16 -2
- data/lib/oci/database/models/database_summary.rb +16 -2
- data/lib/oci/database/models/db_home.rb +16 -2
- data/lib/oci/database/models/db_home_summary.rb +16 -2
- data/lib/oci/database/models/db_system.rb +16 -2
- data/lib/oci/database/models/db_system_summary.rb +16 -2
- data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
- data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
- data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
- data/lib/oci/database/models/flex_component_collection.rb +150 -0
- data/lib/oci/database/models/flex_component_summary.rb +197 -0
- data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_base.rb +30 -1
- data/lib/oci/database/models/launch_db_system_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
- data/lib/oci/database/models/maintenance_run.rb +2 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
- data/lib/oci/database/models/update_database_details.rb +1 -1
- data/lib/oci/database/models/update_details.rb +1 -1
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
- data/lib/oci/database/models/update_summary.rb +1 -1
- data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster.rb +2 -1
- data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
- data/lib/oci/database/models/vm_network_details.rb +2 -1
- data/lib/oci/dns/dns_client.rb +49 -0
- data/lib/oci/dts/appliance_export_job_client.rb +6 -0
- data/lib/oci/dts/shipping_vendors_client.rb +1 -0
- data/lib/oci/dts/transfer_appliance_client.rb +8 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
- data/lib/oci/dts/transfer_device_client.rb +5 -0
- data/lib/oci/dts/transfer_job_client.rb +6 -0
- data/lib/oci/dts/transfer_package_client.rb +7 -0
- data/lib/oci/email/email_client.rb +10 -0
- data/lib/oci/events/events_client.rb +6 -0
- data/lib/oci/file_storage/file_storage_client.rb +25 -0
- data/lib/oci/functions/functions_invoke_client.rb +1 -0
- data/lib/oci/functions/functions_management_client.rb +11 -0
- data/lib/oci/healthchecks/health_checks_client.rb +17 -0
- data/lib/oci/identity/identity_client.rb +120 -0
- data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
- data/lib/oci/integration/integration.rb +3 -0
- data/lib/oci/integration/integration_instance_client.rb +12 -0
- data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
- data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
- data/lib/oci/integration/models/integration_instance.rb +43 -1
- data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
- data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
- data/lib/oci/key_management/kms_crypto_client.rb +4 -0
- data/lib/oci/key_management/kms_management_client.rb +31 -0
- data/lib/oci/key_management/kms_vault_client.rb +11 -0
- data/lib/oci/limits/limits_client.rb +4 -0
- data/lib/oci/limits/quotas_client.rb +5 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
- data/lib/oci/load_balancer/models/shape_details.rb +180 -0
- data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
- data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
- data/lib/oci/logging/logging_management_client.rb +32 -0
- data/lib/oci/loggingingestion/logging_client.rb +1 -0
- data/lib/oci/loggingsearch/log_search_client.rb +1 -0
- data/lib/oci/management_agent/management_agent.rb +2 -0
- data/lib/oci/management_agent/management_agent_client.rb +101 -0
- data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
- data/lib/oci/management_agent/models/availability_status.rb +12 -0
- data/lib/oci/management_agent/models/management_agent.rb +35 -1
- data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
- data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
- data/lib/oci/marketplace/marketplace_client.rb +16 -0
- data/lib/oci/monitoring/monitoring_client.rb +12 -0
- data/lib/oci/mysql/channels_client.rb +625 -0
- data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
- data/lib/oci/mysql/db_backups_client.rb +11 -0
- data/lib/oci/mysql/db_system_client.rb +17 -0
- data/lib/oci/mysql/models/backup.rb +16 -3
- data/lib/oci/mysql/models/backup_summary.rb +17 -3
- data/lib/oci/mysql/models/ca_certificate.rb +189 -0
- data/lib/oci/mysql/models/channel.rb +340 -0
- data/lib/oci/mysql/models/channel_source.rb +189 -0
- data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
- data/lib/oci/mysql/models/channel_summary.rb +304 -0
- data/lib/oci/mysql/models/channel_target.rb +189 -0
- data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
- data/lib/oci/mysql/models/configuration.rb +2 -2
- data/lib/oci/mysql/models/configuration_summary.rb +2 -2
- data/lib/oci/mysql/models/configuration_variables.rb +30 -15
- data/lib/oci/mysql/models/create_backup_details.rb +2 -2
- data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/create_channel_details.rb +248 -0
- data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
- data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
- data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
- data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
- data/lib/oci/mysql/models/db_system.rb +15 -3
- data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
- data/lib/oci/mysql/models/db_system_source.rb +1 -0
- data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
- data/lib/oci/mysql/models/db_system_summary.rb +2 -2
- data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
- data/lib/oci/mysql/models/update_backup_details.rb +2 -2
- data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/update_channel_details.rb +234 -0
- data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
- data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
- data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
- data/lib/oci/mysql/mysql.rb +23 -0
- data/lib/oci/mysql/mysqlaas_client.rb +7 -0
- data/lib/oci/mysql/work_requests_client.rb +4 -0
- data/lib/oci/nosql/nosql_client.rb +22 -0
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
- data/lib/oci/object_storage/object_storage_client.rb +55 -6
- data/lib/oci/oce/oce_instance_client.rb +10 -0
- data/lib/oci/ocvp/esxi_host_client.rb +5 -0
- data/lib/oci/ocvp/sddc_client.rb +7 -0
- data/lib/oci/ocvp/work_request_client.rb +4 -0
- data/lib/oci/oda/oda_client.rb +12 -0
- data/lib/oci/ons/notification_control_plane_client.rb +6 -0
- data/lib/oci/ons/notification_data_plane_client.rb +10 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
- data/lib/oci/opsi/operations_insights_client.rb +22 -3
- data/lib/oci/optimizer/optimizer_client.rb +22 -0
- data/lib/oci/os_management/os_management_client.rb +53 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/resource_manager.rb +4 -0
- data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
- data/lib/oci/resource_search/resource_search_client.rb +3 -0
- data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
- data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
- data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
- data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
- data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
- data/lib/oci/rover/models/enclosure_type.rb +11 -0
- data/lib/oci/rover/models/lifecycle_state.rb +15 -0
- data/lib/oci/rover/models/node_type.rb +11 -0
- data/lib/oci/rover/models/rover_cluster.rb +610 -0
- data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
- data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
- data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
- data/lib/oci/rover/models/rover_entitlement.rb +363 -0
- data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
- data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
- data/lib/oci/rover/models/rover_node.rb +661 -0
- data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
- data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
- data/lib/oci/rover/models/rover_node_collection.rb +150 -0
- data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
- data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_summary.rb +323 -0
- data/lib/oci/rover/models/rover_workload.rb +264 -0
- data/lib/oci/rover/models/shipping_address.rb +276 -0
- data/lib/oci/rover/models/sort_orders.rb +11 -0
- data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
- data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
- data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
- data/lib/oci/rover/rover.rb +54 -0
- data/lib/oci/rover/rover_cluster_client.rb +549 -0
- data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_entitlement_client.rb +514 -0
- data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_node_client.rb +738 -0
- data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
- data/lib/oci/rover/util.rb +3 -0
- data/lib/oci/sch/service_connector_client.rb +12 -0
- data/lib/oci/secrets/secrets_client.rb +2 -0
- data/lib/oci/streaming/stream_admin_client.rb +18 -0
- data/lib/oci/streaming/stream_client.rb +8 -0
- data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
- data/lib/oci/usage_api/usageapi_client.rb +2 -0
- data/lib/oci/vault/vaults_client.rb +11 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/redirect_client.rb +6 -0
- data/lib/oci/waas/waas_client.rb +66 -0
- data/lib/oci/work_requests/work_request_client.rb +4 -0
- metadata +91 -10
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
require 'date'
|
|
5
|
+
require 'logger'
|
|
6
|
+
|
|
7
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
|
+
module OCI
|
|
9
|
+
# Summary of the RoverNode.
|
|
10
|
+
class Rover::Models::RoverNodeSummary
|
|
11
|
+
LIFECYCLE_STATE_ENUM = [
|
|
12
|
+
LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
|
|
13
|
+
LIFECYCLE_STATE_UPDATING = 'UPDATING'.freeze,
|
|
14
|
+
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'.freeze,
|
|
15
|
+
LIFECYCLE_STATE_DELETING = 'DELETING'.freeze,
|
|
16
|
+
LIFECYCLE_STATE_DELETED = 'DELETED'.freeze,
|
|
17
|
+
LIFECYCLE_STATE_FAILED = 'FAILED'.freeze,
|
|
18
|
+
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
19
|
+
].freeze
|
|
20
|
+
|
|
21
|
+
# **[Required]** The OCID of the RoverNode.
|
|
22
|
+
# @return [String]
|
|
23
|
+
attr_accessor :id
|
|
24
|
+
|
|
25
|
+
# **[Required]** The OCID of the compartment containing the RoverNode.
|
|
26
|
+
# @return [String]
|
|
27
|
+
attr_accessor :compartment_id
|
|
28
|
+
|
|
29
|
+
# The cluster ID if the node is part of a cluster.
|
|
30
|
+
# @return [String]
|
|
31
|
+
attr_accessor :cluster_id
|
|
32
|
+
|
|
33
|
+
# Serial number of the node.
|
|
34
|
+
# @return [String]
|
|
35
|
+
attr_accessor :serial_number
|
|
36
|
+
|
|
37
|
+
# A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
38
|
+
# @return [String]
|
|
39
|
+
attr_accessor :display_name
|
|
40
|
+
|
|
41
|
+
# The time the the RoverNode was created. An RFC3339 formatted datetime string
|
|
42
|
+
# @return [DateTime]
|
|
43
|
+
attr_accessor :time_created
|
|
44
|
+
|
|
45
|
+
# **[Required]** The current state of the RoverNode.
|
|
46
|
+
# @return [String]
|
|
47
|
+
attr_reader :lifecycle_state
|
|
48
|
+
|
|
49
|
+
# A property that can contain details on the lifecycle.
|
|
50
|
+
# @return [String]
|
|
51
|
+
attr_accessor :lifecycle_state_details
|
|
52
|
+
|
|
53
|
+
# The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
|
|
54
|
+
# predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
55
|
+
# Example: `{\"Department\": \"Finance\"}`
|
|
56
|
+
#
|
|
57
|
+
# @return [Hash<String, String>]
|
|
58
|
+
attr_accessor :freeform_tags
|
|
59
|
+
|
|
60
|
+
# The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
|
|
61
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
63
|
+
#
|
|
64
|
+
# @return [Hash<String, Hash<String, Object>>]
|
|
65
|
+
attr_accessor :defined_tags
|
|
66
|
+
|
|
67
|
+
# The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
|
|
68
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
|
+
# Example: `{orcl-cloud: {free-tier-retain: true}}`
|
|
70
|
+
#
|
|
71
|
+
# @return [Hash<String, Hash<String, Object>>]
|
|
72
|
+
attr_accessor :system_tags
|
|
73
|
+
|
|
74
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
75
|
+
def self.attribute_map
|
|
76
|
+
{
|
|
77
|
+
# rubocop:disable Style/SymbolLiteral
|
|
78
|
+
'id': :'id',
|
|
79
|
+
'compartment_id': :'compartmentId',
|
|
80
|
+
'cluster_id': :'clusterId',
|
|
81
|
+
'serial_number': :'serialNumber',
|
|
82
|
+
'display_name': :'displayName',
|
|
83
|
+
'time_created': :'timeCreated',
|
|
84
|
+
'lifecycle_state': :'lifecycleState',
|
|
85
|
+
'lifecycle_state_details': :'lifecycleStateDetails',
|
|
86
|
+
'freeform_tags': :'freeformTags',
|
|
87
|
+
'defined_tags': :'definedTags',
|
|
88
|
+
'system_tags': :'systemTags'
|
|
89
|
+
# rubocop:enable Style/SymbolLiteral
|
|
90
|
+
}
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# Attribute type mapping.
|
|
94
|
+
def self.swagger_types
|
|
95
|
+
{
|
|
96
|
+
# rubocop:disable Style/SymbolLiteral
|
|
97
|
+
'id': :'String',
|
|
98
|
+
'compartment_id': :'String',
|
|
99
|
+
'cluster_id': :'String',
|
|
100
|
+
'serial_number': :'String',
|
|
101
|
+
'display_name': :'String',
|
|
102
|
+
'time_created': :'DateTime',
|
|
103
|
+
'lifecycle_state': :'String',
|
|
104
|
+
'lifecycle_state_details': :'String',
|
|
105
|
+
'freeform_tags': :'Hash<String, String>',
|
|
106
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
|
107
|
+
'system_tags': :'Hash<String, Hash<String, Object>>'
|
|
108
|
+
# rubocop:enable Style/SymbolLiteral
|
|
109
|
+
}
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
113
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# Initializes the object
|
|
117
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
118
|
+
# @option attributes [String] :id The value to assign to the {#id} property
|
|
119
|
+
# @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
|
|
120
|
+
# @option attributes [String] :cluster_id The value to assign to the {#cluster_id} property
|
|
121
|
+
# @option attributes [String] :serial_number The value to assign to the {#serial_number} property
|
|
122
|
+
# @option attributes [String] :display_name The value to assign to the {#display_name} property
|
|
123
|
+
# @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
|
|
124
|
+
# @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
|
|
125
|
+
# @option attributes [String] :lifecycle_state_details The value to assign to the {#lifecycle_state_details} property
|
|
126
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
127
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
128
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
|
|
129
|
+
def initialize(attributes = {})
|
|
130
|
+
return unless attributes.is_a?(Hash)
|
|
131
|
+
|
|
132
|
+
# convert string to symbol for hash key
|
|
133
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
134
|
+
|
|
135
|
+
self.id = attributes[:'id'] if attributes[:'id']
|
|
136
|
+
|
|
137
|
+
self.compartment_id = attributes[:'compartmentId'] if attributes[:'compartmentId']
|
|
138
|
+
|
|
139
|
+
raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
|
|
140
|
+
|
|
141
|
+
self.compartment_id = attributes[:'compartment_id'] if attributes[:'compartment_id']
|
|
142
|
+
|
|
143
|
+
self.cluster_id = attributes[:'clusterId'] if attributes[:'clusterId']
|
|
144
|
+
|
|
145
|
+
raise 'You cannot provide both :clusterId and :cluster_id' if attributes.key?(:'clusterId') && attributes.key?(:'cluster_id')
|
|
146
|
+
|
|
147
|
+
self.cluster_id = attributes[:'cluster_id'] if attributes[:'cluster_id']
|
|
148
|
+
|
|
149
|
+
self.serial_number = attributes[:'serialNumber'] if attributes[:'serialNumber']
|
|
150
|
+
|
|
151
|
+
raise 'You cannot provide both :serialNumber and :serial_number' if attributes.key?(:'serialNumber') && attributes.key?(:'serial_number')
|
|
152
|
+
|
|
153
|
+
self.serial_number = attributes[:'serial_number'] if attributes[:'serial_number']
|
|
154
|
+
|
|
155
|
+
self.display_name = attributes[:'displayName'] if attributes[:'displayName']
|
|
156
|
+
|
|
157
|
+
raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name')
|
|
158
|
+
|
|
159
|
+
self.display_name = attributes[:'display_name'] if attributes[:'display_name']
|
|
160
|
+
|
|
161
|
+
self.time_created = attributes[:'timeCreated'] if attributes[:'timeCreated']
|
|
162
|
+
|
|
163
|
+
raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
|
|
164
|
+
|
|
165
|
+
self.time_created = attributes[:'time_created'] if attributes[:'time_created']
|
|
166
|
+
|
|
167
|
+
self.lifecycle_state = attributes[:'lifecycleState'] if attributes[:'lifecycleState']
|
|
168
|
+
|
|
169
|
+
raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')
|
|
170
|
+
|
|
171
|
+
self.lifecycle_state = attributes[:'lifecycle_state'] if attributes[:'lifecycle_state']
|
|
172
|
+
|
|
173
|
+
self.lifecycle_state_details = attributes[:'lifecycleStateDetails'] if attributes[:'lifecycleStateDetails']
|
|
174
|
+
|
|
175
|
+
raise 'You cannot provide both :lifecycleStateDetails and :lifecycle_state_details' if attributes.key?(:'lifecycleStateDetails') && attributes.key?(:'lifecycle_state_details')
|
|
176
|
+
|
|
177
|
+
self.lifecycle_state_details = attributes[:'lifecycle_state_details'] if attributes[:'lifecycle_state_details']
|
|
178
|
+
|
|
179
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
180
|
+
|
|
181
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
182
|
+
|
|
183
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
|
184
|
+
|
|
185
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
|
186
|
+
|
|
187
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
|
188
|
+
|
|
189
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
|
190
|
+
|
|
191
|
+
self.system_tags = attributes[:'systemTags'] if attributes[:'systemTags']
|
|
192
|
+
|
|
193
|
+
raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags')
|
|
194
|
+
|
|
195
|
+
self.system_tags = attributes[:'system_tags'] if attributes[:'system_tags']
|
|
196
|
+
end
|
|
197
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
198
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
199
|
+
|
|
200
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
201
|
+
# @param [Object] lifecycle_state Object to be assigned
|
|
202
|
+
def lifecycle_state=(lifecycle_state)
|
|
203
|
+
# rubocop:disable Style/ConditionalAssignment
|
|
204
|
+
if lifecycle_state && !LIFECYCLE_STATE_ENUM.include?(lifecycle_state)
|
|
205
|
+
OCI.logger.debug("Unknown value for 'lifecycle_state' [" + lifecycle_state + "]. Mapping to 'LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE'") if OCI.logger
|
|
206
|
+
@lifecycle_state = LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE
|
|
207
|
+
else
|
|
208
|
+
@lifecycle_state = lifecycle_state
|
|
209
|
+
end
|
|
210
|
+
# rubocop:enable Style/ConditionalAssignment
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
# Checks equality by comparing each attribute.
|
|
217
|
+
# @param [Object] other the other object to be compared
|
|
218
|
+
def ==(other)
|
|
219
|
+
return true if equal?(other)
|
|
220
|
+
|
|
221
|
+
self.class == other.class &&
|
|
222
|
+
id == other.id &&
|
|
223
|
+
compartment_id == other.compartment_id &&
|
|
224
|
+
cluster_id == other.cluster_id &&
|
|
225
|
+
serial_number == other.serial_number &&
|
|
226
|
+
display_name == other.display_name &&
|
|
227
|
+
time_created == other.time_created &&
|
|
228
|
+
lifecycle_state == other.lifecycle_state &&
|
|
229
|
+
lifecycle_state_details == other.lifecycle_state_details &&
|
|
230
|
+
freeform_tags == other.freeform_tags &&
|
|
231
|
+
defined_tags == other.defined_tags &&
|
|
232
|
+
system_tags == other.system_tags
|
|
233
|
+
end
|
|
234
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
235
|
+
|
|
236
|
+
# @see the `==` method
|
|
237
|
+
# @param [Object] other the other object to be compared
|
|
238
|
+
def eql?(other)
|
|
239
|
+
self == other
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
# Calculates hash code according to all attributes.
|
|
246
|
+
# @return [Fixnum] Hash code
|
|
247
|
+
def hash
|
|
248
|
+
[id, compartment_id, cluster_id, serial_number, display_name, time_created, lifecycle_state, lifecycle_state_details, freeform_tags, defined_tags, system_tags].hash
|
|
249
|
+
end
|
|
250
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
251
|
+
|
|
252
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
# Builds the object from hash
|
|
256
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
257
|
+
# @return [Object] Returns the model itself
|
|
258
|
+
def build_from_hash(attributes)
|
|
259
|
+
return nil unless attributes.is_a?(Hash)
|
|
260
|
+
|
|
261
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
262
|
+
if type =~ /^Array<(.*)>/i
|
|
263
|
+
# check to ensure the input is an array given that the the attribute
|
|
264
|
+
# is documented as an array but the input is not
|
|
265
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
266
|
+
public_method("#{key}=").call(
|
|
267
|
+
attributes[self.class.attribute_map[key]]
|
|
268
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
269
|
+
)
|
|
270
|
+
end
|
|
271
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
272
|
+
public_method("#{key}=").call(
|
|
273
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
274
|
+
)
|
|
275
|
+
end
|
|
276
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
self
|
|
280
|
+
end
|
|
281
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
282
|
+
|
|
283
|
+
# Returns the string representation of the object
|
|
284
|
+
# @return [String] String presentation of the object
|
|
285
|
+
def to_s
|
|
286
|
+
to_hash.to_s
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
# Returns the object in the form of hash
|
|
290
|
+
# @return [Hash] Returns the object in the form of hash
|
|
291
|
+
def to_hash
|
|
292
|
+
hash = {}
|
|
293
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
294
|
+
value = public_method(attr).call
|
|
295
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
296
|
+
|
|
297
|
+
hash[param] = _to_hash(value)
|
|
298
|
+
end
|
|
299
|
+
hash
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
private
|
|
303
|
+
|
|
304
|
+
# Outputs non-array value in the form of hash
|
|
305
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
306
|
+
# @param [Object] value Any valid value
|
|
307
|
+
# @return [Hash] Returns the value in the form of hash
|
|
308
|
+
def _to_hash(value)
|
|
309
|
+
if value.is_a?(Array)
|
|
310
|
+
value.compact.map { |v| _to_hash(v) }
|
|
311
|
+
elsif value.is_a?(Hash)
|
|
312
|
+
{}.tap do |hash|
|
|
313
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
314
|
+
end
|
|
315
|
+
elsif value.respond_to? :to_hash
|
|
316
|
+
value.to_hash
|
|
317
|
+
else
|
|
318
|
+
value
|
|
319
|
+
end
|
|
320
|
+
end
|
|
321
|
+
end
|
|
322
|
+
end
|
|
323
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
require 'date'
|
|
5
|
+
|
|
6
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
|
+
module OCI
|
|
8
|
+
# Information about a RoverWorkload.
|
|
9
|
+
class Rover::Models::RoverWorkload
|
|
10
|
+
# Name of the Rover Workload
|
|
11
|
+
# @return [String]
|
|
12
|
+
attr_accessor :name
|
|
13
|
+
|
|
14
|
+
# **[Required]** The OCID of the compartment containing the workload.
|
|
15
|
+
# @return [String]
|
|
16
|
+
attr_accessor :compartment_id
|
|
17
|
+
|
|
18
|
+
# **[Required]** The Unique Oracle ID (OCID) that is immutable on creation.
|
|
19
|
+
# @return [String]
|
|
20
|
+
attr_accessor :id
|
|
21
|
+
|
|
22
|
+
# Size of the workload.
|
|
23
|
+
# @return [String]
|
|
24
|
+
attr_accessor :size
|
|
25
|
+
|
|
26
|
+
# Number of objects in a workload.
|
|
27
|
+
# @return [String]
|
|
28
|
+
attr_accessor :object_count
|
|
29
|
+
|
|
30
|
+
# Prefix to filter objects in case it is a bucket.
|
|
31
|
+
# @return [String]
|
|
32
|
+
attr_accessor :prefix
|
|
33
|
+
|
|
34
|
+
# Start of the range in a bucket.
|
|
35
|
+
# @return [String]
|
|
36
|
+
attr_accessor :range_start
|
|
37
|
+
|
|
38
|
+
# End of the range in a bucket.
|
|
39
|
+
# @return [String]
|
|
40
|
+
attr_accessor :range_end
|
|
41
|
+
|
|
42
|
+
# **[Required]** The type of workload
|
|
43
|
+
# @return [String]
|
|
44
|
+
attr_accessor :workload_type
|
|
45
|
+
|
|
46
|
+
# The compute work request id to track progress of custom image exports.
|
|
47
|
+
# @return [String]
|
|
48
|
+
attr_accessor :work_request_id
|
|
49
|
+
|
|
50
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
51
|
+
def self.attribute_map
|
|
52
|
+
{
|
|
53
|
+
# rubocop:disable Style/SymbolLiteral
|
|
54
|
+
'name': :'name',
|
|
55
|
+
'compartment_id': :'compartmentId',
|
|
56
|
+
'id': :'id',
|
|
57
|
+
'size': :'size',
|
|
58
|
+
'object_count': :'objectCount',
|
|
59
|
+
'prefix': :'prefix',
|
|
60
|
+
'range_start': :'rangeStart',
|
|
61
|
+
'range_end': :'rangeEnd',
|
|
62
|
+
'workload_type': :'workloadType',
|
|
63
|
+
'work_request_id': :'workRequestId'
|
|
64
|
+
# rubocop:enable Style/SymbolLiteral
|
|
65
|
+
}
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# Attribute type mapping.
|
|
69
|
+
def self.swagger_types
|
|
70
|
+
{
|
|
71
|
+
# rubocop:disable Style/SymbolLiteral
|
|
72
|
+
'name': :'String',
|
|
73
|
+
'compartment_id': :'String',
|
|
74
|
+
'id': :'String',
|
|
75
|
+
'size': :'String',
|
|
76
|
+
'object_count': :'String',
|
|
77
|
+
'prefix': :'String',
|
|
78
|
+
'range_start': :'String',
|
|
79
|
+
'range_end': :'String',
|
|
80
|
+
'workload_type': :'String',
|
|
81
|
+
'work_request_id': :'String'
|
|
82
|
+
# rubocop:enable Style/SymbolLiteral
|
|
83
|
+
}
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
87
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
# Initializes the object
|
|
91
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
92
|
+
# @option attributes [String] :name The value to assign to the {#name} property
|
|
93
|
+
# @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
|
|
94
|
+
# @option attributes [String] :id The value to assign to the {#id} property
|
|
95
|
+
# @option attributes [String] :size The value to assign to the {#size} property
|
|
96
|
+
# @option attributes [String] :object_count The value to assign to the {#object_count} property
|
|
97
|
+
# @option attributes [String] :prefix The value to assign to the {#prefix} property
|
|
98
|
+
# @option attributes [String] :range_start The value to assign to the {#range_start} property
|
|
99
|
+
# @option attributes [String] :range_end The value to assign to the {#range_end} property
|
|
100
|
+
# @option attributes [String] :workload_type The value to assign to the {#workload_type} property
|
|
101
|
+
# @option attributes [String] :work_request_id The value to assign to the {#work_request_id} property
|
|
102
|
+
def initialize(attributes = {})
|
|
103
|
+
return unless attributes.is_a?(Hash)
|
|
104
|
+
|
|
105
|
+
# convert string to symbol for hash key
|
|
106
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
107
|
+
|
|
108
|
+
self.name = attributes[:'name'] if attributes[:'name']
|
|
109
|
+
|
|
110
|
+
self.compartment_id = attributes[:'compartmentId'] if attributes[:'compartmentId']
|
|
111
|
+
|
|
112
|
+
raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
|
|
113
|
+
|
|
114
|
+
self.compartment_id = attributes[:'compartment_id'] if attributes[:'compartment_id']
|
|
115
|
+
|
|
116
|
+
self.id = attributes[:'id'] if attributes[:'id']
|
|
117
|
+
|
|
118
|
+
self.size = attributes[:'size'] if attributes[:'size']
|
|
119
|
+
|
|
120
|
+
self.object_count = attributes[:'objectCount'] if attributes[:'objectCount']
|
|
121
|
+
|
|
122
|
+
raise 'You cannot provide both :objectCount and :object_count' if attributes.key?(:'objectCount') && attributes.key?(:'object_count')
|
|
123
|
+
|
|
124
|
+
self.object_count = attributes[:'object_count'] if attributes[:'object_count']
|
|
125
|
+
|
|
126
|
+
self.prefix = attributes[:'prefix'] if attributes[:'prefix']
|
|
127
|
+
|
|
128
|
+
self.range_start = attributes[:'rangeStart'] if attributes[:'rangeStart']
|
|
129
|
+
|
|
130
|
+
raise 'You cannot provide both :rangeStart and :range_start' if attributes.key?(:'rangeStart') && attributes.key?(:'range_start')
|
|
131
|
+
|
|
132
|
+
self.range_start = attributes[:'range_start'] if attributes[:'range_start']
|
|
133
|
+
|
|
134
|
+
self.range_end = attributes[:'rangeEnd'] if attributes[:'rangeEnd']
|
|
135
|
+
|
|
136
|
+
raise 'You cannot provide both :rangeEnd and :range_end' if attributes.key?(:'rangeEnd') && attributes.key?(:'range_end')
|
|
137
|
+
|
|
138
|
+
self.range_end = attributes[:'range_end'] if attributes[:'range_end']
|
|
139
|
+
|
|
140
|
+
self.workload_type = attributes[:'workloadType'] if attributes[:'workloadType']
|
|
141
|
+
|
|
142
|
+
raise 'You cannot provide both :workloadType and :workload_type' if attributes.key?(:'workloadType') && attributes.key?(:'workload_type')
|
|
143
|
+
|
|
144
|
+
self.workload_type = attributes[:'workload_type'] if attributes[:'workload_type']
|
|
145
|
+
|
|
146
|
+
self.work_request_id = attributes[:'workRequestId'] if attributes[:'workRequestId']
|
|
147
|
+
|
|
148
|
+
raise 'You cannot provide both :workRequestId and :work_request_id' if attributes.key?(:'workRequestId') && attributes.key?(:'work_request_id')
|
|
149
|
+
|
|
150
|
+
self.work_request_id = attributes[:'work_request_id'] if attributes[:'work_request_id']
|
|
151
|
+
end
|
|
152
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
153
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
154
|
+
|
|
155
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
# Checks equality by comparing each attribute.
|
|
159
|
+
# @param [Object] other the other object to be compared
|
|
160
|
+
def ==(other)
|
|
161
|
+
return true if equal?(other)
|
|
162
|
+
|
|
163
|
+
self.class == other.class &&
|
|
164
|
+
name == other.name &&
|
|
165
|
+
compartment_id == other.compartment_id &&
|
|
166
|
+
id == other.id &&
|
|
167
|
+
size == other.size &&
|
|
168
|
+
object_count == other.object_count &&
|
|
169
|
+
prefix == other.prefix &&
|
|
170
|
+
range_start == other.range_start &&
|
|
171
|
+
range_end == other.range_end &&
|
|
172
|
+
workload_type == other.workload_type &&
|
|
173
|
+
work_request_id == other.work_request_id
|
|
174
|
+
end
|
|
175
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
176
|
+
|
|
177
|
+
# @see the `==` method
|
|
178
|
+
# @param [Object] other the other object to be compared
|
|
179
|
+
def eql?(other)
|
|
180
|
+
self == other
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
# Calculates hash code according to all attributes.
|
|
187
|
+
# @return [Fixnum] Hash code
|
|
188
|
+
def hash
|
|
189
|
+
[name, compartment_id, id, size, object_count, prefix, range_start, range_end, workload_type, work_request_id].hash
|
|
190
|
+
end
|
|
191
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
192
|
+
|
|
193
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
# Builds the object from hash
|
|
197
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
198
|
+
# @return [Object] Returns the model itself
|
|
199
|
+
def build_from_hash(attributes)
|
|
200
|
+
return nil unless attributes.is_a?(Hash)
|
|
201
|
+
|
|
202
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
203
|
+
if type =~ /^Array<(.*)>/i
|
|
204
|
+
# check to ensure the input is an array given that the the attribute
|
|
205
|
+
# is documented as an array but the input is not
|
|
206
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
207
|
+
public_method("#{key}=").call(
|
|
208
|
+
attributes[self.class.attribute_map[key]]
|
|
209
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
210
|
+
)
|
|
211
|
+
end
|
|
212
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
213
|
+
public_method("#{key}=").call(
|
|
214
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
215
|
+
)
|
|
216
|
+
end
|
|
217
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
self
|
|
221
|
+
end
|
|
222
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
223
|
+
|
|
224
|
+
# Returns the string representation of the object
|
|
225
|
+
# @return [String] String presentation of the object
|
|
226
|
+
def to_s
|
|
227
|
+
to_hash.to_s
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
# Returns the object in the form of hash
|
|
231
|
+
# @return [Hash] Returns the object in the form of hash
|
|
232
|
+
def to_hash
|
|
233
|
+
hash = {}
|
|
234
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
235
|
+
value = public_method(attr).call
|
|
236
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
237
|
+
|
|
238
|
+
hash[param] = _to_hash(value)
|
|
239
|
+
end
|
|
240
|
+
hash
|
|
241
|
+
end
|
|
242
|
+
|
|
243
|
+
private
|
|
244
|
+
|
|
245
|
+
# Outputs non-array value in the form of hash
|
|
246
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
247
|
+
# @param [Object] value Any valid value
|
|
248
|
+
# @return [Hash] Returns the value in the form of hash
|
|
249
|
+
def _to_hash(value)
|
|
250
|
+
if value.is_a?(Array)
|
|
251
|
+
value.compact.map { |v| _to_hash(v) }
|
|
252
|
+
elsif value.is_a?(Hash)
|
|
253
|
+
{}.tap do |hash|
|
|
254
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
255
|
+
end
|
|
256
|
+
elsif value.respond_to? :to_hash
|
|
257
|
+
value.to_hash
|
|
258
|
+
else
|
|
259
|
+
value
|
|
260
|
+
end
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
end
|
|
264
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|