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_region
Regions available for a cloud project.
The ovh_cloud_region
table can be used to query information about regions and you must specify which cloud project in the where or join clause (where project_id=
, join ovh_cloud_project on id=
).
Examples
List regions of a cloud project
select name, type, statusfrom ovh_cloud_regionwhere project_id = '27c5a6d3dfez87893jfd88fdsfmvnqb8'
List regions not UP
select namefrom ovh_cloud_postgreswhere project_id = '27c5a6d3dfez87893jfd88fdsfmvnqb8' and status != 'UP'
Get specific region
select name, type, statusfrom ovh_cloud_regionwhere project_id = '27c5a6d3dfez87893jfd88fdsfmvnqb8' and name = 'GRA'
Schema for ovh_cloud_region
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
continent_code | text | Region continent code. | |
datacenter_location | text | Location of the datacenter where the region is. | |
ip_countries | jsonb | Allowed countries for failover ip. | |
name | text | = | Name of the region. |
project_id | text | = | Project ID. |
services | jsonb | Details about components status. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
status | text | OpenStack region status. | |
type | text | Region type. |