GetInstanceTypesResult

data class GetInstanceTypesResult(val chargeType: String? = null, val coreInstanceTypes: List<GetInstanceTypesCoreInstanceType>, val diskType: String? = null, val engine: String? = null, val id: String, val ids: List<String>, val instanceType: String? = null, val masterInstanceTypes: List<GetInstanceTypesMasterInstanceType>, val outputFile: String? = null, val regionId: String? = null, val types: List<GetInstanceTypesType>, val version: String? = null, val zoneId: String? = null)

A collection of values returned by getInstanceTypes.

Constructors

Link copied to clipboard
constructor(chargeType: String? = null, coreInstanceTypes: List<GetInstanceTypesCoreInstanceType>, diskType: String? = null, engine: String? = null, id: String, ids: List<String>, instanceType: String? = null, masterInstanceTypes: List<GetInstanceTypesMasterInstanceType>, outputFile: String? = null, regionId: String? = null, types: List<GetInstanceTypesType>, version: String? = null, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val chargeType: String? = null
Link copied to clipboard

(Available in 1.115.0+) A list of core instance types. Each element contains the following attributes:

Link copied to clipboard
val diskType: String? = null
Link copied to clipboard
val engine: String? = null

Name of the engine.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of instance types type IDs.

Link copied to clipboard
val instanceType: String? = null

Name of the instance type.

Link copied to clipboard

(Available in 1.115.0+) A list of master instance types. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val regionId: String? = null
Link copied to clipboard

(Deprecated) A list of instance types. Each element contains the following attributes:

Link copied to clipboard
val version: String? = null

The version of the engine.

Link copied to clipboard
val zoneId: String? = null