GetDedicatedHostPlainArgs

data class GetDedicatedHostPlainArgs(val filters: List<GetDedicatedHostFilter>? = null, val hostId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDedicatedHostPlainArgs>

A collection of arguments for invoking getDedicatedHost.

Constructors

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

Properties

Link copied to clipboard

Configuration block. Detailed below.

Link copied to clipboard
val hostId: String? = null

ID of the Dedicated Host.

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

Functions

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