ServiceMeshNetworkArgs

data class ServiceMeshNetworkArgs(val securityGroupId: Output<String>? = null, val vpcId: Output<String>, val vswitcheList: Output<String>) : ConvertibleToJava<ServiceMeshNetworkArgs>

Constructors

Link copied to clipboard
fun ServiceMeshNetworkArgs(securityGroupId: Output<String>? = null, vpcId: Output<String>, vswitcheList: Output<String>)

Functions

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

Properties

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

Security group ID.

Link copied to clipboard
val vpcId: Output<String>

VPC ID.

Link copied to clipboard
val vswitcheList: Output<String>

Virtual Switch ID.