LaunchTemplateNetworkInterfaces

data class LaunchTemplateNetworkInterfaces(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 LaunchTemplateNetworkInterfaces(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

The description of the data disk.

Link copied to clipboard
val name: String? = null

The name of the data disk.

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.