# frozen_string_literal: true module Rancher module Api class Haconfiginput include Her::Model include Helpers::Model attributes :cert, :certChain, :clusterSize, :hostRegistrationUrl, :httpEnabled, :httpPort, :httpsPort, :key, :ppHttpPort, :ppHttpsPort, :redisPort, :swarmEnabled, :swarmPort, :zookeeperClientPort, :zookeeperLeaderPort, :zookeeperQuorumPort end end end