InstancePscConfigServiceAttachmentArgs

data class InstancePscConfigServiceAttachmentArgs(val connectionStatus: Output<String>? = null, val localFqdn: Output<String>? = null, val targetServiceAttachmentUri: Output<String>? = null) : ConvertibleToJava<InstancePscConfigServiceAttachmentArgs>

Constructors

Link copied to clipboard
constructor(connectionStatus: Output<String>? = null, localFqdn: Output<String>? = null, targetServiceAttachmentUri: Output<String>? = null)

Properties

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

(Output) Status of the service attachment connection.

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

Fully qualified domain name that will be used in the private DNS record created for the service attachment.

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

URI of the service attachment to connect to.

Functions

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