InstancePscAttachmentDetail

data class InstancePscAttachmentDetail(val connectionType: String? = null, val serviceAttachment: String? = null)

Constructors

Link copied to clipboard
constructor(connectionType: String? = null, serviceAttachment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionType: String? = null

(Output) Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER

Link copied to clipboard

(Output) Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.