class Rancher::ExternalService

Included Modules

Defined in:

rancher/types/generated/external_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 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 external_ip_addresses : Array(String) #

def external_ip_addresses=(external_ip_addresses : Array(String)) #

[View source]
def external_ip_addresses? : Array(String) | Nil #

def fqdn : String #

def fqdn=(fqdn : String) #

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

def health_check : InstanceHealthCheck #

def health_check=(health_check : InstanceHealthCheck) #

[View source]
def health_check? : InstanceHealthCheck | Nil #

def health_state : String #

def health_state=(health_state : String) #

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

def hostname : String #

def hostname=(hostname : String) #

[View source]
def hostname? : 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 removed : Time #

def removed=(removed : Time) #

[View source]
def removed? : Time | 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 upgrade : ServiceUpgrade #

def upgrade=(upgrade : ServiceUpgrade) #

[View source]
def upgrade? : ServiceUpgrade | Nil #

def uuid : String #

def uuid=(uuid : String) #

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