MqFunctions

Functions

Link copied to clipboard

Provides information about a MQ Broker.

suspend fun getBroker(argument: suspend GetBrokerPlainArgsBuilder.() -> Unit): GetBrokerResult
suspend fun getBroker(brokerId: String? = null, brokerName: String? = null, tags: Map<String, String>? = null): GetBrokerResult
Link copied to clipboard

Provides information about a MQ Broker Instance Offerings.

suspend fun getInstanceTypeOfferings(engineType: String? = null, hostInstanceType: String? = null, storageType: String? = null): GetInstanceTypeOfferingsResult