Interface ClusterNodeOptions

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

Hierarchy (View Summary)

Properties

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