EGI-FCTF/rOCCI-core

View on GitHub
lib/occi/infrastructure_ext/monkey_island/compute.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Occi
  module Infrastructure
    # @see `Occi::Infrastructure::Compute`
    class Compute
      # @return [Enumerable] filtered set of links
      def securitygrouplinks
        links_by_kind_identifier Occi::InfrastructureExt::Constants::SECURITY_GROUP_LINK_KIND
      end
    end
  end
end