ash_api 0.1.7

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# CreateProjectResourceRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Resource name | 
**resource_type** | [**crate::models::ResourceType**]resourceType.md |  | 
**size** | Option<[**crate::models::Size**]size.md> |  | [optional]
**cloud_region_id** | **String** | ID (or name) of the cloud region that the resource belongs to | 
**node_id_secret_id** | Option<**String**> | ID (or name) of the secret containing the node ID TLS certificate and key | [optional]
**node_config** | Option<[**crate::models::AvalancheNodeResourceBaseNodeConfig**]AvalancheNodeResourceBase_nodeConfig.md> |  | [optional]
**node_status** | Option<[**crate::models::AvalancheNodeResourceBaseNodeStatus**]AvalancheNodeResourceBase_nodeStatus.md> |  | [optional]
**node_ip** | Option<**String**> | IP address of the node | [optional]
**node_bootstrap_resource_id** | Option<**String**> | ID (or name) of another AvalancheNode resource that this node will use to bootstrap | [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]
**blockscout_config** | Option<[**crate::models::BlockscoutResourceBaseBlockscoutConfig**]BlockscoutResourceBase_blockscoutConfig.md> |  | [optional]
**blockscout_status** | Option<[**crate::models::BlockscoutResourceBaseBlockscoutStatus**]BlockscoutResourceBase_blockscoutStatus.md> |  | [optional]
**blockscout_ip** | Option<**String**> | IP address of Blockscout | [optional]
**subnet_resource_id** | Option<**String**> | ID (or name) of an AvalancheSubnet resource that will be indexed by Blockscout | [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)