Sha256: c94c6d02be111f167baef8627463ace10831687c8ddfc1e33b7455fa0f4790dc

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

module Yao::Resources
  class Amphora < Base
    friendly_attributes :loadbalancer_id, :compute_id, :lb_network_ip, :vrrp_ip, :ha_ip, :vrrp_port_id,
                        :ha_port_id, :role, :status, :vrrp_interface, :vrrp_id,
                        :vrrp_priority, :cached_zone, :image_id, :compute_flavor

    self.service        = "load-balancer"
    self.api_version    = "v2"
    self.resource_name  = "amphorae"
    self.resources_name = "amphorae"
    self.resources_path = "octavia/amphorae"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yao-0.11.2 lib/yao/resources/amphora.rb
yao-0.11.1 lib/yao/resources/amphora.rb
yao-0.11.0 lib/yao/resources/amphora.rb