GetServerPlainArgs

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

A collection of arguments for invoking getServer.

Constructors

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

Properties

Link copied to clipboard

ID for an SFTP server.

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

Map of tags assigned to the resource.

Functions

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