nomad-client 0.0.1

A Rust client for HashiCorp Nomad's API.
Documentation
# CsiPlugin

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ID** | Option<**String**> |  | [optional]
**provider** | Option<**String**> |  | [optional]
**version** | Option<**String**> |  | [optional]
**controller_required** | Option<**bool**> |  | [optional]
**controllers** | Option<[**::std::collections::HashMap<String, crate::models::CsiInfo>**]CsiInfo.md> |  | [optional]
**nodes** | Option<[**::std::collections::HashMap<String, crate::models::CsiInfo>**]CsiInfo.md> |  | [optional]
**allocations** | Option<[**Vec<crate::models::AllocationListStub>**]AllocationListStub.md> |  | [optional]
**controllers_healthy** | Option<**i32**> |  | [optional]
**nodes_healthy** | Option<**i32**> |  | [optional]
**create_index** | Option<**i32**> |  | [optional]
**modify_index** | Option<**i32**> |  | [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)