LaunchTemplateNetworkInterfaces

data class LaunchTemplateNetworkInterfaces(val deleteOnRelease: Boolean? = null, 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
constructor(deleteOnRelease: Boolean? = null, 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
Link copied to clipboard
val description: String? = null

The ENI description.

Link copied to clipboard
val name: String? = null

ENI name.

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 must be one in the same VPC.

Link copied to clipboard
val vswitchId: String? = null

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.