Class TimeBoardGraphGetArgs
Inheritance
System.Object
TimeBoardGraphGetArgs
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()
Assembly: Pulumi.Datadog.dll
public sealed class TimeBoardGraphGetArgs : ResourceArgs
Constructors
View Source
Declaration
public TimeBoardGraphGetArgs()
Properties
View Source
Declaration
public Input<bool> Autoscale { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> CustomUnit { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> Events { get; set; }
Property Value
View Source
Declaration
public InputList<string> Groups { get; set; }
Property Value
View Source
Declaration
public Input<bool> IncludeNoMetricHosts { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> IncludeUngroupedHosts { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public InputList<TimeBoardGraphMarkerGetArgs> Markers { get; set; }
Property Value
View Source
Declaration
public Input<string> NodeType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Precision { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<TimeBoardGraphRequestGetArgs> Requests { get; set; }
Property Value
View Source
Declaration
public InputList<string> Scopes { get; set; }
Property Value
View Source
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
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Viz { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<object> Yaxis { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|