Show / Hide Table of Contents

Class ServiceMeshAnalysisMessageBase

AnalysisMessageBase describes some common information that is needed for all messages.

Inheritance
object
ServiceMeshAnalysisMessageBase
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 ServiceMeshAnalysisMessageBase : IDirectResponseSchema

Properties

DocumentationUrl

A url pointing to the Service Mesh or Istio documentation for this specific error type.

Declaration
[JsonProperty("documentationUrl")]
public virtual string DocumentationUrl { 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

Level

Represents how severe a message is.

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

Type

Represents the specific type of a message.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX