/** * The BridgeProjection model module. * @module Ntnx/BridgeProjection * @version 4.4.1 * @class BridgeProjection * @extends Bridge * * @param { string } name Virtual Switch name to migrate to * * @param { string } existingBridgeName Name of bridge to convert from */ export default class BridgeProjection extends Bridge { } import Bridge from "./Bridge";