GetVirtualNodePlainArgs

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

A collection of arguments for invoking getVirtualNode.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val meshOwner: String? = null

AWS account ID of the service mesh's owner.

Link copied to clipboard

Name of the virtual node.

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

Map of tags.

Functions

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