FirewallVpcFirewallPeerVpc

data class FirewallVpcFirewallPeerVpc(val eniId: String? = null, val eniPrivateIpAddress: String? = null, val peerVpcCidrTableLists: List<FirewallVpcFirewallPeerVpcPeerVpcCidrTableList>, val regionNo: String, val routerInterfaceId: String? = null, val vpcId: String, val vpcName: String? = null)

Constructors

Link copied to clipboard
constructor(eniId: String? = null, eniPrivateIpAddress: String? = null, peerVpcCidrTableLists: List<FirewallVpcFirewallPeerVpcPeerVpcCidrTableList>, regionNo: String, routerInterfaceId: String? = null, vpcId: String, vpcName: 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 peer VPC.

Link copied to clipboard

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

The region ID of the peer VPC.

Link copied to clipboard

The ID of the router interface in the peer VPC.

Link copied to clipboard

The ID of the peer VPC instance.

Link copied to clipboard
val vpcName: String? = null

The instance name of the peer VPC.