/** * The NicProfileProjection model module. * @module Ntnx/NicProfileProjection * @version 4.4.1 * @class NicProfileProjection * @extends NicProfile * * @param { string } name Name of the NIC Profile. * * @param { CapabilityConfig } capabilityConfig * * @param { string } nicFamily Specification for a specific device family of Host NIC. The given string must be in the format vendor_id:device_id. */ export default class NicProfileProjection extends NicProfile { } import NicProfile from "./NicProfile";