DestinationArgs

data class DestinationArgs(val host: Output<String>? = null, val port: Output<Int>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<DestinationArgs>

Constructors

Link copied to clipboard
fun DestinationArgs(host: Output<String>? = null, port: Output<Int>? = null, serviceAttachment: Output<String>? = null)

Functions

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

Properties

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

For publicly routable host.

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

The port is the target port number that is accepted by the destination.

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

PSC service attachments. Format: projects//regions//serviceAttachments/* //*/