FirewallVpcFirewallLocalVpc

data class FirewallVpcFirewallLocalVpc(val eniId: String? = null, val eniPrivateIpAddress: String? = null, val localVpcCidrTableLists: List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableList>, 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, localVpcCidrTableLists: List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableList>, 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 local VPC. See local_vpc_cidr_table_list below.

Link copied to clipboard

The region ID of the local VPC.

Link copied to clipboard

The ID of the router interface in the peer VPC.

Link copied to clipboard

The ID of the local VPC instance.

Link copied to clipboard
val vpcName: String? = null

The instance name of the peer VPC.