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 documents the `MeshIstio` class, which represents an Istio service scoped to an Istio mesh, used for Anthos clusters running ASM versions older than 1.6.8."],["The page provides access to multiple versions of the `MeshIstio` documentation, ranging from version 2.3.0 to the latest version 3.15.0."],["The `MeshIstio` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MeshIstio` class include `MeshUid`, `ServiceName`, and `ServiceNamespace`, which are identifiers that correlate with Istio metric labels."],["The page outlines two constructors for `MeshIstio`: a default constructor and one that takes another `MeshIstio` object as a parameter for cloning purposes."]]],[]]