Show / Hide Table of Contents

Class TimeBoardGraphGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TimeBoardGraphGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class TimeBoardGraphGetArgs : ResourceArgs

Constructors

View Source

TimeBoardGraphGetArgs()

Declaration
public TimeBoardGraphGetArgs()

Properties

View Source

Autoscale

Declaration
public Input<bool> Autoscale { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CustomUnit

Declaration
public Input<string> CustomUnit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Events

Declaration
public InputList<string> Events { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Groups

Declaration
public InputList<string> Groups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

IncludeNoMetricHosts

Declaration
public Input<bool> IncludeNoMetricHosts { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IncludeUngroupedHosts

Declaration
public Input<bool> IncludeUngroupedHosts { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Markers

Declaration
public InputList<TimeBoardGraphMarkerGetArgs> Markers { get; set; }
Property Value
Type Description
InputList<TimeBoardGraphMarkerGetArgs>
View Source

NodeType

Declaration
public Input<string> NodeType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Precision

Declaration
public Input<string> Precision { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Requests

Declaration
public InputList<TimeBoardGraphRequestGetArgs> Requests { get; set; }
Property Value
Type Description
InputList<TimeBoardGraphRequestGetArgs>
View Source

Scopes

Declaration
public InputList<string> Scopes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Style

Declaration
public InputMap<object> Style { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TextAlign

Declaration
public Input<string> TextAlign { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Title

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Viz

Declaration
public Input<string> Viz { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Yaxis

Declaration
public InputMap<object> Yaxis { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.