ServiceAttachmentConsumerAcceptListArgs

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

Constructors

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

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 networkUrl: Output<String>? = null

The network that is allowed to connect to this service attachment. Only one of project_id_or_num and network_url may be set.

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

A project that is allowed to connect to this service attachment. Only one of project_id_or_num and network_url may be set.

Functions

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