@broadcom/endevor-for-zowe-cli
Version:
Endevor Plug-in for Zowe CLI
27 lines (26 loc) • 625 B
TypeScript
export interface IEndevorInstance {
description?: string;
message?: string;
name?: string;
status?: string;
jobName?: string;
programName?: string;
hostName?: string;
comments?: string;
userId?: string;
password?: string;
poolInitSize?: number;
poolIncrSize?: number;
poolMaxSize?: number;
poolReapTime?: number;
unusedTimeout?: number;
agedTimeout?: number;
connectionTimeout?: number;
lang?: string;
timeZone?: string;
characterSet?: string;
codepage?: string;
codepageConfig?: string;
contentType?: string;
traced?: string;
}