getHub

suspend fun getHub(argument: GetHubPlainArgs): GetHubResult

Gets details about a Network Connectivity Center hub.

Return

null

Parameters

argument

null


suspend fun getHub(hubId: String, project: String? = null): GetHubResult

Return

null

Parameters

hubId
project

See also


suspend fun getHub(argument: suspend GetHubPlainArgsBuilder.() -> Unit): GetHubResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.networkconnectivity.v1.kotlin.inputs.GetHubPlainArgs.

See also