EcsLaunchTemplateNetworkInterfacesArgs

data class EcsLaunchTemplateNetworkInterfacesArgs(val description: Output<String>? = null, val name: Output<String>? = null, val primaryIp: Output<String>? = null, val securityGroupId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<EcsLaunchTemplateNetworkInterfacesArgs>

Constructors

Link copied to clipboard
fun EcsLaunchTemplateNetworkInterfacesArgs(description: Output<String>? = null, name: Output<String>? = null, primaryIp: Output<String>? = null, securityGroupId: Output<String>? = null, vswitchId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<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: Output<String>? = null

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

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

The primary private IP address of the ENI.

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

The security group ID.

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

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