FirewallVpcFirewallCenLocalVpcEniList

data class FirewallVpcFirewallCenLocalVpcEniList(val eniId: String? = null, val eniPrivateIpAddress: String? = null)

Constructors

Link copied to clipboard
constructor(eniId: String? = null, eniPrivateIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eniId: String? = null

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

Link copied to clipboard

The private IP address of the ENI in the VPC.