Show / Hide Table of Contents

Class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance

Inheritance
System.Object
SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance
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.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance

Fields

View Source

Latency

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

Declaration
public readonly SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency Latency
Field Value
Type Description
SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency
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 readonly ImmutableArray<string> Locations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> Methods
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> Versions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.