Class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Monitoring.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs : ResourceArgs
Constructors
View SourceSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs()
Declaration
public SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs()
Properties
View SourceLatency
Parameters for a latency threshold SLI. Structure is documented below.
Declaration
public Input<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatencyArgs> Latency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatencyArgs> |
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> |
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> |
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> |