AppSpecEgressArgs

data class AppSpecEgressArgs(val type: Output<String>? = null) : ConvertibleToJava<AppSpecEgressArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null)

Properties

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

The app egress type: AUTOASSIGN, DEDICATED_IP

Functions

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