class Rancher::LoadBalancerCookieStickinessPolicy

Included Modules

Defined in:

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

def cookie=(cookie : String) #

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

def domain : String #

def domain=(domain : String) #

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

def indirect : Bool #

def indirect=(indirect : Bool) #

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

def mode : String #

def mode=(mode : String) #

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

def name : String #

def name=(name : String) #

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

def nocache : Bool #

def nocache=(nocache : Bool) #

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

def postonly : Bool #

def postonly=(postonly : Bool) #

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