class Rancher::PortRule

Included Modules

Defined in:

rancher/types/generated/port_rule.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 backend_name : String #

def backend_name=(backend_name : String) #

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

def environment : String #

def environment=(environment : String) #

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

def hostname : String #

def hostname=(hostname : String) #

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

def path : String #

def path=(path : String) #

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

def priority : Int64 #

def priority=(priority : Int64) #

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

def protocol : String #

def protocol=(protocol : String) #

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

def region : String #

def region=(region : String) #

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

def selector : String #

def selector=(selector : String) #

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

def source_port : Int64 #

def source_port=(source_port : Int64) #

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

def target_port : Int64 #

def target_port=(target_port : Int64) #

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

def weight : Int64 #

def weight=(weight : Int64) #

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