struct CrystaLXD::Client::Information::Environment

Overview

Various information about the host (OS, kernel, ...).

Included Modules

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def addresses : Array(String) #

[View source]
def architectures : Array(String) #

[View source]
def certificate : String #

[View source]
def certificate_fingerprint : String #

[View source]
def driver : String #

[View source]
def driver_version : String #

[View source]
def kernel : String #

[View source]
def kernel_architecture #

[View source]
def kernel_features : Hash(String, String) #

[View source]
def kernel_version : String #

[View source]
def lxc_features : Hash(String, String) #

[View source]
def project : String #

[View source]
def server : String #

[View source]
def server_clustered : Bool #

[View source]
def server_name : String #

[View source]
def server_pid : Int64 #

[View source]
def server_version : String #

[View source]
def storage : String #

[View source]
def storage_version : String #

[View source]