Show / Hide Table of Contents

Class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs
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.Gcp.Monitoring.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs : ResourceArgs

Constructors

View Source

SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs()

Declaration
public SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs()

Properties

View Source

Latency

Parameters for a latency threshold SLI. Structure is documented below.

Declaration
public Input<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatencyArgs> Latency { get; set; }
Property Value
Type Description
Input<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatencyArgs>
View Source

Locations

An optional set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.

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

Methods

An optional set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.

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

Versions

The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

Declaration
public InputList<string> Versions { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.