A set of parameters for Kinetica.adminRemoveHost.
More...
|
string | host [get, set] |
| Identifies the host this applies to. More...
|
|
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class 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 25 of file AdminRemoveHost.cs.
◆ AdminRemoveHostRequest() [1/2]
kinetica.AdminRemoveHostRequest.AdminRemoveHostRequest |
( |
| ) |
|
|
inline |
◆ AdminRemoveHostRequest() [2/2]
kinetica.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 111 of file AdminRemoveHost.cs.
◆ host
string kinetica.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 55 of file AdminRemoveHost.cs.
◆ options
IDictionary<string, string> kinetica.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 78 of file AdminRemoveHost.cs.
The documentation for this class was generated from the following file: