GetInstanceTypeOfferingsResult

data class GetInstanceTypeOfferingsResult(val brokerInstanceOptions: List<GetInstanceTypeOfferingsBrokerInstanceOption>, val engineType: String? = null, val hostInstanceType: String? = null, val id: String, val storageType: String? = null)

A collection of values returned by getInstanceTypeOfferings.

Constructors

Link copied to clipboard
constructor(brokerInstanceOptions: List<GetInstanceTypeOfferingsBrokerInstanceOption>, engineType: String? = null, hostInstanceType: String? = null, id: String, storageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Option for host instance type. See Broker Instance Options below.

Link copied to clipboard
val engineType: String? = null

Broker's engine type.

Link copied to clipboard

Broker's instance type.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val storageType: String? = null

Broker's storage type.