EndpointArgs

data class EndpointArgs(val appEngineVersion: Output<AppEngineVersionEndpointArgs>? = null, val cloudFunction: Output<CloudFunctionEndpointArgs>? = null, val cloudRunRevision: Output<CloudRunRevisionEndpointArgs>? = 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<EndpointNetworkType>? = null, val port: Output<Int>? = null, val project: Output<String>? = null) : ConvertibleToJava<EndpointArgs>

Source or destination of the Connectivity Test.

Constructors

Link copied to clipboard
fun EndpointArgs(appEngineVersion: Output<AppEngineVersionEndpointArgs>? = null, cloudFunction: Output<CloudFunctionEndpointArgs>? = null, cloudRunRevision: Output<CloudRunRevisionEndpointArgs>? = null, cloudSqlInstance: Output<String>? = null, gkeMasterCluster: Output<String>? = null, instance: Output<String>? = null, ipAddress: Output<String>? = null, network: Output<String>? = null, networkType: Output<EndpointNetworkType>? = null, port: Output<Int>? = null, project: Output<String>? = null)

Functions

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

Properties

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

A Cloud SQL instance URI.

Link copied to clipboard
val gkeMasterCluster: Output<String>? = null
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. An IPv6 address is only allowed when the test's destination is a /load-balancing/docs/load-balancing-overview.

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

A Compute Engine network URI.

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

Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.

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 project: Output<String>? = null

Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.