FirewallVpcFirewallCenLocalVpcEniListArgs

data class FirewallVpcFirewallCenLocalVpcEniListArgs(val eniId: Output<String>? = null, val eniPrivateIpAddress: Output<String>? = null) : ConvertibleToJava<FirewallVpcFirewallCenLocalVpcEniListArgs>

Constructors

fun FirewallVpcFirewallCenLocalVpcEniListArgs(eniId: Output<String>? = null, eniPrivateIpAddress: Output<String>? = null)

Functions

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

Properties

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

The ID of the instance of the ENI in the VPC.

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

The private IP address of the ENI in the VPC.