ServiceAttachmentConsumerAcceptList

data class ServiceAttachmentConsumerAcceptList(val connectionLimit: Int, val networkUrl: String? = null, val projectIdOrNum: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val networkUrl: 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: 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.