GetInstanceTypeOfferingsBrokerInstanceOption

data class GetInstanceTypeOfferingsBrokerInstanceOption(val availabilityZones: List<GetInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone>, val engineType: String, val hostInstanceType: String, val storageType: String, val supportedDeploymentModes: List<String>, val supportedEngineVersions: List<String>)

Constructors

constructor(availabilityZones: List<GetInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone>, engineType: String, hostInstanceType: String, storageType: String, supportedDeploymentModes: List<String>, supportedEngineVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of available AZs. See Availability Zones. below

Link copied to clipboard

Filter response by engine type.

Link copied to clipboard

Filter response by host instance type.

Link copied to clipboard

Filter response by storage type.

Link copied to clipboard

The list of supported deployment modes.

Link copied to clipboard

The list of supported engine versions.