/** * The UnifiedBmcIPConfig model module. * @module Ntnx/UnifiedBmcIPConfig * @version 4.3.1 * @class UnifiedBmcIPConfig * @extends BmcIPConfig */ export default class UnifiedBmcIPConfig extends BmcIPConfig { } import BmcIPConfig from "./BmcIPConfig";