V3FunctionVpcConfigArgs

data class V3FunctionVpcConfigArgs(val securityGroupId: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchIds: Output<List<String>>? = null) : ConvertibleToJava<V3FunctionVpcConfigArgs>

Constructors

Link copied to clipboard
constructor(securityGroupId: Output<String>? = null, vpcId: Output<String>? = null, vswitchIds: Output<List<String>>? = null)

Properties

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

Security group ID

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

VPC network ID

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

Switch List

Functions

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