class Rancher::ProcessInstance

Included Modules

Defined in:

rancher/types/generated/process_instance.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 end_time : Time #

def end_time=(end_time : Time) #

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

def execution_count : Int32 #

def execution_count=(execution_count : Int32) #

[View source]
def execution_count? : Int32 | Nil #

def exit_reason : String #

def exit_reason=(exit_reason : String) #

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

def phase : String #

def phase=(phase : String) #

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

def priority : Int32 #

def priority=(priority : Int32) #

[View source]
def priority? : Int32 | Nil #

def process_name : String #

def process_name=(process_name : String) #

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

def resource_id : String #

def resource_id=(resource_id : String) #

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

def resource_type : String #

def resource_type=(resource_type : String) #

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

def result : String #

def result=(result : String) #

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

def run_after : Time #

def run_after=(run_after : Time) #

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

def running_process_server_id : String #

def running_process_server_id=(running_process_server_id : String) #

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

def start_process_server_id : String #

def start_process_server_id=(start_process_server_id : String) #

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

def start_time : Time #

def start_time=(start_time : Time) #

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