LaunchTemplateNetworkInterfacesArgs

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

Constructors

Link copied to clipboard
fun LaunchTemplateNetworkInterfacesArgs(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(): LaunchTemplateNetworkInterfacesArgs

Properties

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

The description of the data disk.

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

The name of the data disk.

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

Link copied to clipboard
val vswitchId: Output<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.