class Rancher::ServiceProxy

Included Modules

Defined in:

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

def port=(port : Int64) #

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

def scheme : String #

def scheme=(scheme : String) #

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

def service : String #

def service=(service : String) #

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

def token : String #

def token=(token : String) #

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

def url : String #

def url=(url : String) #

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