NomadClient.Model.CsiInfo (nomad_client v0.13.1)
Link to this section Summary
Link to this section Types
@type t() :: %NomadClient.Model.CsiInfo{ AllocID: String.t() | nil, ControllerInfo: NomadClient.Model.CsiControllerInfo.t() | nil, HealthDescription: String.t() | nil, Healthy: boolean() | nil, NodeInfo: NomadClient.Model.CsiNodeInfo.t() | nil, PluginID: String.t() | nil, RequiresControllerPlugin: boolean() | nil, RequiresTopologies: boolean() | nil, UpdateTime: DateTime.t() | nil }