Class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance
Fields
View SourceLatency
Parameters for a latency threshold SLI. Structure is documented below.
Declaration
public readonly SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency Latency
Field Value
| Type | Description |
|---|---|
| SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency |
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> |
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> |
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> |