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
constructor(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)

Properties

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

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

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

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

Link copied to clipboard

The network segment list of the peer VPC. See peer_vpc_cidr_table_list below.

Link copied to clipboard
val regionNo: Output<String>

The region ID of the peer VPC.

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

The ID of the router interface in the peer VPC.

Link copied to clipboard
val vpcId: Output<String>

The ID of the peer VPC instance.

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

The instance name of the peer VPC.

Functions

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