ServiceMeshNetworkArgs

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

Constructors

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

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

Functions

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