Class ServiceMeshAnalysisMessageBase
AnalysisMessageBase describes some common information that is needed for all messages.
Implements
Inherited Members
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 |