Connectivity Test Destination
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)
Properties
Link copied to clipboard
A Cloud SQL instance URI.
Link copied to clipboard
Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints, and Protocol Forwarding.
Link copied to clipboard
A cluster URI for Google Kubernetes Engine cluster control plane.
Link copied to clipboard
A Redis Cluster URI.
Link copied to clipboard
A Redis Instance URI.