Class ServiceLevelIndicator
Inheritance
System.Object
ServiceLevelIndicator
Implements
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: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ServiceLevelIndicator : IDirectResponseSchema
Properties
BasicSli
Basic SLI on a well-known service type.
Declaration
[JsonProperty("basicSli")]
public virtual BasicSli BasicSli { get; set; }
Property Value
| Type | Description |
|---|---|
| BasicSli |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RequestBased
Request-based SLIs
Declaration
[JsonProperty("requestBased")]
public virtual RequestBasedSli RequestBased { get; set; }
Property Value
| Type | Description |
|---|---|
| RequestBasedSli |
WindowsBased
Windows-based SLIs
Declaration
[JsonProperty("windowsBased")]
public virtual WindowsBasedSli WindowsBased { get; set; }
Property Value
| Type | Description |
|---|---|
| WindowsBasedSli |