Method: Occi::Infrastructure.kinds
- Defined in:
- lib/occi/infrastructure.rb
.kinds ⇒ Object
14 15 16 |
# File 'lib/occi/infrastructure.rb', line 14 def self.kinds Occi::Core::Kinds.new << Occi::Infrastructure::Compute.kind << Occi::Infrastructure::Storage.kind << Occi::Infrastructure::Network.kind << Occi::Infrastructure::Networkinterface.kind << Occi::Infrastructure::Storagelink.kind end |