# CloudRegion ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Cloud region ID | [optional] **owner_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | ID of the user who owns the cloud region | [optional] **project_id** | Option<**String**> | ID (or name) of the project that the cloud region belongs to | [optional] **cloud_provider** | Option<**String**> | Cloud provider | [optional] **region** | Option<**String**> | Cloud region | [optional] **name** | Option<**String**> | CloudRegion name (unique within a project) | [optional] **cloud_credentials_secret_id** | Option<**String**> | ID (or name) of the secret that contains the cloud credentials | [optional] **created** | Option<**String**> | Date/time when the project was created | [optional] **status** | Option<**String**> | Cloud region status | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)