EcsLaunchTemplateNetworkInterfaces

data class EcsLaunchTemplateNetworkInterfaces(val description: String? = null, val name: String? = null, val primaryIp: String? = null, val securityGroupId: String? = null, val vswitchId: String? = null)

Constructors

Link copied to clipboard
fun EcsLaunchTemplateNetworkInterfaces(description: String? = null, name: String? = null, primaryIp: String? = null, securityGroupId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of instance launch template version 1. It can be 2, 256 characters in length. It cannot start with "http://" or "https://". The default value is null.

Link copied to clipboard
val name: String? = null

It has been deprecated from version 1.120.0, and use field launch_template_name instead.

Link copied to clipboard
val primaryIp: String? = null

The primary private IP address of the ENI.

Link copied to clipboard
val securityGroupId: String? = null

The security group ID.

Link copied to clipboard
val vswitchId: String? = null

When creating a VPC-Connected instance, you must specify its VSwitch ID.