FirewallVpcFirewallLocalVpcArgs

data class FirewallVpcFirewallLocalVpcArgs(val eniId: Output<String>? = null, val eniPrivateIpAddress: Output<String>? = null, val localVpcCidrTableLists: Output<List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>>, val regionNo: Output<String>, val routerInterfaceId: Output<String>? = null, val vpcId: Output<String>, val vpcName: Output<String>? = null) : ConvertibleToJava<FirewallVpcFirewallLocalVpcArgs>

Constructors

Link copied to clipboard
fun FirewallVpcFirewallLocalVpcArgs(eniId: Output<String>? = null, eniPrivateIpAddress: Output<String>? = null, localVpcCidrTableLists: Output<List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>>, regionNo: Output<String>, routerInterfaceId: Output<String>? = null, vpcId: Output<String>, vpcName: Output<String>? = null)

Functions

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

Properties

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

The ID of the instance of the Eni in the local VPC.

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

The private IP address of the elastic network card in the local VPC.

Link copied to clipboard

The network segment list of the local VPC.See the following Block LocalVpcCidrTableList.

Link copied to clipboard
val regionNo: Output<String>

The region ID of the local VPC.

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

The ID of the router interface in the local VPC.

Link copied to clipboard
val vpcId: Output<String>

The ID of the local VPC instance.

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

The instance name of the local VPC.