ash_api 0.1.7

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AvalancheNodeResourceBase

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**resource_type** | Option<[**crate::models::ResourceType**]resourceType.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)