ServiceAttachmentConsumerAcceptListArgs

data class ServiceAttachmentConsumerAcceptListArgs(val connectionLimit: Output<Int>, val projectIdOrNum: Output<String>) : ConvertibleToJava<ServiceAttachmentConsumerAcceptListArgs>

Constructors

Link copied to clipboard
constructor(connectionLimit: Output<Int>, projectIdOrNum: Output<String>)

Properties

Link copied to clipboard
val connectionLimit: Output<Int>

The number of consumer forwarding rules the consumer project can create.

Link copied to clipboard
val projectIdOrNum: Output<String>

A project that is allowed to connect to this service attachment.

Functions

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