Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
AdminAddHost.cs
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
7 using System.Collections.Generic;
8 
9 
10 
11 namespace kinetica
12 {
13 
19  {
20 
103  public struct Options
104  {
105 
121  public const string DRY_RUN = "dry_run";
122  public const string TRUE = "true";
123  public const string FALSE = "false";
124 
141  public const string ACCEPTS_FAILOVER = "accepts_failover";
142 
147  public const string PUBLIC_ADDRESS = "public_address";
148 
154  public const string HOST_MANAGER_PUBLIC_URL = "host_manager_public_url";
155 
164  public const string RAM_LIMIT = "ram_limit";
165 
169  public const string GPUS = "gpus";
170  } // end struct Options
171 
172 
176  public string host_address { get; set; }
177 
258  public IDictionary<string, string> options { get; set; } = new Dictionary<string, string>();
259 
260 
263  public AdminAddHostRequest() { }
264 
354  IDictionary<string, string> options = null)
355  {
356  this.host_address = host_address ?? "";
357  this.options = options ?? new Dictionary<string, string>();
358  } // end constructor
359 
360  } // end class AdminAddHostRequest
361 
362 
363 
368  {
369 
374  public string added_host { get; set; }
375 
377  public IDictionary<string, string> info { get; set; } = new Dictionary<string, string>();
378 
379  } // end class AdminAddHostResponse
380 
381 
382 
383 
384 } // end namespace kinetica
const string GPUS
Comma-delimited list of GPU indices (starting at 1) that are eligible for running worker processes...
const string HOST_MANAGER_PUBLIC_URL
The publicly-accessible full path URL to the host manager on the host being added, e.g., &#39;http://172.123.45.67:9300&#39;.
A set of parameters for Kinetica.adminAddHost(string,IDictionary{string, string}).
Definition: AdminAddHost.cs:18
string added_host
Identifier for the newly added host, of the format &#39;hostN&#39; where N is the integer identifier of that ...
const string DRY_RUN
If set to true, only validation checks will be performed.
const string ACCEPTS_FAILOVER
If set to true, the host will accept processes (ranks, graph server, etc.) in the event of a failover...
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.adminAddHost(string,IDictionary{string, string}).
string host_address
IP address of the host that will be added to the cluster.
AdminAddHostRequest()
Constructs an AdminAddHostRequest object with default parameters.
AdminAddHostRequest(string host_address, IDictionary< string, string > options=null)
Constructs an AdminAddHostRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
const string PUBLIC_ADDRESS
The publicly-accessible IP address for the host being added, typically specified for clients using mu...
const string RAM_LIMIT
The desired RAM limit for the host being added, i.e.