GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpointArgs

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

ApplicationEndpoint represents a remote application endpoint.

Constructors

Functions

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

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.