@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 547 B
TypeScript
/** Parameters and values to ignore when apply modem template configuration */
export interface ParametersToIgnore {
/** Ignore LAN and DHCP configurations */
LANandDHCP?: boolean;
/** WLAN names list to ignore. Ignore only listed WLAN */
WLANList?: string[];
/** Ignore DMZ configuration */
dmzIP?: boolean;
/** Ignore MTU Size value */
mtuSize?: boolean;
/** PortMapping names list to ignore. Ignore only listed portMapping */
portMappingList?: string[];
}
//# sourceMappingURL=ParametersToIgnore.d.ts.map