class Rancher::ServiceLog

Included Modules

Defined in:

rancher/types/generated/service_log.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

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

[View source]

Instance Method Detail

def created : Time #

def created=(created : Time) #

[View source]
def created? : Time | Nil #

def description : String #

def description=(description : String) #

[View source]
def description? : String | Nil #

def end_time : Time #

def end_time=(end_time : Time) #

[View source]
def end_time? : Time | Nil #

def event_type : String #

def event_type=(event_type : String) #

[View source]
def event_type? : String | Nil #

def kind : String #

def kind=(kind : String) #

[View source]
def kind? : String | Nil #

def level : String #

def level=(level : String) #

[View source]
def level? : String | Nil #

def sub_log : Bool #

def sub_log=(sub_log : Bool) #

[View source]
def sub_log? : Bool | Nil #

def transaction_id : String #

def transaction_id=(transaction_id : String) #

[View source]
def transaction_id? : String | Nil #