Interface ClusterNodeOptions

interface ClusterNodeOptions {
    host?: HostOptions;
    password: string;
    tags?: Iterable<string, any, any>;
    userId: string;
}

Hierarchy (view full)

Properties

password: string
tags?: Iterable<string, any, any>
userId: string