FirewallVpcFirewallPeerVpcArgs

data class FirewallVpcFirewallPeerVpcArgs(val eniId: Output<String>? = null, val eniPrivateIpAddress: Output<String>? = null, val peerVpcCidrTableLists: Output<List<FirewallVpcFirewallPeerVpcPeerVpcCidrTableListArgs>>, val regionNo: Output<String>, val routerInterfaceId: Output<String>? = null, val vpcId: Output<String>, val vpcName: Output<String>? = null) : ConvertibleToJava<FirewallVpcFirewallPeerVpcArgs>

Constructors

Link copied to clipboard
fun FirewallVpcFirewallPeerVpcArgs(eniId: Output<String>? = null, eniPrivateIpAddress: Output<String>? = null, peerVpcCidrTableLists: Output<List<FirewallVpcFirewallPeerVpcPeerVpcCidrTableListArgs>>, regionNo: Output<String>, routerInterfaceId: Output<String>? = null, vpcId: Output<String>, vpcName: Output<String>? = null)

Functions

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

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 peer VPC.See the following Block PeerVpcCidrTableList.

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.