ServiceMeshMeshConfigKialiServerConfigArgs

data class ServiceMeshMeshConfigKialiServerConfigArgs(val webFqdn: Output<String>? = null, val webPort: Output<Int>? = null, val webRoot: Output<String>? = null, val webSchema: Output<String>? = null) : ConvertibleToJava<ServiceMeshMeshConfigKialiServerConfigArgs>

Constructors

constructor(webFqdn: Output<String>? = null, webPort: Output<Int>? = null, webRoot: Output<String>? = null, webSchema: Output<String>? = null)

Properties

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

The domain name or address used when accessing the mesh topology in a custom way

Link copied to clipboard
val webPort: Output<Int>? = null

The port used when accessing the mesh topology in a custom way

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

The root path of the service when accessing the mesh topology in a custom way

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

The protocol used when accessing the mesh topology in a custom way. Can only be http or https

Functions

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