Class V1GrafanaDatasource
Grafana dashboard data source.
Namespace: Neon.Kube.Resources.Grafana
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1GrafanaDatasource
Properties
DatasourceName
The data source name.
Declaration
[JsonProperty(PropertyName = "datasourceName", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public string DatasourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
InputName
The input name.
Declaration
[JsonProperty(PropertyName = "inputName", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public string InputName { get; set; }
Property Value
Type | Description |
---|---|
string |