Get Instance Type Offerings Result
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
fun GetInstanceTypeOfferingsResult(brokerInstanceOptions: List<GetInstanceTypeOfferingsBrokerInstanceOption>, engineType: String? = null, hostInstanceType: String? = null, id: String, storageType: String? = null)