Show / Hide Table of Contents

Class NodeSloMetadata

Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.

Inheritance
object
NodeSloMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class NodeSloMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Location

The location of the node, if different from instance location.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

NodeId

The id of the node. This should be equal to SaasInstanceNode.node_id.

Declaration
[JsonProperty("nodeId")]
public virtual string NodeId { get; set; }
Property Value
Type Description
string

PerSliEligibility

If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.

Declaration
[JsonProperty("perSliEligibility")]
public virtual PerSliSloEligibility PerSliEligibility { get; set; }
Property Value
Type Description
PerSliSloEligibility

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX