Apphub Functions
object ApphubFunctions
Functions
Link copied to clipboard
Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
suspend fun getApplication(applicationId: String, location: String, project: String): GetApplicationResult
Link copied to clipboard
suspend fun getDiscoveredService(argument: GetDiscoveredServicePlainArgs): GetDiscoveredServiceResult
Get information about a discovered service from its uri.
suspend fun getDiscoveredService(argument: suspend GetDiscoveredServicePlainArgsBuilder.() -> Unit): GetDiscoveredServiceResult
suspend fun getDiscoveredService(location: String, project: String? = null, serviceUri: String): GetDiscoveredServiceResult
Link copied to clipboard
suspend fun getDiscoveredWorkload(argument: GetDiscoveredWorkloadPlainArgs): GetDiscoveredWorkloadResult
Get information about a discovered workload from its uri.
suspend fun getDiscoveredWorkload(argument: suspend GetDiscoveredWorkloadPlainArgsBuilder.() -> Unit): GetDiscoveredWorkloadResult
suspend fun getDiscoveredWorkload(location: String, project: String? = null, workloadUri: String): GetDiscoveredWorkloadResult