A set of parameters for Kinetica.adminRemoveHost.
More...
A set of parameters for Kinetica.adminRemoveHost.
Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using Kinetica.adminRemoveRanks or manually switched over to a new host using Kinetica.adminSwitchover prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using Kinetica.adminSwitchover.
Definition at line 24 of file AdminRemoveHost.cs.
◆ AdminRemoveHostRequest() [1/2]
| AdminRemoveHostRequest.AdminRemoveHostRequest |
( |
| ) |
|
|
inline |
◆ AdminRemoveHostRequest() [2/2]
| AdminRemoveHostRequest.AdminRemoveHostRequest |
( |
string |
host, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AdminRemoveHostRequest object with the specified parameters.
- Parameters
-
| host | Identifies the host this applies to. Can be the host address, or formatted as 'hostN' where N is the host number as specified in gpudb.conf. |
| options | Optional parameters.
-
DRY_RUN: If set to TRUE, only validation checks will be performed. No host is removed. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 107 of file AdminRemoveHost.cs.
◆ host
| string AdminRemoveHostRequest.host |
|
getset |
Identifies the host this applies to.
Can be the host address, or formatted as 'hostN' where N is the host number as specified in gpudb.conf.
Definition at line 53 of file AdminRemoveHost.cs.
◆ options
| IDictionary<string, string> AdminRemoveHostRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
DRY_RUN: If set to TRUE, only validation checks will be performed. No host is removed. Supported values:
The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 75 of file AdminRemoveHost.cs.
The documentation for this class was generated from the following file: