Class MeshIstio
Istio service scoped to an Istio mesh
Inheritance
System.Object
MeshIstio
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |