GetFleetPlainArgs

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

A collection of arguments for invoking getFleet.

Constructors

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

Properties

Link copied to clipboard

Fleet name.

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

Mapping of Key-Value tags for the resource.

Functions

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