Service Mesh Profile Args
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>>)