Package-level declarations
Types
Link copied to clipboard
A connectivity test are a static analysis of your resource configurations that enables you to evaluate connectivity to and from Google Cloud resources in your Virtual Private Cloud (VPC) network. To get more information about ConnectivityTest, see:
Link copied to clipboard
data class ConnectivityTestArgs(val description: Output<String>? = null, val destination: Output<ConnectivityTestDestinationArgs>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val protocol: Output<String>? = null, val relatedProjects: Output<List<String>>? = null, val source: Output<ConnectivityTestSourceArgs>? = null) : ConvertibleToJava<ConnectivityTestArgs>
A connectivity test are a static analysis of your resource configurations that enables you to evaluate connectivity to and from Google Cloud resources in your Virtual Private Cloud (VPC) network. To get more information about ConnectivityTest, see:
Link copied to clipboard
Builder for ConnectivityTestArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ConnectivityTest.
Functions
Link copied to clipboard
suspend fun connectivityTest(name: String, block: suspend ConnectivityTestResourceBuilder.() -> Unit): ConnectivityTest