ovh_billovh_bill_detailovh_cloud_ai_appovh_cloud_ai_jobovh_cloud_ai_notebookovh_cloud_data_jobovh_cloud_databaseovh_cloud_flavorovh_cloud_imageovh_cloud_instanceovh_cloud_postgresovh_cloud_projectovh_cloud_regionovh_cloud_ssh_keyovh_cloud_storage_s3ovh_cloud_storage_swiftovh_cloud_volumeovh_cloud_volume_snapshotovh_refundovh_refund_detail
Table: ovh_cloud_flavor
A flavor is the instance model defining its characteristics in terms of resources.
The ovh_cloud_flavor
table can be used to query information about flavors and you must specify which cloud project in the where or join clause (where project_id=
, join ovh_cloud_project on id=
).
Examples
List flavor of a cloud project
select id, name, typefrom ovh_cloud_flavorwhere project_id = '27c5a6d3dfez87893jfd88fdsfmvnqb8'
List available linux flavors
select id, name, typefrom ovh_cloud_flavorwhere project_id = '27c5a6d3dfez87893jfd88fdsfmvnqb8' and os_type = 'linux' and available
Schema for ovh_cloud_flavor
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
available | boolean | Available in stock. | |
disk | bigint | Number of disk. | |
id | text | = | Flavor ID. |
inbound_bandwidth | bigint | Max capacity of inbound traffic in Mbit/s. | |
name | text | Flavor name. | |
os_type | text | OS to install on. | |
outbound_bandwidth | bigint | Max capacity of outbound traffic in Mbit/s. | |
plan_codes_hourly | text | Plan code to order hourly instance | |
plan_codes_monthly | text | Plan code to order monthly instance | |
project_id | text | = | Project ID. |
quota | bigint | Number instance you can spawn with your actual quota. | |
ram | bigint | Ram quantity (Gio). | |
region | text | Flavor region. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
type | text | Flavor type. | |
vcpus | bigint | Number of VCPUs. |