Show / Hide Table of Contents

Class ServiceMeshAnalysisMessage

AnalysisMessage is a single message produced by an analyzer, and it used to communicate to the end user about the state of their Service Mesh configuration.

Inheritance
object
ServiceMeshAnalysisMessage
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.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ServiceMeshAnalysisMessage : IDirectResponseSchema

Properties

Args

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

Declaration
[JsonProperty("args")]
public virtual IDictionary<string, object> Args { get; set; }
Property Value
Type Description
IDictionary<string, object>

Description

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

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

ETag

The ETag of the item.

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

MessageBase

Details common to all types of Istio and ServiceMesh analysis messages.

Declaration
[JsonProperty("messageBase")]
public virtual ServiceMeshAnalysisMessageBase MessageBase { get; set; }
Property Value
Type Description
ServiceMeshAnalysisMessageBase

ResourcePaths

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

Declaration
[JsonProperty("resourcePaths")]
public virtual IList<string> ResourcePaths { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX