ServiceMeshProfileArgs

data class ServiceMeshProfileArgs(val istio: Output<IstioServiceMeshArgs>? = null, val mode: Output<Either<String, ServiceMeshMode>>) : ConvertibleToJava<ServiceMeshProfileArgs>

Service mesh profile for a managed cluster.

Constructors

Link copied to clipboard
constructor(istio: Output<IstioServiceMeshArgs>? = null, mode: Output<Either<String, ServiceMeshMode>>)

Properties

Link copied to clipboard
val istio: Output<IstioServiceMeshArgs>? = null

Istio service mesh configuration.

Link copied to clipboard
val mode: Output<Either<String, ServiceMeshMode>>

Mode of the service mesh.

Functions

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