ApplicationGetEndpointArgs

data class ApplicationGetEndpointArgs(val destinationPort: Output<Int>? = null, val location: Output<String>? = null, val privateIPAddress: Output<String>? = null, val publicPort: Output<Int>? = null) : ConvertibleToJava<ApplicationGetEndpointArgs>

Gets the application SSH endpoint

Constructors

Link copied to clipboard
constructor(destinationPort: Output<Int>? = null, location: Output<String>? = null, privateIPAddress: Output<String>? = null, publicPort: Output<Int>? = null)

Properties

Link copied to clipboard
val destinationPort: Output<Int>? = null

The destination port to connect to.

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

The location of the endpoint.

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

The private ip address of the endpoint.

Link copied to clipboard
val publicPort: Output<Int>? = null

The public port to connect to.

Functions

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