Class SloMetadata
SloMetadata contains resources required for proper SLO classification of the instance.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class SloMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Nodes
Optional. List of nodes. Some producers need to use per-node metadata to calculate SLO. This field allows such producers to publish per-node SLO meta data, which will be consumed by SSA Eligibility Exporter and published in the form of per node metric to Monarch.
Declaration
[JsonProperty("nodes")]
public virtual IList<NodeSloMetadata> Nodes { get; set; }
Property Value
Type | Description |
---|---|
IList<NodeSloMetadata> |
PerSliEligibility
Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs.
Declaration
[JsonProperty("perSliEligibility")]
public virtual PerSliSloEligibility PerSliEligibility { get; set; }
Property Value
Type | Description |
---|---|
PerSliSloEligibility |
Tier
Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty.
Declaration
[JsonProperty("tier")]
public virtual string Tier { get; set; }
Property Value
Type | Description |
---|---|
string |