Service Attachment Consumer Accept List
data class ServiceAttachmentConsumerAcceptList(val connectionLimit: Int, val networkUrl: String? = null, val projectIdOrNum: String? = null)
Properties
Link copied to clipboard
The number of consumer forwarding rules the consumer project can create.
Link copied to clipboard
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
A project that is allowed to connect to this service attachment. Only one of project_id_or_num and network_url may be set.