# AvalancheSubnetResourceResponse
## Properties
**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Resource ID | [optional]
**owner_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | ID of the user who owns the resource | [optional]
**project_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | ID of the project that the cloud region belongs to | [optional]
**cloud_region_id** | Option<**String**> | ID (or name) of the cloud region that the resource belongs to | [optional]
**name** | Option<**String**> | Resource name | [optional]
**resource_type** | Option<[**crate::models::ResourceType**](resourceType.md)> | | [optional]
**size** | Option<**String**> | Resource size | [optional]
**status** | Option<**String**> | Resource status | [optional]
**created** | Option<**String**> | Date/time when the project was created | [optional]
**subnet_nodes_resource_ids** | Option<**Vec<String>**> | IDs (or names) of node resources that are part of the Subnet | [optional]
**subnet_config** | Option<[**crate::models::AvalancheSubnetResourceBaseSubnetConfig**](AvalancheSubnetResourceBase_subnetConfig.md)> | | [optional]
**subnet_control_key_secret_id** | Option<**String**> | ID (or name) of the secret containing the Subnet control key | [optional]
**subnet_status** | Option<[**crate::models::AvalancheSubnetResourceBaseSubnetStatus**](AvalancheSubnetResourceBase_subnetStatus.md)> | | [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)