ServiceAttachmentConsumerProjectLimitArgs

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

Constructors

fun ServiceAttachmentConsumerProjectLimitArgs(connectionLimit: Output<Int>? = null, networkUrl: Output<String>? = null, projectIdOrNum: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val connectionLimit: Output<Int>? = null

The value of the limit to set.

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

The network URL for the network to set the limit for.

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

The project id or number for the project to set the limit for.