Get Instance Type Offerings Broker Instance Option
data class GetInstanceTypeOfferingsBrokerInstanceOption(val availabilityZones: List<GetInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone>, val engineType: String, val hostInstanceType: String, val storageType: String, val supportedDeploymentModes: List<String>, val supportedEngineVersions: List<String>)
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.