Class ClusterJvmVersion
Inheritance
ClusterJvmVersion
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterJvmVersion
Properties
|
Edit this page
View Source
BundledJdk
Declaration
[DataMember(Name = "bundled_jdk")]
public bool BundledJdk { get; }
Property Value
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public int Count { get; }
Property Value
|
Edit this page
View Source
UsingBundledJdk
Declaration
[DataMember(Name = "using_bundled_jdk")]
public bool? UsingBundledJdk { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; }
Property Value
|
Edit this page
View Source
VmName
Declaration
[DataMember(Name = "vm_name")]
public string VmName { get; }
Property Value
|
Edit this page
View Source
VmVendor
Declaration
[DataMember(Name = "vm_vendor")]
public string VmVendor { get; }
Property Value
|
Edit this page
View Source
VmVersion
Declaration
[DataMember(Name = "vm_version")]
public string VmVersion { get; }
Property Value
Extension Methods