VirtualInterface constructor

VirtualInterface({
  1. AddressFamily? addressFamily,
  2. String? amazonAddress,
  3. int? amazonSideAsn,
  4. int? asn,
  5. String? authKey,
  6. String? awsDeviceV2,
  7. List<BGPPeer>? bgpPeers,
  8. String? connectionId,
  9. String? customerAddress,
  10. String? customerRouterConfig,
  11. String? directConnectGatewayId,
  12. bool? jumboFrameCapable,
  13. String? location,
  14. int? mtu,
  15. String? ownerAccount,
  16. String? region,
  17. List<RouteFilterPrefix>? routeFilterPrefixes,
  18. List<Tag>? tags,
  19. String? virtualGatewayId,
  20. String? virtualInterfaceId,
  21. String? virtualInterfaceName,
  22. VirtualInterfaceState? virtualInterfaceState,
  23. String? virtualInterfaceType,
  24. 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,
});