public static final class AdminAddHostRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPTS_FAILOVER
If set to
TRUE , the host will accept processes
(ranks, graph server, etc.) in the event of a failover on another
node in the cluster. |
static String |
DRY_RUN
If set to
TRUE , only validation checks will be
performed. |
static String |
FALSE |
static String |
GPUS
Comma-delimited list of GPU indices (starting at 1) that are
eligible for running worker processes.
|
static String |
HOST_MANAGER_PUBLIC_URL
The publicly-accessible full path URL to the host manager on the
host being added, e.g., 'http://172.123.45.67:9300'.
|
static String |
PUBLIC_ADDRESS
The publicly-accessible IP address for the host being added,
typically specified for clients using multi-head operations.
|
static String |
RAM_LIMIT
The desired RAM limit for the host being added, i.e.
|
static String |
TRUE |
public static final String DRY_RUN
TRUE
, only validation checks will be
performed. No host is added.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String ACCEPTS_FAILOVER
TRUE
, the host will accept processes
(ranks, graph server, etc.) in the event of a failover on another
node in the cluster.
Supported values:
The default value is FALSE
.public static final String PUBLIC_ADDRESS
public static final String HOST_MANAGER_PUBLIC_URL
public static final String RAM_LIMIT
RAM_LIMIT
is set to 10M, the resulting RAM
limit is 10 million bytes. Set RAM_LIMIT
to -1 to have no RAM limit.public static final String GPUS
Copyright © 2025. All rights reserved.