Endpoint Args
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
constructor(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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Cloud SQL instance URI.
Link copied to clipboard
A cluster URI for Google Kubernetes Engine master.
Link copied to clipboard
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
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.