ServiceVpcConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val securityGroupId: Output<String>

A security group ID associated with the Function Compute Service.

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

A vpc ID associated with the Function Compute Service.

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

A list of vswitch IDs associated with the Function Compute Service.

Functions

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