ServiceVpcConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A security group ID associated with the Function Compute Service.

Link copied to clipboard
val vpcId: String? = null

A vpc ID associated with the Function Compute Service.

Link copied to clipboard

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