toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cloudfirewall.kotlin.outputs
/
FirewallVpcFirewallCenLocalVpcEniList
Firewall
Vpc
Firewall
Cen
Local
Vpc
Eni
List
data
class
FirewallVpcFirewallCenLocalVpcEniList
(
val
eniId
:
String
?
=
null
,
val
eniPrivateIpAddress
:
String
?
=
null
)
Members
Constructors
Firewall
Vpc
Firewall
Cen
Local
Vpc
Eni
List
Link copied to clipboard
constructor
(
eniId
:
String
?
=
null
,
eniPrivateIpAddress
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
eni
Id
Link copied to clipboard
val
eniId
:
String
?
=
null
The ID of the instance of the ENI in the VPC.
eni
Private
Ip
Address
Link copied to clipboard
val
eniPrivateIpAddress
:
String
?
=
null
The private IP address of the ENI in the VPC.