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 bypassFirewallChecks: Output<Boolean>? = null, 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 roundTrip: Output<Boolean>? = 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>
Link copied to clipboard
class VpcFlowLogsConfig : KotlinCustomResource

VPC Flow Logs Config is a resource that lets you configure Flow Logs for VPC, Interconnect attachments or VPN Tunnels.

Link copied to clipboard
data class VpcFlowLogsConfigArgs(val aggregationInterval: Output<String>? = null, val description: Output<String>? = null, val filterExpr: Output<String>? = null, val flowSampling: Output<Double>? = null, val interconnectAttachment: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val metadata: Output<String>? = null, val metadataFields: Output<List<String>>? = null, val project: Output<String>? = null, val state: Output<String>? = null, val vpcFlowLogsConfigId: Output<String>? = null, val vpnTunnel: Output<String>? = null) : ConvertibleToJava<VpcFlowLogsConfigArgs>

VPC Flow Logs Config is a resource that lets you configure Flow Logs for VPC, Interconnect attachments or VPN Tunnels.

Link copied to clipboard
object VpcFlowLogsConfigMapper : ResourceMapper<VpcFlowLogsConfig>

Functions

Link copied to clipboard