class Rancher::HaConfigInput

Included Modules

Defined in:

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

def cert=(cert : String) #

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

def cert_chain : String #

def cert_chain=(cert_chain : String) #

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

def cluster_size : Int32 #

def cluster_size=(cluster_size : Int32) #

[View source]
def cluster_size? : Int32 | Nil #

def host_registration_url : String #

def host_registration_url=(host_registration_url : String) #

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

def http_enabled : Bool #

def http_enabled=(http_enabled : Bool) #

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

def http_port : Int32 #

def http_port=(http_port : Int32) #

[View source]
def http_port? : Int32 | Nil #

def https_port : Int32 #

def https_port=(https_port : Int32) #

[View source]
def https_port? : Int32 | Nil #

def key : String #

def key=(key : String) #

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

def pp_http_port : Int32 #

def pp_http_port=(pp_http_port : Int32) #

[View source]
def pp_http_port? : Int32 | Nil #

def pp_https_port : Int32 #

def pp_https_port=(pp_https_port : Int32) #

[View source]
def pp_https_port? : Int32 | Nil #

def redis_port : Int32 #

def redis_port=(redis_port : Int32) #

[View source]
def redis_port? : Int32 | Nil #

def swarm_enabled : Bool #

def swarm_enabled=(swarm_enabled : Bool) #

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

def swarm_port : Int32 #

def swarm_port=(swarm_port : Int32) #

[View source]
def swarm_port? : Int32 | Nil #

def zookeeper_client_port : Int32 #

def zookeeper_client_port=(zookeeper_client_port : Int32) #

[View source]
def zookeeper_client_port? : Int32 | Nil #

def zookeeper_leader_port : Int32 #

def zookeeper_leader_port=(zookeeper_leader_port : Int32) #

[View source]
def zookeeper_leader_port? : Int32 | Nil #

def zookeeper_quorum_port : Int32 #

def zookeeper_quorum_port=(zookeeper_quorum_port : Int32) #

[View source]
def zookeeper_quorum_port? : Int32 | Nil #