Show / Hide Table of Contents

Class ScreenBoardWidgetTileDef

Inheritance
System.Object
ScreenBoardWidgetTileDef
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class ScreenBoardWidgetTileDef

Fields

View Source

Autoscale

Declaration
public readonly bool? Autoscale
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

CustomUnit

Declaration
public readonly string CustomUnit
Field Value
Type Description
System.String
View Source

Events

Declaration
public readonly ImmutableArray<ScreenBoardWidgetTileDefEvent> Events
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ScreenBoardWidgetTileDefEvent>
View Source

Groups

Declaration
public readonly ImmutableArray<string> Groups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Markers

Declaration
public readonly ImmutableArray<ScreenBoardWidgetTileDefMarker> Markers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ScreenBoardWidgetTileDefMarker>
View Source

NodeType

Declaration
public readonly string NodeType
Field Value
Type Description
System.String
View Source

NoGroupHosts

Declaration
public readonly bool? NoGroupHosts
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

NoMetricHosts

Declaration
public readonly bool? NoMetricHosts
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Precision

Declaration
public readonly string Precision
Field Value
Type Description
System.String
View Source

Requests

Declaration
public readonly ImmutableArray<ScreenBoardWidgetTileDefRequest> Requests
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ScreenBoardWidgetTileDefRequest>
View Source

Scopes

Declaration
public readonly ImmutableArray<string> Scopes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Style

Declaration
public readonly ImmutableDictionary<string, object> Style
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

TextAlign

Declaration
public readonly string TextAlign
Field Value
Type Description
System.String
View Source

Viz

Declaration
public readonly string Viz
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.