Class MeshIstio
Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class MeshIstio : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MeshUid
Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
Declaration
[JsonProperty("meshUid")]
public virtual string MeshUid { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceName
The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceNamespace
The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
Declaration
[JsonProperty("serviceNamespace")]
public virtual string ServiceNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |