Servicemesh Functions
object ServicemeshFunctions
Functions
Link copied to clipboard
suspend fun getExtensionProviders(argument: GetExtensionProvidersPlainArgs): GetExtensionProvidersResult
This data source provides the Service Mesh Extension Providers of the current Alibaba Cloud user.
suspend fun getExtensionProviders(argument: suspend GetExtensionProvidersPlainArgsBuilder.() -> Unit): GetExtensionProvidersResult
suspend fun getExtensionProviders(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, serviceMeshId: String, type: String): GetExtensionProvidersResult
Link copied to clipboard
This data source provides the Service Mesh Service Meshes of the current Alibaba Cloud user.
suspend fun getServiceMeshes(argument: suspend GetServiceMeshesPlainArgsBuilder.() -> Unit): GetServiceMeshesResult
suspend fun getServiceMeshes(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetServiceMeshesResult
Link copied to clipboard
This data source provides ASM available versions in the specified region.
suspend fun getVersions(argument: suspend GetVersionsPlainArgsBuilder.() -> Unit): GetVersionsResult
suspend fun getVersions(edition: String? = null, ids: List<String>? = null, outputFile: String? = null): GetVersionsResult