Show / Hide Table of Contents

Class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata

SloMetadata contains resources required for proper SLO classification of the instance.

Inheritance
object
GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
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.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata : 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<GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata> Nodes { get; set; }
Property Value
Type Description
IList<GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>

PerSliEligibility

Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs.

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX