NewPrivateVirtualInterfaceAllocation constructor

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

Implementation

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