Search Results for

    Show / Hide Table of Contents

    Class ClusterJvmVersion

    Inheritance
    object
    ClusterJvmVersion
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    bool
    | Edit this page View Source

    Count

    Declaration
    [DataMember(Name = "count")]
    public int Count { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    UsingBundledJdk

    Declaration
    [DataMember(Name = "using_bundled_jdk")]
    public bool? UsingBundledJdk { get; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    public string Version { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    VmName

    Declaration
    [DataMember(Name = "vm_name")]
    public string VmName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    VmVendor

    Declaration
    [DataMember(Name = "vm_vendor")]
    public string VmVendor { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    VmVersion

    Declaration
    [DataMember(Name = "vm_version")]
    public string VmVersion { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BundledJdk
      • Count
      • UsingBundledJdk
      • Version
      • VmName
      • VmVendor
      • VmVersion
    • Extension Methods
    Back to top Generated by DocFX