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
fun FirewallVpcFirewallPeerVpc(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 local VPC.

Link copied to clipboard

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

The region ID of the local VPC.

Link copied to clipboard

The ID of the router interface in the local 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 local VPC.