# File lib/fog/container_infra/openstack/models/bay_models.rb, line 10 def all load_response(service.list_bay_models, 'baymodels') end
# File lib/fog/container_infra/openstack/models/bay_models.rb, line 14 def get(bay_model_uuid_or_name) resource = service.get_bay_model(bay_model_uuid_or_name).body new(resource) rescue Fog::ContainerInfra::OpenStack::NotFound nil end