class Rancher::ServicesPortRange

Included Modules

Defined in:

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

def end_port=(end_port : Int64) #

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

def start_port : Int64 #

def start_port=(start_port : Int64) #

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