ConnectivityTestDestination

data class ConnectivityTestDestination(val cloudSqlInstance: String? = null, val forwardingRule: String? = null, val fqdn: String? = null, val gkeMasterCluster: String? = null, val instance: String? = null, val ipAddress: String? = null, val network: String? = null, val port: Int? = null, val projectId: String? = null, val redisCluster: String? = null, val redisInstance: String? = null)

Constructors

Link copied to clipboard
constructor(cloudSqlInstance: String? = null, forwardingRule: String? = null, fqdn: String? = null, gkeMasterCluster: String? = null, instance: String? = null, ipAddress: String? = null, network: String? = null, port: Int? = null, projectId: String? = null, redisCluster: String? = null, redisInstance: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Cloud SQL instance URI.

Link copied to clipboard
val forwardingRule: String? = null

Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints, and Protocol Forwarding.

Link copied to clipboard
val fqdn: String? = null

A DNS endpoint of Google Kubernetes Engine cluster control plane. Requires gke_master_cluster to be set, can't be used simultaneoulsly with ip_address or network. Applicable only to destination endpoint.

Link copied to clipboard

A cluster URI for Google Kubernetes Engine cluster control plane.

Link copied to clipboard
val instance: String? = null

A Compute Engine instance URI.

Link copied to clipboard
val ipAddress: String? = null

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

Link copied to clipboard
val network: String? = null

A VPC network URI.

Link copied to clipboard
val port: Int? = null

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

Link copied to clipboard
val projectId: 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:

Link copied to clipboard
val redisCluster: String? = null

A Redis Cluster URI.

Link copied to clipboard
val redisInstance: String? = null

A Redis Instance URI.