FirewallVpcFirewallCenLocalVpcEniListArgs

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

Constructors

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

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.

Functions

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