# File lib/fog/container_infra/openstack/models/bays.rb, line 10 def all load_response(service.list_bays, "bays") end
# File lib/fog/container_infra/openstack/models/bays.rb, line 14 def get(bay_uuid_or_name) resource = service.get_bay(bay_uuid_or_name).body new(resource) rescue Fog::ContainerInfra::OpenStack::NotFound nil end