MeshIstioArgs

data class MeshIstioArgs(val meshUid: Output<String>? = null, val serviceName: Output<String>? = null, val serviceNamespace: Output<String>? = null) : ConvertibleToJava<MeshIstioArgs>

Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.

Constructors

Link copied to clipboard
constructor(meshUid: Output<String>? = null, serviceName: Output<String>? = null, serviceNamespace: Output<String>? = null)

Properties

Link copied to clipboard
val meshUid: Output<String>? = null

Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.

Link copied to clipboard
val serviceName: Output<String>? = null

The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

Link copied to clipboard
val serviceNamespace: Output<String>? = null

The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.

Functions

Link copied to clipboard
open override fun toJava(): MeshIstioArgs