GetEcsLaunchTemplatesTemplateNetworkInterface

data class GetEcsLaunchTemplatesTemplateNetworkInterface(val description: String, val name: String, val primaryIp: String, val securityGroupId: String, val vswitchId: String)

Constructors

constructor(description: String, name: String, primaryIp: String, securityGroupId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ENI description.

Link copied to clipboard

The ENI name.

Link copied to clipboard

The primary private IP address of the ENI.

Link copied to clipboard

The security group ID must be one in the same VPC.

Link copied to clipboard

The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.