Sha256: c2a18e6ffafe4cace81fed60a2238a6398591a1b1b950c494b7cc6989e32a7f4
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.1 | lib/rancher/api/models/haconfiginput.rb |