GetMeshIstioServiceResult

data class GetMeshIstioServiceResult(val displayName: String, val id: String, val meshUid: String, val name: String, val project: String? = null, val serviceId: String, val serviceName: String, val serviceNamespace: String, val telemetries: List<GetMeshIstioServiceTelemetry>, val userLabels: Map<String, String>)

A collection of values returned by getMeshIstioService.

Constructors

Link copied to clipboard
constructor(displayName: String, id: String, meshUid: String, name: String, project: String? = null, serviceId: String, serviceName: String, serviceNamespace: String, telemetries: List<GetMeshIstioServiceTelemetry>, userLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name used for UI elements listing this (Monitoring) Service.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The full REST resource name for this channel. The syntax is: projects/[PROJECT_ID]/services/[SERVICE_ID].

Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration for how to query telemetry on the Service. Structure is documented below.

Link copied to clipboard