GetVirtualGatewayPlainArgs

data class GetVirtualGatewayPlainArgs(val meshName: String, val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVirtualGatewayPlainArgs>

A collection of arguments for invoking getVirtualGateway.

Constructors

Link copied to clipboard
constructor(meshName: String, name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the service mesh in which the virtual gateway exists.

Link copied to clipboard

Name of the virtual gateway.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags.

Functions

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