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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `MeshIstio` class, which represents an Istio service within a mesh in Google Cloud Monitoring, specifically for Anthos clusters running ASM versions older than 1.6.8."],["The latest version documented is 3.15.0, and this page lists accessible documentation for versions dating back to 2.3.0, with links provided for each."],["The `MeshIstio` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class includes properties such as `MeshUid`, `ServiceName`, and `ServiceNamespace` that are used to identify the Istio service within its mesh, correlating with Istio metric labels."],["There are two constructors available, allowing for the creation of an empty `MeshIstio` object, or cloning an existing `MeshIstio` object, both available for use."]]],[]]