GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointArgs

data class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointArgs>

ApplicationEndpoint represents a remote application endpoint.

Constructors

constructor(host: Output<String>, port: Output<Int>)

Properties

Link copied to clipboard
val host: Output<String>

Hostname or IP address of the remote application endpoint.

Link copied to clipboard
val port: Output<Int>

Port of the remote application endpoint.

Functions

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