NewPrivateVirtualInterface constructor

NewPrivateVirtualInterface(
  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. String? directConnectGatewayId,
  9. int? mtu,
  10. List<Tag>? tags,
  11. String? virtualGatewayId}
)

Implementation

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