GetClusterIstioServiceResult

data class GetClusterIstioServiceResult(val clusterName: String, val displayName: String, val id: String, val location: String, val name: String, val project: String? = null, val serviceId: String, val serviceName: String, val serviceNamespace: String, val telemetries: List<GetClusterIstioServiceTelemetry>, val userLabels: Map<String, String>)

A collection of values returned by getClusterIstioService.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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