struct CrystaLXD::Container::State

Included Modules

Defined in:

client/container.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cpu : CPU #

[View source]
def disk : Hash(String, Disk) | Nil #

[View source]
def memory : Memory #

[View source]
def network : Hash(String, Network) | Nil #

[View source]
def pid : Int64 #

[View source]
def processes : Int64 #

[View source]
def status : String #

[View source]
def status_code : Success::Code #

[View source]