VirtualInterface constructor
VirtualInterface({
- AddressFamily? addressFamily,
- String? amazonAddress,
- int? amazonSideAsn,
- int? asn,
- String? authKey,
- String? awsDeviceV2,
- List<
BGPPeer> ? bgpPeers, - String? connectionId,
- String? customerAddress,
- String? customerRouterConfig,
- String? directConnectGatewayId,
- bool? jumboFrameCapable,
- String? location,
- int? mtu,
- String? ownerAccount,
- String? region,
- List<
RouteFilterPrefix> ? routeFilterPrefixes, - List<
Tag> ? tags, - String? virtualGatewayId,
- String? virtualInterfaceId,
- String? virtualInterfaceName,
- VirtualInterfaceState? virtualInterfaceState,
- String? virtualInterfaceType,
- int? vlan,
Implementation
VirtualInterface({
this.addressFamily,
this.amazonAddress,
this.amazonSideAsn,
this.asn,
this.authKey,
this.awsDeviceV2,
this.bgpPeers,
this.connectionId,
this.customerAddress,
this.customerRouterConfig,
this.directConnectGatewayId,
this.jumboFrameCapable,
this.location,
this.mtu,
this.ownerAccount,
this.region,
this.routeFilterPrefixes,
this.tags,
this.virtualGatewayId,
this.virtualInterfaceId,
this.virtualInterfaceName,
this.virtualInterfaceState,
this.virtualInterfaceType,
this.vlan,
});