public sealed class Service.Types.ClusterIstio : IMessage<Service.Types.ClusterIstio>, IEquatable<Service.Types.ClusterIstio>, IDeepCloneable<Service.Types.ClusterIstio>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.ClusterIstio.
Istio service scoped to a single Kubernetes cluster. Learn more at
https://istio.io. Clusters running OSS Istio 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-09 UTC."],[[["This webpage provides documentation for the `Service.Types.ClusterIstio` class within the Google Cloud Monitoring v3 API, specifically for the .NET environment, with the latest version being 3.15.0."],["The `Service.Types.ClusterIstio` class represents an Istio service scoped to a single Kubernetes cluster, as detailed in the provided reference, with versions available ranging from 2.3.0 up to the latest."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, comparison, and cloning."],["The class contains four string properties: `ClusterName`, `Location`, `ServiceName`, and `ServiceNamespace`, all of which are used to identify and provide information about the service."],["The available constructors allow the instantiation of a `ClusterIstio` object either with default settings or by passing an existing `ClusterIstio` object, making it useful for copying or altering pre-existing objects."]]],[]]