Package-level declarations

Types

Link copied to clipboard
class ConnectivityTest : KotlinCustomResource

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
object ConnectivityTestMapper : ResourceMapper<ConnectivityTest>

Functions

Link copied to clipboard