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

See also

Parameters

hubId
project

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

Return

null

See also

Parameters

argument

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