GetEipsPlainArgs

data class GetEipsPlainArgs(val filters: List<GetEipsFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEipsPlainArgs>

A collection of arguments for invoking getEips.

Constructors

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

Properties

Link copied to clipboard
val filters: List<GetEipsFilter>? = null

Custom filter block as described below.

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

Map of tags, each pair of which must exactly match a pair on the desired Elastic IPs.

Functions

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