GetDiskTypesResult

data class GetDiskTypesResult(val clusterType: String, val destinationResource: String, val id: String, val ids: List<String>, val instanceChargeType: String, val instanceType: String, val outputFile: String? = null, val types: List<GetDiskTypesType>, val zoneId: String? = null)

A collection of values returned by getDiskTypes.

Constructors

Link copied to clipboard
constructor(clusterType: String, destinationResource: String, id: String, ids: List<String>, instanceChargeType: String, instanceType: String, outputFile: String? = null, types: List<GetDiskTypesType>, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of data disk and system disk type IDs.

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

A list of emr instance types. Each element contains the following attributes:

Link copied to clipboard
val zoneId: String? = null