Class NodeOperatingSystemInfo
Inheritance
NodeOperatingSystemInfo
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeOperatingSystemInfo
Properties
|
Edit this page
View Source
Architecture
Declaration
[DataMember(Name = "arch")]
public string Architecture { get; }
Property Value
|
Edit this page
View Source
AvailableProcessors
Declaration
[DataMember(Name = "available_processors")]
public int AvailableProcessors { get; }
Property Value
|
Edit this page
View Source
Cpu
Declaration
[DataMember(Name = "cpu")]
public NodeInfoOSCPU Cpu { get; }
Property Value
|
Edit this page
View Source
Mem
Declaration
[DataMember(Name = "mem")]
public NodeInfoMemory Mem { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
|
Edit this page
View Source
PrettyName
Declaration
[DataMember(Name = "pretty_name")]
public string PrettyName { get; }
Property Value
|
Edit this page
View Source
RefreshInterval
Declaration
[DataMember(Name = "refresh_interval_in_millis")]
public int RefreshInterval { get; }
Property Value
|
Edit this page
View Source
Swap
Declaration
[DataMember(Name = "swap")]
public NodeInfoMemory Swap { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; }
Property Value
Extension Methods