Show / Hide Table of Contents

Class TimeBoardGraph

Inheritance
System.Object
TimeBoardGraph
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 TimeBoardGraph

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<string> Events
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Groups

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

IncludeNoMetricHosts

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

IncludeUngroupedHosts

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

Markers

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

NodeType

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

Precision

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

Requests

Declaration
public readonly ImmutableArray<TimeBoardGraphRequest> Requests
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<TimeBoardGraphRequest>
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

Title

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

Viz

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

Yaxis

Declaration
public readonly ImmutableDictionary<string, object> Yaxis
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.