class Rancher::ComposeService

Included Modules

Defined in:

rancher/types/generated/compose_service.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 current_scale : Int64 #

def current_scale=(current_scale : Int64) #

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

def description : String #

def description=(description : String) #

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

def external_id : String #

def external_id=(external_id : String) #

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

def fqdn : String #

def fqdn=(fqdn : String) #

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

def health_state : String #

def health_state=(health_state : String) #

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

def kind : String #

def kind=(kind : String) #

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

def launch_config : LaunchConfig #

def launch_config=(launch_config : LaunchConfig) #

[View source]
def launch_config? : LaunchConfig | Nil #

def name : String #

def name=(name : String) #

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

def public_endpoints : Array(PublicEndpoint) #

def public_endpoints=(public_endpoints : Array(PublicEndpoint)) #

[View source]
def public_endpoints? : Array(PublicEndpoint) | Nil #

def removed : Time #

def removed=(removed : Time) #

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

def scale : Int64 #

def scale=(scale : Int64) #

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

def scale_policy : ScalePolicy #

def scale_policy=(scale_policy : ScalePolicy) #

[View source]
def scale_policy? : ScalePolicy | Nil #

def selector_container : String #

def selector_container=(selector_container : String) #

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

def selector_link : String #

def selector_link=(selector_link : String) #

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

def start_on_create : Bool #

def start_on_create=(start_on_create : Bool) #

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

def state : String #

def state=(state : String) #

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

def system : Bool #

def system=(system : Bool) #

[View source]
def system? : Bool | 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 vip : String #

def vip=(vip : String) #

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