Servicediscovery Functions
object ServicediscoveryFunctions
Functions
Link copied to clipboard
Retrieves information about a Service Discovery private or public DNS namespace.
suspend fun getDnsNamespace(argument: suspend GetDnsNamespacePlainArgsBuilder.() -> Unit): GetDnsNamespaceResult
suspend fun getDnsNamespace(name: String, tags: Map<String, String>? = null, type: String): GetDnsNamespaceResult
Link copied to clipboard
suspend fun getHttpNamespace(argument: suspend GetHttpNamespacePlainArgsBuilder.() -> Unit): GetHttpNamespaceResult
suspend fun getHttpNamespace(name: String, tags: Map<String, String>? = null): GetHttpNamespaceResult
Link copied to clipboard
Retrieves information about a Service Discovery Service.
suspend fun getService(name: String, namespaceId: String, tags: Map<String, String>? = null): GetServiceResult