GetServicesServiceVpcConfig

data class GetServicesServiceVpcConfig(val securityGroupId: String, val vpcId: String, val vswitchIds: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Associated security group ID.

Link copied to clipboard

Associated VPC ID.

Link copied to clipboard

Associated vSwitch IDs.