Class used for updating an elastic node where only certain members are populated

interface ElasticNodeSettings {
    state?: ElasticNodeState;
}

Properties

Properties

State of the ElasticNode