InstancePscConfigServiceAttachment

data class InstancePscConfigServiceAttachment(val connectionStatus: String? = null, val localFqdn: String? = null, val targetServiceAttachmentUri: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) Status of the service attachment connection.

Link copied to clipboard
val localFqdn: String? = null

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

Link copied to clipboard

URI of the service attachment to connect to.