ConnectivityTestSourceArgs

data class ConnectivityTestSourceArgs(val appEngineVersion: Output<ConnectivityTestSourceAppEngineVersionArgs>? = null, val cloudFunction: Output<ConnectivityTestSourceCloudFunctionArgs>? = null, val cloudRunRevision: Output<ConnectivityTestSourceCloudRunRevisionArgs>? = null, val cloudSqlInstance: Output<String>? = null, val gkeMasterCluster: Output<String>? = null, val instance: Output<String>? = null, val ipAddress: Output<String>? = null, val network: Output<String>? = null, val networkType: Output<String>? = null, val port: Output<Int>? = null, val projectId: Output<String>? = null) : ConvertibleToJava<ConnectivityTestSourceArgs>

Constructors

Link copied to clipboard
constructor(appEngineVersion: Output<ConnectivityTestSourceAppEngineVersionArgs>? = null, cloudFunction: Output<ConnectivityTestSourceCloudFunctionArgs>? = null, cloudRunRevision: Output<ConnectivityTestSourceCloudRunRevisionArgs>? = null, cloudSqlInstance: Output<String>? = null, gkeMasterCluster: Output<String>? = null, instance: Output<String>? = null, ipAddress: Output<String>? = null, network: Output<String>? = null, networkType: Output<String>? = null, port: Output<Int>? = null, projectId: Output<String>? = null)

Properties

Link copied to clipboard

An App Engine service version. Structure is documented below.

Link copied to clipboard

A Cloud Function. Structure is documented below.

Link copied to clipboard

A Cloud Run revision. Structure is documented below.

Link copied to clipboard
val cloudSqlInstance: Output<String>? = null

A Cloud SQL instance URI.

Link copied to clipboard
val gkeMasterCluster: Output<String>? = null

A cluster URI for Google Kubernetes Engine cluster control plane.

Link copied to clipboard
val instance: Output<String>? = null

A Compute Engine instance URI.

Link copied to clipboard
val ipAddress: Output<String>? = null

The IP address of the endpoint, which can be an external or internal IP.

Link copied to clipboard
val network: Output<String>? = null

A VPC network URI.

Link copied to clipboard
val networkType: Output<String>? = null

Type of the network where the endpoint is located. Possible values are: GCP_NETWORK, NON_GCP_NETWORK.

Link copied to clipboard
val port: Output<Int>? = null

The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.

Link copied to clipboard
val projectId: Output<String>? = null

Project ID where the endpoint is located. The project ID can be derived from the URI if you provide a endpoint or network URI. The following are two cases where you may need to provide the project ID:

Functions

Link copied to clipboard
open override fun toJava(): ConnectivityTestSourceArgs