public sealed class MeshIstio : IMessage<Service.Types.MeshIstio>, IEquatable<Service.Types.MeshIstio>, IDeepCloneable<Service.Types.MeshIstio>, IBufferMessage, IMessage
Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.
Implements
IMessage<Service.Types.MeshIstio>, IEquatable<Service.Types.MeshIstio>, IDeepCloneable<Service.Types.MeshIstio>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
MeshIstio()
public MeshIstio()
MeshIstio(Service.Types.MeshIstio)
public MeshIstio(Service.Types.MeshIstio other)
Parameter | |
---|---|
Name | Description |
other | Service.Types.MeshIstio |
Properties
MeshUid
public string MeshUid { get; set; }
Identifier for the mesh in which this Istio service is defined.
Corresponds to the mesh_uid
metric label in Istio metrics.
Property Value | |
---|---|
Type | Description |
String |
ServiceName
public string ServiceName { get; set; }
The name of the Istio service underlying this service. Corresponds to the
destination_service_name
metric label in Istio metrics.
Property Value | |
---|---|
Type | Description |
String |
ServiceNamespace
public string ServiceNamespace { get; set; }
The namespace of the Istio service underlying this service. Corresponds
to the destination_service_namespace
metric label in Istio metrics.
Property Value | |
---|---|
Type | Description |
String |