class Rancher::InstanceHealthCheck

Included Modules

Defined in:

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

def healthy_threshold=(healthy_threshold : Int64) #

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

def initializing_timeout : Int64 #

def initializing_timeout=(initializing_timeout : Int64) #

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

def interval : Int64 #

def interval=(interval : Int64) #

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

def name : String #

def name=(name : String) #

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

def port : Int64 #

def port=(port : Int64) #

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

def recreate_on_quorum_strategy_config : RecreateOnQuorumStrategyConfig #

def recreate_on_quorum_strategy_config=(recreate_on_quorum_strategy_config : RecreateOnQuorumStrategyConfig) #

[View source]
def recreate_on_quorum_strategy_config? : RecreateOnQuorumStrategyConfig | Nil #

def reinitializing_timeout : Int64 #

def reinitializing_timeout=(reinitializing_timeout : Int64) #

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

def request_line : String #

def request_line=(request_line : String) #

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

def response_timeout : Int64 #

def response_timeout=(response_timeout : Int64) #

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

def strategy : String #

def strategy=(strategy : String) #

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

def unhealthy_threshold : Int64 #

def unhealthy_threshold=(unhealthy_threshold : Int64) #

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