NewTransitVirtualInterface constructor

NewTransitVirtualInterface({
  1. AddressFamily? addressFamily,
  2. String? amazonAddress,
  3. int? asn,
  4. String? authKey,
  5. String? customerAddress,
  6. String? directConnectGatewayId,
  7. int? mtu,
  8. List<Tag>? tags,
  9. String? virtualInterfaceName,
  10. int? vlan,
})

Implementation

NewTransitVirtualInterface({
  this.addressFamily,
  this.amazonAddress,
  this.asn,
  this.authKey,
  this.customerAddress,
  this.directConnectGatewayId,
  this.mtu,
  this.tags,
  this.virtualInterfaceName,
  this.vlan,
});