Class V1NeonDashboard.NeonDashboardSpec
The dashboard specification.
Namespace: Neon.Kube.Resources.Cluster
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1NeonDashboard.NeonDashboardSpec
Properties
Description
Describes the dashboard.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The display name. This is what will show up in the Neon Dashboard.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayOrder
Optionally indicates that the order in which the dashboard will be displayed.
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
int |
Enabled
Optionally indicates whether the dashboard is enabled or disabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Url
The target dashboard's Url. This is required.
Declaration
[Required]
[RegularExpression("https?:\\/\\/(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_\\+.~#?&//=]*)")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |