Added cloud option and disable dead/alive handling if there is only one node and sniffing is disabled
This commit is contained in:
5
index.d.ts
vendored
5
index.d.ts
vendored
@ -40,6 +40,11 @@ interface ClientOptions {
|
||||
agent?: AgentOptions;
|
||||
nodeFilter?: nodeFilterFn;
|
||||
nodeSelector?: nodeSelectorFn | string;
|
||||
cloud?: {
|
||||
id: string;
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
}
|
||||
|
||||
declare class Client extends EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user