class Rancher::Project

Included Modules

Defined in:

rancher/types/generated/project.cr
rancher/types/project.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 health_state : String #

def health_state=(health_state : String) #

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

def host_remove_delay_seconds : Int64 #

def host_remove_delay_seconds=(host_remove_delay_seconds : Int64) #

[View source]
def host_remove_delay_seconds? : Int64 | Nil #

def kind : String #

def kind=(kind : String) #

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

def load_balancer_services #

[View source]
def members : Array(ProjectMember) #

def members=(members : Array(ProjectMember)) #

[View source]
def members? : Array(ProjectMember) | Nil #

def name : String #

def name=(name : String) #

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

def orchestration : String #

def orchestration=(orchestration : String) #

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

def removed : Time #

def removed=(removed : Time) #

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

def services_port_range : ServicesPortRange #

def services_port_range=(services_port_range : ServicesPortRange) #

[View source]
def services_port_range? : ServicesPortRange | Nil #

def state : String #

def state=(state : String) #

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

def transitioning : String #

def transitioning=(transitioning : String) #

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

def transitioning_message : String #

def transitioning_message=(transitioning_message : String) #

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

def transitioning_progress : Int64 #

def transitioning_progress=(transitioning_progress : Int64) #

[View source]
def transitioning_progress? : Int64 | Nil #

def uuid : String #

def uuid=(uuid : String) #

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

def version : String #

def version=(version : String) #

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

def virtual_machine : Bool #

def virtual_machine=(virtual_machine : Bool) #

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