GetInstanceTypeOfferingsPlainArgs

data class GetInstanceTypeOfferingsPlainArgs(val engineType: String? = null, val hostInstanceType: String? = null, val storageType: String? = null) : ConvertibleToJava<GetInstanceTypeOfferingsPlainArgs>

A collection of arguments for invoking getInstanceTypeOfferings.

Constructors

Link copied to clipboard
constructor(engineType: String? = null, hostInstanceType: String? = null, storageType: String? = null)

Properties

Link copied to clipboard
val engineType: String? = null

Filter response by engine type.

Link copied to clipboard

Filter response by host instance type.

Link copied to clipboard
val storageType: String? = null

Filter response by storage type.

Functions

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