source

@JvmName(name = "gomwkfxnqxaibbif")
suspend fun source(value: Output<ConnectivityTestSourceArgs>)
@JvmName(name = "nnppkpvuqpyhslcg")
suspend fun source(value: ConnectivityTestSourceArgs?)

Parameters

value

Required. Source specification of the Connectivity Test. You can use a combination of source IP address, URI of a supported endpoint, project ID, or VPC network to identify the source location. Reachability analysis might proceed even if the source location is ambiguous. However, the test result might include endpoints or use a source that you don't intend to test. Structure is documented below.


@JvmName(name = "vadvupwacjoptgvl")
suspend fun source(argument: suspend ConnectivityTestSourceArgsBuilder.() -> Unit)

Parameters

argument

Required. Source specification of the Connectivity Test. You can use a combination of source IP address, URI of a supported endpoint, project ID, or VPC network to identify the source location. Reachability analysis might proceed even if the source location is ambiguous. However, the test result might include endpoints or use a source that you don't intend to test. Structure is documented below.