Sha256: fd6afefee0eff5ba263638f73bf09ee3aaf9c7e6a2642463162192cab36a3f0d
Contents?: true
Size: 470 Bytes
Versions: 53
Compression:
Stored size: 470 Bytes
Contents
class Ey::Core::Client::LoadBalancerService < Ey::Core::Model extend Ey::Core::Associations identity :id attribute :name attribute :deleted_at, type: :time attribute :provisioner_id attribute :internal_port attribute :external_port attribute :internal_protocol attribute :external_protocol has_one :load_balancer, aliases: "nodes" has_one :provider_ssl_certificate has_many :load_balancer_nodes def nodes load_balancer_nodes end end
Version data entries
53 entries across 53 versions & 3 rubygems