Connectivity Test Source
data class ConnectivityTestSource(val appEngineVersion: ConnectivityTestSourceAppEngineVersion? = null, val cloudFunction: ConnectivityTestSourceCloudFunction? = null, val cloudRunRevision: ConnectivityTestSourceCloudRunRevision? = null, val cloudSqlInstance: String? = null, val gkeMasterCluster: String? = null, val instance: String? = null, val ipAddress: String? = null, val network: String? = null, val networkType: String? = null, val port: Int? = null, val projectId: String? = null)
Constructors
Link copied to clipboard
constructor(appEngineVersion: ConnectivityTestSourceAppEngineVersion? = null, cloudFunction: ConnectivityTestSourceCloudFunction? = null, cloudRunRevision: ConnectivityTestSourceCloudRunRevision? = null, cloudSqlInstance: String? = null, gkeMasterCluster: String? = null, instance: String? = null, ipAddress: String? = null, network: String? = null, networkType: String? = null, port: Int? = null, projectId: 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
A Cloud SQL instance URI.
Link copied to clipboard
A cluster URI for Google Kubernetes Engine cluster control plane.
Link copied to clipboard
Type of the network where the endpoint is located. Possible values are: GCP_NETWORK
, NON_GCP_NETWORK
.