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 forwardingRule: 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, forwardingRule: 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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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 global load balancer VIP.
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.